@uniformdev/design-system 20.7.1-alpha.34 → 20.7.1-alpha.38
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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -8688,6 +8688,7 @@ var counterContainer = (bgColor, hasIcon) => import_react69.css`
|
|
|
8688
8688
|
var counterZeroValue = import_react69.css`
|
|
8689
8689
|
background: var(--gray-800);
|
|
8690
8690
|
border-radius: var(--rounded-full);
|
|
8691
|
+
display: block;
|
|
8691
8692
|
width: 2px;
|
|
8692
8693
|
height: 2px;
|
|
8693
8694
|
`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "20.7.1-alpha.
|
|
3
|
+
"version": "20.7.1-alpha.38+aa88ddc220",
|
|
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.7.1-alpha.
|
|
42
|
-
"@uniformdev/richtext": "^20.7.1-alpha.
|
|
41
|
+
"@uniformdev/canvas": "^20.7.1-alpha.38+aa88ddc220",
|
|
42
|
+
"@uniformdev/richtext": "^20.7.1-alpha.38+aa88ddc220",
|
|
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": "
|
|
94
|
+
"gitHead": "aa88ddc220a3a809091eb029cc17841beb04a074"
|
|
95
95
|
}
|