reshaped 3.0.11-rc.3 → 3.1.1
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.
- package/CHANGELOG.md +1 -34
- package/dist/bundle.css +1 -1
- package/dist/bundle.js +15 -10
- package/dist/components/Carousel/CarouselControl.js +1 -1
- package/dist/components/Resizable/tests/Resizable.stories.js +1 -0
- package/dist/components/Tabs/TabsContext.d.ts +6 -6
- package/dist/components/Toast/ToastRegion.js +1 -1
- package/dist/components/Tooltip/tests/Tooltip.stories.js +29 -28
- package/dist/components/_private/Flyout/FlyoutTrigger.js +1 -1
- package/dist/components/_private/Flyout/tests/Flyout.stories.js +2 -3
- package/dist/components/_private/Flyout/useFlyout.js +1 -1
- package/dist/hooks/_private/useSingletonHotkeys.js +1 -0
- package/dist/hooks/useDrag.js +1 -0
- package/package.json +40 -36
package/CHANGELOG.md
CHANGED
@@ -1,34 +1 @@
|
|
1
|
-
3.
|
2
|
-
|
3
|
-
- Reshaped global reset styles in rs.reset
|
4
|
-
- Switched to :focus-visible wherever possible
|
5
|
-
- Added more theming types with the full definition and token names
|
6
|
-
- Theming: letter spacing support
|
7
|
-
- Modal: attribures.ref support
|
8
|
-
- Modal: disableSwipeGesture
|
9
|
-
- Slider: vertical orientation
|
10
|
-
- Tooltip, Popover, DropdownMenu: Fixed position calculations
|
11
|
-
- Tooltip: disabled flag
|
12
|
-
- Tooltip: Cooldown for tooltip groups
|
13
|
-
- Popover, DropdownMenu, Autocomplete: containerRef
|
14
|
-
- Popover, DropdownMenu: updatePosition in instanceRef, added InstanceRef types
|
15
|
-
- Text: Responsive weight
|
16
|
-
- View: Responsive border color
|
17
|
-
- Tooltip, Popover: Disabled content hover
|
18
|
-
- Carousel: Renamed CarouselInstanceRef -> CarouselInstance
|
19
|
-
- Flyout: Calculate position correctly inside fixed position containers that are not top: 0
|
20
|
-
- Modal: Improved edge cases of swipe to close in scrollable modals
|
21
|
-
- Modal: Prevent swipe to close when text selection is happening
|
22
|
-
- Overlay, Modal: shadow dom support
|
23
|
-
- Popover, Tooltip: Only trigger focus events for keyboard mode
|
24
|
-
- Popover, DropdownMenu: Popover.Dismissible
|
25
|
-
- Popover: Improved nested popovers inside tooltip
|
26
|
-
- Popover, DropdownMenu: disableCloseOnOutsideClick
|
27
|
-
- Slider: Fixed focus state to work based on focus-visible
|
28
|
-
- Slider: renderValue=false
|
29
|
-
- Button: elevated variant focus shadow
|
30
|
-
|
31
|
-
- Figma: Autocomplete as component
|
32
|
-
- Figma: Removed local color scoping
|
33
|
-
- Figma: Updated description links
|
34
|
-
- Figma: typography weight and scoping
|
1
|
+
3.2.0
|