@uniformdev/design-system 20.63.1-alpha.22 → 20.64.1-alpha.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.
package/dist/esm/index.js CHANGED
@@ -10017,7 +10017,7 @@ var IntegrationTileName = css64`
10017
10017
  overflow: hidden;
10018
10018
  white-space: normal;
10019
10019
  position: absolute;
10020
- bottom: calc(var(--spacing-base) * 3.8);
10020
+ bottom: calc(var(--spacing-base) * 3);
10021
10021
  `;
10022
10022
  var IntegrationAddedText = css64`
10023
10023
  align-items: center;
package/dist/index.js CHANGED
@@ -11932,7 +11932,7 @@ var IntegrationTileName = import_react100.css`
11932
11932
  overflow: hidden;
11933
11933
  white-space: normal;
11934
11934
  position: absolute;
11935
- bottom: calc(var(--spacing-base) * 3.8);
11935
+ bottom: calc(var(--spacing-base) * 3);
11936
11936
  `;
11937
11937
  var IntegrationAddedText = import_react100.css`
11938
11938
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.63.1-alpha.22+66a3e4c8dd",
3
+ "version": "20.64.1-alpha.3+4d67fefad7",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "exports": {
@@ -33,8 +33,8 @@
33
33
  "@storybook/react-vite": "10.2.10",
34
34
  "@types/react": "19.2.2",
35
35
  "@types/react-dom": "19.2.2",
36
- "@uniformdev/canvas": "^20.63.1-alpha.22+66a3e4c8dd",
37
- "@uniformdev/richtext": "^20.63.1-alpha.22+66a3e4c8dd",
36
+ "@uniformdev/canvas": "^20.64.1-alpha.3+4d67fefad7",
37
+ "@uniformdev/richtext": "^20.64.1-alpha.3+4d67fefad7",
38
38
  "autoprefixer": "10.4.21",
39
39
  "hygen": "6.2.11",
40
40
  "jsdom": "29.0.2",
@@ -84,5 +84,5 @@
84
84
  "publishConfig": {
85
85
  "access": "public"
86
86
  },
87
- "gitHead": "66a3e4c8dd3c907f156031f42bf906a7d273dad9"
87
+ "gitHead": "4d67fefad751baac0fa2a703d72cfd391f6fdb7f"
88
88
  }