@seed-design/rootage-artifacts 1.0.3 → 1.0.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/color.yaml
CHANGED
|
@@ -2,7 +2,7 @@ kind: Tokens
|
|
|
2
2
|
metadata:
|
|
3
3
|
id: color
|
|
4
4
|
name: Color
|
|
5
|
-
lastUpdated: 25-
|
|
5
|
+
lastUpdated: 25-10-15
|
|
6
6
|
data:
|
|
7
7
|
collection: color
|
|
8
8
|
tokens:
|
|
@@ -716,7 +716,7 @@ data:
|
|
|
716
716
|
theme-dark: "#fe6a34"
|
|
717
717
|
$color.manner-temp.l9.text:
|
|
718
718
|
values:
|
|
719
|
-
theme-light: "#
|
|
719
|
+
theme-light: "#e82c45"
|
|
720
720
|
theme-dark: "#fe6a5d"
|
|
721
721
|
$color.manner-temp.l8.bg:
|
|
722
722
|
values:
|
|
@@ -724,7 +724,7 @@ data:
|
|
|
724
724
|
theme-dark: "#380f00"
|
|
725
725
|
$color.manner-temp.l9.bg:
|
|
726
726
|
values:
|
|
727
|
-
theme-light: "#
|
|
727
|
+
theme-light: "#fdeded"
|
|
728
728
|
theme-dark: "#380500"
|
|
729
729
|
$color.manner-temp.l10.text:
|
|
730
730
|
values:
|
package/components/switch.yaml
CHANGED
|
@@ -17,6 +17,8 @@ data:
|
|
|
17
17
|
properties:
|
|
18
18
|
color:
|
|
19
19
|
type: color
|
|
20
|
+
opacity:
|
|
21
|
+
type: number
|
|
20
22
|
fontSize:
|
|
21
23
|
type: dimension
|
|
22
24
|
lineHeight:
|
|
@@ -31,7 +33,7 @@ data:
|
|
|
31
33
|
fontWeight: $font-weight.medium
|
|
32
34
|
disabled:
|
|
33
35
|
label:
|
|
34
|
-
|
|
36
|
+
opacity: 0.58
|
|
35
37
|
|
|
36
38
|
size=32:
|
|
37
39
|
enabled:
|
|
@@ -154,7 +154,6 @@ data:
|
|
|
154
154
|
color: $color.fg.neutral
|
|
155
155
|
fontWeight: $font-weight.regular
|
|
156
156
|
field:
|
|
157
|
-
color: $color.bg.layer-default
|
|
158
157
|
strokeWidth: 1px
|
|
159
158
|
strokeColor: $color.stroke.neutral-weak
|
|
160
159
|
value:
|
|
@@ -190,7 +189,7 @@ data:
|
|
|
190
189
|
strokeColor: $color.stroke.critical-weak
|
|
191
190
|
invalid,focused:
|
|
192
191
|
field:
|
|
193
|
-
color:
|
|
192
|
+
color: "#00000000"
|
|
194
193
|
strokeColor: $color.stroke.neutral-weak
|
|
195
194
|
readonly:
|
|
196
195
|
field:
|