@seed-design/rootage-artifacts 1.2.4 → 1.2.5

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.
@@ -0,0 +1,45 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: content-placeholder
5
+ name: Content Placeholder
6
+ data:
7
+ schema:
8
+ slots:
9
+ root:
10
+ properties:
11
+ color:
12
+ type: color
13
+ asset:
14
+ properties:
15
+ minWidth:
16
+ type: dimension
17
+ maxWidth:
18
+ type: dimension
19
+ heightFraction:
20
+ type: number
21
+ description: root slot 대한 asset slot의 높이 비율입니다.
22
+ color:
23
+ type: color
24
+ definitions:
25
+ base:
26
+ enabled:
27
+ root:
28
+ color: $color.palette.gray-200
29
+ asset:
30
+ minWidth: $dimension.x4
31
+ maxWidth: 64px
32
+ heightFraction: 0.5
33
+ color: $color.palette.gray-400
34
+ type=default: {}
35
+ type=buySell: {}
36
+ type=car: {}
37
+ type=commerce: {}
38
+ type=coupon: {}
39
+ type=food: {}
40
+ type=group: {}
41
+ type=image: {}
42
+ type=jobs: {}
43
+ type=business: {}
44
+ type=post: {}
45
+ type=realty: {}
@@ -221,6 +221,7 @@ data:
221
221
  color: $color.fg.neutral-muted
222
222
  placeholder:
223
223
  color: $color.fg.neutral-muted
224
+ type=singleline: {}
224
225
  type=multiline,size=large:
225
226
  enabled:
226
227
  root:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",