@seed-design/rootage-artifacts 1.1.1 → 1.1.2

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.
@@ -167,3 +167,11 @@ data:
167
167
  color: $color.fg.disabled
168
168
  placeholder:
169
169
  color: $color.fg.disabled
170
+
171
+ readonly:
172
+ root:
173
+ color: $color.bg.disabled
174
+ value:
175
+ color: $color.fg.neutral
176
+ placeholder:
177
+ color: $color.fg.placeholder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",