@luxonis/depthai-pipeline-lib 1.4.13 → 1.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 (215) hide show
  1. package/dist/panda.css +670 -809
  2. package/dist/src/styled-system/chunks/src__components__Node.css +1 -0
  3. package/dist/src/styled-system/chunks/src__components__PipelineCanvas.css +1 -0
  4. package/dist/src/styled-system/css/conditions.mjs +4 -2
  5. package/dist/src/styled-system/css/css.d.mts +15 -2
  6. package/dist/src/styled-system/css/css.mjs +2 -1
  7. package/dist/src/styled-system/css/cva.d.mts +1 -1
  8. package/dist/src/styled-system/css/cva.mjs +28 -4
  9. package/dist/src/styled-system/css/sva.mjs +9 -3
  10. package/dist/src/styled-system/helpers.mjs +109 -64
  11. package/dist/src/styled-system/patterns/aspect-ratio.d.mts +1 -1
  12. package/dist/src/styled-system/patterns/aspect-ratio.mjs +5 -2
  13. package/dist/src/styled-system/patterns/bleed.d.mts +3 -3
  14. package/dist/src/styled-system/patterns/bleed.mjs +12 -7
  15. package/dist/src/styled-system/patterns/box.d.mts +1 -1
  16. package/dist/src/styled-system/patterns/box.mjs +5 -2
  17. package/dist/src/styled-system/patterns/center.d.mts +1 -1
  18. package/dist/src/styled-system/patterns/center.mjs +5 -2
  19. package/dist/src/styled-system/patterns/circle.d.mts +2 -2
  20. package/dist/src/styled-system/patterns/circle.mjs +5 -2
  21. package/dist/src/styled-system/patterns/container.d.mts +1 -1
  22. package/dist/src/styled-system/patterns/container.mjs +5 -2
  23. package/dist/src/styled-system/patterns/cq.d.mts +22 -0
  24. package/dist/src/styled-system/patterns/cq.mjs +21 -0
  25. package/dist/src/styled-system/patterns/divider.d.mts +1 -1
  26. package/dist/src/styled-system/patterns/divider.mjs +8 -4
  27. package/dist/src/styled-system/patterns/flex.d.mts +8 -8
  28. package/dist/src/styled-system/patterns/flex.mjs +5 -2
  29. package/dist/src/styled-system/patterns/float.d.mts +1 -1
  30. package/dist/src/styled-system/patterns/float.mjs +10 -3
  31. package/dist/src/styled-system/patterns/grid-item.d.mts +1 -1
  32. package/dist/src/styled-system/patterns/grid-item.mjs +5 -2
  33. package/dist/src/styled-system/patterns/grid.d.mts +4 -4
  34. package/dist/src/styled-system/patterns/grid.mjs +12 -5
  35. package/dist/src/styled-system/patterns/hstack.d.mts +3 -3
  36. package/dist/src/styled-system/patterns/hstack.mjs +8 -4
  37. package/dist/src/styled-system/patterns/index.d.mts +2 -2
  38. package/dist/src/styled-system/patterns/index.mjs +2 -2
  39. package/dist/src/styled-system/patterns/link-overlay.d.mts +1 -1
  40. package/dist/src/styled-system/patterns/link-overlay.mjs +5 -5
  41. package/dist/src/styled-system/patterns/spacer.d.mts +1 -1
  42. package/dist/src/styled-system/patterns/spacer.mjs +5 -2
  43. package/dist/src/styled-system/patterns/square.d.mts +2 -2
  44. package/dist/src/styled-system/patterns/square.mjs +5 -2
  45. package/dist/src/styled-system/patterns/stack.d.mts +5 -5
  46. package/dist/src/styled-system/patterns/stack.mjs +8 -4
  47. package/dist/src/styled-system/patterns/visually-hidden.d.mts +1 -1
  48. package/dist/src/styled-system/patterns/visually-hidden.mjs +5 -2
  49. package/dist/src/styled-system/patterns/vstack.d.mts +3 -3
  50. package/dist/src/styled-system/patterns/vstack.mjs +8 -4
  51. package/dist/src/styled-system/patterns/wrap.d.mts +6 -6
  52. package/dist/src/styled-system/patterns/wrap.mjs +5 -2
  53. package/dist/src/styled-system/recipes/accordion.d.mts +8 -4
  54. package/dist/src/styled-system/recipes/accordion.mjs +6 -4
  55. package/dist/src/styled-system/recipes/alert-description.d.mts +8 -4
  56. package/dist/src/styled-system/recipes/alert-description.mjs +8 -3
  57. package/dist/src/styled-system/recipes/alert-dialog.d.mts +8 -4
  58. package/dist/src/styled-system/recipes/alert-dialog.mjs +6 -4
  59. package/dist/src/styled-system/recipes/alert-title.d.mts +8 -4
  60. package/dist/src/styled-system/recipes/alert-title.mjs +8 -3
  61. package/dist/src/styled-system/recipes/alert.d.mts +12 -5
  62. package/dist/src/styled-system/recipes/alert.mjs +8 -3
  63. package/dist/src/styled-system/recipes/avatar.d.mts +8 -4
  64. package/dist/src/styled-system/recipes/avatar.mjs +6 -4
  65. package/dist/src/styled-system/recipes/badge.d.mts +12 -5
  66. package/dist/src/styled-system/recipes/badge.mjs +8 -3
  67. package/dist/src/styled-system/recipes/blockquote.d.mts +8 -4
  68. package/dist/src/styled-system/recipes/blockquote.mjs +8 -3
  69. package/dist/src/styled-system/recipes/button.d.mts +15 -5
  70. package/dist/src/styled-system/recipes/button.mjs +8 -3
  71. package/dist/src/styled-system/recipes/calendar.d.mts +8 -4
  72. package/dist/src/styled-system/recipes/calendar.mjs +6 -4
  73. package/dist/src/styled-system/recipes/card-content.d.mts +8 -4
  74. package/dist/src/styled-system/recipes/card-content.mjs +8 -3
  75. package/dist/src/styled-system/recipes/card-description.d.mts +8 -4
  76. package/dist/src/styled-system/recipes/card-description.mjs +8 -3
  77. package/dist/src/styled-system/recipes/card-footer.d.mts +8 -4
  78. package/dist/src/styled-system/recipes/card-footer.mjs +8 -3
  79. package/dist/src/styled-system/recipes/card-header.d.mts +8 -4
  80. package/dist/src/styled-system/recipes/card-header.mjs +8 -3
  81. package/dist/src/styled-system/recipes/card-title.d.mts +8 -4
  82. package/dist/src/styled-system/recipes/card-title.mjs +8 -3
  83. package/dist/src/styled-system/recipes/card.d.mts +8 -4
  84. package/dist/src/styled-system/recipes/card.mjs +8 -3
  85. package/dist/src/styled-system/recipes/checkbox.d.mts +8 -4
  86. package/dist/src/styled-system/recipes/checkbox.mjs +6 -4
  87. package/dist/src/styled-system/recipes/collapsible.d.mts +8 -4
  88. package/dist/src/styled-system/recipes/collapsible.mjs +6 -4
  89. package/dist/src/styled-system/recipes/command-dialog.d.mts +8 -4
  90. package/dist/src/styled-system/recipes/command-dialog.mjs +6 -4
  91. package/dist/src/styled-system/recipes/command.d.mts +8 -4
  92. package/dist/src/styled-system/recipes/command.mjs +6 -4
  93. package/dist/src/styled-system/recipes/context-menu.d.mts +12 -5
  94. package/dist/src/styled-system/recipes/context-menu.mjs +6 -4
  95. package/dist/src/styled-system/recipes/create-recipe.mjs +39 -7
  96. package/dist/src/styled-system/recipes/dialog.d.mts +8 -4
  97. package/dist/src/styled-system/recipes/dialog.mjs +6 -4
  98. package/dist/src/styled-system/recipes/dropdown-menu.d.mts +8 -4
  99. package/dist/src/styled-system/recipes/dropdown-menu.mjs +6 -4
  100. package/dist/src/styled-system/recipes/form-control.d.mts +8 -4
  101. package/dist/src/styled-system/recipes/form-control.mjs +8 -3
  102. package/dist/src/styled-system/recipes/form-description.d.mts +8 -4
  103. package/dist/src/styled-system/recipes/form-description.mjs +8 -3
  104. package/dist/src/styled-system/recipes/form-item.d.mts +8 -4
  105. package/dist/src/styled-system/recipes/form-item.mjs +8 -3
  106. package/dist/src/styled-system/recipes/form-label.d.mts +8 -4
  107. package/dist/src/styled-system/recipes/form-label.mjs +8 -3
  108. package/dist/src/styled-system/recipes/form-message.d.mts +8 -4
  109. package/dist/src/styled-system/recipes/form-message.mjs +8 -3
  110. package/dist/src/styled-system/recipes/h1.d.mts +8 -4
  111. package/dist/src/styled-system/recipes/h1.mjs +8 -3
  112. package/dist/src/styled-system/recipes/h2.d.mts +8 -4
  113. package/dist/src/styled-system/recipes/h2.mjs +8 -3
  114. package/dist/src/styled-system/recipes/h3.d.mts +8 -4
  115. package/dist/src/styled-system/recipes/h3.mjs +8 -3
  116. package/dist/src/styled-system/recipes/h4.d.mts +8 -4
  117. package/dist/src/styled-system/recipes/h4.mjs +8 -3
  118. package/dist/src/styled-system/recipes/hover-card.d.mts +8 -4
  119. package/dist/src/styled-system/recipes/hover-card.mjs +6 -4
  120. package/dist/src/styled-system/recipes/icon.d.mts +24 -5
  121. package/dist/src/styled-system/recipes/icon.mjs +8 -3
  122. package/dist/src/styled-system/recipes/inline-code.d.mts +8 -4
  123. package/dist/src/styled-system/recipes/inline-code.mjs +8 -3
  124. package/dist/src/styled-system/recipes/input.d.mts +8 -4
  125. package/dist/src/styled-system/recipes/input.mjs +8 -3
  126. package/dist/src/styled-system/recipes/label.d.mts +8 -4
  127. package/dist/src/styled-system/recipes/label.mjs +8 -3
  128. package/dist/src/styled-system/recipes/large.d.mts +8 -4
  129. package/dist/src/styled-system/recipes/large.mjs +8 -3
  130. package/dist/src/styled-system/recipes/lead.d.mts +8 -4
  131. package/dist/src/styled-system/recipes/lead.mjs +8 -3
  132. package/dist/src/styled-system/recipes/link.d.mts +8 -4
  133. package/dist/src/styled-system/recipes/link.mjs +8 -3
  134. package/dist/src/styled-system/recipes/list.d.mts +8 -4
  135. package/dist/src/styled-system/recipes/list.mjs +8 -3
  136. package/dist/src/styled-system/recipes/menubar.d.mts +8 -4
  137. package/dist/src/styled-system/recipes/menubar.mjs +6 -4
  138. package/dist/src/styled-system/recipes/muted.d.mts +8 -4
  139. package/dist/src/styled-system/recipes/muted.mjs +8 -3
  140. package/dist/src/styled-system/recipes/navigation-menu.d.mts +8 -4
  141. package/dist/src/styled-system/recipes/navigation-menu.mjs +6 -4
  142. package/dist/src/styled-system/recipes/p.d.mts +8 -4
  143. package/dist/src/styled-system/recipes/p.mjs +8 -3
  144. package/dist/src/styled-system/recipes/popover.d.mts +8 -4
  145. package/dist/src/styled-system/recipes/popover.mjs +6 -4
  146. package/dist/src/styled-system/recipes/progress.d.mts +8 -4
  147. package/dist/src/styled-system/recipes/progress.mjs +6 -4
  148. package/dist/src/styled-system/recipes/radio-group.d.mts +8 -4
  149. package/dist/src/styled-system/recipes/radio-group.mjs +6 -4
  150. package/dist/src/styled-system/recipes/scroll-area.d.mts +8 -4
  151. package/dist/src/styled-system/recipes/scroll-area.mjs +6 -4
  152. package/dist/src/styled-system/recipes/select.d.mts +8 -4
  153. package/dist/src/styled-system/recipes/select.mjs +6 -4
  154. package/dist/src/styled-system/recipes/separator.d.mts +12 -5
  155. package/dist/src/styled-system/recipes/separator.mjs +8 -3
  156. package/dist/src/styled-system/recipes/sheet.d.mts +12 -5
  157. package/dist/src/styled-system/recipes/sheet.mjs +6 -4
  158. package/dist/src/styled-system/recipes/skeleton.d.mts +8 -4
  159. package/dist/src/styled-system/recipes/skeleton.mjs +8 -3
  160. package/dist/src/styled-system/recipes/slider.d.mts +8 -4
  161. package/dist/src/styled-system/recipes/slider.mjs +6 -4
  162. package/dist/src/styled-system/recipes/small.d.mts +8 -4
  163. package/dist/src/styled-system/recipes/small.mjs +8 -3
  164. package/dist/src/styled-system/recipes/switch-recipe.d.mts +8 -4
  165. package/dist/src/styled-system/recipes/switch-recipe.mjs +6 -4
  166. package/dist/src/styled-system/recipes/table-body.d.mts +8 -4
  167. package/dist/src/styled-system/recipes/table-body.mjs +8 -3
  168. package/dist/src/styled-system/recipes/table-caption.d.mts +8 -4
  169. package/dist/src/styled-system/recipes/table-caption.mjs +8 -3
  170. package/dist/src/styled-system/recipes/table-cell.d.mts +8 -4
  171. package/dist/src/styled-system/recipes/table-cell.mjs +8 -3
  172. package/dist/src/styled-system/recipes/table-container.d.mts +8 -4
  173. package/dist/src/styled-system/recipes/table-container.mjs +8 -3
  174. package/dist/src/styled-system/recipes/table-footer.d.mts +8 -4
  175. package/dist/src/styled-system/recipes/table-footer.mjs +8 -3
  176. package/dist/src/styled-system/recipes/table-head.d.mts +8 -4
  177. package/dist/src/styled-system/recipes/table-head.mjs +8 -3
  178. package/dist/src/styled-system/recipes/table-header.d.mts +8 -4
  179. package/dist/src/styled-system/recipes/table-header.mjs +8 -3
  180. package/dist/src/styled-system/recipes/table-row.d.mts +8 -4
  181. package/dist/src/styled-system/recipes/table-row.mjs +8 -3
  182. package/dist/src/styled-system/recipes/table.d.mts +8 -4
  183. package/dist/src/styled-system/recipes/table.mjs +8 -3
  184. package/dist/src/styled-system/recipes/tabs.d.mts +8 -4
  185. package/dist/src/styled-system/recipes/tabs.mjs +6 -4
  186. package/dist/src/styled-system/recipes/textarea.d.mts +8 -4
  187. package/dist/src/styled-system/recipes/textarea.mjs +8 -3
  188. package/dist/src/styled-system/recipes/toast-viewport.d.mts +8 -4
  189. package/dist/src/styled-system/recipes/toast-viewport.mjs +8 -3
  190. package/dist/src/styled-system/recipes/toast.d.mts +12 -5
  191. package/dist/src/styled-system/recipes/toast.mjs +6 -4
  192. package/dist/src/styled-system/recipes/toggle.d.mts +15 -5
  193. package/dist/src/styled-system/recipes/toggle.mjs +8 -3
  194. package/dist/src/styled-system/recipes/tooltip.d.mts +8 -4
  195. package/dist/src/styled-system/recipes/tooltip.mjs +6 -4
  196. package/dist/src/styled-system/recipes/typography-table-container.d.mts +8 -4
  197. package/dist/src/styled-system/recipes/typography-table-container.mjs +8 -3
  198. package/dist/src/styled-system/recipes/typography-table.d.mts +8 -4
  199. package/dist/src/styled-system/recipes/typography-table.mjs +8 -3
  200. package/dist/src/styled-system/tokens/index.mjs +271 -219
  201. package/dist/src/styled-system/tokens/tokens.d.mts +18 -18
  202. package/dist/src/styled-system/types/composition.d.mts +70 -17
  203. package/dist/src/styled-system/types/conditions.d.mts +105 -49
  204. package/dist/src/styled-system/types/csstype.d.mts +1270 -721
  205. package/dist/src/styled-system/types/global.d.mts +1 -0
  206. package/dist/src/styled-system/types/index.d.mts +1 -2
  207. package/dist/src/styled-system/types/parts.d.mts +3 -1
  208. package/dist/src/styled-system/types/pattern.d.mts +20 -3
  209. package/dist/src/styled-system/types/prop-type.d.mts +59 -135
  210. package/dist/src/styled-system/types/recipe.d.mts +42 -9
  211. package/dist/src/styled-system/types/selectors.d.mts +1 -1
  212. package/dist/src/styled-system/types/static-css.d.mts +56 -0
  213. package/dist/src/styled-system/types/style-props.d.mts +7540 -678
  214. package/dist/src/styled-system/types/system-types.d.mts +128 -20
  215. package/package.json +8 -8
package/dist/panda.css CHANGED
@@ -1,648 +1,259 @@
1
- @layer base {
2
- :root {
3
- --made-with-panda: '🐼'
4
- }
5
-
6
- *, *::before, *::after, ::backdrop {
7
- --blur: ;
8
- --brightness: ;
9
- --contrast: ;
10
- --grayscale: ;
11
- --hue-rotate: ;
12
- --invert: ;
13
- --saturate: ;
14
- --sepia: ;
15
- --drop-shadow: ;
16
- --backdrop-blur: ;
17
- --backdrop-brightness: ;
18
- --backdrop-contrast: ;
19
- --backdrop-grayscale: ;
20
- --backdrop-hue-rotate: ;
21
- --backdrop-invert: ;
22
- --backdrop-opacity: ;
23
- --backdrop-saturate: ;
24
- --backdrop-sepia: ;
25
- --scroll-snap-strictness: proximity;
26
- --border-spacing-x: 0;
27
- --border-spacing-y: 0;
28
- --translate-x: 0;
29
- --translate-y: 0;
30
- --rotate: 0;
31
- --skew-x: 0;
32
- --skew-y: 0;
33
- --scale-x: 1;
34
- --scale-y: 1
35
- }
36
-
37
- html {
38
- -moz-osx-font-smoothing: grayscale;
39
- text-rendering: optimizeLegibility;
40
- -webkit-font-smoothing: antialiased;
41
- -webkit-text-size-adjust: 100%
42
- }
43
-
44
- body {
45
- background: var(--colors-background);
46
- color: var(--colors-foreground);
47
- font-family: var(--fonts-sans)
48
- }
49
-
50
- button {
51
- color: inherit;
52
- outline: 2px solid transparent
53
- }
54
-
55
- * {
56
- box-sizing: border-box;
57
- font-family: var(--fonts-body)
58
- }
59
-
60
- html, body {
61
- margin: var(--spacing-0);
62
- padding: var(--spacing-0)
63
- }
64
-
65
- #root {
66
- display: flex;
67
- flex-direction: column;
68
- height: 100vh
69
- }
70
- }
71
-
72
- @layer recipes.slots {
73
- .toast__root--variant_default {
74
- border: var(--borders-base);
75
- background: var(--colors-background);
76
- }
77
-
78
- .toast__root--variant_destructive {
79
- border: var(--borders-destructive);
80
- background: var(--colors-destructive);
81
- color: var(--colors-destructive-foreground);
82
- }
83
-
84
- .toast__action--variant_destructive {
85
- --sp-bca: color-mix(in srgb, transparent 60%, var(--colors-muted));
86
- border-color: var(--sp-bca, var(--colors-muted));
87
- }
88
-
89
- .toast__close--variant_destructive {
90
- color: var(--colors-red-300);
91
- }
92
-
93
- .toast__action--variant_destructive:is(:focus, [data-focus]) {
94
- --shadow-panda-ring-color: var(--colors-destructive)
95
- ;
96
- }
97
-
98
- .toast__close--variant_destructive:is(:focus, [data-focus]) {
99
- --shadow-panda-ring-color: var(--colors-red-400)
100
- ;
101
- --shadow-panda-ring-offset-color: var(--colors-red-600)
102
- ;
103
- }
104
-
105
- .toast__action--variant_destructive:is(:hover, [data-hover]) {
106
- --sp-bca: color-mix(in srgb, transparent 70%, var(--colors-destructive));
107
- border-color: var(--sp-bca, var(--colors-destructive));
108
- background: var(--colors-destructive);
109
- color: var(--colors-destructive-foreground);
110
- }
111
-
112
- .toast__close--variant_destructive:is(:hover, [data-hover]) {
113
- color: var(--colors-red-50);
114
- }
115
-
116
- @layer _base {
117
- .toast__root {
118
- pointer-events: auto;
119
- position: relative;
120
- display: flex;
121
- width: var(--sizes-full);
122
- align-items: center;
123
- justify-content: space-between;
124
- gap: var(--spacing-4);
125
- overflow: hidden;
126
- border-radius: var(--radii-md);
127
- border: var(--borders-base);
128
- padding: var(--spacing-6);
129
- padding-right: var(--spacing-8);
130
- box-shadow: var(--shadows-lg);
131
- transition-property: var(--transition-prop, all);
132
- transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
133
- transition-duration: var(--transition-duration, 150ms);
134
- }
135
-
136
- .toast__root[data-swipe=cancel] {
137
- transform: translateX(0);
138
- }
139
-
140
- .toast__root[data-swipe=end] {
141
- transform: translateX(var(--radix-toast-swipe-end-x));
142
- animation-name: exit;
143
- animation-duration: var(--durations-fast);
144
- --shadow-panda-exit-opacity: 1;
145
- --shadow-panda-exit-scale: 1;
146
- --shadow-panda-exit-rotate: 0;
147
- --shadow-panda-exit-translate-x: 0;
148
- --shadow-panda-exit-translate-y: 0
149
- ;
150
- }
151
-
152
- .toast__root[data-swipe=move] {
153
- transform: translateX(var(--radix-toast-swipe-move-x));
154
- transition: none;
155
- }
156
-
157
- .toast__root[data-state=open] {
158
- animation-name: enter;
159
- animation-duration: var(--durations-fast);
160
- --shadow-panda-enter-opacity: 1;
161
- --shadow-panda-enter-scale: 1;
162
- --shadow-panda-enter-rotate: 0;
163
- --shadow-panda-enter-translate-x: 0;
164
- --shadow-panda-enter-translate-y: calc(100% * -1)
165
- ;
166
- }
167
-
168
- .toast__root[data-state=closed] {
169
- animation-name: exit;
170
- animation-duration: var(--durations-fast);
171
- --shadow-panda-exit-opacity: 0.8
172
- ;
173
- --shadow-panda-exit-scale: 1;
174
- --shadow-panda-exit-rotate: 0;
175
- --shadow-panda-exit-translate-x: 100%
176
- ;
177
- --shadow-panda-exit-translate-y: 0
178
- ;
179
- }
180
-
181
- .toast__action {
182
- display: inline-flex;
183
- height: var(--sizes-8);
184
- flex-shrink: 0;
185
- align-items: center;
186
- justify-content: center;
187
- border-radius: var(--radii-md);
188
- border: var(--borders-base);
189
- background: var(--colors-transparent);
190
- padding-inline: var(--spacing-3);
191
- font-size: 0.875rem;
192
- line-height: 1.25rem;
193
- font-weight: var(--font-weights-medium);
194
- --shadow-panda-ring-offset-color: var(--colors-background);
195
- transition-property: var(--transition-prop, color, background-color, border-color, outline-color, text-decoration-color, fill, stroke);
196
- transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
197
- transition-duration: var(--transition-duration, 150ms);
198
- cursor: pointer;
199
- }
200
-
201
- .toast__action:is(:disabled, [disabled], [data-disabled]) {
202
- pointer-events: none;
203
- opacity: 0.5;
204
- }
205
-
206
- .toast__close {
207
- position: absolute;
208
- right: var(--spacing-2);
209
- top: var(--spacing-2);
210
- border-radius: var(--radii-md);
211
- padding: var(--spacing-1);
212
- --sp-ca: color-mix(in srgb, transparent 50%, var(--colors-foreground));
213
- color: var(--sp-ca, var(--colors-foreground));
214
- opacity: 0;
215
- transition-property: var(--transition-prop, opacity);
216
- transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
217
- transition-duration: var(--transition-duration, 150ms);
218
- cursor: pointer;
219
- }
220
-
221
- .toast__title {
222
- font-weight: var(--font-weights-semibold);
223
- }
224
-
225
- .toast__title,.toast__description {
226
- font-size: 0.875rem;
227
- line-height: 1.25rem;
228
- }
229
-
230
- .toast__description {
231
- opacity: 0.9;
232
- }
233
-
234
- .button {
235
- display: inline-flex;
236
- align-items: center;
237
- justify-content: center;
238
- border-radius: var(--radii-md);
239
- font-size: 0.875rem;
240
- line-height: 1.25rem;
241
- font-weight: var(--font-weights-medium);
242
- transition-property: var(--transition-prop, color, background-color, border-color, outline-color, text-decoration-color, fill, stroke);
243
- transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
244
- transition-duration: var(--transition-duration, 150ms);
245
- cursor: pointer;
246
- --shadow-panda-ring-offset-color: var(--colors-background);
247
- gap: var(--spacing-2);
248
- }
249
-
250
- .button:is(:disabled, [disabled], [data-disabled]) {
251
- pointer-events: none;
252
- opacity: 50%;
253
- }
254
-
255
- .toast__action:is(:focus, [data-focus]) {
256
- outline: 2px solid transparent;
257
- outline-offset: 2px;
258
- --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);
259
- --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);
260
- box-shadow: var(--shadow-panda-ring-offset-shadow),var(--shadow-panda-ring-shadow),var(--shadow-panda-base-shadow,0 0 #0000);
261
- --shadow-panda-ring-color: var(--colors-ring)
262
- ;
263
- --shadow-panda-ring-offset-width: 2px
264
- ;
265
- }
266
-
267
- .toast__close:is(:focus, [data-focus]) {
268
- opacity: 1;
269
- outline: 2px solid transparent;
270
- outline-offset: 2px;
271
- --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);
272
- --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);
273
- box-shadow: var(--shadow-panda-ring-offset-shadow),var(--shadow-panda-ring-shadow),var(--shadow-panda-base-shadow,0 0 #0000);
274
- --shadow-panda-ring-color: var(--colors-ring)
275
- ;
276
- --shadow-panda-ring-offset-width: 2px
277
- ;
278
- }
279
-
280
- .button:is(:focus-visible, [data-focus-visible]) {
281
- outline: 2px solid transparent;
282
- outline-offset: 2px;
283
- --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);
284
- --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);
285
- box-shadow: var(--shadow-panda-ring-offset-shadow),var(--shadow-panda-ring-shadow),var(--shadow-panda-base-shadow,0 0 #0000);
286
- --shadow-panda-ring-color: var(--colors-ring)
287
- ;
288
- --shadow-panda-ring-offset-width: 2px
289
- ;
290
- }
291
-
292
- .toast__action:is(:hover, [data-hover]) {
293
- background: var(--colors-secondary);
294
- }
295
-
296
- .toast__close:is(:hover, [data-hover]) {
297
- color: var(--colors-foreground);
298
- }
1
+ @layer reset, base, tokens, recipes, utilities;
299
2
 
300
- .group:is(:hover, [data-hover]) .toast__close {
301
- opacity: 1;
302
- }
303
-
304
- @media screen and (min-width: 40em) {
305
- .toast__root[data-state=open] {
306
- --shadow-panda-enter-translate-y: 100%
307
- ;
308
- }
309
- }
310
- }
311
- }
312
-
313
- @layer recipes {
314
- .button--variant_destructive {
315
- background: var(--colors-destructive);
316
- color: var(--colors-destructive-foreground);
317
- }
318
-
319
- .button--variant_outline {
320
- border: var(--borders-input);
321
- background: var(--colors-background);
322
- }
323
-
324
- .button--variant_secondary {
325
- background: var(--colors-secondary);
326
- color: var(--colors-secondary-foreground);
327
- }
328
-
329
- .button--variant_link {
330
- color: var(--colors-primary);
331
- text-underline-offset: 4px;
332
- }
333
-
334
- .button--size_sm {
335
- height: var(--sizes-9);
336
- border-radius: var(--radii-md);
337
- padding-inline: var(--spacing-3);
338
- }
339
-
340
- .button--size_lg {
341
- height: var(--sizes-11);
342
- border-radius: var(--radii-md);
343
- padding-inline: var(--spacing-8);
344
- }
345
-
346
- .button--variant_default {
347
- background: var(--colors-primary);
348
- color: var(--colors-primary-foreground);
349
- }
350
-
351
- .button--size_icon {
352
- height: var(--sizes-10);
353
- width: var(--sizes-10);
354
- }
355
-
356
- .button--size_default {
357
- height: var(--sizes-10);
358
- padding-inline: var(--spacing-4);
359
- padding-block: var(--spacing-2)
360
- }
361
-
362
- .button--variant_destructive:is(:hover, [data-hover]) {
363
- --sp-bga: color-mix(in srgb, transparent NaN, var(--colors-destructive));
364
- background-color: var(--sp-bga, var(--colors-destructive));
365
- }
366
-
367
- .button--variant_outline:is(:hover, [data-hover]) {
368
- background: var(--colors-accent);
369
- color: var(--colors-accent-foreground);
370
- }
371
-
372
- .button--variant_secondary:is(:hover, [data-hover]) {
373
- --sp-bga: color-mix(in srgb, transparent NaN, var(--colors-secondary));
374
- background-color: var(--sp-bga, var(--colors-secondary));
375
- }
376
-
377
- .button--variant_link:is(:hover, [data-hover]) {
378
- text-decoration: underline;
379
- }
380
-
381
- .button--variant_default:is(:hover, [data-hover]) {
382
- --sp-bga: color-mix(in srgb, transparent NaN, var(--colors-primary));
383
- background-color: var(--sp-bga, var(--colors-primary));
384
- }
385
-
386
- .button--variant_ghost:is(:hover, [data-hover]) {
387
- background: var(--colors-accent);
388
- color: var(--colors-accent-foreground)
389
- }
390
-
391
- @layer _base {
392
- .label {
393
- font-size: 0.875rem;
394
- line-height: var(--line-heights-none);
395
- font-weight: var(--font-weights-medium);
396
- }
397
-
398
- .peer:is(:disabled, [disabled], [data-disabled]) ~ .label {
399
- cursor: not-allowed;
400
- opacity: 0.7
401
- }
402
-
403
- .button {
404
- display: inline-flex;
405
- align-items: center;
406
- justify-content: center;
407
- border-radius: var(--radii-md);
408
- font-size: 0.875rem;
409
- line-height: 1.25rem;
410
- font-weight: var(--font-weights-medium);
411
- transition-property: var(--transition-prop, color, background-color, border-color, outline-color, text-decoration-color, fill, stroke);
412
- transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
413
- transition-duration: var(--transition-duration, 150ms);
414
- cursor: pointer;
415
- --shadow-panda-ring-offset-color: var(--colors-background);
416
- gap: var(--spacing-2);
417
- }
418
-
419
- .button:is(:disabled, [disabled], [data-disabled]) {
420
- pointer-events: none;
421
- opacity: 50%
422
- }
423
-
424
- .button:is(:focus-visible, [data-focus-visible]) {
425
- outline: 2px solid transparent;
426
- outline-offset: 2px;
427
- --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);
428
- --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);
429
- box-shadow: var(--shadow-panda-ring-offset-shadow),var(--shadow-panda-ring-shadow),var(--shadow-panda-base-shadow,0 0 #0000);
430
- --shadow-panda-ring-color: var(--colors-ring)
431
- ;
432
- --shadow-panda-ring-offset-width: 2px
433
-
434
- }
435
- }
436
- }
437
-
438
- @layer reset {
439
- * {
440
- margin: 0;
441
- padding: 0;
442
- font: inherit;
443
- }
444
-
445
- *,
446
- *::before,
447
- *::after {
448
- box-sizing: border-box;
449
- border-width: 0;
450
- border-style: solid;
451
- border-color: var(--global-color-border, currentColor);
452
- }
453
-
454
- html {
455
- line-height: 1.5;
456
- --font-fallback: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
457
- 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
458
- 'Noto Color Emoji';
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';
459
6
  -webkit-text-size-adjust: 100%;
460
7
  -webkit-font-smoothing: antialiased;
461
8
  -moz-osx-font-smoothing: grayscale;
462
9
  -moz-tab-size: 4;
463
10
  tab-size: 4;
11
+ -webkit-tap-highlight-color: transparent;
12
+ line-height: 1.5;
464
13
  font-family: var(--global-font-body, var(--font-fallback));
465
- }
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
+ }
466
24
 
467
25
  hr {
468
- height: 0;
26
+ height: 0px;
469
27
  color: inherit;
470
28
  border-top-width: 1px;
471
- }
29
+ }
472
30
 
473
31
  body {
474
32
  height: 100%;
475
33
  line-height: inherit;
476
- }
34
+ }
477
35
 
478
36
  img {
479
37
  border-style: none;
480
- }
481
-
482
- img,
483
- svg,
484
- video,
485
- canvas,
486
- audio,
487
- iframe,
488
- embed,
489
- object {
38
+ }
39
+
40
+ img,svg,video,canvas,audio,iframe,embed,object {
490
41
  display: block;
491
42
  vertical-align: middle;
492
- }
43
+ }
493
44
 
494
- img,
495
- video {
45
+ img,video {
496
46
  max-width: 100%;
497
47
  height: auto;
498
- }
499
-
500
- p,
501
- h1,
502
- h2,
503
- h3,
504
- h4,
505
- h5,
506
- h6 {
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 {
507
57
  overflow-wrap: break-word;
508
- }
58
+ }
509
59
 
510
- ol,
511
- ul {
60
+ ol,ul,menu {
512
61
  list-style: none;
513
- }
514
-
515
- code,
516
- kbd,
517
- pre,
518
- samp {
519
- font-size: 1em;
520
- }
62
+ }
521
63
 
522
- button,
523
- [type='button'],
524
- [type='reset'],
525
- [type='submit'] {
64
+ button,input:where([type='button'], [type='reset'], [type='submit']),::file-selector-button {
65
+ appearance: button;
526
66
  -webkit-appearance: button;
527
- background-color: transparent;
528
- background-image: none;
529
- }
530
-
531
- button,
532
- select {
533
- text-transform: none;
534
- }
67
+ }
535
68
 
536
- table {
537
- text-indent: 0;
538
- border-color: inherit;
539
- border-collapse: collapse;
540
- }
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
+ }
541
77
 
542
- input::placeholder,
543
- textarea::placeholder {
78
+ ::placeholder {
544
79
  opacity: 1;
545
- color: var(--global-color-placeholder, #9ca3af);
546
- }
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
+ }
547
89
 
548
90
  textarea {
549
91
  resize: vertical;
550
- }
92
+ }
93
+
94
+ table {
95
+ text-indent: 0px;
96
+ border-collapse: collapse;
97
+ border-color: inherit;
98
+ }
551
99
 
552
100
  summary {
553
101
  display: list-item;
554
- }
102
+ }
555
103
 
556
104
  small {
557
105
  font-size: 80%;
558
- }
106
+ }
559
107
 
560
- sub,
561
- sup {
562
- font-size: 75%;
563
- line-height: 0;
108
+ sub,sup {
564
109
  position: relative;
565
110
  vertical-align: baseline;
566
- }
111
+ font-size: 75%;
112
+ line-height: 0;
113
+ }
567
114
 
568
115
  sub {
569
116
  bottom: -0.25em;
570
- }
117
+ }
571
118
 
572
119
  sup {
573
120
  top: -0.5em;
574
- }
121
+ }
575
122
 
576
123
  dialog {
577
- padding: 0;
578
- }
124
+ padding: 0px;
125
+ }
579
126
 
580
127
  a {
581
128
  color: inherit;
582
129
  text-decoration: inherit;
583
- }
130
+ }
584
131
 
585
132
  abbr:where([title]) {
586
133
  text-decoration: underline dotted;
587
- }
134
+ }
588
135
 
589
- b,
590
- strong {
136
+ b,strong {
591
137
  font-weight: bolder;
592
- }
138
+ }
593
139
 
594
- code,
595
- kbd,
596
- samp,
597
- pre {
598
- font-size: 1em;
140
+ code,kbd,samp,pre {
599
141
  --font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
600
- font-family: var(--global-font-mono, var(--font-fallback));
601
- }
602
-
603
- input[type="text"],
604
- input[type="email"],
605
- input[type="search"],
606
- input[type="password"] {
607
- -webkit-appearance: none;
608
- -moz-appearance: none;
609
- }
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
+ }
610
147
 
611
- input[type='search'] {
612
- -webkit-appearance: textfield;
613
- outline-offset: -2px;
614
- }
148
+ progress {
149
+ vertical-align: baseline;
150
+ }
615
151
 
616
- ::-webkit-search-decoration,
617
- ::-webkit-search-cancel-button {
152
+ ::-webkit-search-decoration,::-webkit-search-cancel-button {
618
153
  -webkit-appearance: none;
619
- }
620
-
621
- ::-webkit-file-upload-button {
622
- -webkit-appearance: button;
623
- font: inherit;
624
- }
154
+ }
625
155
 
626
- input[type="number"]::-webkit-inner-spin-button,
627
- input[type="number"]::-webkit-outer-spin-button {
156
+ ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
628
157
  height: auto;
629
- }
630
-
631
- input[type='number']{
632
- -moz-appearance: textfield;
633
- }
158
+ }
634
159
 
635
160
  :-moz-ui-invalid {
636
161
  box-shadow: none;
637
- }
162
+ }
638
163
 
639
164
  :-moz-focusring {
640
165
  outline: auto;
641
- }
642
166
  }
643
167
 
644
- @layer tokens {
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{
645
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;
646
257
  --letter-spacings-tighter: -0.05em;
647
258
  --letter-spacings-tight: -0.025em;
648
259
  --letter-spacings-normal: 0em;
@@ -660,6 +271,28 @@
660
271
  --animations-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
661
272
  --animations-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
662
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;
663
296
  --font-weights-thin: 100;
664
297
  --font-weights-extralight: 200;
665
298
  --font-weights-light: 300;
@@ -673,6 +306,17 @@
673
306
  --font-weights-md: 500;
674
307
  --font-weights-lg: 600;
675
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;
676
320
  --spacing-0: 0rem;
677
321
  --spacing-1: 0.25rem;
678
322
  --spacing-2: 0.5rem;
@@ -744,38 +388,6 @@
744
388
  --durations-slower: 400ms;
745
389
  --durations-slowest: 500ms;
746
390
  --durations-fast: 150ms;
747
- --fonts-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
748
- --fonts-body: Inter;
749
- --fonts-mono: JetBrainsMono;
750
- --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";
751
- --line-heights-3: .75rem;
752
- --line-heights-4: 1rem;
753
- --line-heights-5: 1.25rem;
754
- --line-heights-6: 1.5rem;
755
- --line-heights-7: 1.75rem;
756
- --line-heights-8: 2rem;
757
- --line-heights-9: 2.25rem;
758
- --line-heights-10: 2.5rem;
759
- --line-heights-sm: 20px;
760
- --line-heights-primary: 24px;
761
- --line-heights-md: 32px;
762
- --line-heights-lg: 38px;
763
- --line-heights-none: 1;
764
- --line-heights-tight: 1.25;
765
- --line-heights-snug: 1.375;
766
- --line-heights-normal: 1.5;
767
- --line-heights-relaxed: 1.625;
768
- --line-heights-loose: 2;
769
- --radii-xs: 0.125rem;
770
- --radii-sm: calc(var(--radii-radius) - 4px);
771
- --radii-md: calc(var(--radii-radius) - 2px);
772
- --radii-lg: var(--radii-radius);
773
- --radii-xl: calc(var(--radii-radius) + 4px);
774
- --radii-2xl: 1rem;
775
- --radii-3xl: 1.5rem;
776
- --radii-full: 9999px;
777
- --radii-common: 6px;
778
- --radii-radius: 0.5rem;
779
391
  --font-sizes-2xs: 0.5rem;
780
392
  --font-sizes-2xl: 1.5rem;
781
393
  --font-sizes-3xl: 1.875rem;
@@ -1038,6 +650,18 @@
1038
650
  --colors-slate-800: #1e293b;
1039
651
  --colors-slate-900: #0f172a;
1040
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);
1041
665
  --colors-hover-light-success: #ECFDF3d9;
1042
666
  --colors-hover-light-warning: #FFFAEBd9;
1043
667
  --colors-hover-light-error: #FEF3F2d9;
@@ -1066,23 +690,12 @@
1066
690
  --colors-text-error: #B42318;
1067
691
  --colors-text-active: #5724e8;
1068
692
  --colors-text-gray: #344054;
693
+ --colors-text-light-gray: #D3D3D3;
1069
694
  --colors-decoration-success: #6CE9A6;
1070
695
  --colors-decoration-warning: #FEC84B;
1071
696
  --colors-decoration-error: #FDA29B;
1072
697
  --colors-decoration-active: #8da4f4;
1073
698
  --colors-decoration-gray: #D0D5DD;
1074
- --colors-grayscale-0: var(--colors-white);
1075
- --colors-grayscale-50: var(--colors-zinc-50);
1076
- --colors-grayscale-100: var(--colors-zinc-100);
1077
- --colors-grayscale-200: var(--colors-zinc-200);
1078
- --colors-grayscale-300: var(--colors-zinc-300);
1079
- --colors-grayscale-400: var(--colors-zinc-400);
1080
- --colors-grayscale-500: var(--colors-zinc-500);
1081
- --colors-grayscale-600: var(--colors-zinc-600);
1082
- --colors-grayscale-700: var(--colors-zinc-700);
1083
- --colors-grayscale-800: var(--colors-zinc-800);
1084
- --colors-grayscale-900: var(--colors-zinc-900);
1085
- --colors-grayscale-950: var(--colors-zinc-950);
1086
699
  --sizes-0: 0rem;
1087
700
  --sizes-1: 0.25rem;
1088
701
  --sizes-2: 0.5rem;
@@ -1144,6 +757,7 @@
1144
757
  --sizes-container-smaller-xxs: 120px;
1145
758
  --sizes-container-smaller-xs: 290px;
1146
759
  --sizes-container-smaller-sm: 410px;
760
+ --sizes-container-smaller-md: 600px;
1147
761
  --sizes-container-bigger-xs: 380px;
1148
762
  --sizes-container-xxs: 150px;
1149
763
  --sizes-container-xs: 350px;
@@ -1165,6 +779,8 @@
1165
779
  --sizes-table-instances-cell: 180px;
1166
780
  --sizes-sourcecode-width: 40px;
1167
781
  --sizes-slider-label: 40px;
782
+ --sizes-slider-thumb-sm: 16px;
783
+ --sizes-slider-thumb-lg: 20px;
1168
784
  --sizes-skeleton-height: 40px;
1169
785
  --sizes-skeleton-width: full;
1170
786
  --sizes-skeleton-button-width: 150px;
@@ -1198,19 +814,24 @@
1198
814
  --sizes-icon-xxl: 48px;
1199
815
  --sizes-icon-smaller-xs: 14px;
1200
816
  --sizes-custom-handle-dot: 8px;
1201
- --sizes-breakpoint-2lg: 1100px;
1202
817
  --sizes-breakpoint-sm: 640px;
1203
818
  --sizes-breakpoint-md: 768px;
1204
819
  --sizes-breakpoint-lg: 1024px;
820
+ --sizes-breakpoint-2lg: 1100px;
1205
821
  --sizes-breakpoint-xl: 1280px;
1206
822
  --sizes-breakpoint-2xl: 1536px;
1207
- --breakpoints-2lg: 1100px;
1208
823
  --breakpoints-sm: 640px;
1209
824
  --breakpoints-md: 768px;
1210
825
  --breakpoints-lg: 1024px;
826
+ --breakpoints-2lg: 1100px;
1211
827
  --breakpoints-xl: 1280px;
1212
828
  --breakpoints-2xl: 1536px;
1213
- --sizes-icon-primary: var(--sizes-icon-xs);
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;
1214
835
  --colors-background: var(--colors-grayscale-0);
1215
836
  --colors-foreground: var(--colors-grayscale-950);
1216
837
  --colors-muted: var(--colors-grayscale-100);
@@ -1221,8 +842,6 @@
1221
842
  --colors-popover-foreground: var(--colors-grayscale-950);
1222
843
  --colors-border: var(--colors-grayscale-200);
1223
844
  --colors-input: var(--colors-grayscale-200);
1224
- --colors-primary: var(--colors-grayscale-900);
1225
- --colors-primary-foreground: var(--colors-grayscale-50);
1226
845
  --colors-secondary: var(--colors-grayscale-100);
1227
846
  --colors-secondary-foreground: var(--colors-grayscale-900);
1228
847
  --colors-accent: var(--colors-grayscale-100);
@@ -1230,245 +849,487 @@
1230
849
  --colors-destructive: var(--colors-red-500);
1231
850
  --colors-destructive-foreground: var(--colors-grayscale-50);
1232
851
  --colors-ring: var(--colors-grayscale-400);
1233
- --borders-base: 1px solid var(--colors-border);
1234
- --borders-input: 1px solid var(--colors-input);
1235
- --borders-primary: 1px solid var(--colors-primary);
1236
- --borders-destructive: 1px solid var(--colors-destructive);
1237
- --animations-accordion-down: accordion-down 0.2s ease-out;
1238
- --animations-accordion-up: accordion-up 0.2s ease-out
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;
1239
1037
  }
1240
1038
 
1241
- .dark {
1242
- --colors-background: var(--colors-grayscale-950);
1243
- --colors-foreground: var(--colors-grayscale-50);
1244
- --colors-muted: var(--colors-grayscale-800);
1245
- --colors-muted-foreground: var(--colors-grayscale-400);
1246
- --colors-card: var(--colors-grayscale-950);
1247
- --colors-card-foreground: var(--colors-grayscale-50);
1248
- --colors-popover: var(--colors-grayscale-950);
1249
- --colors-popover-foreground: var(--colors-grayscale-50);
1250
- --colors-border: var(--colors-grayscale-800);
1251
- --colors-input: var(--colors-grayscale-800);
1252
- --colors-primary: var(--colors-grayscale-50);
1253
- --colors-primary-foreground: var(--colors-grayscale-900);
1254
- --colors-secondary: var(--colors-grayscale-800);
1255
- --colors-secondary-foreground: var(--colors-grayscale-50);
1256
- --colors-accent: var(--colors-grayscale-800);
1257
- --colors-accent-foreground: var(--colors-grayscale-50);
1258
- --colors-destructive: var(--colors-red-700);
1259
- --colors-destructive-foreground: var(--colors-red-50);
1260
- --colors-ring: var(--colors-grayscale-300)
1039
+ .button--size_sm {
1040
+ height: var(--sizes-9);
1041
+ border-radius: var(--radii-md);
1042
+ padding-inline: var(--spacing-3);
1261
1043
  }
1262
1044
 
1263
- @keyframes spin {
1264
- to {
1265
- transform: rotate(360deg)
1266
- }
1267
- }
1045
+ .button--size_lg {
1046
+ height: var(--sizes-11);
1047
+ border-radius: var(--radii-md);
1048
+ padding-inline: var(--spacing-8);
1049
+ }
1268
1050
 
1269
- @keyframes ping {
1270
- 75%, 100% {
1271
- transform: scale(2);
1272
- opacity: 0
1273
- }
1274
- }
1051
+ .button--size_icon {
1052
+ height: var(--sizes-10);
1053
+ width: var(--sizes-10);
1054
+ }
1055
+ }
1275
1056
 
1276
- @keyframes pulse {
1277
- 50% {
1278
- opacity: .5
1279
- }
1280
- }
1057
+ @layer recipes.slots{
1058
+ @layer _base{
1281
1059
 
1282
- @keyframes bounce {
1283
- 0%, 100% {
1284
- transform: translateY(-25%);
1285
- animation-timing-function: cubic-bezier(0.8,0,1,1)
1286
- }
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
+ }
1287
1078
 
1288
- 50% {
1289
- transform: none;
1290
- animation-timing-function: cubic-bezier(0,0,0.2,1)
1291
- }
1292
- }
1079
+ .toast__root[data-swipe=cancel] {
1080
+ transform: translateX(0);
1081
+ }
1293
1082
 
1294
- @keyframes enter {
1295
- from {
1296
- opacity: var(--shadow-panda-enter-opacity, 1);
1297
- 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))
1298
- }
1299
- }
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
+ }
1300
1093
 
1301
- @keyframes exit {
1302
- to {
1303
- opacity: var(--shadow-panda-exit-opacity, 1);
1304
- 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))
1305
- }
1306
- }
1094
+ .toast__root[data-swipe=move] {
1095
+ transform: translateX(var(--radix-toast-swipe-move-x));
1096
+ transition: none;
1097
+ }
1307
1098
 
1308
- @keyframes accordion-down {
1309
- from {
1310
- height: 0
1311
- }
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
+ }
1312
1108
 
1313
- to {
1314
- height: var(--radix-accordion-content-height)
1315
- }
1316
- }
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
+ }
1317
1118
 
1318
- @keyframes accordion-up {
1319
- from {
1320
- height: var(--radix-accordion-content-height)
1321
- }
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
+ }
1322
1138
 
1323
- to {
1324
- height: 0
1325
- }
1326
- }
1327
- }
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
+ }
1328
1153
 
1329
- @layer utilities {
1330
- .bg_dark\.warning\! {
1331
- background-color: var(--colors-dark-warning) !important
1332
- }
1154
+ .toast__action:is(:hover, [data-hover]) {
1155
+ background: var(--colors-secondary);
1156
+ }
1333
1157
 
1334
- .bg_dark\.success\! {
1335
- background-color: var(--colors-dark-success) !important
1336
- }
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
+ }
1337
1172
 
1338
- .w_custom\.handle\.dot\! {
1339
- width: var(--sizes-custom-handle-dot) !important
1340
- }
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
+ }
1341
1183
 
1342
- .h_custom\.handle\.dot\! {
1343
- height: var(--sizes-custom-handle-dot) !important
1344
- }
1184
+ .toast__close:is(:hover, [data-hover]) {
1185
+ color: var(--colors-foreground);
1186
+ }
1345
1187
 
1346
- .border_none\! {
1347
- border: var(--borders-none) !important
1348
- }
1188
+ .group:is(:hover, [data-hover]) .toast__close {
1189
+ opacity: 1;
1190
+ }
1349
1191
 
1350
- .ml_xs {
1351
- margin-left: var(--spacing-xs)
1352
- }
1192
+ .toast__title {
1193
+ font-weight: var(--font-weights-semibold);
1194
+ }
1353
1195
 
1354
- .mr_xs {
1355
- margin-right: var(--spacing-xs)
1356
- }
1196
+ .toast__title,.toast__description {
1197
+ font-size: 0.875rem;
1198
+ line-height: 1.25rem;
1199
+ }
1357
1200
 
1358
- .min-w_container\.smaller\.xxs {
1359
- min-width: var(--sizes-container-smaller-xxs)
1360
- }
1201
+ .toast__description {
1202
+ opacity: 0.9;
1203
+ }
1361
1204
 
1362
- .bg_white {
1363
- background-color: var(--colors-white)
1364
- }
1205
+ @media screen and (min-width: 40rem) {
1206
+ .toast__root[data-state=open] {
1207
+ --shadow-panda-enter-translate-y: 100%;
1208
+ }
1209
+ }
1210
+ }
1365
1211
 
1366
- .w_full {
1367
- width: var(--sizes-full)
1368
- }
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
+ }
1369
1222
 
1370
- .bg_light\.gray {
1371
- background-color: var(--colors-light-gray)
1372
- }
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
+ }
1373
1227
 
1374
- .rounded-t_common {
1375
- border-top-left-radius: var(--radii-common);
1376
- border-top-right-radius: var(--radii-common)
1377
- }
1228
+ .toast__action--variant_destructive:is(:focus, [data-focus]) {
1229
+ --shadow-panda-ring-color: var(--colors-destructive);
1230
+ }
1378
1231
 
1379
- .w_icon\.sm {
1380
- width: var(--sizes-icon-sm)
1381
- }
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
+ }
1382
1238
 
1383
- .h_icon\.sm {
1384
- height: var(--sizes-icon-sm)
1385
- }
1239
+ .toast__close--variant_destructive {
1240
+ color: var(--colors-red-300);
1241
+ }
1386
1242
 
1387
- .w_auto {
1388
- width: auto
1389
- }
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
+ }
1390
1247
 
1391
- .h_auto {
1392
- height: auto
1393
- }
1248
+ .toast__close--variant_destructive:is(:hover, [data-hover]) {
1249
+ color: var(--colors-red-50);
1250
+ }
1251
+ }
1394
1252
 
1395
- .right_xs {
1396
- right: var(--spacing-xs)
1397
- }
1253
+ @layer utilities{
1254
+
1255
+ .w_custom\.handle\.dot\! {
1256
+ width: var(--sizes-custom-handle-dot) !important;
1257
+ }
1398
1258
 
1399
- .text_unset {
1400
- color: unset
1401
- }
1259
+ .h_custom\.handle\.dot\! {
1260
+ height: var(--sizes-custom-handle-dot) !important;
1261
+ }
1402
1262
 
1403
- .text_transparent {
1404
- color: var(--colors-transparent)
1405
- }
1263
+ .bd_none\! {
1264
+ border: var(--borders-none) !important;
1265
+ }
1406
1266
 
1407
- .items_start {
1408
- align-items: start
1409
- }
1267
+ .min-w_container\.smaller\.xxs {
1268
+ min-width: var(--sizes-container-smaller-xxs);
1269
+ }
1410
1270
 
1411
- .flex_row {
1412
- flex-direction: row
1413
- }
1271
+ .bd_base {
1272
+ border: var(--borders-base);
1273
+ }
1414
1274
 
1415
- .flex_row-reverse {
1416
- flex-direction: row-reverse
1417
- }
1275
+ .bdr_common {
1276
+ border-radius: var(--radii-common);
1277
+ }
1418
1278
 
1419
- .items_end {
1420
- align-items: end
1421
- }
1279
+ .w_full {
1280
+ width: var(--sizes-full);
1281
+ }
1422
1282
 
1423
- .pos_relative {
1424
- position: relative
1425
- }
1283
+ .bdr-t_common {
1284
+ border-top-left-radius: var(--radii-common);
1285
+ border-top-right-radius: var(--radii-common);
1286
+ }
1426
1287
 
1427
- .flex_column {
1428
- flex-direction: column
1429
- }
1288
+ .w_icon\.sm {
1289
+ width: var(--sizes-icon-sm);
1290
+ }
1430
1291
 
1431
- .justify_space-between {
1432
- justify-content: space-between
1433
- }
1292
+ .h_icon\.sm {
1293
+ height: var(--sizes-icon-sm);
1294
+ }
1434
1295
 
1435
- .gap_xs {
1436
- gap: var(--spacing-xs)
1437
- }
1296
+ .w_auto {
1297
+ width: auto;
1298
+ }
1438
1299
 
1439
- .gap_sm {
1440
- gap: var(--spacing-sm)
1441
- }
1300
+ .h_auto {
1301
+ height: auto;
1302
+ }
1442
1303
 
1443
- .py_xs {
1444
- padding-block: var(--spacing-xs)
1445
- }
1304
+ .bg-c_dark\.warning\! {
1305
+ background-color: var(--colors-dark-warning) !important;
1306
+ }
1446
1307
 
1447
- .d_flex {
1448
- display: flex
1449
- }
1308
+ .bg-c_dark\.success\! {
1309
+ background-color: var(--colors-dark-success) !important;
1310
+ }
1450
1311
 
1451
- .items_center {
1452
- align-items: center
1453
- }
1312
+ .ml_xs {
1313
+ margin-left: var(--spacing-xs);
1314
+ }
1454
1315
 
1455
- .justify_center {
1456
- justify-content: center
1457
- }
1316
+ .mr_xs {
1317
+ margin-right: var(--spacing-xs);
1318
+ }
1458
1319
 
1459
- .h_container\.xs {
1460
- height: var(--sizes-container-xs)
1461
- }
1320
+ .bg-c_white {
1321
+ background-color: var(--colors-white);
1322
+ }
1462
1323
 
1463
- .rounded_common {
1464
- border-radius: var(--radii-common)
1465
- }
1324
+ .bg-c_light\.gray {
1325
+ background-color: var(--colors-light-gray);
1326
+ }
1466
1327
 
1467
- .border_base {
1468
- border: var(--borders-base)
1469
- }
1328
+ .right_xs {
1329
+ right: var(--spacing-xs);
1330
+ }
1470
1331
 
1471
- .\[\&\:hover_\.node-help-icon\]\:text_text\.normal:hover .node-help-icon {
1472
- color: var(--colors-text-normal)
1473
- }
1332
+ .\[\&\:hover_\.node-help-icon\]\:c_text\.normal:hover .node-help-icon {
1333
+ color: var(--colors-text-normal);
1334
+ }
1474
1335
  }