@uniformdev/design-system 20.32.2-alpha.2 → 20.32.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.
package/dist/esm/index.js CHANGED
@@ -5624,7 +5624,7 @@ var ButtonWithMenuContainer = css36`
5624
5624
  color: var(--white);
5625
5625
  display: inline-grid;
5626
5626
  position: relative;
5627
- grid-template-columns: 1fr minmax(var(--icon-padding), 2.44rem);
5627
+ grid-template-columns: 1fr minmax(calc(var(--svg-size) * 2), 2.44rem);
5628
5628
  min-height: 24px;
5629
5629
  max-width: max-content;
5630
5630
  transition:
package/dist/index.js CHANGED
@@ -7384,7 +7384,7 @@ var ButtonWithMenuContainer = import_react56.css`
7384
7384
  color: var(--white);
7385
7385
  display: inline-grid;
7386
7386
  position: relative;
7387
- grid-template-columns: 1fr minmax(var(--icon-padding), 2.44rem);
7387
+ grid-template-columns: 1fr minmax(calc(var(--svg-size) * 2), 2.44rem);
7388
7388
  min-height: 24px;
7389
7389
  max-width: max-content;
7390
7390
  transition:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.32.2-alpha.2+63682964b1",
3
+ "version": "20.32.2",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "exports": {
@@ -38,8 +38,8 @@
38
38
  "@storybook/theming": "^8.3.3",
39
39
  "@types/react": "18.3.11",
40
40
  "@types/react-dom": "18.3.1",
41
- "@uniformdev/canvas": "^20.32.2-alpha.2+63682964b1",
42
- "@uniformdev/richtext": "^20.32.2-alpha.2+63682964b1",
41
+ "@uniformdev/canvas": "^20.32.2",
42
+ "@uniformdev/richtext": "^20.32.2",
43
43
  "@vitest/coverage-v8": "^3.1.2",
44
44
  "autoprefixer": "10.4.21",
45
45
  "hygen": "6.2.11",
@@ -91,5 +91,5 @@
91
91
  "publishConfig": {
92
92
  "access": "public"
93
93
  },
94
- "gitHead": "63682964b1d48a8e78403f5c67365bb0db875568"
94
+ "gitHead": "92c83b5224076559f037927b9716c60b88beff40"
95
95
  }