reshaped 2.4.2 → 2.4.4
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 +3 -9
- package/bundle.css +1 -1
- package/bundle.js +7 -7
- package/components/TextField/TextField.module.css +1 -1
- package/package.json +1 -1
- package/themes/_generator/tokens/shadow/shadow.transforms.js +2 -2
- package/themes/figma/theme.css +1 -1
- package/themes/reshaped/theme.css +1 -1
- package/themes/slate/theme.css +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,4 @@
|
|
1
|
-
2.
|
1
|
+
2.5
|
2
2
|
|
3
|
-
-
|
4
|
-
-
|
5
|
-
|
6
|
-
- Tabs: auto scroll for active item
|
7
|
-
- Checkbox: transition for the indeterminate state
|
8
|
-
- Button.Aligner: Fixed margin value for the ghost button
|
9
|
-
- View: justify: space-between
|
10
|
-
- Card: selected transition
|
3
|
+
- 0 value shadow support in theme definition
|
4
|
+
- text field: safari calc % bug
|