@likec4/styles 1.47.0 → 1.48.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/LICENSE +1 -1
- package/css/package.json +1 -1
- package/dev.d.mts +3 -0
- package/{dev.ts → dev.mjs} +8 -4
- package/dist/_chunks/libs/@radix-ui/colors.mjs +3788 -0
- package/dist/_chunks/libs/pandacss-preset-radix-colors.mjs +106 -0
- package/dist/_chunks/libs/remeda.mjs +164 -0
- package/dist/_chunks/rolldown-runtime.mjs +18 -0
- package/dist/css/{css.d.ts → css.d.mts} +1 -1
- package/dist/css/{cva.d.ts → cva.d.mts} +2 -2
- package/dist/css/index.d.mts +5 -0
- package/dist/css/sva.d.mts +4 -0
- package/dist/jsx/{aspect-ratio.d.ts → aspect-ratio.d.mts} +3 -3
- package/dist/jsx/bleed.d.mts +10 -0
- package/dist/jsx/box.d.mts +10 -0
- package/dist/jsx/center.d.mts +10 -0
- package/dist/jsx/circle.d.mts +10 -0
- package/dist/jsx/{container.d.ts → container.d.mts} +3 -3
- package/dist/jsx/cq.d.mts +10 -0
- package/dist/jsx/{create-style-context.d.ts → create-style-context.d.mts} +3 -3
- package/dist/jsx/divider.d.mts +10 -0
- package/dist/jsx/factory.d.mts +3 -0
- package/dist/jsx/flex.d.mts +10 -0
- package/dist/jsx/float.d.mts +10 -0
- package/dist/jsx/grid-item.d.mts +10 -0
- package/dist/jsx/grid.d.mts +10 -0
- package/dist/jsx/hstack.d.mts +10 -0
- package/dist/jsx/index.d.mts +26 -0
- package/dist/jsx/index.mjs +2 -1
- package/dist/jsx/{link-overlay.d.ts → link-overlay.d.mts} +3 -3
- package/dist/jsx/spacer.d.mts +10 -0
- package/dist/jsx/square.d.mts +10 -0
- package/dist/jsx/stack.d.mts +10 -0
- package/dist/jsx/txt.d.mts +10 -0
- package/dist/jsx/txt.mjs +14 -0
- package/dist/jsx/{visually-hidden.d.ts → visually-hidden.d.mts} +3 -3
- package/dist/jsx/vstack.d.mts +10 -0
- package/dist/jsx/wrap.d.mts +10 -0
- package/dist/patterns/{aspect-ratio.d.ts → aspect-ratio.d.mts} +5 -5
- package/dist/patterns/{bleed.d.ts → bleed.d.mts} +5 -5
- package/dist/patterns/{box.d.ts → box.d.mts} +5 -5
- package/dist/patterns/{center.d.ts → center.d.mts} +5 -5
- package/dist/patterns/{circle.d.ts → circle.d.mts} +5 -5
- package/dist/patterns/{container.d.ts → container.d.mts} +5 -5
- package/dist/patterns/{cq.d.ts → cq.d.mts} +5 -5
- package/dist/patterns/{divider.d.ts → divider.d.mts} +5 -5
- package/dist/patterns/{flex.d.ts → flex.d.mts} +5 -5
- package/dist/patterns/{float.d.ts → float.d.mts} +5 -5
- package/dist/patterns/{grid-item.d.ts → grid-item.d.mts} +5 -5
- package/dist/patterns/{grid.d.ts → grid.d.mts} +5 -5
- package/dist/patterns/{hstack.d.ts → hstack.d.mts} +5 -5
- package/dist/patterns/index.d.mts +22 -0
- package/dist/patterns/index.mjs +2 -1
- package/dist/patterns/{link-overlay.d.ts → link-overlay.d.mts} +5 -5
- package/dist/patterns/{spacer.d.ts → spacer.d.mts} +5 -5
- package/dist/patterns/{square.d.ts → square.d.mts} +5 -5
- package/dist/patterns/{stack.d.ts → stack.d.mts} +5 -5
- package/dist/patterns/txt.d.mts +24 -0
- package/dist/patterns/txt.mjs +28 -0
- package/dist/patterns/{visually-hidden.d.ts → visually-hidden.d.mts} +5 -5
- package/dist/patterns/{vstack.d.ts → vstack.d.mts} +5 -5
- package/dist/patterns/{wrap.d.ts → wrap.d.mts} +5 -5
- package/dist/preset.d.mts +1237 -1202
- package/dist/preset.mjs +3769 -7467
- package/dist/recipes/{action-btn.d.ts → action-btn.d.mts} +2 -2
- package/dist/recipes/action-buttons.d.mts +33 -0
- package/dist/recipes/action-buttons.mjs +24 -0
- package/dist/recipes/{compound-node.d.ts → compound-node.d.mts} +12 -3
- package/dist/recipes/compound-node.mjs +5 -1
- package/dist/recipes/{edge-action-btn.d.ts → edge-action-btn.d.mts} +2 -2
- package/dist/recipes/{edge-label.d.ts → edge-label.d.mts} +2 -2
- package/dist/recipes/{edge-path.d.ts → edge-path.d.mts} +2 -2
- package/dist/recipes/{element-node-data.d.ts → element-node-data.d.mts} +10 -3
- package/dist/recipes/element-node-data.mjs +16 -2
- package/dist/recipes/{element-node.d.ts → element-node.d.mts} +2 -2
- package/dist/recipes/{element-shape-recipe.d.ts → element-shape-recipe.d.mts} +2 -2
- package/dist/recipes/index.d.mts +16 -0
- package/dist/recipes/index.mjs +1 -0
- package/dist/recipes/{likec4tag.d.ts → likec4tag.d.mts} +2 -2
- package/dist/recipes/{markdown-block.d.ts → markdown-block.d.mts} +2 -2
- package/dist/recipes/{navigation-link.d.ts → navigation-link.d.mts} +2 -2
- package/dist/recipes/{navigation-panel-action-icon.d.ts → navigation-panel-action-icon.d.mts} +2 -2
- package/dist/recipes/{navigation-panel.d.ts → navigation-panel.d.mts} +6 -2
- package/dist/recipes/navigation-panel.mjs +8 -2
- package/dist/recipes/{overlay.d.ts → overlay.d.mts} +2 -2
- package/dist/tokens/{index.d.ts → index.d.mts} +2 -2
- package/dist/tokens/index.mjs +226 -182
- package/dist/tokens/tokens.d.mts +51 -0
- package/dist/types/{composition.d.ts → composition.d.mts} +4 -1
- package/dist/types/{conditions.d.ts → conditions.d.mts} +1 -1
- package/dist/types/{global.d.ts → global.d.mts} +5 -5
- package/dist/types/index.d.mts +8 -0
- package/dist/types/{jsx.d.ts → jsx.d.mts} +2 -2
- package/dist/types/{pattern.d.ts → pattern.d.mts} +2 -2
- package/dist/types/{prop-type.d.ts → prop-type.d.mts} +5 -5
- package/dist/types/{recipe.d.ts → recipe.d.mts} +2 -2
- package/dist/types/{selectors.d.ts → selectors.d.mts} +1 -1
- package/dist/types/{style-props.d.ts → style-props.d.mts} +38 -38
- package/dist/types/{system-types.d.ts → system-types.d.mts} +3 -3
- package/dist/vars/index.d.mts +417 -0
- package/dist/vars/index.mjs +426 -0
- package/jsx/package.json +1 -1
- package/package.json +41 -30
- package/patterns/package.json +1 -1
- package/recipes/package.json +1 -1
- package/tokens/package.json +1 -1
- package/types/package.json +1 -1
- package/vars/package.json +4 -0
- package/dist/css/index.d.ts +0 -5
- package/dist/css/sva.d.ts +0 -4
- package/dist/jsx/bleed.d.ts +0 -10
- package/dist/jsx/box.d.ts +0 -10
- package/dist/jsx/center.d.ts +0 -10
- package/dist/jsx/circle.d.ts +0 -10
- package/dist/jsx/cq.d.ts +0 -10
- package/dist/jsx/divider.d.ts +0 -10
- package/dist/jsx/factory.d.ts +0 -3
- package/dist/jsx/flex.d.ts +0 -10
- package/dist/jsx/float.d.ts +0 -10
- package/dist/jsx/grid-item.d.ts +0 -10
- package/dist/jsx/grid.d.ts +0 -10
- package/dist/jsx/hstack.d.ts +0 -10
- package/dist/jsx/index.d.ts +0 -25
- package/dist/jsx/spacer.d.ts +0 -10
- package/dist/jsx/square.d.ts +0 -10
- package/dist/jsx/stack.d.ts +0 -10
- package/dist/jsx/vstack.d.ts +0 -10
- package/dist/jsx/wrap.d.ts +0 -10
- package/dist/patterns/index.d.ts +0 -21
- package/dist/recipes/index.d.ts +0 -15
- package/dist/tokens/tokens.d.ts +0 -51
- package/dist/types/index.d.ts +0 -8
- package/panda.config.ts +0 -10
- package/preset.ts +0 -3
- /package/dist/css/{cx.d.ts → cx.d.mts} +0 -0
- /package/dist/jsx/{is-valid-prop.d.ts → is-valid-prop.d.mts} +0 -0
- /package/dist/types/{csstype.d.ts → csstype.d.mts} +0 -0
- /package/dist/types/{parts.d.ts → parts.d.mts} +0 -0
- /package/dist/types/{static-css.d.ts → static-css.d.mts} +0 -0
package/dist/tokens/index.mjs
CHANGED
|
@@ -1,4 +1,116 @@
|
|
|
1
1
|
const tokens = {
|
|
2
|
+
"fontSizes.xxs": {
|
|
3
|
+
"value": "10px",
|
|
4
|
+
"variable": "var(--font-sizes-xxs)"
|
|
5
|
+
},
|
|
6
|
+
"fontSizes.xs": {
|
|
7
|
+
"value": "12px",
|
|
8
|
+
"variable": "var(--font-sizes-xs)"
|
|
9
|
+
},
|
|
10
|
+
"fontSizes.sm": {
|
|
11
|
+
"value": "14px",
|
|
12
|
+
"variable": "var(--font-sizes-sm)"
|
|
13
|
+
},
|
|
14
|
+
"fontSizes.md": {
|
|
15
|
+
"value": "16px",
|
|
16
|
+
"variable": "var(--font-sizes-md)"
|
|
17
|
+
},
|
|
18
|
+
"fontSizes.lg": {
|
|
19
|
+
"value": "18px",
|
|
20
|
+
"variable": "var(--font-sizes-lg)"
|
|
21
|
+
},
|
|
22
|
+
"fontSizes.xl": {
|
|
23
|
+
"value": "20px",
|
|
24
|
+
"variable": "var(--font-sizes-xl)"
|
|
25
|
+
},
|
|
26
|
+
"fontSizes.likec4.xs": {
|
|
27
|
+
"value": "13.33px",
|
|
28
|
+
"variable": "var(--font-sizes-likec4-xs)"
|
|
29
|
+
},
|
|
30
|
+
"fontSizes.likec4.sm": {
|
|
31
|
+
"value": "16px",
|
|
32
|
+
"variable": "var(--font-sizes-likec4-sm)"
|
|
33
|
+
},
|
|
34
|
+
"fontSizes.likec4.md": {
|
|
35
|
+
"value": "19.2px",
|
|
36
|
+
"variable": "var(--font-sizes-likec4-md)"
|
|
37
|
+
},
|
|
38
|
+
"fontSizes.likec4.lg": {
|
|
39
|
+
"value": "23.04px",
|
|
40
|
+
"variable": "var(--font-sizes-likec4-lg)"
|
|
41
|
+
},
|
|
42
|
+
"fontSizes.likec4.xl": {
|
|
43
|
+
"value": "27.65px",
|
|
44
|
+
"variable": "var(--font-sizes-likec4-xl)"
|
|
45
|
+
},
|
|
46
|
+
"lineHeights.1": {
|
|
47
|
+
"value": "1",
|
|
48
|
+
"variable": "var(--line-heights-1)"
|
|
49
|
+
},
|
|
50
|
+
"lineHeights.xxs": {
|
|
51
|
+
"value": "1.1",
|
|
52
|
+
"variable": "var(--line-heights-xxs)"
|
|
53
|
+
},
|
|
54
|
+
"lineHeights.xs": {
|
|
55
|
+
"value": "1.2",
|
|
56
|
+
"variable": "var(--line-heights-xs)"
|
|
57
|
+
},
|
|
58
|
+
"lineHeights.sm": {
|
|
59
|
+
"value": "1.35",
|
|
60
|
+
"variable": "var(--line-heights-sm)"
|
|
61
|
+
},
|
|
62
|
+
"lineHeights.md": {
|
|
63
|
+
"value": "1.45",
|
|
64
|
+
"variable": "var(--line-heights-md)"
|
|
65
|
+
},
|
|
66
|
+
"lineHeights.lg": {
|
|
67
|
+
"value": "1.55",
|
|
68
|
+
"variable": "var(--line-heights-lg)"
|
|
69
|
+
},
|
|
70
|
+
"lineHeights.xl": {
|
|
71
|
+
"value": "1.6",
|
|
72
|
+
"variable": "var(--line-heights-xl)"
|
|
73
|
+
},
|
|
74
|
+
"sizes.100%": {
|
|
75
|
+
"value": "100%",
|
|
76
|
+
"variable": "var(--sizes-100\\%)"
|
|
77
|
+
},
|
|
78
|
+
"sizes.full": {
|
|
79
|
+
"value": "100%",
|
|
80
|
+
"variable": "var(--sizes-full)"
|
|
81
|
+
},
|
|
82
|
+
"sizes.breakpoint-xs": {
|
|
83
|
+
"value": "36em",
|
|
84
|
+
"variable": "var(--sizes-breakpoint-xs)"
|
|
85
|
+
},
|
|
86
|
+
"sizes.breakpoint-sm": {
|
|
87
|
+
"value": "48em",
|
|
88
|
+
"variable": "var(--sizes-breakpoint-sm)"
|
|
89
|
+
},
|
|
90
|
+
"sizes.breakpoint-md": {
|
|
91
|
+
"value": "62em",
|
|
92
|
+
"variable": "var(--sizes-breakpoint-md)"
|
|
93
|
+
},
|
|
94
|
+
"sizes.breakpoint-lg": {
|
|
95
|
+
"value": "75em",
|
|
96
|
+
"variable": "var(--sizes-breakpoint-lg)"
|
|
97
|
+
},
|
|
98
|
+
"sizes.breakpoint-xl": {
|
|
99
|
+
"value": "88em",
|
|
100
|
+
"variable": "var(--sizes-breakpoint-xl)"
|
|
101
|
+
},
|
|
102
|
+
"borders.none": {
|
|
103
|
+
"value": "none",
|
|
104
|
+
"variable": "var(--borders-none)"
|
|
105
|
+
},
|
|
106
|
+
"borders.transparent": {
|
|
107
|
+
"value": "0px solid transparent",
|
|
108
|
+
"variable": "var(--borders-transparent)"
|
|
109
|
+
},
|
|
110
|
+
"borders.default": {
|
|
111
|
+
"value": "1px solid var(--mantine-color-default-border)",
|
|
112
|
+
"variable": "var(--borders-default)"
|
|
113
|
+
},
|
|
2
114
|
"spacing.0": {
|
|
3
115
|
"value": "0px",
|
|
4
116
|
"variable": "var(--spacing-0)"
|
|
@@ -43,25 +155,13 @@ const tokens = {
|
|
|
43
155
|
"value": "40px",
|
|
44
156
|
"variable": "var(--spacing-10)"
|
|
45
157
|
},
|
|
46
|
-
"spacing.
|
|
47
|
-
"value": "
|
|
48
|
-
"variable": "var(--spacing-
|
|
49
|
-
},
|
|
50
|
-
"spacing.likec4.sm": {
|
|
51
|
-
"value": "10px",
|
|
52
|
-
"variable": "var(--spacing-likec4-sm)"
|
|
158
|
+
"spacing.12": {
|
|
159
|
+
"value": "48px",
|
|
160
|
+
"variable": "var(--spacing-12)"
|
|
53
161
|
},
|
|
54
|
-
"spacing.
|
|
55
|
-
"value": "
|
|
56
|
-
"variable": "var(--spacing-
|
|
57
|
-
},
|
|
58
|
-
"spacing.likec4.lg": {
|
|
59
|
-
"value": "24px",
|
|
60
|
-
"variable": "var(--spacing-likec4-lg)"
|
|
61
|
-
},
|
|
62
|
-
"spacing.likec4.xl": {
|
|
63
|
-
"value": "32px",
|
|
64
|
-
"variable": "var(--spacing-likec4-xl)"
|
|
162
|
+
"spacing.16": {
|
|
163
|
+
"value": "64px",
|
|
164
|
+
"variable": "var(--spacing-16)"
|
|
65
165
|
},
|
|
66
166
|
"spacing.0.5": {
|
|
67
167
|
"value": "2px",
|
|
@@ -84,96 +184,72 @@ const tokens = {
|
|
|
84
184
|
"variable": "var(--spacing-4\\.5)"
|
|
85
185
|
},
|
|
86
186
|
"spacing.xxs": {
|
|
87
|
-
"value": "calc(
|
|
187
|
+
"value": "calc(8px * var(--mantine-scale))",
|
|
88
188
|
"variable": "var(--spacing-xxs)"
|
|
89
189
|
},
|
|
90
190
|
"spacing.xs": {
|
|
91
|
-
"value": "calc(
|
|
191
|
+
"value": "calc(10px * var(--mantine-scale))",
|
|
92
192
|
"variable": "var(--spacing-xs)"
|
|
93
193
|
},
|
|
94
194
|
"spacing.sm": {
|
|
95
|
-
"value": "calc(
|
|
195
|
+
"value": "calc(12px * var(--mantine-scale))",
|
|
96
196
|
"variable": "var(--spacing-sm)"
|
|
97
197
|
},
|
|
98
198
|
"spacing.md": {
|
|
99
|
-
"value": "calc(
|
|
199
|
+
"value": "calc(16px * var(--mantine-scale))",
|
|
100
200
|
"variable": "var(--spacing-md)"
|
|
101
201
|
},
|
|
102
202
|
"spacing.lg": {
|
|
103
|
-
"value": "calc(
|
|
203
|
+
"value": "calc(20px * var(--mantine-scale))",
|
|
104
204
|
"variable": "var(--spacing-lg)"
|
|
105
205
|
},
|
|
106
206
|
"spacing.xl": {
|
|
107
|
-
"value": "calc(
|
|
207
|
+
"value": "calc(32px * var(--mantine-scale))",
|
|
108
208
|
"variable": "var(--spacing-xl)"
|
|
109
209
|
},
|
|
110
|
-
"
|
|
111
|
-
"value": "
|
|
112
|
-
"variable": "var(--
|
|
113
|
-
},
|
|
114
|
-
"fontSizes.xs": {
|
|
115
|
-
"value": "calc(0.75rem * var(--mantine-scale))",
|
|
116
|
-
"variable": "var(--font-sizes-xs)"
|
|
117
|
-
},
|
|
118
|
-
"fontSizes.sm": {
|
|
119
|
-
"value": "calc(0.875rem * var(--mantine-scale))",
|
|
120
|
-
"variable": "var(--font-sizes-sm)"
|
|
121
|
-
},
|
|
122
|
-
"fontSizes.md": {
|
|
123
|
-
"value": "calc(1rem * var(--mantine-scale))",
|
|
124
|
-
"variable": "var(--font-sizes-md)"
|
|
125
|
-
},
|
|
126
|
-
"fontSizes.lg": {
|
|
127
|
-
"value": "calc(1.125rem * var(--mantine-scale))",
|
|
128
|
-
"variable": "var(--font-sizes-lg)"
|
|
129
|
-
},
|
|
130
|
-
"fontSizes.xl": {
|
|
131
|
-
"value": "calc(1.25rem * var(--mantine-scale))",
|
|
132
|
-
"variable": "var(--font-sizes-xl)"
|
|
133
|
-
},
|
|
134
|
-
"fontSizes.likec4.xs": {
|
|
135
|
-
"value": "0.833rem",
|
|
136
|
-
"variable": "var(--font-sizes-likec4-xs)"
|
|
210
|
+
"spacing.likec4.xs": {
|
|
211
|
+
"value": "8px",
|
|
212
|
+
"variable": "var(--spacing-likec4-xs)"
|
|
137
213
|
},
|
|
138
|
-
"
|
|
139
|
-
"value": "
|
|
140
|
-
"variable": "var(--
|
|
214
|
+
"spacing.likec4.sm": {
|
|
215
|
+
"value": "10px",
|
|
216
|
+
"variable": "var(--spacing-likec4-sm)"
|
|
141
217
|
},
|
|
142
|
-
"
|
|
143
|
-
"value": "
|
|
144
|
-
"variable": "var(--
|
|
218
|
+
"spacing.likec4.md": {
|
|
219
|
+
"value": "16px",
|
|
220
|
+
"variable": "var(--spacing-likec4-md)"
|
|
145
221
|
},
|
|
146
|
-
"
|
|
147
|
-
"value": "
|
|
148
|
-
"variable": "var(--
|
|
222
|
+
"spacing.likec4.lg": {
|
|
223
|
+
"value": "24px",
|
|
224
|
+
"variable": "var(--spacing-likec4-lg)"
|
|
149
225
|
},
|
|
150
|
-
"
|
|
151
|
-
"value": "
|
|
152
|
-
"variable": "var(--
|
|
226
|
+
"spacing.likec4.xl": {
|
|
227
|
+
"value": "32px",
|
|
228
|
+
"variable": "var(--spacing-likec4-xl)"
|
|
153
229
|
},
|
|
154
|
-
"
|
|
155
|
-
"value": "
|
|
156
|
-
"variable": "var(--
|
|
230
|
+
"radii.0": {
|
|
231
|
+
"value": "0px",
|
|
232
|
+
"variable": "var(--radii-0)"
|
|
157
233
|
},
|
|
158
|
-
"
|
|
159
|
-
"value": "
|
|
160
|
-
"variable": "var(--
|
|
234
|
+
"radii.xs": {
|
|
235
|
+
"value": "2px",
|
|
236
|
+
"variable": "var(--radii-xs)"
|
|
161
237
|
},
|
|
162
|
-
"
|
|
163
|
-
"value": "
|
|
164
|
-
"variable": "var(--
|
|
238
|
+
"radii.sm": {
|
|
239
|
+
"value": "4px",
|
|
240
|
+
"variable": "var(--radii-sm)"
|
|
165
241
|
},
|
|
166
|
-
"
|
|
167
|
-
"value": "
|
|
168
|
-
"variable": "var(--
|
|
242
|
+
"radii.md": {
|
|
243
|
+
"value": "8px",
|
|
244
|
+
"variable": "var(--radii-md)"
|
|
169
245
|
},
|
|
170
|
-
"
|
|
171
|
-
"value": "
|
|
172
|
-
"variable": "var(--
|
|
246
|
+
"radii.lg": {
|
|
247
|
+
"value": "16px",
|
|
248
|
+
"variable": "var(--radii-lg)"
|
|
173
249
|
},
|
|
174
|
-
"
|
|
175
|
-
"value": "
|
|
176
|
-
"variable": "var(--
|
|
250
|
+
"radii.xl": {
|
|
251
|
+
"value": "32px",
|
|
252
|
+
"variable": "var(--radii-xl)"
|
|
177
253
|
},
|
|
178
254
|
"colors.mantine.colors.primary": {
|
|
179
255
|
"value": "var(--mantine-primary-color-6)",
|
|
@@ -799,69 +875,13 @@ const tokens = {
|
|
|
799
875
|
"value": "none",
|
|
800
876
|
"variable": "var(--colors-none)"
|
|
801
877
|
},
|
|
802
|
-
"
|
|
803
|
-
"value": "
|
|
804
|
-
"variable": "var(--
|
|
805
|
-
},
|
|
806
|
-
"sizes.full": {
|
|
807
|
-
"value": "100%",
|
|
808
|
-
"variable": "var(--sizes-full)"
|
|
809
|
-
},
|
|
810
|
-
"sizes.breakpoint-xs": {
|
|
811
|
-
"value": "36em",
|
|
812
|
-
"variable": "var(--sizes-breakpoint-xs)"
|
|
813
|
-
},
|
|
814
|
-
"sizes.breakpoint-sm": {
|
|
815
|
-
"value": "48em",
|
|
816
|
-
"variable": "var(--sizes-breakpoint-sm)"
|
|
817
|
-
},
|
|
818
|
-
"sizes.breakpoint-md": {
|
|
819
|
-
"value": "62em",
|
|
820
|
-
"variable": "var(--sizes-breakpoint-md)"
|
|
821
|
-
},
|
|
822
|
-
"sizes.breakpoint-lg": {
|
|
823
|
-
"value": "75em",
|
|
824
|
-
"variable": "var(--sizes-breakpoint-lg)"
|
|
825
|
-
},
|
|
826
|
-
"sizes.breakpoint-xl": {
|
|
827
|
-
"value": "88em",
|
|
828
|
-
"variable": "var(--sizes-breakpoint-xl)"
|
|
829
|
-
},
|
|
830
|
-
"borders.none": {
|
|
831
|
-
"value": "none",
|
|
832
|
-
"variable": "var(--borders-none)"
|
|
833
|
-
},
|
|
834
|
-
"borders.transparent": {
|
|
835
|
-
"value": "0px solid transparent",
|
|
836
|
-
"variable": "var(--borders-transparent)"
|
|
837
|
-
},
|
|
838
|
-
"borders.default": {
|
|
839
|
-
"value": "1px solid var(--mantine-color-default-border)",
|
|
840
|
-
"variable": "var(--borders-default)"
|
|
841
|
-
},
|
|
842
|
-
"radii.0": {
|
|
843
|
-
"value": "0px",
|
|
844
|
-
"variable": "var(--radii-0)"
|
|
845
|
-
},
|
|
846
|
-
"radii.xs": {
|
|
847
|
-
"value": "0.125rem",
|
|
848
|
-
"variable": "var(--radii-xs)"
|
|
849
|
-
},
|
|
850
|
-
"radii.sm": {
|
|
851
|
-
"value": "0.25rem",
|
|
852
|
-
"variable": "var(--radii-sm)"
|
|
853
|
-
},
|
|
854
|
-
"radii.md": {
|
|
855
|
-
"value": "0.5rem",
|
|
856
|
-
"variable": "var(--radii-md)"
|
|
857
|
-
},
|
|
858
|
-
"radii.lg": {
|
|
859
|
-
"value": "1rem",
|
|
860
|
-
"variable": "var(--radii-lg)"
|
|
878
|
+
"colors.text": {
|
|
879
|
+
"value": "var(--mantine-color-text)",
|
|
880
|
+
"variable": "var(--colors-text)"
|
|
861
881
|
},
|
|
862
|
-
"
|
|
863
|
-
"value": "
|
|
864
|
-
"variable": "var(--
|
|
882
|
+
"colors.text.dimmed": {
|
|
883
|
+
"value": "var(--mantine-color-dimmed)",
|
|
884
|
+
"variable": "var(--colors-text-dimmed)"
|
|
865
885
|
},
|
|
866
886
|
"fontWeights.normal": {
|
|
867
887
|
"value": "400",
|
|
@@ -871,6 +891,14 @@ const tokens = {
|
|
|
871
891
|
"value": "500",
|
|
872
892
|
"variable": "var(--font-weights-medium)"
|
|
873
893
|
},
|
|
894
|
+
"fontWeights.bold": {
|
|
895
|
+
"value": "600",
|
|
896
|
+
"variable": "var(--font-weights-bold)"
|
|
897
|
+
},
|
|
898
|
+
"fontWeights.bolder": {
|
|
899
|
+
"value": "700",
|
|
900
|
+
"variable": "var(--font-weights-bolder)"
|
|
901
|
+
},
|
|
874
902
|
"fonts.mono": {
|
|
875
903
|
"value": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",
|
|
876
904
|
"variable": "var(--fonts-mono)"
|
|
@@ -975,13 +1003,29 @@ const tokens = {
|
|
|
975
1003
|
"value": "-1",
|
|
976
1004
|
"variable": "var(--z-index--1)"
|
|
977
1005
|
},
|
|
1006
|
+
"zIndex.likec4.diagram.edge": {
|
|
1007
|
+
"value": "20",
|
|
1008
|
+
"variable": "var(--z-index-likec4-diagram-edge)"
|
|
1009
|
+
},
|
|
1010
|
+
"zIndex.likec4.diagram.node.compound": {
|
|
1011
|
+
"value": "10",
|
|
1012
|
+
"variable": "var(--z-index-likec4-diagram-node-compound)"
|
|
1013
|
+
},
|
|
1014
|
+
"zIndex.likec4.diagram.node.element": {
|
|
1015
|
+
"value": "40",
|
|
1016
|
+
"variable": "var(--z-index-likec4-diagram-node-element)"
|
|
1017
|
+
},
|
|
1018
|
+
"zIndex.likec4.dropdown": {
|
|
1019
|
+
"value": "200",
|
|
1020
|
+
"variable": "var(--z-index-likec4-dropdown)"
|
|
1021
|
+
},
|
|
978
1022
|
"zIndex.likec4.panel": {
|
|
979
1023
|
"value": "100",
|
|
980
1024
|
"variable": "var(--z-index-likec4-panel)"
|
|
981
1025
|
},
|
|
982
|
-
"zIndex.likec4.dropdown": {
|
|
1026
|
+
"zIndex.likec4.panel.dropdown": {
|
|
983
1027
|
"value": "200",
|
|
984
|
-
"variable": "var(--z-index-likec4-dropdown)"
|
|
1028
|
+
"variable": "var(--z-index-likec4-panel-dropdown)"
|
|
985
1029
|
},
|
|
986
1030
|
"breakpoints.xs": {
|
|
987
1031
|
"value": "36em",
|
|
@@ -9643,18 +9687,18 @@ const tokens = {
|
|
|
9643
9687
|
"value": "var(--colors-yellow-p3-a-12)",
|
|
9644
9688
|
"variable": "var(--colors-yellow-p3-a-12)"
|
|
9645
9689
|
},
|
|
9646
|
-
"colors.text": {
|
|
9647
|
-
"value": "var(--mantine-color-text)",
|
|
9648
|
-
"variable": "var(--colors-text)"
|
|
9649
|
-
},
|
|
9650
|
-
"colors.text.dimmed": {
|
|
9651
|
-
"value": "var(--mantine-color-dimmed)",
|
|
9652
|
-
"variable": "var(--colors-text-dimmed)"
|
|
9653
|
-
},
|
|
9654
9690
|
"colors.likec4.background": {
|
|
9655
9691
|
"value": "var(--mantine-color-body)",
|
|
9656
9692
|
"variable": "var(--colors-likec4-background)"
|
|
9657
9693
|
},
|
|
9694
|
+
"colors.likec4.background.pattern": {
|
|
9695
|
+
"value": "var(--colors-likec4-background-pattern)",
|
|
9696
|
+
"variable": "var(--colors-likec4-background-pattern)"
|
|
9697
|
+
},
|
|
9698
|
+
"colors.likec4.mixColor": {
|
|
9699
|
+
"value": "var(--colors-likec4-mix-color)",
|
|
9700
|
+
"variable": "var(--colors-likec4-mix-color)"
|
|
9701
|
+
},
|
|
9658
9702
|
"colors.likec4.tag.bg": {
|
|
9659
9703
|
"value": "var(--colors-tomato-9)",
|
|
9660
9704
|
"variable": "var(--colors-likec4-tag-bg)"
|
|
@@ -9680,19 +9724,19 @@ const tokens = {
|
|
|
9680
9724
|
"variable": "var(--colors-likec4-panel-border)"
|
|
9681
9725
|
},
|
|
9682
9726
|
"colors.likec4.panel.text": {
|
|
9683
|
-
"value": "
|
|
9727
|
+
"value": "oklch(from var(--mantine-color-text) l c h / 85%)",
|
|
9684
9728
|
"variable": "var(--colors-likec4-panel-text)"
|
|
9685
9729
|
},
|
|
9686
9730
|
"colors.likec4.panel.text.dimmed": {
|
|
9687
|
-
"value": "var(--
|
|
9731
|
+
"value": "var(--colors-text-dimmed)",
|
|
9688
9732
|
"variable": "var(--colors-likec4-panel-text-dimmed)"
|
|
9689
9733
|
},
|
|
9690
9734
|
"colors.likec4.panel.action": {
|
|
9691
|
-
"value": "
|
|
9735
|
+
"value": "oklch(from var(--mantine-color-text) l c h / 90%)",
|
|
9692
9736
|
"variable": "var(--colors-likec4-panel-action)"
|
|
9693
9737
|
},
|
|
9694
9738
|
"colors.likec4.panel.action.disabled": {
|
|
9695
|
-
"value": "var(--
|
|
9739
|
+
"value": "var(--colors-text-dimmed)",
|
|
9696
9740
|
"variable": "var(--colors-likec4-panel-action-disabled)"
|
|
9697
9741
|
},
|
|
9698
9742
|
"colors.likec4.panel.action.hover": {
|
|
@@ -9740,7 +9784,7 @@ const tokens = {
|
|
|
9740
9784
|
"variable": "var(--colors-likec4-overlay-body)"
|
|
9741
9785
|
},
|
|
9742
9786
|
"colors.likec4.overlay.border": {
|
|
9743
|
-
"value": "
|
|
9787
|
+
"value": "oklch(from var(--mantine-color-default-border) l c h / 50%)",
|
|
9744
9788
|
"variable": "var(--colors-likec4-overlay-border)"
|
|
9745
9789
|
},
|
|
9746
9790
|
"colors.likec4.compare.latest": {
|
|
@@ -9791,25 +9835,13 @@ const tokens = {
|
|
|
9791
9835
|
"value": "calc(var(--spacing-10) * -1)",
|
|
9792
9836
|
"variable": "var(--spacing-10)"
|
|
9793
9837
|
},
|
|
9794
|
-
"spacing
|
|
9795
|
-
"value": "calc(var(--spacing-
|
|
9796
|
-
"variable": "var(--spacing-
|
|
9838
|
+
"spacing.-12": {
|
|
9839
|
+
"value": "calc(var(--spacing-12) * -1)",
|
|
9840
|
+
"variable": "var(--spacing-12)"
|
|
9797
9841
|
},
|
|
9798
|
-
"spacing
|
|
9799
|
-
"value": "calc(var(--spacing-
|
|
9800
|
-
"variable": "var(--spacing-
|
|
9801
|
-
},
|
|
9802
|
-
"spacing.likec4.-md": {
|
|
9803
|
-
"value": "calc(var(--spacing-likec4-md) * -1)",
|
|
9804
|
-
"variable": "var(--spacing-likec4-md)"
|
|
9805
|
-
},
|
|
9806
|
-
"spacing.likec4.-lg": {
|
|
9807
|
-
"value": "calc(var(--spacing-likec4-lg) * -1)",
|
|
9808
|
-
"variable": "var(--spacing-likec4-lg)"
|
|
9809
|
-
},
|
|
9810
|
-
"spacing.likec4.-xl": {
|
|
9811
|
-
"value": "calc(var(--spacing-likec4-xl) * -1)",
|
|
9812
|
-
"variable": "var(--spacing-likec4-xl)"
|
|
9842
|
+
"spacing.-16": {
|
|
9843
|
+
"value": "calc(var(--spacing-16) * -1)",
|
|
9844
|
+
"variable": "var(--spacing-16)"
|
|
9813
9845
|
},
|
|
9814
9846
|
"spacing.-0.5": {
|
|
9815
9847
|
"value": "calc(var(--spacing-0\\.5) * -1)",
|
|
@@ -9855,13 +9887,25 @@ const tokens = {
|
|
|
9855
9887
|
"value": "calc(var(--spacing-xl) * -1)",
|
|
9856
9888
|
"variable": "var(--spacing-xl)"
|
|
9857
9889
|
},
|
|
9858
|
-
"
|
|
9859
|
-
"value": "var(--
|
|
9860
|
-
"variable": "var(--
|
|
9890
|
+
"spacing.likec4.-xs": {
|
|
9891
|
+
"value": "calc(var(--spacing-likec4-xs) * -1)",
|
|
9892
|
+
"variable": "var(--spacing-likec4-xs)"
|
|
9861
9893
|
},
|
|
9862
|
-
"
|
|
9863
|
-
"value": "var(--
|
|
9864
|
-
"variable": "var(--
|
|
9894
|
+
"spacing.likec4.-sm": {
|
|
9895
|
+
"value": "calc(var(--spacing-likec4-sm) * -1)",
|
|
9896
|
+
"variable": "var(--spacing-likec4-sm)"
|
|
9897
|
+
},
|
|
9898
|
+
"spacing.likec4.-md": {
|
|
9899
|
+
"value": "calc(var(--spacing-likec4-md) * -1)",
|
|
9900
|
+
"variable": "var(--spacing-likec4-md)"
|
|
9901
|
+
},
|
|
9902
|
+
"spacing.likec4.-lg": {
|
|
9903
|
+
"value": "calc(var(--spacing-likec4-lg) * -1)",
|
|
9904
|
+
"variable": "var(--spacing-likec4-lg)"
|
|
9905
|
+
},
|
|
9906
|
+
"spacing.likec4.-xl": {
|
|
9907
|
+
"value": "calc(var(--spacing-likec4-xl) * -1)",
|
|
9908
|
+
"variable": "var(--spacing-likec4-xl)"
|
|
9865
9909
|
},
|
|
9866
9910
|
"colors.likec4.compare.manual": {
|
|
9867
9911
|
"value": "var(--colors-likec4-compare-manual)",
|