@seed-design/rootage-artifacts 2.0.0 → 2.1.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/__generated__/color.json +13 -0
- package/__generated__/index.json +1 -1
- package/color.yaml +5 -0
- package/package.json +1 -1
package/__generated__/color.json
CHANGED
|
@@ -1549,6 +1549,19 @@
|
|
|
1549
1549
|
},
|
|
1550
1550
|
"description": "basement 바로 위에 놓이는 기본 표면입니다. 대부분의 스크린 콘텐츠(List, TextField 등)가 이 레이어 위에서 표현됩니다. (pressed)"
|
|
1551
1551
|
},
|
|
1552
|
+
"$color.bg.layer-fill": {
|
|
1553
|
+
"values": {
|
|
1554
|
+
"theme-light": {
|
|
1555
|
+
"type": "color",
|
|
1556
|
+
"value": "$color.palette.gray-100"
|
|
1557
|
+
},
|
|
1558
|
+
"theme-dark": {
|
|
1559
|
+
"type": "color",
|
|
1560
|
+
"value": "$color.palette.gray-200"
|
|
1561
|
+
}
|
|
1562
|
+
},
|
|
1563
|
+
"description": "@deprecated @seed-design/css@3.0.0에서 새 이름 토큰으로 대체·제거될 예정입니다."
|
|
1564
|
+
},
|
|
1552
1565
|
"$color.bg.layer-floating": {
|
|
1553
1566
|
"values": {
|
|
1554
1567
|
"theme-light": {
|
package/__generated__/index.json
CHANGED
package/color.yaml
CHANGED
|
@@ -539,6 +539,11 @@ data:
|
|
|
539
539
|
values:
|
|
540
540
|
theme-light: $color.palette.gray-100
|
|
541
541
|
theme-dark: $color.palette.gray-300
|
|
542
|
+
$color.bg.layer-fill:
|
|
543
|
+
description: "@deprecated @seed-design/css@3.0.0에서 새 이름 토큰으로 대체·제거될 예정입니다."
|
|
544
|
+
values:
|
|
545
|
+
theme-light: $color.palette.gray-100
|
|
546
|
+
theme-dark: $color.palette.gray-200
|
|
542
547
|
$color.bg.layer-floating:
|
|
543
548
|
description: 화면의 모든 콘텐츠 위를 덮으며(floating) 나타나는 임시 레이어입니다. 사용자의 상호작용을 필요로 하는 모달(Modal)성 요소들이 여기에 속합니다.
|
|
544
549
|
values:
|