Skip to content

Commit df389d1

Browse files
committed
script, prompt, storybook;
1 parent c5df59c commit df389d1

100 files changed

Lines changed: 60491 additions & 72 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

design-tokens/tokens.json

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"48:10": {
3+
"component_details": {
4+
"component": "AiButton",
5+
"type": "default",
6+
"state": "Default"
7+
},
8+
"paddingLeft": {
9+
"resolved_property": "paddingLeft",
10+
"value": 24.0,
11+
"token": "24px",
12+
"token_type": "spacing"
13+
},
14+
"paddingTop": {
15+
"resolved_property": "paddingTop",
16+
"value": 8.0,
17+
"token": "sm",
18+
"token_type": "spacing"
19+
},
20+
"paddingRight": {
21+
"resolved_property": "paddingRight",
22+
"value": 24.0,
23+
"token": "24px",
24+
"token_type": "spacing"
25+
},
26+
"paddingBottom": {
27+
"resolved_property": "paddingBottom",
28+
"value": 8.0,
29+
"token": "sm",
30+
"token_type": "spacing"
31+
},
32+
"rectangleCornerRadii": {
33+
"resolved_property": "cornerRadius",
34+
"value": 4.0,
35+
"token": "base",
36+
"token_type": "radius"
37+
},
38+
"fills": {
39+
"resolved_property": "backgroundColor",
40+
"value": {
41+
"r": 0.23137255012989044,
42+
"g": 0.5098039507865906,
43+
"b": 0.9647058844566345,
44+
"a": 1.0
45+
},
46+
"token": "primary.500",
47+
"token_type": "color"
48+
}
49+
},
50+
"52:104": {
51+
"component_details": {
52+
"component": "AiButton",
53+
"type": "default",
54+
"state": "Hover"
55+
},
56+
"paddingLeft": {
57+
"resolved_property": "paddingLeft",
58+
"value": 24.0,
59+
"token": "24px",
60+
"token_type": "spacing"
61+
},
62+
"paddingTop": {
63+
"resolved_property": "paddingTop",
64+
"value": 8.0,
65+
"token": "sm",
66+
"token_type": "spacing"
67+
},
68+
"paddingRight": {
69+
"resolved_property": "paddingRight",
70+
"value": 24.0,
71+
"token": "24px",
72+
"token_type": "spacing"
73+
},
74+
"paddingBottom": {
75+
"resolved_property": "paddingBottom",
76+
"value": 8.0,
77+
"token": "sm",
78+
"token_type": "spacing"
79+
},
80+
"rectangleCornerRadii": {
81+
"resolved_property": "cornerRadius",
82+
"value": 4.0,
83+
"token": "base",
84+
"token_type": "radius"
85+
},
86+
"fills": {
87+
"resolved_property": "backgroundColor",
88+
"value": {
89+
"r": 0.14509804546833038,
90+
"g": 0.38823530077934265,
91+
"b": 0.9215686321258545,
92+
"a": 1.0
93+
},
94+
"token": "primary.600",
95+
"token_type": "color"
96+
}
97+
}
98+
}

design_system/output.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"name": "default",
4+
"color_token": "primary.500",
5+
"spacing_token": "sm"
6+
}
7+
]

0 commit comments

Comments
 (0)