@gbmtech/aurora-ui 0.2.6 → 0.2.8

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 (187) hide show
  1. package/dist/cjs/components/form.cjs +1 -1
  2. package/dist/cjs/components/form.cjs.map +1 -1
  3. package/dist/esm/components/alert-dialog.d.ts +28 -0
  4. package/dist/esm/components/alert-dialog.d.ts.map +1 -0
  5. package/dist/esm/components/badge.d.ts +29 -0
  6. package/dist/esm/components/badge.d.ts.map +1 -0
  7. package/dist/esm/components/breadcrumb.d.ts +15 -0
  8. package/dist/esm/components/breadcrumb.d.ts.map +1 -0
  9. package/dist/esm/components/button.d.ts +95 -0
  10. package/dist/esm/components/button.d.ts.map +1 -0
  11. package/dist/esm/components/calendar.d.ts +17 -0
  12. package/dist/esm/components/calendar.d.ts.map +1 -0
  13. package/dist/esm/components/checkbox.d.ts +7 -0
  14. package/dist/esm/components/checkbox.d.ts.map +1 -0
  15. package/dist/esm/components/combobox.d.ts +16 -0
  16. package/dist/esm/components/combobox.d.ts.map +1 -0
  17. package/dist/esm/components/command.d.ts +14 -0
  18. package/dist/esm/components/command.d.ts.map +1 -0
  19. package/dist/esm/components/context-menu.d.ts +26 -0
  20. package/dist/esm/components/context-menu.d.ts.map +1 -0
  21. package/dist/esm/components/data-table/data-table-action-bar.d.ts +21 -0
  22. package/dist/esm/components/data-table/data-table-action-bar.d.ts.map +1 -0
  23. package/dist/esm/components/data-table/data-table-advanced-toolbar.d.ts +8 -0
  24. package/dist/esm/components/data-table/data-table-advanced-toolbar.d.ts.map +1 -0
  25. package/dist/esm/components/data-table/data-table-column-header.d.ts +9 -0
  26. package/dist/esm/components/data-table/data-table-column-header.d.ts.map +1 -0
  27. package/dist/esm/components/data-table/data-table-date-filter.d.ts +9 -0
  28. package/dist/esm/components/data-table/data-table-date-filter.d.ts.map +1 -0
  29. package/dist/esm/components/data-table/data-table-faceted-filter.d.ts +11 -0
  30. package/dist/esm/components/data-table/data-table-faceted-filter.d.ts.map +1 -0
  31. package/dist/esm/components/data-table/data-table-filter-list.d.ts +12 -0
  32. package/dist/esm/components/data-table/data-table-filter-list.d.ts.map +1 -0
  33. package/dist/esm/components/data-table/data-table-filter-menu.d.ts +12 -0
  34. package/dist/esm/components/data-table/data-table-filter-menu.d.ts.map +1 -0
  35. package/dist/esm/components/data-table/data-table-pagination.d.ts +8 -0
  36. package/dist/esm/components/data-table/data-table-pagination.d.ts.map +1 -0
  37. package/dist/esm/components/data-table/data-table-range-filter.d.ts +12 -0
  38. package/dist/esm/components/data-table/data-table-range-filter.d.ts.map +1 -0
  39. package/dist/esm/components/data-table/data-table-skeleton.d.ts +12 -0
  40. package/dist/esm/components/data-table/data-table-skeleton.d.ts.map +1 -0
  41. package/dist/esm/components/data-table/data-table-slider-filter.d.ts +8 -0
  42. package/dist/esm/components/data-table/data-table-slider-filter.d.ts.map +1 -0
  43. package/dist/esm/components/data-table/data-table-sort-list.d.ts +9 -0
  44. package/dist/esm/components/data-table/data-table-sort-list.d.ts.map +1 -0
  45. package/dist/esm/components/data-table/data-table-toolbar.d.ts +8 -0
  46. package/dist/esm/components/data-table/data-table-toolbar.d.ts.map +1 -0
  47. package/dist/esm/components/data-table/data-table-view-options.d.ts +7 -0
  48. package/dist/esm/components/data-table/data-table-view-options.d.ts.map +1 -0
  49. package/dist/esm/components/data-table/data-table.d.ts +13 -0
  50. package/dist/esm/components/data-table/data-table.d.ts.map +1 -0
  51. package/dist/esm/components/data-table/index.d.ts +16 -0
  52. package/dist/esm/components/data-table/index.d.ts.map +1 -0
  53. package/dist/esm/components/date-picker-with-range.d.ts +12 -0
  54. package/dist/esm/components/date-picker-with-range.d.ts.map +1 -0
  55. package/dist/esm/components/date-picker.d.ts +10 -0
  56. package/dist/esm/components/date-picker.d.ts.map +1 -0
  57. package/dist/esm/components/date-time-picker-with-range.d.ts +12 -0
  58. package/dist/esm/components/date-time-picker-with-range.d.ts.map +1 -0
  59. package/dist/esm/components/date-time-picker.d.ts +10 -0
  60. package/dist/esm/components/date-time-picker.d.ts.map +1 -0
  61. package/dist/esm/components/dialog.d.ts +51 -0
  62. package/dist/esm/components/dialog.d.ts.map +1 -0
  63. package/dist/esm/components/dropdown-menu.d.ts +26 -0
  64. package/dist/esm/components/dropdown-menu.d.ts.map +1 -0
  65. package/dist/esm/components/faceted.d.ts +34 -0
  66. package/dist/esm/components/faceted.d.ts.map +1 -0
  67. package/dist/esm/components/form.d.ts +18 -0
  68. package/dist/esm/components/form.d.ts.map +1 -0
  69. package/dist/esm/components/form.js +1 -1
  70. package/dist/esm/components/form.js.map +1 -1
  71. package/dist/esm/components/icons/rumo.d.ts +2 -0
  72. package/dist/esm/components/icons/rumo.d.ts.map +1 -0
  73. package/dist/esm/components/icons/vli.d.ts +2 -0
  74. package/dist/esm/components/icons/vli.d.ts.map +1 -0
  75. package/dist/esm/components/input-otp.d.ts +23 -0
  76. package/dist/esm/components/input-otp.d.ts.map +1 -0
  77. package/dist/esm/components/input-password.d.ts +10 -0
  78. package/dist/esm/components/input-password.d.ts.map +1 -0
  79. package/dist/esm/components/input.d.ts +46 -0
  80. package/dist/esm/components/input.d.ts.map +1 -0
  81. package/dist/esm/components/label.d.ts +8 -0
  82. package/dist/esm/components/label.d.ts.map +1 -0
  83. package/dist/esm/components/mask-input.d.ts +9 -0
  84. package/dist/esm/components/mask-input.d.ts.map +1 -0
  85. package/dist/esm/components/multi-select.d.ts +34 -0
  86. package/dist/esm/components/multi-select.d.ts.map +1 -0
  87. package/dist/esm/components/page-layout/index.d.ts +13 -0
  88. package/dist/esm/components/page-layout/index.d.ts.map +1 -0
  89. package/dist/esm/components/page-layout/page-layout-breadcrumb.d.ts +14 -0
  90. package/dist/esm/components/page-layout/page-layout-breadcrumb.d.ts.map +1 -0
  91. package/dist/esm/components/page-layout/page-layout-content.d.ts +4 -0
  92. package/dist/esm/components/page-layout/page-layout-content.d.ts.map +1 -0
  93. package/dist/esm/components/page-layout/page-layout-header.d.ts +4 -0
  94. package/dist/esm/components/page-layout/page-layout-header.d.ts.map +1 -0
  95. package/dist/esm/components/page-layout/page-layout-root.d.ts +4 -0
  96. package/dist/esm/components/page-layout/page-layout-root.d.ts.map +1 -0
  97. package/dist/esm/components/page-layout/page-layout-title.d.ts +5 -0
  98. package/dist/esm/components/page-layout/page-layout-title.d.ts.map +1 -0
  99. package/dist/esm/components/pagination.d.ts +18 -0
  100. package/dist/esm/components/pagination.d.ts.map +1 -0
  101. package/dist/esm/components/popover.d.ts +9 -0
  102. package/dist/esm/components/popover.d.ts.map +1 -0
  103. package/dist/esm/components/radio-group.d.ts +6 -0
  104. package/dist/esm/components/radio-group.d.ts.map +1 -0
  105. package/dist/esm/components/scroll-area.d.ts +46 -0
  106. package/dist/esm/components/scroll-area.d.ts.map +1 -0
  107. package/dist/esm/components/select.d.ts +16 -0
  108. package/dist/esm/components/select.d.ts.map +1 -0
  109. package/dist/esm/components/separator.d.ts +38 -0
  110. package/dist/esm/components/separator.d.ts.map +1 -0
  111. package/dist/esm/components/skeleton.d.ts +4 -0
  112. package/dist/esm/components/skeleton.d.ts.map +1 -0
  113. package/dist/esm/components/slider.d.ts +5 -0
  114. package/dist/esm/components/slider.d.ts.map +1 -0
  115. package/dist/esm/components/sortable.d.ts +54 -0
  116. package/dist/esm/components/sortable.d.ts.map +1 -0
  117. package/dist/esm/components/spinner.d.ts +6 -0
  118. package/dist/esm/components/spinner.d.ts.map +1 -0
  119. package/dist/esm/components/switch.d.ts +5 -0
  120. package/dist/esm/components/switch.d.ts.map +1 -0
  121. package/dist/esm/components/table-expandable.d.ts +41 -0
  122. package/dist/esm/components/table-expandable.d.ts.map +1 -0
  123. package/dist/esm/components/table.d.ts +11 -0
  124. package/dist/esm/components/table.d.ts.map +1 -0
  125. package/dist/esm/components/tabs/index.d.ts +9 -0
  126. package/dist/esm/components/tabs/index.d.ts.map +1 -0
  127. package/dist/esm/components/tabs/tabs-content.d.ts +5 -0
  128. package/dist/esm/components/tabs/tabs-content.d.ts.map +1 -0
  129. package/dist/esm/components/tabs/tabs-list.d.ts +5 -0
  130. package/dist/esm/components/tabs/tabs-list.d.ts.map +1 -0
  131. package/dist/esm/components/tabs/tabs-root.d.ts +13 -0
  132. package/dist/esm/components/tabs/tabs-root.d.ts.map +1 -0
  133. package/dist/esm/components/tabs/tabs-trigger.d.ts +5 -0
  134. package/dist/esm/components/tabs/tabs-trigger.d.ts.map +1 -0
  135. package/dist/esm/components/textarea.d.ts +4 -0
  136. package/dist/esm/components/textarea.d.ts.map +1 -0
  137. package/dist/esm/components/time-picker-input.d.ts +13 -0
  138. package/dist/esm/components/time-picker-input.d.ts.map +1 -0
  139. package/dist/esm/components/time-picker.d.ts +7 -0
  140. package/dist/esm/components/time-picker.d.ts.map +1 -0
  141. package/dist/esm/components/title.d.ts +6 -0
  142. package/dist/esm/components/title.d.ts.map +1 -0
  143. package/dist/esm/components/tokens-grid.d.ts +7 -0
  144. package/dist/esm/components/tokens-grid.d.ts.map +1 -0
  145. package/dist/esm/components/tooltip.d.ts +10 -0
  146. package/dist/esm/components/tooltip.d.ts.map +1 -0
  147. package/dist/esm/hooks/use-callback-ref.d.ts +10 -0
  148. package/dist/esm/hooks/use-callback-ref.d.ts.map +1 -0
  149. package/dist/esm/hooks/use-data-table.d.ts +25 -0
  150. package/dist/esm/hooks/use-data-table.d.ts.map +1 -0
  151. package/dist/esm/hooks/use-debounced-callback.d.ts +5 -0
  152. package/dist/esm/hooks/use-debounced-callback.d.ts.map +1 -0
  153. package/dist/esm/index.d.ts +41 -0
  154. package/dist/esm/index.d.ts.map +1 -0
  155. package/dist/esm/lib/composition.d.ts +24 -0
  156. package/dist/esm/lib/composition.d.ts.map +1 -0
  157. package/dist/esm/lib/data-table-config.d.ts +125 -0
  158. package/dist/esm/lib/data-table-config.d.ts.map +1 -0
  159. package/dist/esm/lib/data-table.d.ts +13 -0
  160. package/dist/esm/lib/data-table.d.ts.map +1 -0
  161. package/dist/esm/lib/format.d.ts +2 -0
  162. package/dist/esm/lib/format.d.ts.map +1 -0
  163. package/dist/esm/lib/id.d.ts +8 -0
  164. package/dist/esm/lib/id.d.ts.map +1 -0
  165. package/dist/esm/lib/index.d.ts +3 -0
  166. package/dist/esm/lib/index.d.ts.map +1 -0
  167. package/dist/esm/lib/parsers.d.ts +26 -0
  168. package/dist/esm/lib/parsers.d.ts.map +1 -0
  169. package/dist/esm/lib/utils.d.ts +5 -0
  170. package/dist/esm/lib/utils.d.ts.map +1 -0
  171. package/dist/esm/primitive/input.d.ts +66 -0
  172. package/dist/esm/primitive/input.d.ts.map +1 -0
  173. package/dist/esm/tokens/colors.d.ts +156 -0
  174. package/dist/esm/tokens/colors.d.ts.map +1 -0
  175. package/dist/esm/tokens/index.d.ts +2 -0
  176. package/dist/esm/tokens/index.d.ts.map +1 -0
  177. package/dist/esm/types/data-table.d.ts +34 -0
  178. package/dist/esm/types/data-table.d.ts.map +1 -0
  179. package/dist/esm/types/index.d.ts +2 -0
  180. package/dist/esm/types/index.d.ts.map +1 -0
  181. package/dist/esm/utils/phosphor-icon-map.d.ts +8 -0
  182. package/dist/esm/utils/phosphor-icon-map.d.ts.map +1 -0
  183. package/dist/esm/utils/time-picker.d.ts +29 -0
  184. package/dist/esm/utils/time-picker.d.ts.map +1 -0
  185. package/package.json +10 -10
  186. package/dist/esm/index.css +0 -579
  187. /package/dist/{cjs → styles}/index.css +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gbmtech/aurora-ui",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "main": "./dist/cjs/index.cjs",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -13,22 +13,22 @@
13
13
  "exports": {
14
14
  ".": {
15
15
  "import": {
16
- "types": "./dist/types/index.d.ts",
17
- "default": "./dist/esm/index.js"
16
+ "default": "./dist/esm/index.js",
17
+ "types": "./dist/esm/index.d.ts"
18
18
  },
19
19
  "require": {
20
- "types": "./dist/types/index.d.cts",
21
- "default": "./dist/cjs/index.cjs"
20
+ "default": "./dist/cjs/index.cjs",
21
+ "types": "./dist/cjs/index.d.cts"
22
22
  }
23
23
  },
24
- "./styles.css": "./dist/esm/index.css",
24
+ "./styles.css": "./dist/styles/index.css",
25
25
  "./types": {
26
- "types": "./dist/types/types/index.d.ts",
27
- "default": "./dist/cjs/types/index.cjs"
26
+ "default": "./dist/esm/types/index.js",
27
+ "types": "./dist/esm/types/index.d.ts"
28
28
  },
29
29
  "./lib": {
30
- "types": "./dist/types/lib/index.d.ts",
31
- "default": "./dist/cjs/lib/index.cjs"
30
+ "default": "./dist/esm/lib/index.js",
31
+ "types": "./dist/esm/lib/index.d.ts"
32
32
  }
33
33
  },
34
34
  "devDependencies": {
@@ -1,579 +0,0 @@
1
- @import "tw-animate-css";
2
-
3
- @layer base {
4
- *,
5
- ::after,
6
- ::before,
7
- ::backdrop,
8
- ::file-selector-button {
9
- border-color: var(--color-stroke);
10
- outline-color: color-mix(in oklab, var(--color-gbm-sky) 20%, transparent);
11
- }
12
-
13
- html,
14
- body {
15
- background-color: var(--color-background);
16
- color: var(--color-gbm-dark);
17
- }
18
-
19
- input {
20
- &::-webkit-search-cancel-button,
21
- &::-webkit-search-decoration {
22
- appearance: none;
23
- }
24
-
25
- &::-webkit-outer-spin-button,
26
- &::-webkit-inner-spin-button {
27
- -webkit-appearance: none;
28
- margin: 0;
29
- }
30
-
31
- &[type="number"] {
32
- -moz-appearance: textfield;
33
- }
34
- }
35
- }
36
-
37
- /**
38
- * Named Color Theme Definitions
39
- * -----------------------------------------------------------------------------
40
- * Defines color variables used throughout the application to ensure interface
41
- * consistency. Each color group serves a specific purpose
42
- * (e.g., background, border, highlights).
43
- */
44
- @theme inline {
45
- --color-gbm-sky: #1154ff;
46
- --color-gbm-ocean: #0a3ec2;
47
- --color-gbm-blue: #033278;
48
-
49
- --color-gbm-dark: #2e3238;
50
- --color-gbm-black: #191919;
51
- --color-gbm-gray: #40464f;
52
-
53
- --color-header: #fafafb;
54
- --color-background: #ffffff;
55
- --color-stroke: #dae0e7;
56
- --color-section: #cfd7dc;
57
-
58
- --color-success: #21c561;
59
- --color-success-light: #87efae;
60
- --color-success-dark: #0f552e;
61
-
62
- --color-error: #e6183a;
63
- --color-error-light: #f6a0ad;
64
- --color-error-dark: #4e0113;
65
-
66
- --color-warning: #f68f18;
67
- --color-warning-light: #f7bc91;
68
- --color-warning-dark: #542a08;
69
-
70
- --color-sun: #fdd227;
71
- --color-sun-light: #fef18f;
72
- --color-sun-dark: #624a04;
73
-
74
- --color-gray-50: #f4f5f6;
75
- --color-gray-100: #edeef1;
76
- --color-gray-200: #d8dbdf;
77
- --color-gray-300: #b6bcc3;
78
- --color-gray-400: #909aa6;
79
- --color-gray-500: #717c8a;
80
- --color-gray-600: #5b6571;
81
- --color-gray-700: #4b535d;
82
- --color-gray-800: #3b4148;
83
- --color-gray-900: #333b47;
84
-
85
- --color-red-50: #f7e4e9;
86
- --color-red-100: #ffcad9;
87
- --color-red-200: #f6a0ad;
88
- --color-red-300: #fb6c80;
89
- --color-red-400: #f9536c;
90
- --color-red-500: #e6183a;
91
- --color-red-600: #c00d32;
92
- --color-red-700: #a20d2d;
93
- --color-red-800: #4e0113;
94
- --color-red-900: #2b0010;
95
-
96
- --color-orange-50: #ffead9;
97
- --color-orange-100: #facfb2;
98
- --color-orange-200: #f8bc91;
99
- --color-orange-300: #f59059;
100
- --color-orange-400: #f68f18;
101
- --color-orange-500: #f78221;
102
- --color-orange-600: #de6908;
103
- --color-orange-700: #ac5106;
104
- --color-orange-800: #542a08;
105
- --color-orange-900: #3a1a0b;
106
-
107
- --color-yellow-50: #fefac6;
108
- --color-yellow-100: #fef18f;
109
- --color-yellow-200: #fedf4c;
110
- --color-yellow-300: #fdd227;
111
- --color-yellow-400: #edbc0a;
112
- --color-yellow-500: #cc9a06;
113
- --color-yellow-600: #a47d08;
114
- --color-yellow-700: #8c6d0f;
115
- --color-yellow-800: #624a04;
116
- --color-yellow-900: #4a3a05;
117
-
118
- --color-lime-50: #ebfbcc;
119
- --color-lime-100: #ddf7a3;
120
- --color-lime-200: #c0f36e;
121
- --color-lime-300: #a3e63d;
122
- --color-lime-400: #86cc20;
123
- --color-lime-500: #65a311;
124
- --color-lime-600: #4b7c18;
125
- --color-lime-700: #416414;
126
- --color-lime-800: #324d0f;
127
- --color-lime-900: #293e0c;
128
-
129
- --color-grass-50: #dbfde6;
130
- --color-grass-100: #bef8d3;
131
- --color-grass-200: #87efae;
132
- --color-grass-300: #4cdd86;
133
- --color-grass-400: #1fbc5c;
134
- --color-grass-500: #15a24a;
135
- --color-grass-600: #138040;
136
- --color-grass-700: #0f552e;
137
- --color-grass-800: #0b4123;
138
- --color-grass-900: #082f1b;
139
-
140
- --color-turquoise-50: #f4fafb;
141
- --color-turquoise-100: #d3faf9;
142
- --color-turquoise-200: #a3f6f0;
143
- --color-turquoise-300: #6fe6f6;
144
- --color-turquoise-400: #21d1e3;
145
- --color-turquoise-500: #0ab1cd;
146
- --color-turquoise-600: #098eaf;
147
- --color-turquoise-700: #076888;
148
- --color-turquoise-800: #054a61;
149
- --color-turquoise-900: #043c4c;
150
-
151
- --color-azure-50: #d7ecff;
152
- --color-azure-100: #aedaff;
153
- --color-azure-200: #7bc2ff;
154
- --color-azure-300: #35a1ff;
155
- --color-azure-400: #007de9;
156
- --color-azure-500: #007be5;
157
- --color-azure-600: #005fb0;
158
- --color-azure-700: #004988;
159
- --color-azure-800: #003868;
160
- --color-azure-900: #002c50;
161
-
162
- --color-royal-50: #e2eafd;
163
- --color-royal-100: #c7d8fd;
164
- --color-royal-200: #a4c0fb;
165
- --color-royal-300: #819af4;
166
- --color-royal-400: #6178ea;
167
- --color-royal-500: #4355de;
168
- --color-royal-600: #374397;
169
- --color-royal-700: #313a7d;
170
- --color-royal-800: #0f1557;
171
- --color-royal-900: #0c0f3e;
172
-
173
- --color-purple-50: #f0e9fe;
174
- --color-purple-100: #dfd5fa;
175
- --color-purple-200: #cfb4f9;
176
- --color-purple-300: #b184f0;
177
- --color-purple-400: #9354ed;
178
- --color-purple-500: #8233e0;
179
- --color-purple-600: #6624b5;
180
- --color-purple-700: #4d2180;
181
- --color-purple-800: #351856;
182
- --color-purple-900: #2a1440;
183
- }
184
- /**
185
- * Keyframe Animations
186
- * -----------------------------------------------------------------------------
187
- * Defines basic animations such as cursor blinking effects,
188
- * expanding/collapsing content effects.
189
- */
190
- @theme inline {
191
- --animate-caret-blink: caret-blink 1250ms ease-out infinite;
192
- --animate-collapsible-up: collapsible-up 200ms ease-in;
193
- --animate-collapsible-down: collapsible-down 200ms ease-out;
194
-
195
- @keyframes caret-blink {
196
- 0%,
197
- 70%,
198
- 100% {
199
- opacity: 1;
200
- }
201
-
202
- 20%,
203
- 50% {
204
- opacity: 0;
205
- }
206
- }
207
-
208
- @keyframes collapsible-up {
209
- from {
210
- /*noinspection CssUnresolvedCustomProperty*/
211
- height: var(--radix-collapsible-content-height);
212
- }
213
- to {
214
- height: 0;
215
- }
216
- }
217
-
218
- @keyframes collapsible-down {
219
- from {
220
- height: 0;
221
- }
222
- to {
223
- /*noinspection CssUnresolvedCustomProperty*/
224
- height: var(--radix-collapsible-content-height);
225
- }
226
- }
227
- }
228
-
229
- /**
230
- * Animation Timing Functions
231
- * -----------------------------------------------------------------------------
232
- * Easing functions used to adjust the speed of animation transitions.
233
- */
234
- @theme inline {
235
- --animate-fade-in: fadeIn 250ms ease-out;
236
- --animate-fade-out: fadeOut 250ms ease-in;
237
-
238
- --animate-in: enter 300ms cubic-bezier(0.32, 0.72, 0, 1);
239
- --animate-out: exit 250ms cubic-bezier(0.32, 0.72, 0, 1);
240
-
241
- @keyframes fadeIn {
242
- from {
243
- opacity: var(--tw-enter-opacity, 0);
244
- }
245
- }
246
-
247
- @keyframes fadeOut {
248
- to {
249
- opacity: var(--tw-exit-opacity, 0);
250
- }
251
- }
252
-
253
- @keyframes enter {
254
- from {
255
- opacity: var(--tw-enter-opacity, 1);
256
- transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0)
257
- scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1))
258
- rotate(var(--tw-enter-rotate, 0));
259
- }
260
- }
261
-
262
- @keyframes exit {
263
- to {
264
- opacity: var(--tw-exit-opacity, 1);
265
- transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0)
266
- scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1))
267
- rotate(var(--tw-exit-rotate, 0));
268
- }
269
- }
270
- }
271
-
272
- /**
273
- * Animation Timing Functions
274
- * -----------------------------------------------------------------------------
275
- * Defines utilities to adjust animation speed.
276
- */
277
- @utility animation-ease-linear {
278
- animation-timing-function: linear;
279
- }
280
-
281
- @utility animation-ease-in {
282
- animation-timing-function: var(--ease-in);
283
- }
284
-
285
- @utility animation-ease-out {
286
- animation-timing-function: var(--ease-out);
287
- }
288
-
289
- @utility animation-ease-in-out {
290
- animation-timing-function: var(--ease-in-out);
291
- }
292
-
293
- @utility animation-ease-initial {
294
- animation-timing-function: initial;
295
- }
296
-
297
- @utility animation-ease-* {
298
- animation-timing-function: --value([*]);
299
- }
300
-
301
- /**
302
- * Animation Play State
303
- * -----------------------------------------------------------------------------
304
- * Adjust the playback state of the animation.
305
- */
306
- @utility animation-state-paused {
307
- animation-play-state: paused;
308
- }
309
-
310
- @utility animation-state-running {
311
- animation-play-state: running;
312
- }
313
-
314
- @utility animation-state-initial {
315
- animation-play-state: initial;
316
- }
317
-
318
- @utility animation-state-* {
319
- animation-play-state: --value([*]);
320
- }
321
-
322
- /**
323
- * Animation Repeat
324
- * -----------------------------------------------------------------------------
325
- * Controls the number of repetitions of the animation.
326
- */
327
- @utility animation-repeat-infinite {
328
- animation-iteration-count: infinite;
329
- }
330
-
331
- @utility animation-repeat-initial {
332
- animation-iteration-count: initial;
333
- }
334
-
335
- @utility animation-repeat-* {
336
- animation-iteration-count: --value(integer, [integer]);
337
- }
338
-
339
- /**
340
- * Animation Composition
341
- * -----------------------------------------------------------------------------
342
- * Defines how animations combine with each other.
343
- */
344
- @utility animation-composition-replace {
345
- animation-composition: replace;
346
- }
347
-
348
- @utility animation-composition-add {
349
- animation-composition: add;
350
- }
351
-
352
- @utility animation-composition-accumulate {
353
- animation-composition: accumulate;
354
- }
355
-
356
- @utility animation-composition-initial {
357
- animation-composition: initial;
358
- }
359
-
360
- @utility animation-composition-* {
361
- animation-composition: --value([*]);
362
- }
363
-
364
- /**
365
- * Animation Delay
366
- * -----------------------------------------------------------------------------
367
- * Adjust the delay time before the animation starts.
368
- */
369
- @utility animation-delay-initial {
370
- animation-delay: initial;
371
- }
372
-
373
- @utility animation-delay-* {
374
- animation-delay: calc(--value(integer) * 1ms);
375
- animation-delay: --value([*]);
376
- }
377
-
378
- /**
379
- * Animation Direction
380
- * -----------------------------------------------------------------------------
381
- * Determines the playback direction of the animation.
382
- */
383
- @utility animation-direction-normal {
384
- animation-direction: normal;
385
- }
386
-
387
- @utility animation-direction-reverse {
388
- animation-direction: reverse;
389
- }
390
-
391
- @utility animation-direction-alternate {
392
- animation-direction: alternate;
393
- }
394
-
395
- @utility animation-direction-alternate-reverse {
396
- animation-direction: alternate-reverse;
397
- }
398
-
399
- @utility animation-direction-initial {
400
- animation-direction: initial;
401
- }
402
-
403
- @utility animation-direction-* {
404
- animation-direction: --value([*]);
405
- }
406
-
407
- /**
408
- * Animation Duration
409
- * -----------------------------------------------------------------------------
410
- * Defines the duration of the animation execution.
411
- */
412
- @utility animation-duration-initial {
413
- animation-duration: initial;
414
- }
415
-
416
- @utility animation-duration-* {
417
- animation-duration: calc(--value(integer) * 1ms);
418
- animation-duration: --value([*]);
419
- }
420
-
421
- /**
422
- * Animation Fill Mode
423
- * -----------------------------------------------------------------------------
424
- * Defines the state of the element after the animation ends.
425
- */
426
- @utility animation-fill-none {
427
- animation-fill-mode: none;
428
- }
429
-
430
- @utility animation-fill-forwards {
431
- animation-fill-mode: forwards;
432
- }
433
-
434
- @utility animation-fill-backwards {
435
- animation-fill-mode: backwards;
436
- }
437
-
438
- @utility animation-fill-both {
439
- animation-fill-mode: both;
440
- }
441
-
442
- @utility animation-fill-* {
443
- animation-fill-mode: --value([*]);
444
- }
445
-
446
- /**
447
- * Fade Animations
448
- * -----------------------------------------------------------------------------
449
- * Create fade-in and fade-out effects.
450
- */
451
- @utility fade-in-* {
452
- --tw-enter-opacity: calc(--value(integer) * 1%);
453
- --tw-enter-opacity: --value(--opacity-*, [percentage]);
454
- }
455
-
456
- @utility fade-out-* {
457
- --tw-exit-opacity: calc(--value(integer) * 1%);
458
- --tw-exit-opacity: --value(--opacity-*, [percentage]);
459
- }
460
-
461
- /**
462
- * Rotate Animations
463
- * -----------------------------------------------------------------------------
464
- * Adjust the rotation angle of the element when it appears or disappears.
465
- */
466
- @utility spin-in-* {
467
- --tw-enter-rotate: calc(1deg * --value(integer));
468
- }
469
-
470
- @utility spin-out-* {
471
- --tw-exit-rotate: calc(1deg * --value(integer));
472
- }
473
-
474
- /**
475
- * Scale Animations
476
- * -----------------------------------------------------------------------------
477
- * Adjust the size of the element when it appears or disappears.
478
- */
479
- @utility zoom-in-* {
480
- --tw-enter-scale: --value([percentage]);
481
- --tw-enter-scale: calc(--value(integer) * 1%);
482
- }
483
-
484
- @utility zoom-out-* {
485
- --tw-exit-scale: --value([percentage]);
486
- --tw-exit-scale: calc(--value(integer) * 1%);
487
- }
488
-
489
- /**
490
- * Slide Animations - Enter
491
- * -----------------------------------------------------------------------------
492
- * Effects for sliding in from directions: left, right, top, bottom.
493
- */
494
-
495
- @utility slide-in-from-top {
496
- --tw-enter-translate-y: -100%;
497
- }
498
-
499
- @utility slide-in-from-top-* {
500
- --tw-enter-translate-y: calc(var(--spacing) * --value(number) * -1);
501
- --tw-enter-translate-y: calc(--value(--aspect-ratio-*, ratio, [ratio]) * -100%);
502
- --tw-enter-translate-y: calc(--value([length], [percentage]) * -1);
503
- }
504
-
505
- @utility slide-in-from-left {
506
- --tw-enter-translate-x: -100%;
507
- }
508
-
509
- @utility slide-in-from-left-* {
510
- --tw-enter-translate-x: calc(var(--spacing) * --value(number) * -1);
511
- --tw-enter-translate-x: calc(--value(--aspect-ratio-*, ratio, [ratio]) * -100%);
512
- --tw-enter-translate-x: calc(--value([length], [percentage]) * -1);
513
- }
514
-
515
- @utility slide-in-from-bottom {
516
- --tw-enter-translate-y: 100%;
517
- }
518
-
519
- @utility slide-in-from-bottom-* {
520
- --tw-enter-translate-y: calc(var(--spacing) * --value(number));
521
- --tw-enter-translate-y: calc(--value(--aspect-ratio-*, ratio, [ratio]) * 100%);
522
- --tw-enter-translate-y: --value([length], [percentage]);
523
- }
524
-
525
- @utility slide-in-from-right {
526
- --tw-enter-translate-x: 100%;
527
- }
528
-
529
- @utility slide-in-from-right-* {
530
- --tw-enter-translate-x: calc(var(--spacing) * --value(number));
531
- --tw-enter-translate-x: calc(--value(--aspect-ratio-*, ratio, [ratio]) * 100%);
532
- --tw-enter-translate-x: --value([length], [percentage]);
533
- }
534
-
535
- /**
536
- * Slide Animations - Exit
537
- * -----------------------------------------------------------------------------
538
- * Effects for sliding out of the screen in directions: left, right, top, bottom.
539
- */
540
-
541
- @utility slide-out-to-top {
542
- --tw-exit-translate-y: -100%;
543
- }
544
-
545
- @utility slide-out-to-top-* {
546
- --tw-exit-translate-y: calc(var(--spacing) * --value(number) * -1);
547
- --tw-exit-translate-y: calc(--value(--aspect-ratio-*, ratio, [ratio]) * -100%);
548
- --tw-exit-translate-y: calc(--value([length], [percentage]) * -1);
549
- }
550
-
551
- @utility slide-out-to-left {
552
- --tw-exit-translate-x: -100%;
553
- }
554
-
555
- @utility slide-out-to-left-* {
556
- --tw-exit-translate-x: calc(var(--spacing) * --value(number) * -1);
557
- --tw-exit-translate-x: calc(--value(--aspect-ratio-*, ratio, [ratio]) * -100%);
558
- --tw-exit-translate-x: calc(--value([length], [percentage]) * -1);
559
- }
560
-
561
- @utility slide-out-to-bottom {
562
- --tw-exit-translate-y: 100%;
563
- }
564
-
565
- @utility slide-out-to-bottom-* {
566
- --tw-exit-translate-y: calc(var(--spacing) * --value(number));
567
- --tw-exit-translate-y: calc(--value(--aspect-ratio-*, ratio, [ratio]) * 100%);
568
- --tw-exit-translate-y: --value([length], [percentage]);
569
- }
570
-
571
- @utility slide-out-to-right {
572
- --tw-exit-translate-x: 100%;
573
- }
574
-
575
- @utility slide-out-to-right-* {
576
- --tw-exit-translate-x: calc(var(--spacing) * --value(number));
577
- --tw-exit-translate-x: calc(--value(--aspect-ratio-*, ratio, [ratio]) * 100%);
578
- --tw-exit-translate-x: --value([length], [percentage]);
579
- }
File without changes