@uniformdev/design-system 18.10.1-alpha.7 → 18.11.0
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 +2 -1
- package/dist/index.js +2 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -11435,7 +11435,8 @@ var StatusDraft = css56`
|
|
|
11435
11435
|
`;
|
|
11436
11436
|
var StatusModified = css56`
|
|
11437
11437
|
&:before {
|
|
11438
|
-
background: var(--brand-primary-1);
|
|
11438
|
+
background: linear-gradient(to right, var(--white) 50%, var(--brand-primary-1) 50% 100%);
|
|
11439
|
+
box-shadow: inset 0 0 0 0.125rem var(--brand-primary-1);
|
|
11439
11440
|
}
|
|
11440
11441
|
`;
|
|
11441
11442
|
var StatusError = css56`
|
package/dist/index.js
CHANGED
|
@@ -11567,7 +11567,8 @@ var StatusDraft = import_react70.css`
|
|
|
11567
11567
|
`;
|
|
11568
11568
|
var StatusModified = import_react70.css`
|
|
11569
11569
|
&:before {
|
|
11570
|
-
background: var(--brand-primary-1);
|
|
11570
|
+
background: linear-gradient(to right, var(--white) 50%, var(--brand-primary-1) 50% 100%);
|
|
11571
|
+
box-shadow: inset 0 0 0 0.125rem var(--brand-primary-1);
|
|
11571
11572
|
}
|
|
11572
11573
|
`;
|
|
11573
11574
|
var StatusError = import_react70.css`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.11.0",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "87433008a407efd686f3ab0d37eb5ceece6e66db"
|
|
53
53
|
}
|