reshaped 3.8.0-canary.0 → 3.8.0-canary.2

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 +25 -8
  2. package/README.md +2 -2
  3. package/dist/bundle.css +1 -1
  4. package/dist/bundle.js +11 -11
  5. package/dist/components/DropdownMenu/DropdownMenu.types.d.ts +1 -1
  6. package/dist/components/Flyout/Flyout.types.d.ts +3 -0
  7. package/dist/components/Flyout/FlyoutControlled.js +2 -1
  8. package/dist/components/Flyout/tests/Flyout.stories.d.ts +4 -0
  9. package/dist/components/Flyout/tests/Flyout.stories.js +59 -1
  10. package/dist/components/Flyout/useFlyout.d.ts +1 -0
  11. package/dist/components/Flyout/useFlyout.js +3 -1
  12. package/dist/components/Flyout/utilities/calculatePosition.d.ts +1 -1
  13. package/dist/components/Flyout/utilities/calculatePosition.js +52 -28
  14. package/dist/components/Flyout/utilities/flyout.js +22 -18
  15. package/dist/components/Flyout/utilities/helpers.d.ts +7 -0
  16. package/dist/components/Flyout/utilities/helpers.js +14 -0
  17. package/dist/components/Flyout/utilities/isFullyVisible.d.ts +5 -1
  18. package/dist/components/Flyout/utilities/isFullyVisible.js +1 -1
  19. package/dist/components/PinField/PinField.module.css +1 -1
  20. package/dist/components/PinField/tests/PinField.stories.d.ts +24 -3
  21. package/dist/components/PinField/tests/PinField.stories.js +194 -47
  22. package/dist/components/Popover/Popover.types.d.ts +1 -1
  23. package/dist/components/Reshaped/Reshaped.css +1 -1
  24. package/dist/components/ToggleButton/ToggleButton.types.d.ts +1 -1
  25. package/package.json +39 -28
  26. package/dist/components/PinField/tests/PinField.test.stories.d.ts +0 -29
  27. package/dist/components/PinField/tests/PinField.test.stories.js +0 -177
package/CHANGELOG.md CHANGED
@@ -1,19 +1,36 @@
1
- ## 3.8.0-canary.0
1
+ ## 3.8.0-canary.2
2
+
3
+
4
+ ### Features
5
+
6
+ * **ToggleButton:** relaxed variant types ([416ddaa](https://github.com/reshaped-ui/reshaped/commit/416ddaa3ebbeed9e12acfdc7e0fb3027943dfbbf))
2
7
 
8
+ ## 3.8.0-canary.1
3
9
 
4
10
  ### Bug Fixes
5
11
 
6
- * **Flyout:** added support for attributes.style ([24a414f](https://github.com/formaat-design/reshaped-source/commit/24a414fa050bd3f6f91d0d0dae37030dd1677aba))
7
- * **Theme:** added additional check when used without name and there is no parent theme ([3cca4d1](https://github.com/formaat-design/reshaped-source/commit/3cca4d1ea0bb1a33f706bdc74f28f8f955a6a841))
12
+ - **Flyout:** fixed fallbackAdjustLayout positioning ([eaa9739](https://github.com/reshaped-ui/reshaped/commit/eaa9739bd340a60e942e3689fef46fa3ccd94f31))
13
+ - **PinField:** fixed incorrect overwrite behavior edge case when default value is provided ([8a3d269](https://github.com/reshaped-ui/reshaped/commit/8a3d269fbffad5530669445f2f0c9e107ac93eb0))
14
+
15
+ ### Features
16
+
17
+ - **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)
18
+ - **Flyout:** added fallbackAdjustLayout ([88255e4](https://github.com/reshaped-ui/reshaped/commit/88255e47b71e9166db31a5f54239be2ea59c2fb0))
19
+
20
+ ## 3.8.0-canary.0
21
+
22
+ ### Bug Fixes
8
23
 
24
+ - **Flyout:** added support for attributes.style ([24a414f](https://github.com/formaat-design/reshaped-source/commit/24a414fa050bd3f6f91d0d0dae37030dd1677aba))
25
+ - **Theme:** added additional check when used without name and there is no parent theme ([3cca4d1](https://github.com/formaat-design/reshaped-source/commit/3cca4d1ea0bb1a33f706bdc74f28f8f955a6a841))
9
26
 
10
27
  ### Features
11
28
 
12
- * **Grid:** added columnGap and rowGap properties ([3aaaea6](https://github.com/formaat-design/reshaped-source/commit/3aaaea66e497636638397b2672e57e5d0a8be9ee))
13
- * **ProgressIndicator:** updated the dots design and simplified the implementation ([e881361](https://github.com/formaat-design/reshaped-source/commit/e881361880b8d6381f56431078b253a78cec293b))
14
- * remove chromatic token ([18685a7](https://github.com/formaat-design/reshaped-source/commit/18685a7b100c85094cc64d34a47f605bbb41c580))
15
- * **Tabs:** removed hover effect from the active tabs ([5708280](https://github.com/formaat-design/reshaped-source/commit/5708280515f164b1b21c8ab5ea84eaadaa7f5379))
16
- * **themes:** added transform helper to the exports ([ca8dd87](https://github.com/formaat-design/reshaped-source/commit/ca8dd870974920da01b93dfcff16e918080b0125))
29
+ - **Grid:** added columnGap and rowGap properties ([3aaaea6](https://github.com/formaat-design/reshaped-source/commit/3aaaea66e497636638397b2672e57e5d0a8be9ee))
30
+ - **ProgressIndicator:** updated the dots design and simplified the implementation ([e881361](https://github.com/formaat-design/reshaped-source/commit/e881361880b8d6381f56431078b253a78cec293b))
31
+ - remove chromatic token ([18685a7](https://github.com/formaat-design/reshaped-source/commit/18685a7b100c85094cc64d34a47f605bbb41c580))
32
+ - **Tabs:** removed hover effect from the active tabs ([5708280](https://github.com/formaat-design/reshaped-source/commit/5708280515f164b1b21c8ab5ea84eaadaa7f5379))
33
+ - **themes:** added transform helper to the exports ([ca8dd87](https://github.com/formaat-design/reshaped-source/commit/ca8dd870974920da01b93dfcff16e918080b0125))
17
34
 
18
35
  ## 3.7.4
19
36
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Reshaped
2
2
 
3
- <img width="1200" height="630" alt="preview" src="https://github.com/user-attachments/assets/b9cfc482-209c-4cf6-bd24-d309fcea25ff" />
3
+ <img width="2400" height="1260" alt="3 0 (1)" src="https://github.com/user-attachments/assets/ef632fe9-9446-430f-b87d-bebebe6fb595" />
4
4
  <br /><br />
5
5
 
6
6
  Reshaped is a library with professionally crafted React & Figma components for building beautiful products or starting your own design system.
@@ -9,7 +9,7 @@ Reshaped is a library with professionally crafted React & Figma components for b
9
9
 
10
10
  ## Documentation
11
11
 
12
- To get started, check out the [Reshaped documentation](https://reshaped.so/docs/changelog).
12
+ To get started, check out the [Reshaped documentation](https://reshaped.so/docs/getting-started/overview).
13
13
 
14
14
  ## Contributing
15
15