reshaped 3.8.0-canary.1 → 3.8.0-canary.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/CHANGELOG.md +18 -22
  2. package/dist/bundle.js +9 -9
  3. package/dist/components/Actionable/Actionable.js +16 -3
  4. package/dist/components/Actionable/Actionable.types.d.ts +15 -3
  5. package/dist/components/Actionable/tests/Actionable.stories.d.ts +13 -1
  6. package/dist/components/Actionable/tests/Actionable.stories.js +127 -7
  7. package/dist/components/Button/Button.js +2 -2
  8. package/dist/components/Button/Button.types.d.ts +1 -1
  9. package/dist/components/Button/tests/Button.test.stories.d.ts +1 -0
  10. package/dist/components/Button/tests/Button.test.stories.js +23 -0
  11. package/dist/components/Card/Card.d.ts +1 -1
  12. package/dist/components/Card/tests/Card.stories.d.ts +1 -1
  13. package/dist/components/Card/tests/Card.test.stories.d.ts +1 -1
  14. package/dist/components/Link/Link.d.ts +1 -1
  15. package/dist/components/Link/Link.js +2 -2
  16. package/dist/components/Link/Link.types.d.ts +1 -1
  17. package/dist/components/Link/tests/Link.stories.d.ts +1 -1
  18. package/dist/components/Link/tests/Link.test.stories.d.ts +2 -1
  19. package/dist/components/Link/tests/Link.test.stories.js +9 -0
  20. package/dist/components/MenuItem/MenuItem.js +2 -2
  21. package/dist/components/MenuItem/MenuItem.types.d.ts +1 -1
  22. package/dist/components/MenuItem/tests/MenuItem.test.stories.d.ts +1 -0
  23. package/dist/components/MenuItem/tests/MenuItem.test.stories.js +16 -0
  24. package/dist/components/ToggleButton/ToggleButton.types.d.ts +1 -1
  25. package/package.json +2 -2
  26. package/dist/components/Actionable/tests/Actionable.test.stories.d.ts +0 -32
  27. package/dist/components/Actionable/tests/Actionable.test.stories.js +0 -130
package/CHANGELOG.md CHANGED
@@ -1,47 +1,43 @@
1
- ## 3.8.0-canary.1
1
+ ## 3.8.0-canary.3
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **Flyout:** fixed fallbackAdjustLayout positioning ([eaa9739](https://github.com/reshaped-ui/reshaped/commit/eaa9739bd340a60e942e3689fef46fa3ccd94f31))
7
- * **PinField:** fixed incorrect overwrite behavior edge case when default value is provided ([8a3d269](https://github.com/reshaped-ui/reshaped/commit/8a3d269fbffad5530669445f2f0c9e107ac93eb0))
6
+ * **Actionable, Link, Button, MenuItem:** added render prop ([104e594](https://github.com/reshaped-ui/reshaped/commit/104e594dcb086fd9f6a38c8085ebceda8a2ec9cf))
8
7
 
8
+ ## 3.8.0-canary.2
9
9
 
10
- ### Features
11
10
 
12
- * **flyout:** add shiftIntoView fallback for constrained containers ([7547e9a](https://github.com/reshaped-ui/reshaped/commit/7547e9ad7bd445a49463b60f87d87fcd8eed430b)), closes [#423](https://github.com/reshaped-ui/reshaped/issues/423)
13
- * **Flyout:** added fallbackAdjustLayout ([88255e4](https://github.com/reshaped-ui/reshaped/commit/88255e47b71e9166db31a5f54239be2ea59c2fb0))
11
+ ### Features
14
12
 
15
- ## 3.8.1-canary.0
13
+ * **ToggleButton:** relaxed variant types ([416ddaa](https://github.com/reshaped-ui/reshaped/commit/416ddaa3ebbeed9e12acfdc7e0fb3027943dfbbf))
16
14
 
15
+ ## 3.8.0-canary.1
17
16
 
18
17
  ### Bug Fixes
19
18
 
20
- * **Flyout:** fixed fallbackAdjustLayout positioning ([eaa9739](https://github.com/reshaped-ui/reshaped/commit/eaa9739bd340a60e942e3689fef46fa3ccd94f31))
21
- * **PinField:** fixed incorrect overwrite behavior edge case when default value is provided ([8a3d269](https://github.com/reshaped-ui/reshaped/commit/8a3d269fbffad5530669445f2f0c9e107ac93eb0))
22
-
19
+ - **Flyout:** fixed fallbackAdjustLayout positioning ([eaa9739](https://github.com/reshaped-ui/reshaped/commit/eaa9739bd340a60e942e3689fef46fa3ccd94f31))
20
+ - **PinField:** fixed incorrect overwrite behavior edge case when default value is provided ([8a3d269](https://github.com/reshaped-ui/reshaped/commit/8a3d269fbffad5530669445f2f0c9e107ac93eb0))
23
21
 
24
22
  ### Features
25
23
 
26
- * **flyout:** add shiftIntoView fallback for constrained containers ([7547e9a](https://github.com/reshaped-ui/reshaped/commit/7547e9ad7bd445a49463b60f87d87fcd8eed430b)), closes [#423](https://github.com/reshaped-ui/reshaped/issues/423)
27
- * **Flyout:** added fallbackAdjustLayout ([88255e4](https://github.com/reshaped-ui/reshaped/commit/88255e47b71e9166db31a5f54239be2ea59c2fb0))
24
+ - **flyout:** add shiftIntoView fallback for constrained containers ([7547e9a](https://github.com/reshaped-ui/reshaped/commit/7547e9ad7bd445a49463b60f87d87fcd8eed430b)), closes [#423](https://github.com/reshaped-ui/reshaped/issues/423)
25
+ - **Flyout:** added fallbackAdjustLayout ([88255e4](https://github.com/reshaped-ui/reshaped/commit/88255e47b71e9166db31a5f54239be2ea59c2fb0))
28
26
 
29
27
  ## 3.8.0-canary.0
30
28
 
31
-
32
29
  ### Bug Fixes
33
30
 
34
- * **Flyout:** added support for attributes.style ([24a414f](https://github.com/formaat-design/reshaped-source/commit/24a414fa050bd3f6f91d0d0dae37030dd1677aba))
35
- * **Theme:** added additional check when used without name and there is no parent theme ([3cca4d1](https://github.com/formaat-design/reshaped-source/commit/3cca4d1ea0bb1a33f706bdc74f28f8f955a6a841))
36
-
31
+ - **Flyout:** added support for attributes.style ([24a414f](https://github.com/formaat-design/reshaped-source/commit/24a414fa050bd3f6f91d0d0dae37030dd1677aba))
32
+ - **Theme:** added additional check when used without name and there is no parent theme ([3cca4d1](https://github.com/formaat-design/reshaped-source/commit/3cca4d1ea0bb1a33f706bdc74f28f8f955a6a841))
37
33
 
38
34
  ### Features
39
35
 
40
- * **Grid:** added columnGap and rowGap properties ([3aaaea6](https://github.com/formaat-design/reshaped-source/commit/3aaaea66e497636638397b2672e57e5d0a8be9ee))
41
- * **ProgressIndicator:** updated the dots design and simplified the implementation ([e881361](https://github.com/formaat-design/reshaped-source/commit/e881361880b8d6381f56431078b253a78cec293b))
42
- * remove chromatic token ([18685a7](https://github.com/formaat-design/reshaped-source/commit/18685a7b100c85094cc64d34a47f605bbb41c580))
43
- * **Tabs:** removed hover effect from the active tabs ([5708280](https://github.com/formaat-design/reshaped-source/commit/5708280515f164b1b21c8ab5ea84eaadaa7f5379))
44
- * **themes:** added transform helper to the exports ([ca8dd87](https://github.com/formaat-design/reshaped-source/commit/ca8dd870974920da01b93dfcff16e918080b0125))
36
+ - **Grid:** added columnGap and rowGap properties ([3aaaea6](https://github.com/formaat-design/reshaped-source/commit/3aaaea66e497636638397b2672e57e5d0a8be9ee))
37
+ - **ProgressIndicator:** updated the dots design and simplified the implementation ([e881361](https://github.com/formaat-design/reshaped-source/commit/e881361880b8d6381f56431078b253a78cec293b))
38
+ - remove chromatic token ([18685a7](https://github.com/formaat-design/reshaped-source/commit/18685a7b100c85094cc64d34a47f605bbb41c580))
39
+ - **Tabs:** removed hover effect from the active tabs ([5708280](https://github.com/formaat-design/reshaped-source/commit/5708280515f164b1b21c8ab5ea84eaadaa7f5379))
40
+ - **themes:** added transform helper to the exports ([ca8dd87](https://github.com/formaat-design/reshaped-source/commit/ca8dd870974920da01b93dfcff16e918080b0125))
45
41
 
46
42
  ## 3.7.4
47
43