@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-09-15
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: "#f30a02"
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: "#ffeceb"
727
+ theme-light: "#fdeded"
728
728
  theme-dark: "#380500"
729
729
  $color.manner-temp.l10.text:
730
730
  values:
@@ -61,6 +61,12 @@ data:
61
61
  enabled,selected:
62
62
  root:
63
63
  color: $color.bg.neutral-inverted
64
+ disabled:
65
+ thumb:
66
+ color: $color.palette.static-black-alpha-700
67
+ disabled,selected:
68
+ root:
69
+ color: $color.palette.gray-600
64
70
 
65
71
  size=32:
66
72
  enabled:
@@ -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
- color: $color.fg.disabled
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: $color.bg.layer-default
192
+ color: "#00000000"
194
193
  strokeColor: $color.stroke.neutral-weak
195
194
  readonly:
196
195
  field:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",