@starasia/admin 2.1.3 → 2.1.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/dist/index.cjs.js +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -5
package/dist/index.es.js
CHANGED
|
@@ -1004,7 +1004,7 @@ function wr({
|
|
|
1004
1004
|
color: "var(--sa-background-primary, #ffffff)",
|
|
1005
1005
|
fontWeight: 600,
|
|
1006
1006
|
fontSize: "0.875rem",
|
|
1007
|
-
boxShadow: "var(--sa-shadow-sm, 0 1px 2px 0
|
|
1007
|
+
boxShadow: "var(--sa-shadow-sm, 0 1px 2px 0 #0000000d)",
|
|
1008
1008
|
flexShrink: 0,
|
|
1009
1009
|
backgroundColor: "var(--sa-background-brand, #04254f)"
|
|
1010
1010
|
},
|
|
@@ -1057,7 +1057,7 @@ function wr({
|
|
|
1057
1057
|
color: "var(--sa-background-primary, #ffffff)",
|
|
1058
1058
|
fontWeight: 600,
|
|
1059
1059
|
fontSize: "1.25rem",
|
|
1060
|
-
boxShadow: "var(--sa-shadow-sm, 0 1px 2px 0
|
|
1060
|
+
boxShadow: "var(--sa-shadow-sm, 0 1px 2px 0 #0000000d)",
|
|
1061
1061
|
marginBottom: "0.75rem",
|
|
1062
1062
|
backgroundColor: "var(--sa-background-brand, #04254f)"
|
|
1063
1063
|
},
|
|
@@ -1239,7 +1239,7 @@ function wr({
|
|
|
1239
1239
|
backgroundColor: "var(--sa-background-primary, #ffffff)",
|
|
1240
1240
|
border: "1px solid var(--sa-border-subtle, #0b120e24)",
|
|
1241
1241
|
borderRadius: "var(--sa-radii-md, 0.5rem)",
|
|
1242
|
-
boxShadow: "var(--sa-shadow-lg, 0 10px 15px -3px
|
|
1242
|
+
boxShadow: "var(--sa-shadow-lg, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a)",
|
|
1243
1243
|
padding: "0.5rem",
|
|
1244
1244
|
display: "flex",
|
|
1245
1245
|
flexDirection: "column",
|