@likec4/styles 1.47.0 → 1.49.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.
Files changed (147) hide show
  1. package/LICENSE +1 -1
  2. package/css/package.json +1 -1
  3. package/dev.d.mts +3 -0
  4. package/{dev.ts → dev.mjs} +8 -4
  5. package/dist/css/conditions.mjs +1 -1
  6. package/dist/css/{css.d.ts → css.d.mts} +1 -1
  7. package/dist/css/{cva.d.ts → cva.d.mts} +2 -2
  8. package/dist/css/index.d.mts +5 -0
  9. package/dist/css/sva.d.mts +4 -0
  10. package/dist/jsx/{aspect-ratio.d.ts → aspect-ratio.d.mts} +3 -3
  11. package/dist/jsx/bleed.d.mts +10 -0
  12. package/dist/jsx/box.d.mts +10 -0
  13. package/dist/jsx/center.d.mts +10 -0
  14. package/dist/jsx/circle.d.mts +10 -0
  15. package/dist/jsx/{container.d.ts → container.d.mts} +3 -3
  16. package/dist/jsx/cq.d.mts +10 -0
  17. package/dist/jsx/{create-style-context.d.ts → create-style-context.d.mts} +3 -3
  18. package/dist/jsx/divider.d.mts +10 -0
  19. package/dist/jsx/factory.d.mts +3 -0
  20. package/dist/jsx/flex.d.mts +10 -0
  21. package/dist/jsx/float.d.mts +10 -0
  22. package/dist/jsx/grid-item.d.mts +10 -0
  23. package/dist/jsx/grid.d.mts +10 -0
  24. package/dist/jsx/hstack.d.mts +10 -0
  25. package/dist/jsx/index.d.mts +26 -0
  26. package/dist/jsx/index.mjs +2 -1
  27. package/dist/jsx/is-valid-prop.mjs +1 -1
  28. package/dist/jsx/{link-overlay.d.ts → link-overlay.d.mts} +3 -3
  29. package/dist/jsx/spacer.d.mts +10 -0
  30. package/dist/jsx/square.d.mts +10 -0
  31. package/dist/jsx/stack.d.mts +10 -0
  32. package/dist/jsx/txt.d.mts +10 -0
  33. package/dist/jsx/txt.mjs +14 -0
  34. package/dist/jsx/{visually-hidden.d.ts → visually-hidden.d.mts} +3 -3
  35. package/dist/jsx/vstack.d.mts +10 -0
  36. package/dist/jsx/wrap.d.mts +10 -0
  37. package/dist/patterns/{aspect-ratio.d.ts → aspect-ratio.d.mts} +5 -5
  38. package/dist/patterns/{bleed.d.ts → bleed.d.mts} +5 -5
  39. package/dist/patterns/{box.d.ts → box.d.mts} +5 -5
  40. package/dist/patterns/{center.d.ts → center.d.mts} +5 -5
  41. package/dist/patterns/{circle.d.ts → circle.d.mts} +5 -5
  42. package/dist/patterns/{container.d.ts → container.d.mts} +5 -5
  43. package/dist/patterns/{cq.d.ts → cq.d.mts} +5 -5
  44. package/dist/patterns/{divider.d.ts → divider.d.mts} +5 -5
  45. package/dist/patterns/{flex.d.ts → flex.d.mts} +5 -5
  46. package/dist/patterns/{float.d.ts → float.d.mts} +5 -5
  47. package/dist/patterns/{grid-item.d.ts → grid-item.d.mts} +5 -5
  48. package/dist/patterns/{grid.d.ts → grid.d.mts} +5 -5
  49. package/dist/patterns/{hstack.d.ts → hstack.d.mts} +5 -5
  50. package/dist/patterns/index.d.mts +22 -0
  51. package/dist/patterns/index.mjs +2 -1
  52. package/dist/patterns/{link-overlay.d.ts → link-overlay.d.mts} +5 -5
  53. package/dist/patterns/{spacer.d.ts → spacer.d.mts} +5 -5
  54. package/dist/patterns/{square.d.ts → square.d.mts} +5 -5
  55. package/dist/patterns/{stack.d.ts → stack.d.mts} +5 -5
  56. package/dist/patterns/txt.d.mts +24 -0
  57. package/dist/patterns/txt.mjs +28 -0
  58. package/dist/patterns/{visually-hidden.d.ts → visually-hidden.d.mts} +5 -5
  59. package/dist/patterns/{vstack.d.ts → vstack.d.mts} +5 -5
  60. package/dist/patterns/{wrap.d.ts → wrap.d.mts} +5 -5
  61. package/dist/recipes/{action-btn.d.ts → action-btn.d.mts} +2 -2
  62. package/dist/recipes/action-buttons.d.mts +33 -0
  63. package/dist/recipes/action-buttons.mjs +24 -0
  64. package/dist/recipes/{compound-node.d.ts → compound-node.d.mts} +12 -3
  65. package/dist/recipes/compound-node.mjs +5 -1
  66. package/dist/recipes/{edge-action-btn.d.ts → edge-action-btn.d.mts} +2 -2
  67. package/dist/recipes/{edge-label.d.ts → edge-label.d.mts} +2 -2
  68. package/dist/recipes/{edge-path.d.ts → edge-path.d.mts} +2 -2
  69. package/dist/recipes/{element-node-data.d.ts → element-node-data.d.mts} +10 -3
  70. package/dist/recipes/element-node-data.mjs +16 -2
  71. package/dist/recipes/{element-node.d.ts → element-node.d.mts} +2 -2
  72. package/dist/recipes/{element-shape-recipe.d.ts → element-shape-recipe.d.mts} +6 -2
  73. package/dist/recipes/element-shape-recipe.mjs +6 -1
  74. package/dist/recipes/index.d.mts +17 -0
  75. package/dist/recipes/index.mjs +2 -0
  76. package/dist/recipes/{likec4tag.d.ts → likec4tag.d.mts} +2 -2
  77. package/dist/recipes/{markdown-block.d.ts → markdown-block.d.mts} +2 -2
  78. package/dist/recipes/{navigation-link.d.ts → navigation-link.d.mts} +2 -2
  79. package/dist/recipes/{navigation-panel-action-icon.d.ts → navigation-panel-action-icon.d.mts} +2 -2
  80. package/dist/recipes/{navigation-panel.d.ts → navigation-panel.d.mts} +6 -2
  81. package/dist/recipes/navigation-panel.mjs +8 -2
  82. package/dist/recipes/node-notes.d.mts +34 -0
  83. package/dist/recipes/node-notes.mjs +31 -0
  84. package/dist/recipes/{overlay.d.ts → overlay.d.mts} +2 -2
  85. package/dist/tokens/{index.d.ts → index.d.mts} +2 -2
  86. package/dist/tokens/index.mjs +328 -184
  87. package/dist/tokens/tokens.d.mts +54 -0
  88. package/dist/types/{composition.d.ts → composition.d.mts} +4 -1
  89. package/dist/types/{conditions.d.ts → conditions.d.mts} +4 -6
  90. package/dist/types/{global.d.ts → global.d.mts} +5 -5
  91. package/dist/types/index.d.mts +8 -0
  92. package/dist/types/{jsx.d.ts → jsx.d.mts} +2 -2
  93. package/dist/types/{pattern.d.ts → pattern.d.mts} +2 -2
  94. package/dist/types/{prop-type.d.ts → prop-type.d.mts} +21 -5
  95. package/dist/types/{recipe.d.ts → recipe.d.mts} +2 -2
  96. package/dist/types/{selectors.d.ts → selectors.d.mts} +1 -1
  97. package/dist/types/{style-props.d.ts → style-props.d.mts} +59 -59
  98. package/dist/types/{system-types.d.ts → system-types.d.mts} +3 -3
  99. package/jsx/package.json +1 -1
  100. package/package.json +42 -34
  101. package/patterns/package.json +1 -1
  102. package/preset/_chunks/libs/@radix-ui/colors.mjs +3784 -0
  103. package/preset/_chunks/libs/pandacss-preset-radix-colors.mjs +147 -0
  104. package/preset/_chunks/libs/remeda.mjs +120 -0
  105. package/preset/_chunks/rolldown-runtime.mjs +11 -0
  106. package/preset/package.json +2 -2
  107. package/preset/preset.d.mts +1466 -0
  108. package/preset/preset.mjs +3943 -0
  109. package/recipes/package.json +1 -1
  110. package/tokens/package.json +1 -1
  111. package/types/package.json +1 -1
  112. package/vars/package.json +4 -0
  113. package/vars/vars.d.mts +417 -0
  114. package/vars/vars.mjs +415 -0
  115. package/dist/css/index.d.ts +0 -5
  116. package/dist/css/sva.d.ts +0 -4
  117. package/dist/jsx/bleed.d.ts +0 -10
  118. package/dist/jsx/box.d.ts +0 -10
  119. package/dist/jsx/center.d.ts +0 -10
  120. package/dist/jsx/circle.d.ts +0 -10
  121. package/dist/jsx/cq.d.ts +0 -10
  122. package/dist/jsx/divider.d.ts +0 -10
  123. package/dist/jsx/factory.d.ts +0 -3
  124. package/dist/jsx/flex.d.ts +0 -10
  125. package/dist/jsx/float.d.ts +0 -10
  126. package/dist/jsx/grid-item.d.ts +0 -10
  127. package/dist/jsx/grid.d.ts +0 -10
  128. package/dist/jsx/hstack.d.ts +0 -10
  129. package/dist/jsx/index.d.ts +0 -25
  130. package/dist/jsx/spacer.d.ts +0 -10
  131. package/dist/jsx/square.d.ts +0 -10
  132. package/dist/jsx/stack.d.ts +0 -10
  133. package/dist/jsx/vstack.d.ts +0 -10
  134. package/dist/jsx/wrap.d.ts +0 -10
  135. package/dist/patterns/index.d.ts +0 -21
  136. package/dist/preset.d.mts +0 -1232
  137. package/dist/preset.mjs +0 -7553
  138. package/dist/recipes/index.d.ts +0 -15
  139. package/dist/tokens/tokens.d.ts +0 -51
  140. package/dist/types/index.d.ts +0 -8
  141. package/panda.config.ts +0 -10
  142. package/preset.ts +0 -3
  143. /package/dist/css/{cx.d.ts → cx.d.mts} +0 -0
  144. /package/dist/jsx/{is-valid-prop.d.ts → is-valid-prop.d.mts} +0 -0
  145. /package/dist/types/{csstype.d.ts → csstype.d.mts} +0 -0
  146. /package/dist/types/{parts.d.ts → parts.d.mts} +0 -0
  147. /package/dist/types/{static-css.d.ts → static-css.d.mts} +0 -0
@@ -1,4 +1,136 @@
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(--colors-default-border)",
112
+ "variable": "var(--borders-default)"
113
+ },
114
+ "borderWidths.0": {
115
+ "value": "0px",
116
+ "variable": "var(--border-widths-0)"
117
+ },
118
+ "borderWidths.1": {
119
+ "value": "1px",
120
+ "variable": "var(--border-widths-1)"
121
+ },
122
+ "borderWidths.2": {
123
+ "value": "2px",
124
+ "variable": "var(--border-widths-2)"
125
+ },
126
+ "borderWidths.3": {
127
+ "value": "3px",
128
+ "variable": "var(--border-widths-3)"
129
+ },
130
+ "borderWidths.4": {
131
+ "value": "4px",
132
+ "variable": "var(--border-widths-4)"
133
+ },
2
134
  "spacing.0": {
3
135
  "value": "0px",
4
136
  "variable": "var(--spacing-0)"
@@ -43,25 +175,13 @@ const tokens = {
43
175
  "value": "40px",
44
176
  "variable": "var(--spacing-10)"
45
177
  },
46
- "spacing.likec4.xs": {
47
- "value": "8px",
48
- "variable": "var(--spacing-likec4-xs)"
49
- },
50
- "spacing.likec4.sm": {
51
- "value": "10px",
52
- "variable": "var(--spacing-likec4-sm)"
53
- },
54
- "spacing.likec4.md": {
55
- "value": "16px",
56
- "variable": "var(--spacing-likec4-md)"
178
+ "spacing.12": {
179
+ "value": "48px",
180
+ "variable": "var(--spacing-12)"
57
181
  },
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)"
182
+ "spacing.16": {
183
+ "value": "64px",
184
+ "variable": "var(--spacing-16)"
65
185
  },
66
186
  "spacing.0.5": {
67
187
  "value": "2px",
@@ -84,96 +204,72 @@ const tokens = {
84
204
  "variable": "var(--spacing-4\\.5)"
85
205
  },
86
206
  "spacing.xxs": {
87
- "value": "calc(0.5rem * var(--mantine-scale))",
207
+ "value": "calc(8px * var(--mantine-scale))",
88
208
  "variable": "var(--spacing-xxs)"
89
209
  },
90
210
  "spacing.xs": {
91
- "value": "calc(0.625rem * var(--mantine-scale))",
211
+ "value": "calc(10px * var(--mantine-scale))",
92
212
  "variable": "var(--spacing-xs)"
93
213
  },
94
214
  "spacing.sm": {
95
- "value": "calc(0.75rem * var(--mantine-scale))",
215
+ "value": "calc(12px * var(--mantine-scale))",
96
216
  "variable": "var(--spacing-sm)"
97
217
  },
98
218
  "spacing.md": {
99
- "value": "calc(1rem * var(--mantine-scale))",
219
+ "value": "calc(16px * var(--mantine-scale))",
100
220
  "variable": "var(--spacing-md)"
101
221
  },
102
222
  "spacing.lg": {
103
- "value": "calc(1.25rem * var(--mantine-scale))",
223
+ "value": "calc(20px * var(--mantine-scale))",
104
224
  "variable": "var(--spacing-lg)"
105
225
  },
106
226
  "spacing.xl": {
107
- "value": "calc(2rem * var(--mantine-scale))",
227
+ "value": "calc(32px * var(--mantine-scale))",
108
228
  "variable": "var(--spacing-xl)"
109
229
  },
110
- "fontSizes.xxs": {
111
- "value": "0.625rem",
112
- "variable": "var(--font-sizes-xxs)"
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)"
230
+ "spacing.likec4.xs": {
231
+ "value": "8px",
232
+ "variable": "var(--spacing-likec4-xs)"
137
233
  },
138
- "fontSizes.likec4.sm": {
139
- "value": "1.00rem",
140
- "variable": "var(--font-sizes-likec4-sm)"
234
+ "spacing.likec4.sm": {
235
+ "value": "10px",
236
+ "variable": "var(--spacing-likec4-sm)"
141
237
  },
142
- "fontSizes.likec4.md": {
143
- "value": "1.20rem",
144
- "variable": "var(--font-sizes-likec4-md)"
238
+ "spacing.likec4.md": {
239
+ "value": "16px",
240
+ "variable": "var(--spacing-likec4-md)"
145
241
  },
146
- "fontSizes.likec4.lg": {
147
- "value": "1.44rem",
148
- "variable": "var(--font-sizes-likec4-lg)"
242
+ "spacing.likec4.lg": {
243
+ "value": "24px",
244
+ "variable": "var(--spacing-likec4-lg)"
149
245
  },
150
- "fontSizes.likec4.xl": {
151
- "value": "1.73rem",
152
- "variable": "var(--font-sizes-likec4-xl)"
246
+ "spacing.likec4.xl": {
247
+ "value": "32px",
248
+ "variable": "var(--spacing-likec4-xl)"
153
249
  },
154
- "lineHeights.1": {
155
- "value": "1",
156
- "variable": "var(--line-heights-1)"
250
+ "radii.0": {
251
+ "value": "0px",
252
+ "variable": "var(--radii-0)"
157
253
  },
158
- "lineHeights.xs": {
159
- "value": "1.4",
160
- "variable": "var(--line-heights-xs)"
254
+ "radii.xs": {
255
+ "value": "2px",
256
+ "variable": "var(--radii-xs)"
161
257
  },
162
- "lineHeights.sm": {
163
- "value": "1.45",
164
- "variable": "var(--line-heights-sm)"
258
+ "radii.sm": {
259
+ "value": "4px",
260
+ "variable": "var(--radii-sm)"
165
261
  },
166
- "lineHeights.md": {
167
- "value": "1.55",
168
- "variable": "var(--line-heights-md)"
262
+ "radii.md": {
263
+ "value": "8px",
264
+ "variable": "var(--radii-md)"
169
265
  },
170
- "lineHeights.lg": {
171
- "value": "1.6",
172
- "variable": "var(--line-heights-lg)"
266
+ "radii.lg": {
267
+ "value": "16px",
268
+ "variable": "var(--radii-lg)"
173
269
  },
174
- "lineHeights.xl": {
175
- "value": "1.65",
176
- "variable": "var(--line-heights-xl)"
270
+ "radii.xl": {
271
+ "value": "32px",
272
+ "variable": "var(--radii-xl)"
177
273
  },
178
274
  "colors.mantine.colors.primary": {
179
275
  "value": "var(--mantine-primary-color-6)",
@@ -799,69 +895,9 @@ const tokens = {
799
895
  "value": "none",
800
896
  "variable": "var(--colors-none)"
801
897
  },
802
- "sizes.100%": {
803
- "value": "100%",
804
- "variable": "var(--sizes-100\\%)"
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)"
861
- },
862
- "radii.xl": {
863
- "value": "2rem",
864
- "variable": "var(--radii-xl)"
898
+ "colors.inherit": {
899
+ "value": "inherit",
900
+ "variable": "var(--colors-inherit)"
865
901
  },
866
902
  "fontWeights.normal": {
867
903
  "value": "400",
@@ -871,6 +907,14 @@ const tokens = {
871
907
  "value": "500",
872
908
  "variable": "var(--font-weights-medium)"
873
909
  },
910
+ "fontWeights.bold": {
911
+ "value": "600",
912
+ "variable": "var(--font-weights-bold)"
913
+ },
914
+ "fontWeights.bolder": {
915
+ "value": "700",
916
+ "variable": "var(--font-weights-bolder)"
917
+ },
874
918
  "fonts.mono": {
875
919
  "value": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",
876
920
  "variable": "var(--fonts-mono)"
@@ -975,13 +1019,37 @@ const tokens = {
975
1019
  "value": "-1",
976
1020
  "variable": "var(--z-index--1)"
977
1021
  },
1022
+ "zIndex.likec4.diagram.edge": {
1023
+ "value": "20",
1024
+ "variable": "var(--z-index-likec4-diagram-edge)"
1025
+ },
1026
+ "zIndex.likec4.diagram.edge.label": {
1027
+ "value": "25",
1028
+ "variable": "var(--z-index-likec4-diagram-edge-label)"
1029
+ },
1030
+ "zIndex.likec4.diagram.edge.controlPoint": {
1031
+ "value": "30",
1032
+ "variable": "var(--z-index-likec4-diagram-edge-control-point)"
1033
+ },
1034
+ "zIndex.likec4.diagram.node.compound": {
1035
+ "value": "10",
1036
+ "variable": "var(--z-index-likec4-diagram-node-compound)"
1037
+ },
1038
+ "zIndex.likec4.diagram.node.element": {
1039
+ "value": "40",
1040
+ "variable": "var(--z-index-likec4-diagram-node-element)"
1041
+ },
1042
+ "zIndex.likec4.dropdown": {
1043
+ "value": "200",
1044
+ "variable": "var(--z-index-likec4-dropdown)"
1045
+ },
978
1046
  "zIndex.likec4.panel": {
979
1047
  "value": "100",
980
1048
  "variable": "var(--z-index-likec4-panel)"
981
1049
  },
982
- "zIndex.likec4.dropdown": {
1050
+ "zIndex.likec4.panel.dropdown": {
983
1051
  "value": "200",
984
- "variable": "var(--z-index-likec4-dropdown)"
1052
+ "variable": "var(--z-index-likec4-panel-dropdown)"
985
1053
  },
986
1054
  "breakpoints.xs": {
987
1055
  "value": "36em",
@@ -9643,18 +9711,74 @@ const tokens = {
9643
9711
  "value": "var(--colors-yellow-p3-a-12)",
9644
9712
  "variable": "var(--colors-yellow-p3-a-12)"
9645
9713
  },
9714
+ "colors.white": {
9715
+ "value": "#fff",
9716
+ "variable": "var(--colors-white)"
9717
+ },
9718
+ "colors.black": {
9719
+ "value": "#000",
9720
+ "variable": "var(--colors-black)"
9721
+ },
9722
+ "colors.body": {
9723
+ "value": "var(--mantine-color-body)",
9724
+ "variable": "var(--colors-body)"
9725
+ },
9646
9726
  "colors.text": {
9647
9727
  "value": "var(--mantine-color-text)",
9648
9728
  "variable": "var(--colors-text)"
9649
9729
  },
9730
+ "colors.text.bright": {
9731
+ "value": "var(--mantine-color-bright)",
9732
+ "variable": "var(--colors-text-bright)"
9733
+ },
9650
9734
  "colors.text.dimmed": {
9651
- "value": "var(--mantine-color-dimmed)",
9735
+ "value": "oklch(from var(--mantine-color-text) l c h / 60%)",
9652
9736
  "variable": "var(--colors-text-dimmed)"
9653
9737
  },
9738
+ "colors.text.placeholder": {
9739
+ "value": "var(--mantine-color-placeholder)",
9740
+ "variable": "var(--colors-text-placeholder)"
9741
+ },
9742
+ "colors.default": {
9743
+ "value": "var(--mantine-color-default)",
9744
+ "variable": "var(--colors-default)"
9745
+ },
9746
+ "colors.default.color": {
9747
+ "value": "var(--mantine-color-default-color)",
9748
+ "variable": "var(--colors-default-color)"
9749
+ },
9750
+ "colors.default.border": {
9751
+ "value": "var(--mantine-color-default-border)",
9752
+ "variable": "var(--colors-default-border)"
9753
+ },
9754
+ "colors.default.hover": {
9755
+ "value": "var(--mantine-color-default-hover)",
9756
+ "variable": "var(--colors-default-hover)"
9757
+ },
9758
+ "colors.disabled.text": {
9759
+ "value": "var(--mantine-color-disabled-color)",
9760
+ "variable": "var(--colors-disabled-text)"
9761
+ },
9762
+ "colors.disabled.border": {
9763
+ "value": "var(--mantine-color-disabled-border)",
9764
+ "variable": "var(--colors-disabled-border)"
9765
+ },
9766
+ "colors.disabled.body": {
9767
+ "value": "var(--mantine-color-disabled)",
9768
+ "variable": "var(--colors-disabled-body)"
9769
+ },
9654
9770
  "colors.likec4.background": {
9655
9771
  "value": "var(--mantine-color-body)",
9656
9772
  "variable": "var(--colors-likec4-background)"
9657
9773
  },
9774
+ "colors.likec4.background.pattern": {
9775
+ "value": "var(--colors-likec4-background-pattern)",
9776
+ "variable": "var(--colors-likec4-background-pattern)"
9777
+ },
9778
+ "colors.likec4.mixColor": {
9779
+ "value": "var(--colors-likec4-mix-color)",
9780
+ "variable": "var(--colors-likec4-mix-color)"
9781
+ },
9658
9782
  "colors.likec4.tag.bg": {
9659
9783
  "value": "var(--colors-tomato-9)",
9660
9784
  "variable": "var(--colors-likec4-tag-bg)"
@@ -9680,19 +9804,19 @@ const tokens = {
9680
9804
  "variable": "var(--colors-likec4-panel-border)"
9681
9805
  },
9682
9806
  "colors.likec4.panel.text": {
9683
- "value": "color-mix(in oklab, var(--mantine-color-text) 85%, transparent 15%)",
9807
+ "value": "oklch(from var(--mantine-color-text) l c h / 85%)",
9684
9808
  "variable": "var(--colors-likec4-panel-text)"
9685
9809
  },
9686
9810
  "colors.likec4.panel.text.dimmed": {
9687
- "value": "var(--mantine-color-dimmed)",
9811
+ "value": "var(--colors-text-dimmed)",
9688
9812
  "variable": "var(--colors-likec4-panel-text-dimmed)"
9689
9813
  },
9690
9814
  "colors.likec4.panel.action": {
9691
- "value": "color-mix(in oklab, var(--mantine-color-text) 90%, transparent 10%)",
9815
+ "value": "oklch(from var(--mantine-color-text) l c h / 90%)",
9692
9816
  "variable": "var(--colors-likec4-panel-action)"
9693
9817
  },
9694
9818
  "colors.likec4.panel.action.disabled": {
9695
- "value": "var(--mantine-color-dimmed)",
9819
+ "value": "var(--colors-text-dimmed)",
9696
9820
  "variable": "var(--colors-likec4-panel-action-disabled)"
9697
9821
  },
9698
9822
  "colors.likec4.panel.action.hover": {
@@ -9740,7 +9864,7 @@ const tokens = {
9740
9864
  "variable": "var(--colors-likec4-overlay-body)"
9741
9865
  },
9742
9866
  "colors.likec4.overlay.border": {
9743
- "value": "color-mix(in oklab, var(--mantine-color-default-border) 50%, transparent 50%)",
9867
+ "value": "oklch(from var(--mantine-color-default-border) l c h / 50%)",
9744
9868
  "variable": "var(--colors-likec4-overlay-border)"
9745
9869
  },
9746
9870
  "colors.likec4.compare.latest": {
@@ -9791,25 +9915,13 @@ const tokens = {
9791
9915
  "value": "calc(var(--spacing-10) * -1)",
9792
9916
  "variable": "var(--spacing-10)"
9793
9917
  },
9794
- "spacing.likec4.-xs": {
9795
- "value": "calc(var(--spacing-likec4-xs) * -1)",
9796
- "variable": "var(--spacing-likec4-xs)"
9918
+ "spacing.-12": {
9919
+ "value": "calc(var(--spacing-12) * -1)",
9920
+ "variable": "var(--spacing-12)"
9797
9921
  },
9798
- "spacing.likec4.-sm": {
9799
- "value": "calc(var(--spacing-likec4-sm) * -1)",
9800
- "variable": "var(--spacing-likec4-sm)"
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)"
9922
+ "spacing.-16": {
9923
+ "value": "calc(var(--spacing-16) * -1)",
9924
+ "variable": "var(--spacing-16)"
9813
9925
  },
9814
9926
  "spacing.-0.5": {
9815
9927
  "value": "calc(var(--spacing-0\\.5) * -1)",
@@ -9855,13 +9967,29 @@ const tokens = {
9855
9967
  "value": "calc(var(--spacing-xl) * -1)",
9856
9968
  "variable": "var(--spacing-xl)"
9857
9969
  },
9858
- "colors.likec4.background.pattern": {
9859
- "value": "var(--colors-likec4-background-pattern)",
9860
- "variable": "var(--colors-likec4-background-pattern)"
9970
+ "spacing.likec4.-xs": {
9971
+ "value": "calc(var(--spacing-likec4-xs) * -1)",
9972
+ "variable": "var(--spacing-likec4-xs)"
9861
9973
  },
9862
- "colors.likec4.mixColor": {
9863
- "value": "var(--colors-likec4-mix-color)",
9864
- "variable": "var(--colors-likec4-mix-color)"
9974
+ "spacing.likec4.-sm": {
9975
+ "value": "calc(var(--spacing-likec4-sm) * -1)",
9976
+ "variable": "var(--spacing-likec4-sm)"
9977
+ },
9978
+ "spacing.likec4.-md": {
9979
+ "value": "calc(var(--spacing-likec4-md) * -1)",
9980
+ "variable": "var(--spacing-likec4-md)"
9981
+ },
9982
+ "spacing.likec4.-lg": {
9983
+ "value": "calc(var(--spacing-likec4-lg) * -1)",
9984
+ "variable": "var(--spacing-likec4-lg)"
9985
+ },
9986
+ "spacing.likec4.-xl": {
9987
+ "value": "calc(var(--spacing-likec4-xl) * -1)",
9988
+ "variable": "var(--spacing-likec4-xl)"
9989
+ },
9990
+ "colors.likec4.walkthrough.parallelFrame": {
9991
+ "value": "var(--colors-likec4-walkthrough-parallel-frame)",
9992
+ "variable": "var(--colors-likec4-walkthrough-parallel-frame)"
9865
9993
  },
9866
9994
  "colors.likec4.compare.manual": {
9867
9995
  "value": "var(--colors-likec4-compare-manual)",
@@ -11711,6 +11839,22 @@ const tokens = {
11711
11839
  "value": "var(--colors-color-palette-dark-p3-a-12)",
11712
11840
  "variable": "var(--colors-color-palette-dark-p3-a-12)"
11713
11841
  },
11842
+ "colors.colorPalette.bright": {
11843
+ "value": "var(--colors-color-palette-bright)",
11844
+ "variable": "var(--colors-color-palette-bright)"
11845
+ },
11846
+ "colors.colorPalette.color": {
11847
+ "value": "var(--colors-color-palette-color)",
11848
+ "variable": "var(--colors-color-palette-color)"
11849
+ },
11850
+ "colors.colorPalette.border": {
11851
+ "value": "var(--colors-color-palette-border)",
11852
+ "variable": "var(--colors-color-palette-border)"
11853
+ },
11854
+ "colors.colorPalette.hover": {
11855
+ "value": "var(--colors-color-palette-hover)",
11856
+ "variable": "var(--colors-color-palette-hover)"
11857
+ },
11714
11858
  "colors.colorPalette.background": {
11715
11859
  "value": "var(--colors-color-palette-background)",
11716
11860
  "variable": "var(--colors-color-palette-background)"
@@ -11743,18 +11887,10 @@ const tokens = {
11743
11887
  "value": "var(--colors-color-palette-bg-hover)",
11744
11888
  "variable": "var(--colors-color-palette-bg-hover)"
11745
11889
  },
11746
- "colors.colorPalette.hover": {
11747
- "value": "var(--colors-color-palette-hover)",
11748
- "variable": "var(--colors-color-palette-hover)"
11749
- },
11750
11890
  "colors.colorPalette.tag.border": {
11751
11891
  "value": "var(--colors-color-palette-tag-border)",
11752
11892
  "variable": "var(--colors-color-palette-tag-border)"
11753
11893
  },
11754
- "colors.colorPalette.border": {
11755
- "value": "var(--colors-color-palette-border)",
11756
- "variable": "var(--colors-color-palette-border)"
11757
- },
11758
11894
  "colors.colorPalette.tag.text": {
11759
11895
  "value": "var(--colors-color-palette-tag-text)",
11760
11896
  "variable": "var(--colors-color-palette-tag-text)"
@@ -11895,6 +12031,14 @@ const tokens = {
11895
12031
  "value": "var(--colors-color-palette-overlay-border)",
11896
12032
  "variable": "var(--colors-color-palette-overlay-border)"
11897
12033
  },
12034
+ "colors.colorPalette.walkthrough.parallelFrame": {
12035
+ "value": "var(--colors-color-palette-walkthrough-parallel-frame)",
12036
+ "variable": "var(--colors-color-palette-walkthrough-parallel-frame)"
12037
+ },
12038
+ "colors.colorPalette.parallelFrame": {
12039
+ "value": "var(--colors-color-palette-parallel-frame)",
12040
+ "variable": "var(--colors-color-palette-parallel-frame)"
12041
+ },
11898
12042
  "colors.colorPalette.compare.manual": {
11899
12043
  "value": "var(--colors-color-palette-compare-manual)",
11900
12044
  "variable": "var(--colors-color-palette-compare-manual)"