@luxonis/depthai-pipeline-lib 3.4.0-rc.2 → 3.5.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 (229) hide show
  1. package/dist/index.css +1696 -2
  2. package/dist/src/components/BridgeEdge.js +3 -13
  3. package/dist/src/components/Node.js +18 -65
  4. package/dist/src/components/PipelineCanvas.js +1 -2
  5. package/dist/src/components/PipelineLegend.d.ts +1 -1
  6. package/dist/src/components/PipelineLegend.js +10 -24
  7. package/dist/src/version.d.ts +1 -1
  8. package/dist/src/version.js +1 -1
  9. package/package.json +3 -5
  10. package/dist/panda.css +0 -1342
  11. package/dist/src/styled-system/css/conditions.mjs +0 -36
  12. package/dist/src/styled-system/css/css.d.mts +0 -22
  13. package/dist/src/styled-system/css/css.mjs +0 -45
  14. package/dist/src/styled-system/css/cva.d.mts +0 -6
  15. package/dist/src/styled-system/css/cva.mjs +0 -87
  16. package/dist/src/styled-system/css/cx.d.mts +0 -5
  17. package/dist/src/styled-system/css/cx.mjs +0 -15
  18. package/dist/src/styled-system/css/index.d.mts +0 -5
  19. package/dist/src/styled-system/css/index.mjs +0 -4
  20. package/dist/src/styled-system/css/sva.d.mts +0 -4
  21. package/dist/src/styled-system/css/sva.mjs +0 -41
  22. package/dist/src/styled-system/helpers.mjs +0 -327
  23. package/dist/src/styled-system/patterns/aspect-ratio.d.mts +0 -21
  24. package/dist/src/styled-system/patterns/aspect-ratio.mjs +0 -38
  25. package/dist/src/styled-system/patterns/bleed.d.mts +0 -22
  26. package/dist/src/styled-system/patterns/bleed.mjs +0 -24
  27. package/dist/src/styled-system/patterns/box.d.mts +0 -21
  28. package/dist/src/styled-system/patterns/box.mjs +0 -15
  29. package/dist/src/styled-system/patterns/center.d.mts +0 -21
  30. package/dist/src/styled-system/patterns/center.mjs +0 -21
  31. package/dist/src/styled-system/patterns/circle.d.mts +0 -21
  32. package/dist/src/styled-system/patterns/circle.mjs +0 -25
  33. package/dist/src/styled-system/patterns/container.d.mts +0 -21
  34. package/dist/src/styled-system/patterns/container.mjs +0 -21
  35. package/dist/src/styled-system/patterns/cq.d.mts +0 -22
  36. package/dist/src/styled-system/patterns/cq.mjs +0 -21
  37. package/dist/src/styled-system/patterns/divider.d.mts +0 -23
  38. package/dist/src/styled-system/patterns/divider.mjs +0 -25
  39. package/dist/src/styled-system/patterns/flex.d.mts +0 -27
  40. package/dist/src/styled-system/patterns/flex.mjs +0 -26
  41. package/dist/src/styled-system/patterns/float.d.mts +0 -24
  42. package/dist/src/styled-system/patterns/float.mjs +0 -52
  43. package/dist/src/styled-system/patterns/grid-item.d.mts +0 -26
  44. package/dist/src/styled-system/patterns/grid-item.mjs +0 -25
  45. package/dist/src/styled-system/patterns/grid.d.mts +0 -25
  46. package/dist/src/styled-system/patterns/grid.mjs +0 -27
  47. package/dist/src/styled-system/patterns/hstack.d.mts +0 -22
  48. package/dist/src/styled-system/patterns/hstack.mjs +0 -24
  49. package/dist/src/styled-system/patterns/index.d.mts +0 -21
  50. package/dist/src/styled-system/patterns/index.mjs +0 -20
  51. package/dist/src/styled-system/patterns/link-overlay.d.mts +0 -21
  52. package/dist/src/styled-system/patterns/link-overlay.mjs +0 -24
  53. package/dist/src/styled-system/patterns/spacer.d.mts +0 -21
  54. package/dist/src/styled-system/patterns/spacer.mjs +0 -21
  55. package/dist/src/styled-system/patterns/square.d.mts +0 -21
  56. package/dist/src/styled-system/patterns/square.mjs +0 -24
  57. package/dist/src/styled-system/patterns/stack.d.mts +0 -24
  58. package/dist/src/styled-system/patterns/stack.mjs +0 -24
  59. package/dist/src/styled-system/patterns/visually-hidden.d.mts +0 -21
  60. package/dist/src/styled-system/patterns/visually-hidden.mjs +0 -18
  61. package/dist/src/styled-system/patterns/vstack.d.mts +0 -22
  62. package/dist/src/styled-system/patterns/vstack.mjs +0 -24
  63. package/dist/src/styled-system/patterns/wrap.d.mts +0 -25
  64. package/dist/src/styled-system/patterns/wrap.mjs +0 -25
  65. package/dist/src/styled-system/recipes/accordion.d.mts +0 -32
  66. package/dist/src/styled-system/recipes/accordion.mjs +0 -48
  67. package/dist/src/styled-system/recipes/alert-description.d.mts +0 -32
  68. package/dist/src/styled-system/recipes/alert-description.mjs +0 -24
  69. package/dist/src/styled-system/recipes/alert-dialog.d.mts +0 -32
  70. package/dist/src/styled-system/recipes/alert-dialog.mjs +0 -72
  71. package/dist/src/styled-system/recipes/alert-title.d.mts +0 -32
  72. package/dist/src/styled-system/recipes/alert-title.mjs +0 -24
  73. package/dist/src/styled-system/recipes/alert.d.mts +0 -35
  74. package/dist/src/styled-system/recipes/alert.mjs +0 -31
  75. package/dist/src/styled-system/recipes/avatar.d.mts +0 -32
  76. package/dist/src/styled-system/recipes/avatar.mjs +0 -40
  77. package/dist/src/styled-system/recipes/badge.d.mts +0 -35
  78. package/dist/src/styled-system/recipes/badge.mjs +0 -33
  79. package/dist/src/styled-system/recipes/blockquote.d.mts +0 -32
  80. package/dist/src/styled-system/recipes/blockquote.mjs +0 -24
  81. package/dist/src/styled-system/recipes/button.d.mts +0 -39
  82. package/dist/src/styled-system/recipes/button.mjs +0 -42
  83. package/dist/src/styled-system/recipes/calendar.d.mts +0 -32
  84. package/dist/src/styled-system/recipes/calendar.mjs +0 -120
  85. package/dist/src/styled-system/recipes/card-content.d.mts +0 -32
  86. package/dist/src/styled-system/recipes/card-content.mjs +0 -24
  87. package/dist/src/styled-system/recipes/card-description.d.mts +0 -32
  88. package/dist/src/styled-system/recipes/card-description.mjs +0 -24
  89. package/dist/src/styled-system/recipes/card-footer.d.mts +0 -32
  90. package/dist/src/styled-system/recipes/card-footer.mjs +0 -24
  91. package/dist/src/styled-system/recipes/card-header.d.mts +0 -32
  92. package/dist/src/styled-system/recipes/card-header.mjs +0 -24
  93. package/dist/src/styled-system/recipes/card-title.d.mts +0 -32
  94. package/dist/src/styled-system/recipes/card-title.mjs +0 -24
  95. package/dist/src/styled-system/recipes/card.d.mts +0 -32
  96. package/dist/src/styled-system/recipes/card.mjs +0 -24
  97. package/dist/src/styled-system/recipes/checkbox.d.mts +0 -32
  98. package/dist/src/styled-system/recipes/checkbox.mjs +0 -36
  99. package/dist/src/styled-system/recipes/collapsible.d.mts +0 -32
  100. package/dist/src/styled-system/recipes/collapsible.mjs +0 -40
  101. package/dist/src/styled-system/recipes/command-dialog.d.mts +0 -32
  102. package/dist/src/styled-system/recipes/command-dialog.mjs +0 -36
  103. package/dist/src/styled-system/recipes/command.d.mts +0 -32
  104. package/dist/src/styled-system/recipes/command.mjs +0 -68
  105. package/dist/src/styled-system/recipes/context-menu.d.mts +0 -35
  106. package/dist/src/styled-system/recipes/context-menu.mjs +0 -100
  107. package/dist/src/styled-system/recipes/create-recipe.mjs +0 -82
  108. package/dist/src/styled-system/recipes/dialog.d.mts +0 -32
  109. package/dist/src/styled-system/recipes/dialog.mjs +0 -68
  110. package/dist/src/styled-system/recipes/dropdown-menu.d.mts +0 -32
  111. package/dist/src/styled-system/recipes/dropdown-menu.mjs +0 -92
  112. package/dist/src/styled-system/recipes/form-control.d.mts +0 -32
  113. package/dist/src/styled-system/recipes/form-control.mjs +0 -24
  114. package/dist/src/styled-system/recipes/form-description.d.mts +0 -32
  115. package/dist/src/styled-system/recipes/form-description.mjs +0 -24
  116. package/dist/src/styled-system/recipes/form-item.d.mts +0 -32
  117. package/dist/src/styled-system/recipes/form-item.mjs +0 -24
  118. package/dist/src/styled-system/recipes/form-label.d.mts +0 -32
  119. package/dist/src/styled-system/recipes/form-label.mjs +0 -24
  120. package/dist/src/styled-system/recipes/form-message.d.mts +0 -32
  121. package/dist/src/styled-system/recipes/form-message.mjs +0 -24
  122. package/dist/src/styled-system/recipes/h1.d.mts +0 -32
  123. package/dist/src/styled-system/recipes/h1.mjs +0 -24
  124. package/dist/src/styled-system/recipes/h2.d.mts +0 -32
  125. package/dist/src/styled-system/recipes/h2.mjs +0 -24
  126. package/dist/src/styled-system/recipes/h3.d.mts +0 -32
  127. package/dist/src/styled-system/recipes/h3.mjs +0 -24
  128. package/dist/src/styled-system/recipes/h4.d.mts +0 -32
  129. package/dist/src/styled-system/recipes/h4.mjs +0 -24
  130. package/dist/src/styled-system/recipes/hover-card.d.mts +0 -32
  131. package/dist/src/styled-system/recipes/hover-card.mjs +0 -40
  132. package/dist/src/styled-system/recipes/icon.d.mts +0 -51
  133. package/dist/src/styled-system/recipes/icon.mjs +0 -54
  134. package/dist/src/styled-system/recipes/index.d.mts +0 -74
  135. package/dist/src/styled-system/recipes/index.mjs +0 -73
  136. package/dist/src/styled-system/recipes/inline-code.d.mts +0 -32
  137. package/dist/src/styled-system/recipes/inline-code.mjs +0 -24
  138. package/dist/src/styled-system/recipes/input.d.mts +0 -32
  139. package/dist/src/styled-system/recipes/input.mjs +0 -24
  140. package/dist/src/styled-system/recipes/label.d.mts +0 -32
  141. package/dist/src/styled-system/recipes/label.mjs +0 -24
  142. package/dist/src/styled-system/recipes/large.d.mts +0 -32
  143. package/dist/src/styled-system/recipes/large.mjs +0 -24
  144. package/dist/src/styled-system/recipes/lead.d.mts +0 -32
  145. package/dist/src/styled-system/recipes/lead.mjs +0 -24
  146. package/dist/src/styled-system/recipes/link.d.mts +0 -32
  147. package/dist/src/styled-system/recipes/link.mjs +0 -24
  148. package/dist/src/styled-system/recipes/list.d.mts +0 -32
  149. package/dist/src/styled-system/recipes/list.mjs +0 -24
  150. package/dist/src/styled-system/recipes/menubar.d.mts +0 -32
  151. package/dist/src/styled-system/recipes/menubar.mjs +0 -96
  152. package/dist/src/styled-system/recipes/muted.d.mts +0 -32
  153. package/dist/src/styled-system/recipes/muted.mjs +0 -24
  154. package/dist/src/styled-system/recipes/navigation-menu.d.mts +0 -32
  155. package/dist/src/styled-system/recipes/navigation-menu.mjs +0 -64
  156. package/dist/src/styled-system/recipes/p.d.mts +0 -32
  157. package/dist/src/styled-system/recipes/p.mjs +0 -24
  158. package/dist/src/styled-system/recipes/popover.d.mts +0 -32
  159. package/dist/src/styled-system/recipes/popover.mjs +0 -44
  160. package/dist/src/styled-system/recipes/progress.d.mts +0 -32
  161. package/dist/src/styled-system/recipes/progress.mjs +0 -36
  162. package/dist/src/styled-system/recipes/radio-group.d.mts +0 -32
  163. package/dist/src/styled-system/recipes/radio-group.mjs +0 -44
  164. package/dist/src/styled-system/recipes/scroll-area.d.mts +0 -32
  165. package/dist/src/styled-system/recipes/scroll-area.mjs +0 -48
  166. package/dist/src/styled-system/recipes/select.d.mts +0 -32
  167. package/dist/src/styled-system/recipes/select.mjs +0 -68
  168. package/dist/src/styled-system/recipes/separator.d.mts +0 -35
  169. package/dist/src/styled-system/recipes/separator.mjs +0 -31
  170. package/dist/src/styled-system/recipes/sheet.d.mts +0 -35
  171. package/dist/src/styled-system/recipes/sheet.mjs +0 -83
  172. package/dist/src/styled-system/recipes/skeleton.d.mts +0 -32
  173. package/dist/src/styled-system/recipes/skeleton.mjs +0 -24
  174. package/dist/src/styled-system/recipes/slider.d.mts +0 -32
  175. package/dist/src/styled-system/recipes/slider.mjs +0 -44
  176. package/dist/src/styled-system/recipes/small.d.mts +0 -32
  177. package/dist/src/styled-system/recipes/small.mjs +0 -24
  178. package/dist/src/styled-system/recipes/switch-recipe.d.mts +0 -32
  179. package/dist/src/styled-system/recipes/switch-recipe.mjs +0 -36
  180. package/dist/src/styled-system/recipes/table-body.d.mts +0 -32
  181. package/dist/src/styled-system/recipes/table-body.mjs +0 -24
  182. package/dist/src/styled-system/recipes/table-caption.d.mts +0 -32
  183. package/dist/src/styled-system/recipes/table-caption.mjs +0 -24
  184. package/dist/src/styled-system/recipes/table-cell.d.mts +0 -32
  185. package/dist/src/styled-system/recipes/table-cell.mjs +0 -24
  186. package/dist/src/styled-system/recipes/table-container.d.mts +0 -32
  187. package/dist/src/styled-system/recipes/table-container.mjs +0 -24
  188. package/dist/src/styled-system/recipes/table-footer.d.mts +0 -32
  189. package/dist/src/styled-system/recipes/table-footer.mjs +0 -24
  190. package/dist/src/styled-system/recipes/table-head.d.mts +0 -32
  191. package/dist/src/styled-system/recipes/table-head.mjs +0 -24
  192. package/dist/src/styled-system/recipes/table-header.d.mts +0 -32
  193. package/dist/src/styled-system/recipes/table-header.mjs +0 -24
  194. package/dist/src/styled-system/recipes/table-row.d.mts +0 -32
  195. package/dist/src/styled-system/recipes/table-row.mjs +0 -24
  196. package/dist/src/styled-system/recipes/table.d.mts +0 -32
  197. package/dist/src/styled-system/recipes/table.mjs +0 -24
  198. package/dist/src/styled-system/recipes/tabs.d.mts +0 -32
  199. package/dist/src/styled-system/recipes/tabs.mjs +0 -44
  200. package/dist/src/styled-system/recipes/textarea.d.mts +0 -32
  201. package/dist/src/styled-system/recipes/textarea.mjs +0 -24
  202. package/dist/src/styled-system/recipes/toast-viewport.d.mts +0 -32
  203. package/dist/src/styled-system/recipes/toast-viewport.mjs +0 -24
  204. package/dist/src/styled-system/recipes/toast.d.mts +0 -35
  205. package/dist/src/styled-system/recipes/toast.mjs +0 -61
  206. package/dist/src/styled-system/recipes/toggle.d.mts +0 -39
  207. package/dist/src/styled-system/recipes/toggle.mjs +0 -37
  208. package/dist/src/styled-system/recipes/tooltip.d.mts +0 -32
  209. package/dist/src/styled-system/recipes/tooltip.mjs +0 -40
  210. package/dist/src/styled-system/recipes/typography-table-container.d.mts +0 -32
  211. package/dist/src/styled-system/recipes/typography-table-container.mjs +0 -24
  212. package/dist/src/styled-system/recipes/typography-table.d.mts +0 -32
  213. package/dist/src/styled-system/recipes/typography-table.mjs +0 -24
  214. package/dist/src/styled-system/tokens/index.d.mts +0 -9
  215. package/dist/src/styled-system/tokens/index.mjs +0 -2732
  216. package/dist/src/styled-system/tokens/tokens.d.mts +0 -63
  217. package/dist/src/styled-system/types/composition.d.mts +0 -164
  218. package/dist/src/styled-system/types/conditions.d.mts +0 -322
  219. package/dist/src/styled-system/types/csstype.d.mts +0 -21298
  220. package/dist/src/styled-system/types/global.d.mts +0 -20
  221. package/dist/src/styled-system/types/index.d.mts +0 -7
  222. package/dist/src/styled-system/types/parts.d.mts +0 -8
  223. package/dist/src/styled-system/types/pattern.d.mts +0 -78
  224. package/dist/src/styled-system/types/prop-type.d.mts +0 -264
  225. package/dist/src/styled-system/types/recipe.d.mts +0 -181
  226. package/dist/src/styled-system/types/selectors.d.mts +0 -59
  227. package/dist/src/styled-system/types/static-css.d.mts +0 -56
  228. package/dist/src/styled-system/types/style-props.d.mts +0 -7549
  229. package/dist/src/styled-system/types/system-types.d.mts +0 -193
package/dist/panda.css DELETED
@@ -1,1342 +0,0 @@
1
- @layer reset, base, tokens, recipes, utilities;
2
-
3
- @layer reset{
4
- html,:host {
5
- --font-fallback: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
6
- -webkit-text-size-adjust: 100%;
7
- -webkit-font-smoothing: antialiased;
8
- -moz-osx-font-smoothing: grayscale;
9
- -moz-tab-size: 4;
10
- tab-size: 4;
11
- -webkit-tap-highlight-color: transparent;
12
- line-height: 1.5;
13
- font-family: var(--global-font-body, var(--font-fallback));
14
- }
15
-
16
- *,::before,::after,::backdrop,::file-selector-button {
17
- margin: 0px;
18
- padding: 0px;
19
- box-sizing: border-box;
20
- border-width: 0px;
21
- border-style: solid;
22
- border-color: var(--global-color-border, currentcolor);
23
- }
24
-
25
- hr {
26
- height: 0px;
27
- color: inherit;
28
- border-top-width: 1px;
29
- }
30
-
31
- body {
32
- height: 100%;
33
- line-height: inherit;
34
- }
35
-
36
- img {
37
- border-style: none;
38
- }
39
-
40
- img,svg,video,canvas,audio,iframe,embed,object {
41
- display: block;
42
- vertical-align: middle;
43
- }
44
-
45
- img,video {
46
- max-width: 100%;
47
- height: auto;
48
- }
49
-
50
- h1,h2,h3,h4,h5,h6 {
51
- text-wrap: balance;
52
- font-size: inherit;
53
- font-weight: inherit;
54
- }
55
-
56
- p,h1,h2,h3,h4,h5,h6 {
57
- overflow-wrap: break-word;
58
- }
59
-
60
- ol,ul,menu {
61
- list-style: none;
62
- }
63
-
64
- button,input:where([type='button'], [type='reset'], [type='submit']),::file-selector-button {
65
- appearance: button;
66
- -webkit-appearance: button;
67
- }
68
-
69
- button,input,optgroup,select,textarea,::file-selector-button {
70
- font: inherit;
71
- font-feature-settings: inherit;
72
- font-variation-settings: inherit;
73
- letter-spacing: inherit;
74
- color: inherit;
75
- background: var(--colors-transparent);
76
- }
77
-
78
- ::placeholder {
79
- opacity: 1;
80
- --placeholder-fallback: rgba(0, 0, 0, 0.5);
81
- color: var(--global-color-placeholder, var(--placeholder-fallback));
82
- }
83
-
84
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
85
- ::placeholder {
86
- --placeholder-fallback: color-mix(in oklab, currentcolor 50%, transparent);
87
- }
88
- }
89
-
90
- textarea {
91
- resize: vertical;
92
- }
93
-
94
- table {
95
- text-indent: 0px;
96
- border-collapse: collapse;
97
- border-color: inherit;
98
- }
99
-
100
- summary {
101
- display: list-item;
102
- }
103
-
104
- small {
105
- font-size: 80%;
106
- }
107
-
108
- sub,sup {
109
- position: relative;
110
- vertical-align: baseline;
111
- font-size: 75%;
112
- line-height: 0;
113
- }
114
-
115
- sub {
116
- bottom: -0.25em;
117
- }
118
-
119
- sup {
120
- top: -0.5em;
121
- }
122
-
123
- dialog {
124
- padding: 0px;
125
- }
126
-
127
- a {
128
- color: inherit;
129
- text-decoration: inherit;
130
- }
131
-
132
- abbr:where([title]) {
133
- text-decoration: underline dotted;
134
- }
135
-
136
- b,strong {
137
- font-weight: bolder;
138
- }
139
-
140
- code,kbd,samp,pre {
141
- --font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
142
- font-feature-settings: normal;
143
- font-variation-settings: normal;
144
- font-family: var(--global-font-mono, var(--font-mono-fallback));
145
- font-size: 1em;
146
- }
147
-
148
- progress {
149
- vertical-align: baseline;
150
- }
151
-
152
- ::-webkit-search-decoration,::-webkit-search-cancel-button {
153
- -webkit-appearance: none;
154
- }
155
-
156
- ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
157
- height: auto;
158
- }
159
-
160
- :-moz-ui-invalid {
161
- box-shadow: none;
162
- }
163
-
164
- :-moz-focusring {
165
- outline: auto;
166
- }
167
-
168
- [hidden]:where(:not([hidden='until-found'])) {
169
- display: none !important;
170
- }
171
- }
172
-
173
- @layer base{
174
- :root {
175
- --made-with-panda: '🐼';
176
- }
177
-
178
- * {
179
- box-sizing: border-box;
180
- font-family: var(--fonts-body);
181
- }
182
-
183
- html,body {
184
- margin: var(--spacing-0);
185
- padding: var(--spacing-0);
186
- }
187
-
188
- #root {
189
- display: flex;
190
- height: 100vh;
191
- flex-direction: column;
192
- }
193
-
194
- html {
195
- -moz-osx-font-smoothing: grayscale;
196
- text-rendering: optimizeLegibility;
197
- -webkit-font-smoothing: antialiased;
198
- -webkit-text-size-adjust: 100%;
199
- }
200
-
201
- body {
202
- background: var(--colors-background);
203
- color: var(--colors-foreground);
204
- font-family: var(--fonts-sans);
205
- }
206
-
207
- button {
208
- color: inherit;
209
- outline: 2px solid transparent;
210
- }
211
-
212
- *,::before,::after,::backdrop {
213
- --blur: /*-*/ /*-*/;
214
- --brightness: /*-*/ /*-*/;
215
- --contrast: /*-*/ /*-*/;
216
- --grayscale: /*-*/ /*-*/;
217
- --hue-rotate: /*-*/ /*-*/;
218
- --invert: /*-*/ /*-*/;
219
- --saturate: /*-*/ /*-*/;
220
- --sepia: /*-*/ /*-*/;
221
- --drop-shadow: /*-*/ /*-*/;
222
- --backdrop-blur: /*-*/ /*-*/;
223
- --backdrop-brightness: /*-*/ /*-*/;
224
- --backdrop-contrast: /*-*/ /*-*/;
225
- --backdrop-grayscale: /*-*/ /*-*/;
226
- --backdrop-hue-rotate: /*-*/ /*-*/;
227
- --backdrop-invert: /*-*/ /*-*/;
228
- --backdrop-opacity: /*-*/ /*-*/;
229
- --backdrop-saturate: /*-*/ /*-*/;
230
- --backdrop-sepia: /*-*/ /*-*/;
231
- --gradient-from-position: /*-*/ /*-*/;
232
- --gradient-to-position: /*-*/ /*-*/;
233
- --gradient-via-position: /*-*/ /*-*/;
234
- --scroll-snap-strictness: proximity;
235
- --border-spacing-x: 0;
236
- --border-spacing-y: 0;
237
- --translate-x: 0;
238
- --translate-y: 0;
239
- --rotate: 0;
240
- --rotate-x: 0;
241
- --rotate-y: 0;
242
- --skew-x: 0;
243
- --skew-y: 0;
244
- --scale-x: 1;
245
- --scale-y: 1;
246
- }
247
- }
248
-
249
- @layer tokens{
250
- :where(:root, :host) {
251
- --aspect-ratios-square: 1 / 1;
252
- --aspect-ratios-landscape: 4 / 3;
253
- --aspect-ratios-portrait: 3 / 4;
254
- --aspect-ratios-wide: 16 / 9;
255
- --aspect-ratios-ultrawide: 18 / 5;
256
- --aspect-ratios-golden: 1.618 / 1;
257
- --letter-spacings-tighter: -0.05em;
258
- --letter-spacings-tight: -0.025em;
259
- --letter-spacings-normal: 0em;
260
- --letter-spacings-wide: 0.025em;
261
- --letter-spacings-wider: 0.05em;
262
- --letter-spacings-widest: 0.1em;
263
- --blurs-sm: 4px;
264
- --blurs-base: 8px;
265
- --blurs-md: 12px;
266
- --blurs-lg: 16px;
267
- --blurs-xl: 24px;
268
- --blurs-2xl: 40px;
269
- --blurs-3xl: 64px;
270
- --animations-spin: spin 1s linear infinite;
271
- --animations-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
272
- --animations-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
273
- --animations-bounce: bounce 1s infinite;
274
- --fonts-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
275
- --fonts-sans: var(--font-inter, Inter), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
276
- --fonts-body: Inter;
277
- --fonts-mono: JetBrainsMono;
278
- --line-heights-3: .75rem;
279
- --line-heights-4: 1rem;
280
- --line-heights-5: 1.25rem;
281
- --line-heights-6: 1.5rem;
282
- --line-heights-7: 1.75rem;
283
- --line-heights-8: 2rem;
284
- --line-heights-9: 2.25rem;
285
- --line-heights-10: 2.5rem;
286
- --line-heights-none: 1;
287
- --line-heights-tight: 1.25;
288
- --line-heights-snug: 1.375;
289
- --line-heights-normal: 1.5;
290
- --line-heights-relaxed: 1.625;
291
- --line-heights-loose: 2;
292
- --line-heights-sm: 20px;
293
- --line-heights-primary: 24px;
294
- --line-heights-md: 32px;
295
- --line-heights-lg: 38px;
296
- --font-weights-thin: 100;
297
- --font-weights-extralight: 200;
298
- --font-weights-light: 300;
299
- --font-weights-normal: 400;
300
- --font-weights-medium: 500;
301
- --font-weights-semibold: 600;
302
- --font-weights-bold: 700;
303
- --font-weights-extrabold: 800;
304
- --font-weights-black: 900;
305
- --font-weights-primary: 400;
306
- --font-weights-md: 500;
307
- --font-weights-lg: 600;
308
- --font-weights-xl: 800;
309
- --radii-xs: 0.125rem;
310
- --radii-sm: calc(var(--radii-radius) - 4px);
311
- --radii-md: calc(var(--radii-radius) - 2px);
312
- --radii-lg: var(--radii-radius);
313
- --radii-xl: calc(var(--radii-radius) + 4px);
314
- --radii-2xl: 1rem;
315
- --radii-3xl: 1.5rem;
316
- --radii-4xl: 2rem;
317
- --radii-full: 9999px;
318
- --radii-radius: 0.5rem;
319
- --radii-common: 6px;
320
- --spacing-0: 0rem;
321
- --spacing-1: 0.25rem;
322
- --spacing-2: 0.5rem;
323
- --spacing-3: 0.75rem;
324
- --spacing-4: 1rem;
325
- --spacing-5: 1.25rem;
326
- --spacing-6: 1.5rem;
327
- --spacing-7: 1.75rem;
328
- --spacing-8: 2rem;
329
- --spacing-9: 2.25rem;
330
- --spacing-10: 2.5rem;
331
- --spacing-11: 2.75rem;
332
- --spacing-12: 3rem;
333
- --spacing-14: 3.5rem;
334
- --spacing-16: 4rem;
335
- --spacing-20: 5rem;
336
- --spacing-24: 6rem;
337
- --spacing-28: 7rem;
338
- --spacing-32: 8rem;
339
- --spacing-36: 9rem;
340
- --spacing-40: 10rem;
341
- --spacing-44: 11rem;
342
- --spacing-48: 12rem;
343
- --spacing-52: 13rem;
344
- --spacing-56: 14rem;
345
- --spacing-60: 15rem;
346
- --spacing-64: 16rem;
347
- --spacing-72: 18rem;
348
- --spacing-80: 20rem;
349
- --spacing-96: 24rem;
350
- --spacing-0\.5: 0.125rem;
351
- --spacing-1\.5: 0.375rem;
352
- --spacing-2\.5: 0.625rem;
353
- --spacing-3\.5: 0.875rem;
354
- --spacing-separator: 10px;
355
- --spacing-smaller-xs: 4px;
356
- --spacing-smaller-sm: 12px;
357
- --spacing-smaller-md: 14px;
358
- --spacing-xxs: 6px;
359
- --spacing-xs: 8px;
360
- --spacing-sm: 16px;
361
- --spacing-3xs: 24px;
362
- --spacing-md: 32px;
363
- --spacing-lg: 64px;
364
- --shadows-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
365
- --shadows-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
366
- --shadows-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
367
- --shadows-xs: 0px 1px 2px rgba(16, 24, 40, 0.05);
368
- --shadows-sm: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
369
- --shadows-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
370
- --shadows-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
371
- --borders-none: none;
372
- --borders-outline-base: 1px solid var(--colors-light-gray);
373
- --borders-border-base: 1px solid var(--colors-decoration-gray);
374
- --borders-border-error: 1px solid var(--colors-decoration-error);
375
- --borders-border-success: 1px solid var(--colors-decoration-success);
376
- --borders-border-active: 1px solid var(--colors-decoration-active);
377
- --opacity-90: 0.9;
378
- --easings-default: cubic-bezier(0.4, 0, 0.2, 1);
379
- --easings-linear: linear;
380
- --easings-in: cubic-bezier(0.4, 0, 1, 1);
381
- --easings-out: cubic-bezier(0, 0, 0.2, 1);
382
- --easings-in-out: cubic-bezier(0.4, 0, 0.2, 1);
383
- --easings-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
384
- --durations-fastest: 50ms;
385
- --durations-faster: 100ms;
386
- --durations-normal: 200ms;
387
- --durations-slow: 300ms;
388
- --durations-slower: 400ms;
389
- --durations-slowest: 500ms;
390
- --durations-fast: 150ms;
391
- --font-sizes-2xs: 0.5rem;
392
- --font-sizes-2xl: 1.5rem;
393
- --font-sizes-3xl: 1.875rem;
394
- --font-sizes-4xl: 2.25rem;
395
- --font-sizes-5xl: 3rem;
396
- --font-sizes-6xl: 3.75rem;
397
- --font-sizes-7xl: 4.5rem;
398
- --font-sizes-8xl: 6rem;
399
- --font-sizes-9xl: 8rem;
400
- --font-sizes-xxs: 10px;
401
- --font-sizes-xs: 12px;
402
- --font-sizes-sm: 14px;
403
- --font-sizes-primary: 16px;
404
- --font-sizes-md: 20px;
405
- --font-sizes-lg: 24px;
406
- --font-sizes-xl: 32px;
407
- --colors-current: currentColor;
408
- --colors-black: #000;
409
- --colors-white: #fff;
410
- --colors-transparent: rgb(0 0 0 / 0);
411
- --colors-rose-50: #fff1f2;
412
- --colors-rose-100: #ffe4e6;
413
- --colors-rose-200: #fecdd3;
414
- --colors-rose-300: #fda4af;
415
- --colors-rose-400: #fb7185;
416
- --colors-rose-500: #f43f5e;
417
- --colors-rose-600: #e11d48;
418
- --colors-rose-700: #be123c;
419
- --colors-rose-800: #9f1239;
420
- --colors-rose-900: #881337;
421
- --colors-rose-950: #4c0519;
422
- --colors-pink-50: #fdf2f8;
423
- --colors-pink-100: #fce7f3;
424
- --colors-pink-200: #fbcfe8;
425
- --colors-pink-300: #f9a8d4;
426
- --colors-pink-400: #f472b6;
427
- --colors-pink-500: #ec4899;
428
- --colors-pink-600: #db2777;
429
- --colors-pink-700: #be185d;
430
- --colors-pink-800: #9d174d;
431
- --colors-pink-900: #831843;
432
- --colors-pink-950: #500724;
433
- --colors-fuchsia-50: #fdf4ff;
434
- --colors-fuchsia-100: #fae8ff;
435
- --colors-fuchsia-200: #f5d0fe;
436
- --colors-fuchsia-300: #f0abfc;
437
- --colors-fuchsia-400: #e879f9;
438
- --colors-fuchsia-500: #d946ef;
439
- --colors-fuchsia-600: #c026d3;
440
- --colors-fuchsia-700: #a21caf;
441
- --colors-fuchsia-800: #86198f;
442
- --colors-fuchsia-900: #701a75;
443
- --colors-fuchsia-950: #4a044e;
444
- --colors-purple-50: #faf5ff;
445
- --colors-purple-100: #f3e8ff;
446
- --colors-purple-200: #e9d5ff;
447
- --colors-purple-300: #d8b4fe;
448
- --colors-purple-400: #c084fc;
449
- --colors-purple-500: #a855f7;
450
- --colors-purple-600: #9333ea;
451
- --colors-purple-700: #7e22ce;
452
- --colors-purple-800: #6b21a8;
453
- --colors-purple-900: #581c87;
454
- --colors-purple-950: #3b0764;
455
- --colors-violet-50: #f5f3ff;
456
- --colors-violet-100: #ede9fe;
457
- --colors-violet-200: #ddd6fe;
458
- --colors-violet-300: #c4b5fd;
459
- --colors-violet-400: #a78bfa;
460
- --colors-violet-500: #8b5cf6;
461
- --colors-violet-600: #7c3aed;
462
- --colors-violet-700: #6d28d9;
463
- --colors-violet-800: #5b21b6;
464
- --colors-violet-900: #4c1d95;
465
- --colors-violet-950: #2e1065;
466
- --colors-indigo-50: #eef2ff;
467
- --colors-indigo-100: #e0e7ff;
468
- --colors-indigo-200: #c7d2fe;
469
- --colors-indigo-300: #a5b4fc;
470
- --colors-indigo-400: #818cf8;
471
- --colors-indigo-500: #6366f1;
472
- --colors-indigo-600: #4f46e5;
473
- --colors-indigo-700: #4338ca;
474
- --colors-indigo-800: #3730a3;
475
- --colors-indigo-900: #312e81;
476
- --colors-indigo-950: #1e1b4b;
477
- --colors-blue-50: #eff6ff;
478
- --colors-blue-100: #dbeafe;
479
- --colors-blue-200: #bfdbfe;
480
- --colors-blue-300: #93c5fd;
481
- --colors-blue-400: #60a5fa;
482
- --colors-blue-500: #3b82f6;
483
- --colors-blue-600: #2563eb;
484
- --colors-blue-700: #1d4ed8;
485
- --colors-blue-800: #1e40af;
486
- --colors-blue-900: #1e3a8a;
487
- --colors-blue-950: #172554;
488
- --colors-sky-50: #f0f9ff;
489
- --colors-sky-100: #e0f2fe;
490
- --colors-sky-200: #bae6fd;
491
- --colors-sky-300: #7dd3fc;
492
- --colors-sky-400: #38bdf8;
493
- --colors-sky-500: #0ea5e9;
494
- --colors-sky-600: #0284c7;
495
- --colors-sky-700: #0369a1;
496
- --colors-sky-800: #075985;
497
- --colors-sky-900: #0c4a6e;
498
- --colors-sky-950: #082f49;
499
- --colors-cyan-50: #ecfeff;
500
- --colors-cyan-100: #cffafe;
501
- --colors-cyan-200: #a5f3fc;
502
- --colors-cyan-300: #67e8f9;
503
- --colors-cyan-400: #22d3ee;
504
- --colors-cyan-500: #06b6d4;
505
- --colors-cyan-600: #0891b2;
506
- --colors-cyan-700: #0e7490;
507
- --colors-cyan-800: #155e75;
508
- --colors-cyan-900: #164e63;
509
- --colors-cyan-950: #083344;
510
- --colors-teal-50: #f0fdfa;
511
- --colors-teal-100: #ccfbf1;
512
- --colors-teal-200: #99f6e4;
513
- --colors-teal-300: #5eead4;
514
- --colors-teal-400: #2dd4bf;
515
- --colors-teal-500: #14b8a6;
516
- --colors-teal-600: #0d9488;
517
- --colors-teal-700: #0f766e;
518
- --colors-teal-800: #115e59;
519
- --colors-teal-900: #134e4a;
520
- --colors-teal-950: #042f2e;
521
- --colors-emerald-50: #ecfdf5;
522
- --colors-emerald-100: #d1fae5;
523
- --colors-emerald-200: #a7f3d0;
524
- --colors-emerald-300: #6ee7b7;
525
- --colors-emerald-400: #34d399;
526
- --colors-emerald-500: #10b981;
527
- --colors-emerald-600: #059669;
528
- --colors-emerald-700: #047857;
529
- --colors-emerald-800: #065f46;
530
- --colors-emerald-900: #064e3b;
531
- --colors-emerald-950: #022c22;
532
- --colors-green-50: #f0fdf4;
533
- --colors-green-100: #dcfce7;
534
- --colors-green-200: #bbf7d0;
535
- --colors-green-300: #86efac;
536
- --colors-green-400: #4ade80;
537
- --colors-green-500: #22c55e;
538
- --colors-green-600: #16a34a;
539
- --colors-green-700: #15803d;
540
- --colors-green-800: #166534;
541
- --colors-green-900: #14532d;
542
- --colors-green-950: #052e16;
543
- --colors-lime-50: #f7fee7;
544
- --colors-lime-100: #ecfccb;
545
- --colors-lime-200: #d9f99d;
546
- --colors-lime-300: #bef264;
547
- --colors-lime-400: #a3e635;
548
- --colors-lime-500: #84cc16;
549
- --colors-lime-600: #65a30d;
550
- --colors-lime-700: #4d7c0f;
551
- --colors-lime-800: #3f6212;
552
- --colors-lime-900: #365314;
553
- --colors-lime-950: #1a2e05;
554
- --colors-yellow-50: #fefce8;
555
- --colors-yellow-100: #fef9c3;
556
- --colors-yellow-200: #fef08a;
557
- --colors-yellow-300: #fde047;
558
- --colors-yellow-400: #facc15;
559
- --colors-yellow-500: #eab308;
560
- --colors-yellow-600: #ca8a04;
561
- --colors-yellow-700: #a16207;
562
- --colors-yellow-800: #854d0e;
563
- --colors-yellow-900: #713f12;
564
- --colors-yellow-950: #422006;
565
- --colors-amber-50: #fffbeb;
566
- --colors-amber-100: #fef3c7;
567
- --colors-amber-200: #fde68a;
568
- --colors-amber-300: #fcd34d;
569
- --colors-amber-400: #fbbf24;
570
- --colors-amber-500: #f59e0b;
571
- --colors-amber-600: #d97706;
572
- --colors-amber-700: #b45309;
573
- --colors-amber-800: #92400e;
574
- --colors-amber-900: #78350f;
575
- --colors-amber-950: #451a03;
576
- --colors-orange-50: #fff7ed;
577
- --colors-orange-100: #ffedd5;
578
- --colors-orange-200: #fed7aa;
579
- --colors-orange-300: #fdba74;
580
- --colors-orange-400: #fb923c;
581
- --colors-orange-500: #f97316;
582
- --colors-orange-600: #ea580c;
583
- --colors-orange-700: #c2410c;
584
- --colors-orange-800: #9a3412;
585
- --colors-orange-900: #7c2d12;
586
- --colors-orange-950: #431407;
587
- --colors-red-50: #fef2f2;
588
- --colors-red-100: #fee2e2;
589
- --colors-red-200: #fecaca;
590
- --colors-red-300: #fca5a5;
591
- --colors-red-400: #f87171;
592
- --colors-red-500: #ef4444;
593
- --colors-red-600: #dc2626;
594
- --colors-red-700: #b91c1c;
595
- --colors-red-800: #991b1b;
596
- --colors-red-900: #7f1d1d;
597
- --colors-red-950: #450a0a;
598
- --colors-neutral-50: #fafafa;
599
- --colors-neutral-100: #f5f5f5;
600
- --colors-neutral-200: #e5e5e5;
601
- --colors-neutral-300: #d4d4d4;
602
- --colors-neutral-400: #a3a3a3;
603
- --colors-neutral-500: #737373;
604
- --colors-neutral-600: #525252;
605
- --colors-neutral-700: #404040;
606
- --colors-neutral-800: #262626;
607
- --colors-neutral-900: #171717;
608
- --colors-neutral-950: #0a0a0a;
609
- --colors-stone-50: #fafaf9;
610
- --colors-stone-100: #f5f5f4;
611
- --colors-stone-200: #e7e5e4;
612
- --colors-stone-300: #d6d3d1;
613
- --colors-stone-400: #a8a29e;
614
- --colors-stone-500: #78716c;
615
- --colors-stone-600: #57534e;
616
- --colors-stone-700: #44403c;
617
- --colors-stone-800: #292524;
618
- --colors-stone-900: #1c1917;
619
- --colors-stone-950: #0c0a09;
620
- --colors-zinc-50: #fafafa;
621
- --colors-zinc-100: #f4f4f5;
622
- --colors-zinc-200: #e4e4e7;
623
- --colors-zinc-300: #d4d4d8;
624
- --colors-zinc-400: #a1a1aa;
625
- --colors-zinc-500: #71717a;
626
- --colors-zinc-600: #52525b;
627
- --colors-zinc-700: #3f3f46;
628
- --colors-zinc-800: #27272a;
629
- --colors-zinc-900: #18181b;
630
- --colors-zinc-950: #09090b;
631
- --colors-gray-50: #f9fafb;
632
- --colors-gray-100: #f3f4f6;
633
- --colors-gray-200: #e5e7eb;
634
- --colors-gray-300: #d1d5db;
635
- --colors-gray-400: #9ca3af;
636
- --colors-gray-500: #6b7280;
637
- --colors-gray-600: #4b5563;
638
- --colors-gray-700: #374151;
639
- --colors-gray-800: #1f2937;
640
- --colors-gray-900: #111827;
641
- --colors-gray-950: #030712;
642
- --colors-slate-50: #f8fafc;
643
- --colors-slate-100: #f1f5f9;
644
- --colors-slate-200: #e2e8f0;
645
- --colors-slate-300: #cbd5e1;
646
- --colors-slate-400: #94a3b8;
647
- --colors-slate-500: #64748b;
648
- --colors-slate-600: #475569;
649
- --colors-slate-700: #334155;
650
- --colors-slate-800: #1e293b;
651
- --colors-slate-900: #0f172a;
652
- --colors-slate-950: #020617;
653
- --colors-grayscale-0: var(--colors-white);
654
- --colors-grayscale-50: var(--colors-zinc-50);
655
- --colors-grayscale-100: var(--colors-zinc-100);
656
- --colors-grayscale-200: var(--colors-zinc-200);
657
- --colors-grayscale-300: var(--colors-zinc-300);
658
- --colors-grayscale-400: var(--colors-zinc-400);
659
- --colors-grayscale-500: var(--colors-zinc-500);
660
- --colors-grayscale-600: var(--colors-zinc-600);
661
- --colors-grayscale-700: var(--colors-zinc-700);
662
- --colors-grayscale-800: var(--colors-zinc-800);
663
- --colors-grayscale-900: var(--colors-zinc-900);
664
- --colors-grayscale-950: var(--colors-zinc-950);
665
- --colors-hover-light-success: #ECFDF3d9;
666
- --colors-hover-light-warning: #FFFAEBd9;
667
- --colors-hover-light-error: #FEF3F2d9;
668
- --colors-hover-light-active: #DCEFFCd9;
669
- --colors-hover-light-gray: #F2F4F7d9;
670
- --colors-hover-dark-success: #12B76Ad9;
671
- --colors-hover-dark-warning: #DC6803d9;
672
- --colors-hover-dark-error: #F04438d9;
673
- --colors-hover-dark-active: #4c4ff1d9;
674
- --colors-hover-dark-gray: #667085d9;
675
- --colors-light-success: #ECFDF3;
676
- --colors-light-warning: #FFFAEB;
677
- --colors-light-error: #FEF3F2;
678
- --colors-light-active: #DCEFFC;
679
- --colors-light-gray: #F2F4F7;
680
- --colors-dark-success: #12B76A;
681
- --colors-dark-warning: #DC6803;
682
- --colors-dark-error: #F04438;
683
- --colors-dark-active: #4c4ff1;
684
- --colors-dark-gray: #667085;
685
- --colors-text-normal: #1D2939;
686
- --colors-text-label: #475467;
687
- --colors-text-light: #667085;
688
- --colors-text-success: #027A48;
689
- --colors-text-warning: #B54708;
690
- --colors-text-error: #B42318;
691
- --colors-text-active: #5724e8;
692
- --colors-text-gray: #344054;
693
- --colors-text-light-gray: #D3D3D3;
694
- --colors-decoration-success: #6CE9A6;
695
- --colors-decoration-warning: #FEC84B;
696
- --colors-decoration-error: #FDA29B;
697
- --colors-decoration-active: #8da4f4;
698
- --colors-decoration-gray: #D0D5DD;
699
- --sizes-0: 0rem;
700
- --sizes-1: 0.25rem;
701
- --sizes-2: 0.5rem;
702
- --sizes-3: 0.75rem;
703
- --sizes-4: 1rem;
704
- --sizes-5: 1.25rem;
705
- --sizes-6: 1.5rem;
706
- --sizes-7: 1.75rem;
707
- --sizes-8: 2rem;
708
- --sizes-9: 2.25rem;
709
- --sizes-10: 2.5rem;
710
- --sizes-11: 2.75rem;
711
- --sizes-12: 3rem;
712
- --sizes-14: 3.5rem;
713
- --sizes-16: 4rem;
714
- --sizes-20: 5rem;
715
- --sizes-24: 6rem;
716
- --sizes-28: 7rem;
717
- --sizes-32: 8rem;
718
- --sizes-36: 9rem;
719
- --sizes-40: 10rem;
720
- --sizes-44: 11rem;
721
- --sizes-48: 12rem;
722
- --sizes-52: 13rem;
723
- --sizes-56: 14rem;
724
- --sizes-60: 15rem;
725
- --sizes-64: 16rem;
726
- --sizes-72: 18rem;
727
- --sizes-80: 20rem;
728
- --sizes-96: 24rem;
729
- --sizes-0\.5: 0.125rem;
730
- --sizes-1\.5: 0.375rem;
731
- --sizes-2\.5: 0.625rem;
732
- --sizes-3\.5: 0.875rem;
733
- --sizes-xs: 20rem;
734
- --sizes-sm: 24rem;
735
- --sizes-md: 28rem;
736
- --sizes-lg: 32rem;
737
- --sizes-xl: 36rem;
738
- --sizes-2xl: 42rem;
739
- --sizes-3xl: 48rem;
740
- --sizes-4xl: 56rem;
741
- --sizes-5xl: 64rem;
742
- --sizes-6xl: 72rem;
743
- --sizes-7xl: 80rem;
744
- --sizes-8xl: 90rem;
745
- --sizes-prose: 65ch;
746
- --sizes-full: 100%;
747
- --sizes-min: min-content;
748
- --sizes-max: max-content;
749
- --sizes-fit: fit-content;
750
- --sizes-basic-almost-full: 90%;
751
- --sizes-card-xs: 175px;
752
- --sizes-card-sm: 414px;
753
- --sizes-responsive-card-xs: min(95vw,var(--sizes-card-xs));
754
- --sizes-responsive-card-sm: min(95vw,var(--sizes-card-sm));
755
- --sizes-circle: 40px;
756
- --sizes-container-smaller-xxxs: 80px;
757
- --sizes-container-smaller-xxs: 120px;
758
- --sizes-container-smaller-xs: 290px;
759
- --sizes-container-smaller-sm: 410px;
760
- --sizes-container-smaller-md: 600px;
761
- --sizes-container-bigger-xs: 380px;
762
- --sizes-container-xxs: 150px;
763
- --sizes-container-xs: 350px;
764
- --sizes-container-sm: 640px;
765
- --sizes-container-md: 768px;
766
- --sizes-container-lg: 1024px;
767
- --sizes-container-xl: 1280px;
768
- --sizes-container-xxl: 1440px;
769
- --sizes-container-content-xl: 729px;
770
- --sizes-container-content-2xl: 829px;
771
- --sizes-container-grid-base-size: 220px;
772
- --sizes-container-grid-label-height: 56px;
773
- --sizes-container-grid-grid-gap: 28px;
774
- --sizes-container-side-bar-collapsed: 65px;
775
- --sizes-container-side-bar-expanded: 210px;
776
- --sizes-table-cell-min-width: 200px;
777
- --sizes-table-instances-name-cell: 300px;
778
- --sizes-table-instances-name: 200px;
779
- --sizes-table-instances-cell: 180px;
780
- --sizes-sourcecode-width: 40px;
781
- --sizes-slider-label: 40px;
782
- --sizes-slider-thumb-sm: 16px;
783
- --sizes-slider-thumb-lg: 20px;
784
- --sizes-skeleton-height: 40px;
785
- --sizes-skeleton-width: full;
786
- --sizes-skeleton-button-width: 150px;
787
- --sizes-skeleton-button-height: var(--sizes-skeleton-height);
788
- --sizes-skeleton-input-width: 230px;
789
- --sizes-skeleton-input-height: var(--sizes-skeleton-height);
790
- --sizes-skeleton-textarea-width: var(--sizes-skeleton-width);
791
- --sizes-skeleton-textarea-height: 80px;
792
- --sizes-skeleton-avatar-width: var(--sizes-skeleton-height);
793
- --sizes-skeleton-avatar-height: var(--sizes-skeleton-height);
794
- --sizes-skeleton-grid-width-xs: 32px;
795
- --sizes-skeleton-grid-width-sm: 64px;
796
- --sizes-skeleton-grid-width-md: 128px;
797
- --sizes-skeleton-grid-width-lg: 256px;
798
- --sizes-skeleton-grid-width-xl: 512px;
799
- --sizes-skeleton-grid-height-xs: 32px;
800
- --sizes-skeleton-grid-height-sm: 64px;
801
- --sizes-skeleton-grid-height-md: 128px;
802
- --sizes-skeleton-grid-height-lg: 256px;
803
- --sizes-skeleton-grid-height-xl: 512px;
804
- --sizes-skeleton-table-height-sm: 32px;
805
- --sizes-skeleton-table-height-md: 64px;
806
- --sizes-skeleton-table-height-lg: 128px;
807
- --sizes-skeleton-table-height-xl: 256px;
808
- --sizes-icon-xxs: 8px;
809
- --sizes-icon-xs: 16px;
810
- --sizes-icon-sm: 20px;
811
- --sizes-icon-md: 24px;
812
- --sizes-icon-lg: 32px;
813
- --sizes-icon-xl: 40px;
814
- --sizes-icon-xxl: 48px;
815
- --sizes-icon-smaller-xs: 14px;
816
- --sizes-custom-handle-dot: 8px;
817
- --sizes-breakpoint-sm: 640px;
818
- --sizes-breakpoint-md: 768px;
819
- --sizes-breakpoint-lg: 1024px;
820
- --sizes-breakpoint-2lg: 1100px;
821
- --sizes-breakpoint-xl: 1280px;
822
- --sizes-breakpoint-2xl: 1536px;
823
- --breakpoints-sm: 640px;
824
- --breakpoints-md: 768px;
825
- --breakpoints-lg: 1024px;
826
- --breakpoints-2lg: 1100px;
827
- --breakpoints-xl: 1280px;
828
- --breakpoints-2xl: 1536px;
829
- --borders-base: 1px solid var(--colors-border);
830
- --borders-input: 1px solid var(--colors-input);
831
- --borders-primary: 1px solid var(--colors-primary);
832
- --borders-destructive: 1px solid var(--colors-destructive);
833
- --animations-accordion-down: accordion-down 0.2s ease-out;
834
- --animations-accordion-up: accordion-up 0.2s ease-out;
835
- --colors-background: var(--colors-grayscale-0);
836
- --colors-foreground: var(--colors-grayscale-950);
837
- --colors-muted: var(--colors-grayscale-100);
838
- --colors-muted-foreground: var(--colors-grayscale-500);
839
- --colors-card: var(--colors-grayscale-0);
840
- --colors-card-foreground: var(--colors-grayscale-950);
841
- --colors-popover: var(--colors-grayscale-0);
842
- --colors-popover-foreground: var(--colors-grayscale-950);
843
- --colors-border: var(--colors-grayscale-200);
844
- --colors-input: var(--colors-grayscale-200);
845
- --colors-secondary: var(--colors-grayscale-100);
846
- --colors-secondary-foreground: var(--colors-grayscale-900);
847
- --colors-accent: var(--colors-grayscale-100);
848
- --colors-accent-foreground: var(--colors-grayscale-900);
849
- --colors-destructive: var(--colors-red-500);
850
- --colors-destructive-foreground: var(--colors-grayscale-50);
851
- --colors-ring: var(--colors-grayscale-400);
852
- --colors-primary-foreground: var(--colors-grayscale-50);
853
- --colors-primary: var(--colors-dark-active);
854
- --sizes-icon-primary: var(--sizes-icon-xs);
855
- }
856
-
857
- .dark {
858
- --colors-background: var(--colors-grayscale-950);
859
- --colors-foreground: var(--colors-grayscale-50);
860
- --colors-muted: var(--colors-grayscale-800);
861
- --colors-muted-foreground: var(--colors-grayscale-400);
862
- --colors-card: var(--colors-grayscale-950);
863
- --colors-card-foreground: var(--colors-grayscale-50);
864
- --colors-popover: var(--colors-grayscale-950);
865
- --colors-popover-foreground: var(--colors-grayscale-50);
866
- --colors-border: var(--colors-grayscale-800);
867
- --colors-input: var(--colors-grayscale-800);
868
- --colors-secondary: var(--colors-grayscale-800);
869
- --colors-secondary-foreground: var(--colors-grayscale-50);
870
- --colors-accent: var(--colors-grayscale-800);
871
- --colors-accent-foreground: var(--colors-grayscale-50);
872
- --colors-destructive: var(--colors-red-700);
873
- --colors-destructive-foreground: var(--colors-red-50);
874
- --colors-ring: var(--colors-grayscale-300);
875
- --colors-primary-foreground: var(--colors-grayscale-900)
876
- }
877
-
878
- @keyframes spin {
879
- to {
880
- transform: rotate(360deg);
881
- }
882
- }
883
-
884
- @keyframes ping {
885
- 75%,100% {
886
- transform: scale(2);
887
- opacity: 0;
888
- }
889
- }
890
-
891
- @keyframes pulse {
892
- 50% {
893
- opacity: 0.5;
894
- }
895
- }
896
-
897
- @keyframes bounce {
898
- 0%,100% {
899
- transform: translateY(-25%);
900
- animation-timing-function: cubic-bezier(0.8,0,1,1);
901
- }
902
-
903
- 50% {
904
- transform: none;
905
- animation-timing-function: cubic-bezier(0,0,0.2,1);
906
- }
907
- }
908
-
909
- @keyframes enter {
910
- from {
911
- opacity: var(--shadow-panda-enter-opacity, 1);
912
- transform: translate3d(var(--shadow-panda-enter-translate-x, 0), var(--shadow-panda-enter-translate-y, 0), 0) scale3d(var(--shadow-panda-enter-scale, 1), var(--shadow-panda-enter-scale, 1), var(--shadow-panda-enter-scale, 1)) rotate(var(--shadow-panda-enter-rotate, 0));
913
- }
914
- }
915
-
916
- @keyframes exit {
917
- to {
918
- opacity: var(--shadow-panda-exit-opacity, 1);
919
- transform: translate3d(var(--shadow-panda-exit-translate-x, 0), var(--shadow-panda-exit-translate-y, 0), 0) scale3d(var(--shadow-panda-exit-scale, 1), var(--shadow-panda-exit-scale, 1), var(--shadow-panda-exit-scale, 1)) rotate(var(--shadow-panda-exit-rotate, 0));
920
- }
921
- }
922
-
923
- @keyframes accordion-down {
924
- from {
925
- height: var(--sizes-0);
926
- }
927
-
928
- to {
929
- height: var(--radix-accordion-content-height);
930
- }
931
- }
932
-
933
- @keyframes accordion-up {
934
- from {
935
- height: var(--radix-accordion-content-height);
936
- }
937
-
938
- to {
939
- height: var(--sizes-0);
940
- }
941
- }
942
- }
943
-
944
- @layer recipes{
945
- @layer _base{
946
-
947
- .button {
948
- display: inline-flex;
949
- border-radius: var(--radii-md);
950
- font-size: 0.875rem;
951
- line-height: 1.25rem;
952
- transition-property: var(--transition-prop, color, background-color, border-color, outline-color, text-decoration-color, fill, stroke);
953
- transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
954
- transition-duration: var(--transition-duration, 150ms);
955
- cursor: pointer;
956
- --shadow-panda-ring-offset-color: var(--colors-background);
957
- gap: var(--spacing-2);
958
- align-items: center;
959
- justify-content: center;
960
- font-weight: var(--font-weights-medium);
961
- }
962
-
963
- .button:is(:disabled, [disabled], [data-disabled]) {
964
- pointer-events: none;
965
- opacity: 50%;
966
- }
967
-
968
- .button:is(:focus-visible, [data-focus-visible]) {
969
- outline: 2px solid transparent;
970
- outline-offset: 2px;
971
- --shadow-panda-ring-offset-shadow: var(--shadow-panda-ring-inset,) 0 0 0 var(--shadow-panda-ring-offset-width, 0px) var(--shadow-panda-ring-offset-color);
972
- --shadow-panda-ring-shadow: var(--shadow-panda-ring-inset,) 0 0 0 calc(2px + var(--shadow-panda-ring-offset-width, 0px)) var(--shadow-panda-ring-color);
973
- box-shadow: var(--shadow-panda-ring-offset-shadow),var(--shadow-panda-ring-shadow),var(--shadow-panda-base-shadow,0 0 #0000);
974
- --shadow-panda-ring-color: var(--colors-ring);
975
- --shadow-panda-ring-offset-width: 2px;
976
- }
977
- }
978
-
979
- .button--variant_default {
980
- background: var(--colors-primary);
981
- color: var(--colors-primary-foreground);
982
- }
983
-
984
- .button--variant_default:is(:hover, [data-hover]) {
985
- --sp-bga: color-mix(in srgb, transparent NaN, var(--colors-primary));
986
- background-color: var(--sp-bga, var(--colors-primary));
987
- }
988
-
989
- .button--size_default {
990
- height: var(--sizes-10);
991
- padding-inline: var(--spacing-4);
992
- padding-block: var(--spacing-2);
993
- }
994
-
995
- .button--variant_destructive {
996
- background: var(--colors-destructive);
997
- color: var(--colors-destructive-foreground);
998
- }
999
-
1000
- .button--variant_destructive:is(:hover, [data-hover]) {
1001
- --sp-bga: color-mix(in srgb, transparent NaN, var(--colors-destructive));
1002
- background-color: var(--sp-bga, var(--colors-destructive));
1003
- }
1004
-
1005
- .button--variant_outline {
1006
- border: var(--borders-input);
1007
- background: var(--colors-background);
1008
- }
1009
-
1010
- .button--variant_outline:is(:hover, [data-hover]) {
1011
- background: var(--colors-accent);
1012
- color: var(--colors-accent-foreground);
1013
- }
1014
-
1015
- .button--variant_secondary {
1016
- background: var(--colors-secondary);
1017
- color: var(--colors-secondary-foreground);
1018
- }
1019
-
1020
- .button--variant_secondary:is(:hover, [data-hover]) {
1021
- --sp-bga: color-mix(in srgb, transparent NaN, var(--colors-secondary));
1022
- background-color: var(--sp-bga, var(--colors-secondary));
1023
- }
1024
-
1025
- .button--variant_ghost:is(:hover, [data-hover]) {
1026
- background: var(--colors-accent);
1027
- color: var(--colors-accent-foreground);
1028
- }
1029
-
1030
- .button--variant_link {
1031
- color: var(--colors-primary);
1032
- text-underline-offset: 4px;
1033
- }
1034
-
1035
- .button--variant_link:is(:hover, [data-hover]) {
1036
- text-decoration: underline;
1037
- }
1038
-
1039
- .button--size_sm {
1040
- height: var(--sizes-9);
1041
- border-radius: var(--radii-md);
1042
- padding-inline: var(--spacing-3);
1043
- }
1044
-
1045
- .button--size_lg {
1046
- height: var(--sizes-11);
1047
- border-radius: var(--radii-md);
1048
- padding-inline: var(--spacing-8);
1049
- }
1050
-
1051
- .button--size_icon {
1052
- height: var(--sizes-10);
1053
- width: var(--sizes-10);
1054
- }
1055
- }
1056
-
1057
- @layer recipes.slots{
1058
- @layer _base{
1059
-
1060
- .toast__root {
1061
- pointer-events: auto;
1062
- position: relative;
1063
- display: flex;
1064
- width: var(--sizes-full);
1065
- gap: var(--spacing-4);
1066
- overflow: hidden;
1067
- border-radius: var(--radii-md);
1068
- border: var(--borders-base);
1069
- padding: var(--spacing-6);
1070
- box-shadow: var(--shadows-lg);
1071
- transition-property: var(--transition-prop, all);
1072
- transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
1073
- transition-duration: var(--transition-duration, 150ms);
1074
- align-items: center;
1075
- justify-content: space-between;
1076
- padding-right: var(--spacing-8);
1077
- }
1078
-
1079
- .toast__root[data-swipe=cancel] {
1080
- transform: translateX(0);
1081
- }
1082
-
1083
- .toast__root[data-swipe=end] {
1084
- transform: translateX(var(--radix-toast-swipe-end-x));
1085
- animation-name: exit;
1086
- animation-duration: var(--durations-fast);
1087
- --shadow-panda-exit-opacity: 1;
1088
- --shadow-panda-exit-scale: 1;
1089
- --shadow-panda-exit-rotate: 0;
1090
- --shadow-panda-exit-translate-x: 0;
1091
- --shadow-panda-exit-translate-y: 0;
1092
- }
1093
-
1094
- .toast__root[data-swipe=move] {
1095
- transform: translateX(var(--radix-toast-swipe-move-x));
1096
- transition: none;
1097
- }
1098
-
1099
- .toast__root[data-state=open] {
1100
- animation-name: enter;
1101
- animation-duration: var(--durations-fast);
1102
- --shadow-panda-enter-opacity: 1;
1103
- --shadow-panda-enter-scale: 1;
1104
- --shadow-panda-enter-rotate: 0;
1105
- --shadow-panda-enter-translate-x: 0;
1106
- --shadow-panda-enter-translate-y: calc(100% * -1);
1107
- }
1108
-
1109
- .toast__root[data-state=closed] {
1110
- animation-name: exit;
1111
- animation-duration: var(--durations-fast);
1112
- --shadow-panda-exit-opacity: 0.8;
1113
- --shadow-panda-exit-scale: 1;
1114
- --shadow-panda-exit-rotate: 0;
1115
- --shadow-panda-exit-translate-x: 100%;
1116
- --shadow-panda-exit-translate-y: 0;
1117
- }
1118
-
1119
- .toast__action {
1120
- display: inline-flex;
1121
- height: var(--sizes-8);
1122
- border-radius: var(--radii-md);
1123
- border: var(--borders-base);
1124
- background: var(--colors-transparent);
1125
- padding-inline: var(--spacing-3);
1126
- font-size: 0.875rem;
1127
- line-height: 1.25rem;
1128
- --shadow-panda-ring-offset-color: var(--colors-background);
1129
- transition-property: var(--transition-prop, color, background-color, border-color, outline-color, text-decoration-color, fill, stroke);
1130
- transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
1131
- transition-duration: var(--transition-duration, 150ms);
1132
- cursor: pointer;
1133
- flex-shrink: 0;
1134
- align-items: center;
1135
- justify-content: center;
1136
- font-weight: var(--font-weights-medium);
1137
- }
1138
-
1139
- .toast__action:is(:disabled, [disabled], [data-disabled]) {
1140
- pointer-events: none;
1141
- opacity: 0.5;
1142
- }
1143
-
1144
- .toast__action:is(:focus, [data-focus]) {
1145
- outline: 2px solid transparent;
1146
- outline-offset: 2px;
1147
- --shadow-panda-ring-offset-shadow: var(--shadow-panda-ring-inset,) 0 0 0 var(--shadow-panda-ring-offset-width, 0px) var(--shadow-panda-ring-offset-color);
1148
- --shadow-panda-ring-shadow: var(--shadow-panda-ring-inset,) 0 0 0 calc(2px + var(--shadow-panda-ring-offset-width, 0px)) var(--shadow-panda-ring-color);
1149
- box-shadow: var(--shadow-panda-ring-offset-shadow),var(--shadow-panda-ring-shadow),var(--shadow-panda-base-shadow,0 0 #0000);
1150
- --shadow-panda-ring-color: var(--colors-ring);
1151
- --shadow-panda-ring-offset-width: 2px;
1152
- }
1153
-
1154
- .toast__action:is(:hover, [data-hover]) {
1155
- background: var(--colors-secondary);
1156
- }
1157
-
1158
- .toast__close {
1159
- position: absolute;
1160
- border-radius: var(--radii-md);
1161
- padding: var(--spacing-1);
1162
- --sp-ca: color-mix(in srgb, transparent 50%, var(--colors-foreground));
1163
- color: var(--sp-ca, var(--colors-foreground));
1164
- opacity: 0;
1165
- transition-property: var(--transition-prop, opacity);
1166
- transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
1167
- transition-duration: var(--transition-duration, 150ms);
1168
- cursor: pointer;
1169
- right: var(--spacing-2);
1170
- top: var(--spacing-2);
1171
- }
1172
-
1173
- .toast__close:is(:focus, [data-focus]) {
1174
- opacity: 1;
1175
- outline: 2px solid transparent;
1176
- outline-offset: 2px;
1177
- --shadow-panda-ring-offset-shadow: var(--shadow-panda-ring-inset,) 0 0 0 var(--shadow-panda-ring-offset-width, 0px) var(--shadow-panda-ring-offset-color);
1178
- --shadow-panda-ring-shadow: var(--shadow-panda-ring-inset,) 0 0 0 calc(2px + var(--shadow-panda-ring-offset-width, 0px)) var(--shadow-panda-ring-color);
1179
- box-shadow: var(--shadow-panda-ring-offset-shadow),var(--shadow-panda-ring-shadow),var(--shadow-panda-base-shadow,0 0 #0000);
1180
- --shadow-panda-ring-color: var(--colors-ring);
1181
- --shadow-panda-ring-offset-width: 2px;
1182
- }
1183
-
1184
- .toast__close:is(:hover, [data-hover]) {
1185
- color: var(--colors-foreground);
1186
- }
1187
-
1188
- .group:is(:hover, [data-hover]) .toast__close {
1189
- opacity: 1;
1190
- }
1191
-
1192
- .toast__title {
1193
- font-weight: var(--font-weights-semibold);
1194
- }
1195
-
1196
- .toast__title,.toast__description {
1197
- font-size: 0.875rem;
1198
- line-height: 1.25rem;
1199
- }
1200
-
1201
- .toast__description {
1202
- opacity: 0.9;
1203
- }
1204
-
1205
- @media screen and (min-width: 40rem) {
1206
- .toast__root[data-state=open] {
1207
- --shadow-panda-enter-translate-y: 100%;
1208
- }
1209
- }
1210
- }
1211
-
1212
- .toast__root--variant_default {
1213
- border: var(--borders-base);
1214
- background: var(--colors-background);
1215
- }
1216
-
1217
- .toast__root--variant_destructive {
1218
- border: var(--borders-destructive);
1219
- background: var(--colors-destructive);
1220
- color: var(--colors-destructive-foreground);
1221
- }
1222
-
1223
- .toast__action--variant_destructive {
1224
- --sp-bca: color-mix(in srgb, transparent 60%, var(--colors-muted));
1225
- border-color: var(--sp-bca, var(--colors-muted));
1226
- }
1227
-
1228
- .toast__action--variant_destructive:is(:focus, [data-focus]) {
1229
- --shadow-panda-ring-color: var(--colors-destructive);
1230
- }
1231
-
1232
- .toast__action--variant_destructive:is(:hover, [data-hover]) {
1233
- --sp-bca: color-mix(in srgb, transparent 70%, var(--colors-destructive));
1234
- border-color: var(--sp-bca, var(--colors-destructive));
1235
- background: var(--colors-destructive);
1236
- color: var(--colors-destructive-foreground);
1237
- }
1238
-
1239
- .toast__close--variant_destructive {
1240
- color: var(--colors-red-300);
1241
- }
1242
-
1243
- .toast__close--variant_destructive:is(:focus, [data-focus]) {
1244
- --shadow-panda-ring-color: var(--colors-red-400);
1245
- --shadow-panda-ring-offset-color: var(--colors-red-600);
1246
- }
1247
-
1248
- .toast__close--variant_destructive:is(:hover, [data-hover]) {
1249
- color: var(--colors-red-50);
1250
- }
1251
- }
1252
-
1253
- @layer utilities{
1254
-
1255
- .w_16px {
1256
- width: 16px;
1257
- }
1258
-
1259
- .h_16px {
1260
- height: 16px;
1261
- }
1262
-
1263
- .d_flex {
1264
- display: flex;
1265
- }
1266
-
1267
- .pointer-events_none {
1268
- pointer-events: none;
1269
- }
1270
-
1271
- .bdr_0\%\! {
1272
- border-radius: 0% !important;
1273
- }
1274
-
1275
- .bdr_100\%\! {
1276
- border-radius: 100% !important;
1277
- }
1278
-
1279
- .w_custom\.handle\.dot\! {
1280
- width: var(--sizes-custom-handle-dot) !important;
1281
- }
1282
-
1283
- .h_custom\.handle\.dot\! {
1284
- height: var(--sizes-custom-handle-dot) !important;
1285
- }
1286
-
1287
- .bd_none\! {
1288
- border: var(--borders-none) !important;
1289
- }
1290
-
1291
- .w_20px {
1292
- width: 20px;
1293
- }
1294
-
1295
- .h_20px {
1296
- height: 20px;
1297
- }
1298
-
1299
- .w_auto {
1300
- width: auto;
1301
- }
1302
-
1303
- .h_auto {
1304
- height: auto;
1305
- }
1306
-
1307
- .ai_center {
1308
- align-items: center;
1309
- }
1310
-
1311
- .jc_center {
1312
- justify-content: center;
1313
- }
1314
-
1315
- .bg-c_dark\.warning\! {
1316
- background-color: var(--colors-dark-warning) !important;
1317
- }
1318
-
1319
- .bg-c_dark\.success\! {
1320
- background-color: var(--colors-dark-success) !important;
1321
- }
1322
-
1323
- .bg-c_dark\.error\! {
1324
- background-color: var(--colors-dark-error) !important;
1325
- }
1326
-
1327
- .bg-c_dark\.gray\! {
1328
- background-color: var(--colors-dark-gray) !important;
1329
- }
1330
-
1331
- .ml_xs {
1332
- margin-left: var(--spacing-xs);
1333
- }
1334
-
1335
- .mr_xs {
1336
- margin-right: var(--spacing-xs);
1337
- }
1338
-
1339
- .right_xs {
1340
- right: var(--spacing-xs);
1341
- }
1342
- }