Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tremorlabs/tremor-npm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: tremorlabs/tremor-npm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 5 commits
  • 32 files changed
  • 4 contributors

Commits on Mar 20, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    83e555c View commit details
  2. test: fix stories & tests (#362)

    Co-authored-by: mitrotasios <a.mitrotasios13@gmail.com>
    Co-authored-by: George Flinn <86251992+ProjectFlinn@users.noreply.github.com>
    3 people authored Mar 20, 2023
    Copy the full SHA
    6212b66 View commit details

Commits on Mar 26, 2023

  1. Copy the full SHA
    8c3933a View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    614e97c View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    88bd3e5 View commit details
Showing with 630 additions and 425 deletions.
  1. +1 −1 .github/workflows/build.yaml
  2. +1 −1 .github/workflows/release.yaml
  3. +1 −1 README.md
  4. BIN images/banner1.png
  5. BIN images/banner3.png
  6. +4 −4 package.json
  7. +340 −149 pnpm-lock.yaml
  8. +3 −0 src/components/input-elements/DateRangePicker/DateRangePicker.tsx
  9. +13 −57 src/components/input-elements/DateRangePicker/DateRangePickerButton.tsx
  10. +46 −0 src/components/input-elements/DateRangePicker/dateRangePickerUtils.tsx
  11. +8 −8 src/components/input-elements/Dropdown/Dropdown.tsx
  12. +8 −10 src/components/input-elements/MultiSelectBox/MultiSelectBox.tsx
  13. +14 −9 src/components/input-elements/SelectBox/SelectBox.tsx
  14. +12 −24 src/components/input-elements/TextInput/TextInput.tsx
  15. +59 −0 src/components/input-elements/selectUtils.ts
  16. +0 −27 src/lib/utils.tsx
  17. +6 −0 src/stories/input-elements/DateRangePicker.stories.tsx
  18. +6 −0 src/stories/input-elements/Dropdown.stories.tsx
  19. +7 −0 src/stories/input-elements/MultiSelectBox.stories.tsx
  20. +6 −0 src/stories/input-elements/SelectBox.stories.tsx
  21. +8 −2 src/stories/input-elements/TextInput.stories.tsx
  22. +1 −1 src/stories/layout-elements/Divider.stories.tsx
  23. +1 −1 src/stories/list-elements/List.stories.tsx
  24. +63 −107 src/stories/list-elements/Table.stories.tsx
  25. +1 −1 src/tests/icon-elements/Badge.test.tsx
  26. +1 −1 src/tests/input-elements/Button.test.tsx
  27. +3 −3 src/tests/input-elements/Dropdown.test.tsx
  28. +3 −3 src/tests/input-elements/MultiSelectBox.test.tsx
  29. +3 −3 src/tests/input-elements/SelectBox.test.tsx
  30. +3 −3 src/tests/input-elements/Tabs.test.tsx
  31. +3 −3 src/tests/input-elements/Toggle.test.tsx
  32. +5 −6 src/tests/text-elements/Callout.test.tsx
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
- name: node
uses: actions/setup-node@v3.4.1
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org
- name: install react
run: npm i react
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
- name: node
uses: actions/setup-node@v3.4.1
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org
- name: install react
run: npm i react
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
<br>
<br>

![Tremor Banner](images/banner3.png)
![Tremor Banner](images/banner1.png)

<br>
<br>
Binary file added images/banner1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/banner3.png
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -39,13 +39,13 @@
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-typescript": "^8.3.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "github:semantic-release/github",
"@semantic-release/npm": "github:semantic-release/npm",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "github:semantic-release/github",
"@semantic-release/npm": "github:semantic-release/npm",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack4": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
@@ -84,7 +84,7 @@
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript-paths": "^1.3.1",
"semantic-release": "^19.0.5",
"semantic-release": "^21.0.0",
"tailwindcss": "^3.0.24",
"tslib": "^2.5.0",
"typescript": "^4.6.3",
Loading