Skip to content

Commit 36c320d

Browse files
svc-instuiHerrTopi
authored andcommitted
Add json files
1 parent d149b82 commit 36c320d

30 files changed

+7856
-0
lines changed

packages/ui-scripts/lib/build/tokensStudio/$themes.json

Lines changed: 1824 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
{
2+
"avatar": {
3+
"backgroundColor": {
4+
"value": "{color.background.base}",
5+
"type": "color"
6+
},
7+
"borderColor": {
8+
"value": "{color.stroke.base}",
9+
"type": "color"
10+
},
11+
"borderWidthSm": {
12+
"value": "{borderWidth.sm}",
13+
"type": "borderWidth"
14+
},
15+
"borderWidthMd": {
16+
"value": "{borderWidth.md}",
17+
"type": "borderWidth"
18+
},
19+
"boxShadow": {
20+
"value": {
21+
"x": "0",
22+
"y": "0",
23+
"blur": "1rem",
24+
"spread": "0",
25+
"color": "rgba(45,59,69,0.12)",
26+
"type": "innerShadow"
27+
},
28+
"type": "boxShadow",
29+
"color": {
30+
"value": "rgba(45,59,69,0.12)",
31+
"type": "color"
32+
}
33+
},
34+
"fontWeight": {
35+
"value": "{fontWeight.heading.strong}",
36+
"type": "fontWeights"
37+
},
38+
"accent1BackgroundColor": {
39+
"value": "{color.background.accent.color1}",
40+
"type": "color"
41+
},
42+
"accent1IconColor": {
43+
"value": "{color.icon.accent.color1}",
44+
"type": "color"
45+
},
46+
"accent1TextColor": {
47+
"value": "{color.text.accent.color1}",
48+
"type": "color"
49+
},
50+
"accent2BackgroundColor": {
51+
"value": "{color.background.accent.color2}",
52+
"type": "color"
53+
},
54+
"accent2IconColor": {
55+
"value": "{color.icon.accent.color2}",
56+
"type": "color"
57+
},
58+
"accent2TextColor": {
59+
"value": "{color.text.accent.color2}",
60+
"type": "color"
61+
},
62+
"accent3BackgroundColor": {
63+
"value": "{color.background.accent.color3}",
64+
"type": "color"
65+
},
66+
"accent3IconColor": {
67+
"value": "{color.icon.accent.color3}",
68+
"type": "color"
69+
},
70+
"accent3TextColor": {
71+
"value": "{color.text.accent.color3}",
72+
"type": "color"
73+
},
74+
"accent4BackgroundColor": {
75+
"value": "{color.background.accent.color4}",
76+
"type": "color"
77+
},
78+
"accent4IconColor": {
79+
"value": "{color.icon.accent.color4}",
80+
"type": "color"
81+
},
82+
"accent4TextColor": {
83+
"value": "{color.text.accent.color4}",
84+
"type": "color"
85+
},
86+
"accent5BackgroundColor": {
87+
"value": "{color.background.accent.color5}",
88+
"type": "color"
89+
},
90+
"accent5IconColor": {
91+
"value": "{color.icon.accent.color5}",
92+
"type": "color"
93+
},
94+
"accent5TextColor": {
95+
"value": "{color.text.accent.color5}",
96+
"type": "color"
97+
},
98+
"accent6BackgroundColor": {
99+
"value": "{color.background.accent.color6}",
100+
"type": "color"
101+
},
102+
"accent6IconColor": {
103+
"value": "{color.icon.accent.color6}",
104+
"type": "color"
105+
},
106+
"accent6TextColor": {
107+
"value": "{color.text.accent.color6}",
108+
"type": "color"
109+
},
110+
"aiBottomGradientColor": {
111+
"value": "{color.background.aiBottomGradient}",
112+
"type": "color"
113+
},
114+
"aiTopGradientColor": {
115+
"value": "{color.background.aiTopGradient}",
116+
"type": "color"
117+
},
118+
"iconOnColor": {
119+
"value": "{color.icon.onColor}",
120+
"type": "color"
121+
},
122+
"textOnColor": {
123+
"value": "{color.text.onColor}",
124+
"type": "color"
125+
},
126+
"size2xs": {
127+
"value": "1.5rem",
128+
"type": "sizing"
129+
},
130+
"sizeXs": {
131+
"value": "2rem",
132+
"type": "sizing"
133+
},
134+
"sizeSm": {
135+
"value": "2.5rem",
136+
"type": "sizing"
137+
},
138+
"sizeMd": {
139+
"value": "3rem",
140+
"type": "sizing"
141+
},
142+
"sizeLg": {
143+
"value": "3.5rem",
144+
"type": "sizing"
145+
},
146+
"sizeXl": {
147+
"value": "4rem",
148+
"type": "sizing"
149+
},
150+
"size2xl": {
151+
"value": "5rem",
152+
"type": "sizing"
153+
},
154+
"fontSize2xs": {
155+
"value": "{fontSize.textXs}",
156+
"type": "fontSizes"
157+
},
158+
"fontSizeXs": {
159+
"value": "{fontSize.textXs}",
160+
"type": "fontSizes"
161+
},
162+
"fontSizeSm": {
163+
"value": "{fontSize.textSm}",
164+
"type": "fontSizes"
165+
},
166+
"fontSizeMd": {
167+
"value": "{fontSize.textBase}",
168+
"type": "fontSizes"
169+
},
170+
"fontSizeLg": {
171+
"value": "{fontSize.textLg}",
172+
"type": "fontSizes"
173+
},
174+
"fontSizeXl": {
175+
"value": "{fontSize.textXl}",
176+
"type": "fontSizes"
177+
},
178+
"fontSize2xl": {
179+
"value": "{fontSize.text2xl}",
180+
"type": "fontSizes"
181+
},
182+
"fontFamily": {
183+
"value": "{fontFamily.base}",
184+
"type": "fontFamilies"
185+
}
186+
}
187+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"breadcrumb": {
3+
"fontSizeSm": {
4+
"value": "{fontSize.textSm}",
5+
"type": "fontSizes"
6+
},
7+
"fontSizeMd": {
8+
"value": "{fontSize.textBase}",
9+
"type": "fontSizes"
10+
},
11+
"fontSizeLg": {
12+
"value": "22px",
13+
"type": "fontSizes"
14+
},
15+
"separatorColor": {
16+
"value": "{color.icon.muted}",
17+
"type": "color"
18+
},
19+
"fontColor": {
20+
"value": "{color.text.base}",
21+
"type": "color"
22+
},
23+
"iconColor": {
24+
"value": "{color.icon.base}",
25+
"type": "color"
26+
},
27+
"gapSm": {
28+
"value": "{spacing.space2xs}",
29+
"type": "spacing"
30+
},
31+
"gapMd": {
32+
"value": "{spacing.spaceXs}",
33+
"type": "spacing"
34+
},
35+
"gapLg": {
36+
"value": "{spacing.spaceSm}",
37+
"type": "spacing"
38+
}
39+
}
40+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"formField": {
3+
"small": {
4+
"value": {
5+
"fontWeight": "{fontWeight.body.base}",
6+
"fontSize": "{fontSize.textSm}",
7+
"lineHeight": "{lineHeight.paragraph.textSm}",
8+
"fontFamily": "{fontFamily.base}"
9+
},
10+
"type": "typography"
11+
},
12+
"medium": {
13+
"value": {
14+
"fontFamily": "{fontFamily.base}",
15+
"fontWeight": "{fontWeight.body.base}",
16+
"fontSize": "{fontSize.textBase}",
17+
"lineHeight": "{lineHeight.paragraph.textBase}"
18+
},
19+
"type": "typography"
20+
},
21+
"large": {
22+
"value": {
23+
"fontFamily": "{fontFamily.base}",
24+
"fontWeight": "{fontWeight.body.base}",
25+
"fontSize": "{fontSize.textLg}",
26+
"lineHeight": "{lineHeight.paragraph.textBase}"
27+
},
28+
"type": "typography"
29+
},
30+
"gapFormFieldPrimitives": {
31+
"value": "{spacing.spaceMd}",
32+
"type": "spacing"
33+
}
34+
}
35+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"formFieldLabel": {
3+
"textColor": {
4+
"value": "{color.text.base}",
5+
"type": "color"
6+
},
7+
"readonlyTextColor": {
8+
"value": "{color.text.muted}",
9+
"type": "color"
10+
},
11+
"asteriskColor": {
12+
"value": "{color.text.base}",
13+
"type": "color"
14+
},
15+
"fontFamily": {
16+
"value": "{fontFamily.base}",
17+
"type": "fontFamilies"
18+
},
19+
"fontWeight": {
20+
"value": "{fontWeight.body.strong}",
21+
"type": "fontWeights"
22+
},
23+
"fontSize": {
24+
"value": "{fontSize.textBase}",
25+
"type": "fontSizes"
26+
},
27+
"lineHeight": {
28+
"value": "{lineHeight.standalone.textBase}",
29+
"type": "lineHeights"
30+
}
31+
}
32+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"formFieldMessage": {
3+
"hintTextColor": {
4+
"value": "{color.text.base}",
5+
"type": "color"
6+
},
7+
"errorTextColor": {
8+
"value": "{color.text.error}",
9+
"type": "color"
10+
},
11+
"errorIconColor": {
12+
"value": "{color.icon.error}",
13+
"type": "color"
14+
},
15+
"successTextColor": {
16+
"value": "{color.text.success}",
17+
"type": "color"
18+
},
19+
"successIconColor": {
20+
"value": "{color.icon.success}",
21+
"type": "color"
22+
},
23+
"fontWeight": {
24+
"value": "{fontWeight.body.base}",
25+
"type": "fontWeights"
26+
},
27+
"fontSize": {
28+
"value": "{fontSize.textSm}",
29+
"type": "fontSizes"
30+
},
31+
"lineHeight": {
32+
"value": "{lineHeight.paragraph.textSm}",
33+
"type": "lineHeights"
34+
},
35+
"errorIconMarginRight": {
36+
"value": "{spacing.spaceXs}",
37+
"type": "spacing"
38+
},
39+
"fontFamily": {
40+
"value": "{fontFamily.base}",
41+
"type": "fontFamilies"
42+
}
43+
}
44+
}

0 commit comments

Comments
 (0)