@jbpark/ui-kit 2.3.3 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ko.md +0 -1
- package/README.md +0 -1
- package/dist/Menu.d.mts +62 -2
- package/dist/Menu.d.mts.map +1 -0
- package/dist/Menu.mjs +66 -5
- package/dist/Menu.mjs.map +1 -0
- package/dist/Reveals.d.mts +43 -2
- package/dist/Reveals.d.mts.map +1 -0
- package/dist/Reveals.mjs +28 -3
- package/dist/Reveals.mjs.map +1 -0
- package/dist/Typography.d.mts +40 -2
- package/dist/Typography.d.mts.map +1 -0
- package/dist/Typography.mjs +20 -3
- package/dist/Typography.mjs.map +1 -0
- package/dist/{chunk-BWyCjowX.mjs → _virtual/_rolldown/runtime.mjs} +4 -4
- package/dist/components/atoms/Button/index.d.mts +40 -0
- package/dist/components/atoms/Button/index.d.mts.map +1 -0
- package/dist/components/atoms/Button/index.mjs +69 -0
- package/dist/components/atoms/Button/index.mjs.map +1 -0
- package/dist/components/atoms/Checkbox/Group/index.d.mts +21 -0
- package/dist/components/atoms/Checkbox/Group/index.d.mts.map +1 -0
- package/dist/components/atoms/Checkbox/Group/index.mjs +41 -0
- package/dist/components/atoms/Checkbox/Group/index.mjs.map +1 -0
- package/dist/components/atoms/Checkbox/index.d.mts +44 -0
- package/dist/components/atoms/Checkbox/index.d.mts.map +1 -0
- package/dist/components/atoms/Checkbox/index.mjs +70 -0
- package/dist/components/atoms/Checkbox/index.mjs.map +1 -0
- package/dist/components/atoms/ColorPicker/index.d.mts +18 -0
- package/dist/components/atoms/ColorPicker/index.d.mts.map +1 -0
- package/dist/components/atoms/ColorPicker/index.mjs +39 -0
- package/dist/components/atoms/ColorPicker/index.mjs.map +1 -0
- package/dist/components/atoms/FloatButton/BackTop/index.d.mts +12 -0
- package/dist/components/atoms/FloatButton/BackTop/index.d.mts.map +1 -0
- package/dist/components/atoms/FloatButton/BackTop/index.mjs +27 -0
- package/dist/components/atoms/FloatButton/BackTop/index.mjs.map +1 -0
- package/dist/components/atoms/FloatButton/index.d.mts +22 -0
- package/dist/components/atoms/FloatButton/index.d.mts.map +1 -0
- package/dist/components/atoms/FloatButton/index.mjs +19 -0
- package/dist/components/atoms/FloatButton/index.mjs.map +1 -0
- package/dist/components/atoms/Input/Search/index.d.mts +15 -0
- package/dist/components/atoms/Input/Search/index.d.mts.map +1 -0
- package/dist/components/atoms/Input/Search/index.mjs +57 -0
- package/dist/components/atoms/Input/Search/index.mjs.map +1 -0
- package/dist/components/atoms/Input/TextArea/index.d.mts +1 -0
- package/dist/components/atoms/Input/TextArea/index.mjs +18 -0
- package/dist/components/atoms/Input/TextArea/index.mjs.map +1 -0
- package/dist/components/atoms/Input/index.d.mts +31 -0
- package/dist/components/atoms/Input/index.d.mts.map +1 -0
- package/dist/components/atoms/Input/index.mjs +17 -0
- package/dist/components/atoms/Input/index.mjs.map +1 -0
- package/dist/components/atoms/Popover/index.d.mts +19 -0
- package/dist/components/atoms/Popover/index.d.mts.map +1 -0
- package/dist/components/atoms/Popover/index.mjs +229 -0
- package/dist/components/atoms/Popover/index.mjs.map +1 -0
- package/dist/components/atoms/Progress/index.d.mts +20 -0
- package/dist/components/atoms/Progress/index.d.mts.map +1 -0
- package/dist/components/atoms/Progress/index.mjs +25 -0
- package/dist/components/atoms/Progress/index.mjs.map +1 -0
- package/dist/components/atoms/Radio/Group/index.d.mts +26 -0
- package/dist/components/atoms/Radio/Group/index.d.mts.map +1 -0
- package/dist/components/atoms/Radio/Group/index.mjs +52 -0
- package/dist/components/atoms/Radio/Group/index.mjs.map +1 -0
- package/dist/components/atoms/Radio/index.d.mts +50 -0
- package/dist/components/atoms/Radio/index.d.mts.map +1 -0
- package/dist/components/atoms/Radio/index.mjs +78 -0
- package/dist/components/atoms/Radio/index.mjs.map +1 -0
- package/dist/components/atoms/Select/index.d.mts +31 -0
- package/dist/components/atoms/Select/index.d.mts.map +1 -0
- package/dist/components/atoms/Select/index.mjs +31 -0
- package/dist/components/atoms/Select/index.mjs.map +1 -0
- package/dist/components/atoms/Skeleton/Button/index.d.mts +2 -0
- package/dist/components/atoms/Skeleton/Button/index.mjs +15 -0
- package/dist/components/atoms/Skeleton/Button/index.mjs.map +1 -0
- package/dist/components/atoms/Skeleton/Node/index.d.mts +2 -0
- package/dist/components/atoms/Skeleton/Node/index.mjs +16 -0
- package/dist/components/atoms/Skeleton/Node/index.mjs.map +1 -0
- package/dist/components/atoms/Skeleton/index.d.mts +51 -0
- package/dist/components/atoms/Skeleton/index.d.mts.map +1 -0
- package/dist/components/atoms/Skeleton/index.mjs +46 -0
- package/dist/components/atoms/Skeleton/index.mjs.map +1 -0
- package/dist/components/atoms/Spin/index.d.mts +14 -0
- package/dist/components/atoms/Spin/index.d.mts.map +1 -0
- package/dist/components/atoms/Spin/index.mjs +17 -0
- package/dist/components/atoms/Spin/index.mjs.map +1 -0
- package/dist/components/atoms/Switch/index.d.mts +30 -0
- package/dist/components/atoms/Switch/index.d.mts.map +1 -0
- package/dist/components/atoms/Switch/index.mjs +65 -0
- package/dist/components/atoms/Switch/index.mjs.map +1 -0
- package/dist/components/atoms/Typography/Link/index.d.mts +12 -0
- package/dist/components/atoms/Typography/Link/index.d.mts.map +1 -0
- package/dist/components/atoms/Typography/Link/index.mjs +15 -0
- package/dist/components/atoms/Typography/Link/index.mjs.map +1 -0
- package/dist/components/atoms/Typography/Paragraph/index.d.mts +12 -0
- package/dist/components/atoms/Typography/Paragraph/index.d.mts.map +1 -0
- package/dist/components/atoms/Typography/Paragraph/index.mjs +15 -0
- package/dist/components/atoms/Typography/Paragraph/index.mjs.map +1 -0
- package/dist/components/atoms/Typography/Text/index.d.mts +17 -0
- package/dist/components/atoms/Typography/Text/index.d.mts.map +1 -0
- package/dist/components/atoms/Typography/Text/index.mjs +15 -0
- package/dist/components/atoms/Typography/Text/index.mjs.map +1 -0
- package/dist/components/atoms/Typography/Title/index.d.mts +15 -0
- package/dist/components/atoms/Typography/Title/index.d.mts.map +1 -0
- package/dist/components/atoms/Typography/Title/index.mjs +24 -0
- package/dist/components/atoms/Typography/Title/index.mjs.map +1 -0
- package/dist/components/atoms/index.d.mts +13 -0
- package/dist/components/atoms/index.mjs +15 -0
- package/dist/components/molecules/Card/index.d.mts +22 -0
- package/dist/components/molecules/Card/index.d.mts.map +1 -0
- package/dist/components/molecules/Card/index.mjs +21 -0
- package/dist/components/molecules/Card/index.mjs.map +1 -0
- package/dist/components/molecules/Collapse/index.d.mts +36 -0
- package/dist/components/molecules/Collapse/index.d.mts.map +1 -0
- package/dist/components/molecules/Collapse/index.mjs +53 -0
- package/dist/components/molecules/Collapse/index.mjs.map +1 -0
- package/dist/components/molecules/Dropdown/index.d.mts +23 -0
- package/dist/components/molecules/Dropdown/index.d.mts.map +1 -0
- package/dist/components/molecules/Dropdown/index.mjs +66 -0
- package/dist/components/molecules/Dropdown/index.mjs.map +1 -0
- package/dist/components/molecules/Marquees/Item/index.d.mts +17 -0
- package/dist/components/molecules/Marquees/Item/index.d.mts.map +1 -0
- package/dist/components/molecules/Marquees/Item/index.mjs +103 -0
- package/dist/components/molecules/Marquees/Item/index.mjs.map +1 -0
- package/dist/components/molecules/Marquees/index.d.mts +31 -0
- package/dist/components/molecules/Marquees/index.d.mts.map +1 -0
- package/dist/components/molecules/Marquees/index.mjs +63 -0
- package/dist/components/molecules/Marquees/index.mjs.map +1 -0
- package/dist/components/molecules/Menu/Item/Label/index.mjs +18 -0
- package/dist/components/molecules/Menu/Item/Label/index.mjs.map +1 -0
- package/dist/components/molecules/Menu/Item/index.mjs +122 -0
- package/dist/components/molecules/Menu/Item/index.mjs.map +1 -0
- package/dist/{index-CsjsTuId.d.mts → components/molecules/Reveals/Item/index.d.mts} +4 -41
- package/dist/components/molecules/Reveals/Item/index.d.mts.map +1 -0
- package/dist/{Reveals-Cqo3i2hh.mjs → components/molecules/Reveals/Item/index.mjs} +5 -27
- package/dist/components/molecules/Reveals/Item/index.mjs.map +1 -0
- package/dist/components/molecules/Space/index.d.mts +34 -0
- package/dist/components/molecules/Space/index.d.mts.map +1 -0
- package/dist/components/molecules/Space/index.mjs +41 -0
- package/dist/components/molecules/Space/index.mjs.map +1 -0
- package/dist/components/molecules/index.d.mts +7 -0
- package/dist/components/molecules/index.mjs +9 -0
- package/dist/components/organisms/Drawer/index.d.mts +54 -0
- package/dist/components/organisms/Drawer/index.d.mts.map +1 -0
- package/dist/components/organisms/Drawer/index.mjs +72 -0
- package/dist/components/organisms/Drawer/index.mjs.map +1 -0
- package/dist/components/organisms/List/Item/index.mjs +15 -0
- package/dist/components/organisms/List/Item/index.mjs.map +1 -0
- package/dist/components/organisms/List/index.d.mts +52 -0
- package/dist/components/organisms/List/index.d.mts.map +1 -0
- package/dist/components/organisms/List/index.mjs +77 -0
- package/dist/components/organisms/List/index.mjs.map +1 -0
- package/dist/components/organisms/Modal/index.d.mts +66 -0
- package/dist/components/organisms/Modal/index.d.mts.map +1 -0
- package/dist/components/organisms/Modal/index.mjs +197 -0
- package/dist/components/organisms/Modal/index.mjs.map +1 -0
- package/dist/components/organisms/Swiper/Slide/index.mjs +17 -0
- package/dist/components/organisms/Swiper/Slide/index.mjs.map +1 -0
- package/dist/components/organisms/Swiper/index.d.mts +42 -0
- package/dist/components/organisms/Swiper/index.d.mts.map +1 -0
- package/dist/components/organisms/Swiper/index.mjs +58 -0
- package/dist/components/organisms/Swiper/index.mjs.map +1 -0
- package/dist/components/organisms/index.d.mts +4 -0
- package/dist/components/organisms/index.mjs +6 -0
- package/dist/components/templates/Layout/Content/index.d.mts +1 -0
- package/dist/components/templates/Layout/Content/index.mjs +15 -0
- package/dist/components/templates/Layout/Content/index.mjs.map +1 -0
- package/dist/components/templates/Layout/Footer/index.d.mts +1 -0
- package/dist/components/templates/Layout/Footer/index.mjs +15 -0
- package/dist/components/templates/Layout/Footer/index.mjs.map +1 -0
- package/dist/components/templates/Layout/Header/index.d.mts +7 -0
- package/dist/components/templates/Layout/Header/index.d.mts.map +1 -0
- package/dist/components/templates/Layout/Header/index.mjs +15 -0
- package/dist/components/templates/Layout/Header/index.mjs.map +1 -0
- package/dist/components/templates/Layout/Sider/index.d.mts +1 -0
- package/dist/components/templates/Layout/Sider/index.mjs +15 -0
- package/dist/components/templates/Layout/Sider/index.mjs.map +1 -0
- package/dist/components/templates/Layout/index.d.mts +38 -0
- package/dist/components/templates/Layout/index.d.mts.map +1 -0
- package/dist/components/templates/Layout/index.mjs +23 -0
- package/dist/components/templates/Layout/index.mjs.map +1 -0
- package/dist/components/templates/index.d.mts +1 -0
- package/dist/components/templates/index.mjs +3 -0
- package/dist/core/accordion.d.mts +32 -0
- package/dist/core/accordion.d.mts.map +1 -0
- package/dist/core/accordion.mjs +59 -0
- package/dist/core/accordion.mjs.map +1 -0
- package/dist/core/button.d.mts +26 -0
- package/dist/core/button.d.mts.map +1 -0
- package/dist/core/button.mjs +55 -0
- package/dist/core/button.mjs.map +1 -0
- package/dist/core/checkbox.d.mts +15 -0
- package/dist/core/checkbox.d.mts.map +1 -0
- package/dist/core/checkbox.mjs +34 -0
- package/dist/core/checkbox.mjs.map +1 -0
- package/dist/core/dialog.d.mts +68 -0
- package/dist/core/dialog.d.mts.map +1 -0
- package/dist/core/dialog.mjs +124 -0
- package/dist/core/dialog.mjs.map +1 -0
- package/dist/core/drawer.d.mts +60 -0
- package/dist/core/drawer.d.mts.map +1 -0
- package/dist/core/drawer.mjs +120 -0
- package/dist/core/drawer.mjs.map +1 -0
- package/dist/core/field.d.mts +68 -0
- package/dist/core/field.d.mts.map +1 -0
- package/dist/core/field.mjs +145 -0
- package/dist/core/field.mjs.map +1 -0
- package/dist/core/input.d.mts +15 -0
- package/dist/core/input.d.mts.map +1 -0
- package/dist/core/input.mjs +27 -0
- package/dist/core/input.mjs.map +1 -0
- package/dist/core/label.d.mts +15 -0
- package/dist/core/label.d.mts.map +1 -0
- package/dist/core/label.mjs +24 -0
- package/dist/core/label.mjs.map +1 -0
- package/dist/core/popover.d.mts +38 -0
- package/dist/core/popover.d.mts.map +1 -0
- package/dist/core/popover.mjs +78 -0
- package/dist/core/popover.mjs.map +1 -0
- package/dist/core/progress.d.mts +22 -0
- package/dist/core/progress.d.mts.map +1 -0
- package/dist/core/progress.mjs +29 -0
- package/dist/core/progress.mjs.map +1 -0
- package/dist/core/radio-group.d.mts +19 -0
- package/dist/core/radio-group.d.mts.map +1 -0
- package/dist/core/radio-group.mjs +43 -0
- package/dist/core/radio-group.mjs.map +1 -0
- package/dist/core/select.d.mts +56 -0
- package/dist/core/select.d.mts.map +1 -0
- package/dist/core/select.mjs +144 -0
- package/dist/core/select.mjs.map +1 -0
- package/dist/core/separator.d.mts +17 -0
- package/dist/core/separator.d.mts.map +1 -0
- package/dist/core/separator.mjs +25 -0
- package/dist/core/separator.mjs.map +1 -0
- package/dist/core/skeleton.d.mts +13 -0
- package/dist/core/skeleton.d.mts.map +1 -0
- package/dist/core/skeleton.mjs +17 -0
- package/dist/core/skeleton.mjs.map +1 -0
- package/dist/core/switch.d.mts +24 -0
- package/dist/core/switch.d.mts.map +1 -0
- package/dist/core/switch.mjs +39 -0
- package/dist/core/switch.mjs.map +1 -0
- package/dist/core/textarea.d.mts +14 -0
- package/dist/core/textarea.d.mts.map +1 -0
- package/dist/core/textarea.mjs +25 -0
- package/dist/core/textarea.mjs.map +1 -0
- package/dist/core.d.mts +16 -1
- package/dist/core.mjs +16 -4
- package/dist/enums.d.mts +2 -1
- package/dist/enums.d.mts.map +1 -0
- package/dist/enums.mjs +2 -1
- package/dist/enums.mjs.map +1 -0
- package/dist/index.d.mts +29 -714
- package/dist/index.mjs +31 -5
- package/dist/node_modules/gsap/CSSPlugin.mjs +920 -0
- package/dist/node_modules/gsap/CSSPlugin.mjs.map +1 -0
- package/dist/node_modules/gsap/gsap-core.mjs +2723 -0
- package/dist/node_modules/gsap/gsap-core.mjs.map +1 -0
- package/dist/node_modules/gsap/index.mjs +9 -0
- package/dist/node_modules/gsap/index.mjs.map +1 -0
- package/dist/{output.css → style.css} +99 -215
- package/dist/style.css.map +1 -0
- package/dist/style.mjs +1 -0
- package/dist/utils.d.mts +2 -1
- package/dist/utils.d.mts.map +1 -0
- package/dist/utils.mjs +16 -2
- package/dist/utils.mjs.map +1 -0
- package/package.json +10 -11
- package/dist/Typography-Dznhj8uL.mjs +0 -71
- package/dist/index-BNAJ1QtH.d.mts +0 -75
- package/dist/index-tclrN3ts.d.mts +0 -61
- package/dist/index-y5n1p7t3.d.mts +0 -390
- package/dist/src-B6Kaolt3.mjs +0 -6158
- package/dist/src-BzCZ9O6j.css +0 -211
- package/dist/utils-1s_37TSX.mjs +0 -16
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Timeline, Tween, gsap } from "./gsap-core.mjs";
|
|
2
|
+
import { CSSPlugin } from "./CSSPlugin.mjs";
|
|
3
|
+
|
|
4
|
+
//#region ../../node_modules/gsap/index.js
|
|
5
|
+
var gsapWithCSS = gsap.registerPlugin(CSSPlugin) || gsap, TweenMaxWithCSS = gsapWithCSS.core.Tween;
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { gsapWithCSS };
|
|
9
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../../../../node_modules/gsap/index.js"],"sourcesContent":["import { gsap, Power0, Power1, Power2, Power3, Power4, Linear, Quad, Cubic, Quart, Quint, Strong, Elastic, Back, SteppedEase, Bounce, Sine, Expo, Circ, TweenLite, TimelineLite, TimelineMax } from \"./gsap-core.js\";\nimport { CSSPlugin } from \"./CSSPlugin.js\";\nvar gsapWithCSS = gsap.registerPlugin(CSSPlugin) || gsap,\n // to protect from tree shaking\nTweenMaxWithCSS = gsapWithCSS.core.Tween;\nexport { gsapWithCSS as gsap, gsapWithCSS as default, CSSPlugin, TweenMaxWithCSS as TweenMax, TweenLite, TimelineMax, TimelineLite, Power0, Power1, Power2, Power3, Power4, Linear, Quad, Cubic, Quart, Quint, Strong, Elastic, Back, SteppedEase, Bounce, Sine, Expo, Circ };"],"x_google_ignoreList":[0],"mappings":";;;;AAEA,IAAI,cAAc,KAAK,eAAe,UAAU,IAAI,MAEpD,kBAAkB,YAAY,KAAK"}
|
|
@@ -215,6 +215,9 @@
|
|
|
215
215
|
white-space: nowrap;
|
|
216
216
|
border-width: 0;
|
|
217
217
|
}
|
|
218
|
+
.\!absolute {
|
|
219
|
+
position: absolute !important;
|
|
220
|
+
}
|
|
218
221
|
.absolute {
|
|
219
222
|
position: absolute;
|
|
220
223
|
}
|
|
@@ -302,6 +305,12 @@
|
|
|
302
305
|
.col-span-3 {
|
|
303
306
|
grid-column: span 3 / span 3;
|
|
304
307
|
}
|
|
308
|
+
.col-start-1 {
|
|
309
|
+
grid-column-start: 1;
|
|
310
|
+
}
|
|
311
|
+
.row-start-1 {
|
|
312
|
+
grid-row-start: 1;
|
|
313
|
+
}
|
|
305
314
|
.container {
|
|
306
315
|
width: 100%;
|
|
307
316
|
@media (width >= 40rem) {
|
|
@@ -344,15 +353,39 @@
|
|
|
344
353
|
.mt-auto {
|
|
345
354
|
margin-top: auto;
|
|
346
355
|
}
|
|
356
|
+
.mr-0\.5 {
|
|
357
|
+
margin-right: calc(var(--spacing) * 0.5);
|
|
358
|
+
}
|
|
359
|
+
.mr-1 {
|
|
360
|
+
margin-right: calc(var(--spacing) * 1);
|
|
361
|
+
}
|
|
362
|
+
.mr-3\.5 {
|
|
363
|
+
margin-right: calc(var(--spacing) * 3.5);
|
|
364
|
+
}
|
|
365
|
+
.mr-4\.5 {
|
|
366
|
+
margin-right: calc(var(--spacing) * 4.5);
|
|
367
|
+
}
|
|
347
368
|
.mb-3 {
|
|
348
369
|
margin-bottom: calc(var(--spacing) * 3);
|
|
349
370
|
}
|
|
350
371
|
.mb-4 {
|
|
351
372
|
margin-bottom: calc(var(--spacing) * 4);
|
|
352
373
|
}
|
|
374
|
+
.ml-0\.5 {
|
|
375
|
+
margin-left: calc(var(--spacing) * 0.5);
|
|
376
|
+
}
|
|
377
|
+
.ml-1 {
|
|
378
|
+
margin-left: calc(var(--spacing) * 1);
|
|
379
|
+
}
|
|
380
|
+
.ml-3\.5 {
|
|
381
|
+
margin-left: calc(var(--spacing) * 3.5);
|
|
382
|
+
}
|
|
353
383
|
.ml-4 {
|
|
354
384
|
margin-left: calc(var(--spacing) * 4);
|
|
355
385
|
}
|
|
386
|
+
.ml-4\.5 {
|
|
387
|
+
margin-left: calc(var(--spacing) * 4.5);
|
|
388
|
+
}
|
|
356
389
|
.box-content {
|
|
357
390
|
box-sizing: content-box;
|
|
358
391
|
}
|
|
@@ -423,15 +456,9 @@
|
|
|
423
456
|
.h-6 {
|
|
424
457
|
height: calc(var(--spacing) * 6);
|
|
425
458
|
}
|
|
426
|
-
.h-7 {
|
|
427
|
-
height: calc(var(--spacing) * 7);
|
|
428
|
-
}
|
|
429
459
|
.h-8 {
|
|
430
460
|
height: calc(var(--spacing) * 8);
|
|
431
461
|
}
|
|
432
|
-
.h-8\.5 {
|
|
433
|
-
height: calc(var(--spacing) * 8.5);
|
|
434
|
-
}
|
|
435
462
|
.h-9 {
|
|
436
463
|
height: calc(var(--spacing) * 9);
|
|
437
464
|
}
|
|
@@ -468,15 +495,9 @@
|
|
|
468
495
|
.w-4 {
|
|
469
496
|
width: calc(var(--spacing) * 4);
|
|
470
497
|
}
|
|
471
|
-
.w-7 {
|
|
472
|
-
width: calc(var(--spacing) * 7);
|
|
473
|
-
}
|
|
474
498
|
.w-12 {
|
|
475
499
|
width: calc(var(--spacing) * 12);
|
|
476
500
|
}
|
|
477
|
-
.w-13 {
|
|
478
|
-
width: calc(var(--spacing) * 13);
|
|
479
|
-
}
|
|
480
501
|
.w-15 {
|
|
481
502
|
width: calc(var(--spacing) * 15);
|
|
482
503
|
}
|
|
@@ -504,6 +525,9 @@
|
|
|
504
525
|
.w-auto {
|
|
505
526
|
width: auto;
|
|
506
527
|
}
|
|
528
|
+
.w-auto\! {
|
|
529
|
+
width: auto !important;
|
|
530
|
+
}
|
|
507
531
|
.w-fit {
|
|
508
532
|
width: fit-content;
|
|
509
533
|
}
|
|
@@ -555,6 +579,10 @@
|
|
|
555
579
|
.origin-\(--radix-select-content-transform-origin\) {
|
|
556
580
|
transform-origin: var(--radix-select-content-transform-origin);
|
|
557
581
|
}
|
|
582
|
+
.\!translate-x-0 {
|
|
583
|
+
--tw-translate-x: calc(var(--spacing) * 0) !important;
|
|
584
|
+
translate: var(--tw-translate-x) var(--tw-translate-y) !important;
|
|
585
|
+
}
|
|
558
586
|
.-translate-x-1\/2 {
|
|
559
587
|
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
560
588
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -563,6 +591,10 @@
|
|
|
563
591
|
--tw-translate-x: -50%;
|
|
564
592
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
565
593
|
}
|
|
594
|
+
.\!-translate-y-1\/2 {
|
|
595
|
+
--tw-translate-y: calc(calc(1/2 * 100%) * -1) !important;
|
|
596
|
+
translate: var(--tw-translate-x) var(--tw-translate-y) !important;
|
|
597
|
+
}
|
|
566
598
|
.-translate-y-1\/2 {
|
|
567
599
|
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
568
600
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -665,6 +697,9 @@
|
|
|
665
697
|
.justify-end {
|
|
666
698
|
justify-content: flex-end;
|
|
667
699
|
}
|
|
700
|
+
.gap-0 {
|
|
701
|
+
gap: calc(var(--spacing) * 0);
|
|
702
|
+
}
|
|
668
703
|
.gap-0\.5 {
|
|
669
704
|
gap: calc(var(--spacing) * 0.5);
|
|
670
705
|
}
|
|
@@ -757,10 +792,18 @@
|
|
|
757
792
|
border-top-left-radius: 30px !important;
|
|
758
793
|
border-top-right-radius: 30px !important;
|
|
759
794
|
}
|
|
795
|
+
.rounded-l-lg {
|
|
796
|
+
border-top-left-radius: var(--radius);
|
|
797
|
+
border-bottom-left-radius: var(--radius);
|
|
798
|
+
}
|
|
760
799
|
.rounded-l-none {
|
|
761
800
|
border-top-left-radius: 0;
|
|
762
801
|
border-bottom-left-radius: 0;
|
|
763
802
|
}
|
|
803
|
+
.rounded-r-lg {
|
|
804
|
+
border-top-right-radius: var(--radius);
|
|
805
|
+
border-bottom-right-radius: var(--radius);
|
|
806
|
+
}
|
|
764
807
|
.rounded-r-none {
|
|
765
808
|
border-top-right-radius: 0;
|
|
766
809
|
border-bottom-right-radius: 0;
|
|
@@ -804,6 +847,9 @@
|
|
|
804
847
|
.border-input {
|
|
805
848
|
border-color: var(--input);
|
|
806
849
|
}
|
|
850
|
+
.border-primary {
|
|
851
|
+
border-color: var(--primary);
|
|
852
|
+
}
|
|
807
853
|
.border-transparent {
|
|
808
854
|
border-color: transparent;
|
|
809
855
|
}
|
|
@@ -1000,6 +1046,12 @@
|
|
|
1000
1046
|
font-size: var(--text-xs);
|
|
1001
1047
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
1002
1048
|
}
|
|
1049
|
+
.text-\[7px\] {
|
|
1050
|
+
font-size: 7px;
|
|
1051
|
+
}
|
|
1052
|
+
.text-\[9px\] {
|
|
1053
|
+
font-size: 9px;
|
|
1054
|
+
}
|
|
1003
1055
|
.leading-5\.75 {
|
|
1004
1056
|
--tw-leading: calc(var(--spacing) * 5.75);
|
|
1005
1057
|
line-height: calc(var(--spacing) * 5.75);
|
|
@@ -1101,12 +1153,18 @@
|
|
|
1101
1153
|
.underline-offset-8 {
|
|
1102
1154
|
text-underline-offset: 8px;
|
|
1103
1155
|
}
|
|
1156
|
+
.opacity-0 {
|
|
1157
|
+
opacity: 0%;
|
|
1158
|
+
}
|
|
1104
1159
|
.opacity-50 {
|
|
1105
1160
|
opacity: 50%;
|
|
1106
1161
|
}
|
|
1107
1162
|
.opacity-70 {
|
|
1108
1163
|
opacity: 70%;
|
|
1109
1164
|
}
|
|
1165
|
+
.opacity-100 {
|
|
1166
|
+
opacity: 100%;
|
|
1167
|
+
}
|
|
1110
1168
|
.shadow {
|
|
1111
1169
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1112
1170
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -1160,6 +1218,16 @@
|
|
|
1160
1218
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1161
1219
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1162
1220
|
}
|
|
1221
|
+
.transition-\[left\] {
|
|
1222
|
+
transition-property: left;
|
|
1223
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1224
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1225
|
+
}
|
|
1226
|
+
.transition-\[margin\] {
|
|
1227
|
+
transition-property: margin;
|
|
1228
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1229
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1230
|
+
}
|
|
1163
1231
|
.transition-all {
|
|
1164
1232
|
transition-property: all;
|
|
1165
1233
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
@@ -1983,44 +2051,24 @@
|
|
|
1983
2051
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1984
2052
|
}
|
|
1985
2053
|
}
|
|
1986
|
-
.data-\[side\=bottom\]\:slide-in-from-top-2 {
|
|
1987
|
-
&[data-side="bottom"] {
|
|
1988
|
-
--tw-enter-translate-y: calc(2*var(--spacing)*-1);
|
|
1989
|
-
}
|
|
1990
|
-
}
|
|
1991
2054
|
.data-\[side\=left\]\:-translate-x-1 {
|
|
1992
2055
|
&[data-side="left"] {
|
|
1993
2056
|
--tw-translate-x: calc(var(--spacing) * -1);
|
|
1994
2057
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1995
2058
|
}
|
|
1996
2059
|
}
|
|
1997
|
-
.data-\[side\=left\]\:slide-in-from-right-2 {
|
|
1998
|
-
&[data-side="left"] {
|
|
1999
|
-
--tw-enter-translate-x: calc(2*var(--spacing));
|
|
2000
|
-
}
|
|
2001
|
-
}
|
|
2002
2060
|
.data-\[side\=right\]\:translate-x-1 {
|
|
2003
2061
|
&[data-side="right"] {
|
|
2004
2062
|
--tw-translate-x: calc(var(--spacing) * 1);
|
|
2005
2063
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2006
2064
|
}
|
|
2007
2065
|
}
|
|
2008
|
-
.data-\[side\=right\]\:slide-in-from-left-2 {
|
|
2009
|
-
&[data-side="right"] {
|
|
2010
|
-
--tw-enter-translate-x: calc(2*var(--spacing)*-1);
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2013
2066
|
.data-\[side\=top\]\:-translate-y-1 {
|
|
2014
2067
|
&[data-side="top"] {
|
|
2015
2068
|
--tw-translate-y: calc(var(--spacing) * -1);
|
|
2016
2069
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2017
2070
|
}
|
|
2018
2071
|
}
|
|
2019
|
-
.data-\[side\=top\]\:slide-in-from-bottom-2 {
|
|
2020
|
-
&[data-side="top"] {
|
|
2021
|
-
--tw-enter-translate-y: calc(2*var(--spacing));
|
|
2022
|
-
}
|
|
2023
|
-
}
|
|
2024
2072
|
.data-\[size\=default\]\:h-9 {
|
|
2025
2073
|
&[data-size="default"] {
|
|
2026
2074
|
height: calc(var(--spacing) * 9);
|
|
@@ -2087,10 +2135,14 @@
|
|
|
2087
2135
|
}
|
|
2088
2136
|
}
|
|
2089
2137
|
}
|
|
2090
|
-
.data-\[state\=checked\]\:
|
|
2138
|
+
.data-\[state\=checked\]\:left-\[calc\(100\%-12px\)\] {
|
|
2091
2139
|
&[data-state="checked"] {
|
|
2092
|
-
|
|
2093
|
-
|
|
2140
|
+
left: calc(100% - 12px);
|
|
2141
|
+
}
|
|
2142
|
+
}
|
|
2143
|
+
.data-\[state\=checked\]\:left-\[calc\(100\%-16px\)\] {
|
|
2144
|
+
&[data-state="checked"] {
|
|
2145
|
+
left: calc(100% - 16px);
|
|
2094
2146
|
}
|
|
2095
2147
|
}
|
|
2096
2148
|
.data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\] {
|
|
@@ -2114,38 +2166,6 @@
|
|
|
2114
2166
|
color: var(--primary-foreground);
|
|
2115
2167
|
}
|
|
2116
2168
|
}
|
|
2117
|
-
.data-\[state\=closed\]\:animate-accordion-up {
|
|
2118
|
-
&[data-state="closed"] {
|
|
2119
|
-
animation: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
2120
|
-
}
|
|
2121
|
-
}
|
|
2122
|
-
.data-\[state\=closed\]\:animate-out {
|
|
2123
|
-
&[data-state="closed"] {
|
|
2124
|
-
animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
2125
|
-
}
|
|
2126
|
-
}
|
|
2127
|
-
.data-\[state\=closed\]\:fade-out-0 {
|
|
2128
|
-
&[data-state="closed"] {
|
|
2129
|
-
--tw-exit-opacity: calc(0/100);
|
|
2130
|
-
--tw-exit-opacity: 0;
|
|
2131
|
-
}
|
|
2132
|
-
}
|
|
2133
|
-
.data-\[state\=closed\]\:zoom-out-95 {
|
|
2134
|
-
&[data-state="closed"] {
|
|
2135
|
-
--tw-exit-scale: calc(95*1%);
|
|
2136
|
-
--tw-exit-scale: .95;
|
|
2137
|
-
}
|
|
2138
|
-
}
|
|
2139
|
-
.data-\[state\=open\]\:animate-accordion-down {
|
|
2140
|
-
&[data-state="open"] {
|
|
2141
|
-
animation: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
2142
|
-
}
|
|
2143
|
-
}
|
|
2144
|
-
.data-\[state\=open\]\:animate-in {
|
|
2145
|
-
&[data-state="open"] {
|
|
2146
|
-
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
2147
|
-
}
|
|
2148
|
-
}
|
|
2149
2169
|
.data-\[state\=open\]\:bg-accent {
|
|
2150
2170
|
&[data-state="open"] {
|
|
2151
2171
|
background-color: var(--accent);
|
|
@@ -2156,16 +2176,9 @@
|
|
|
2156
2176
|
color: var(--muted-foreground);
|
|
2157
2177
|
}
|
|
2158
2178
|
}
|
|
2159
|
-
.data-\[state\=
|
|
2160
|
-
&[data-state="
|
|
2161
|
-
|
|
2162
|
-
--tw-enter-opacity: 0;
|
|
2163
|
-
}
|
|
2164
|
-
}
|
|
2165
|
-
.data-\[state\=open\]\:zoom-in-95 {
|
|
2166
|
-
&[data-state="open"] {
|
|
2167
|
-
--tw-enter-scale: calc(95*1%);
|
|
2168
|
-
--tw-enter-scale: .95;
|
|
2179
|
+
.data-\[state\=unchecked\]\:left-0 {
|
|
2180
|
+
&[data-state="unchecked"] {
|
|
2181
|
+
left: calc(var(--spacing) * 0);
|
|
2169
2182
|
}
|
|
2170
2183
|
}
|
|
2171
2184
|
.data-\[state\=unchecked\]\:translate-x-0 {
|
|
@@ -2174,12 +2187,6 @@
|
|
|
2174
2187
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2175
2188
|
}
|
|
2176
2189
|
}
|
|
2177
|
-
.data-\[state\=unchecked\]\:translate-x-\[2px\] {
|
|
2178
|
-
&[data-state="unchecked"] {
|
|
2179
|
-
--tw-translate-x: 2px;
|
|
2180
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2181
|
-
}
|
|
2182
|
-
}
|
|
2183
2190
|
.data-\[state\=unchecked\]\:bg-input {
|
|
2184
2191
|
&[data-state="unchecked"] {
|
|
2185
2192
|
background-color: var(--input);
|
|
@@ -2508,6 +2515,12 @@
|
|
|
2508
2515
|
height: calc(var(--spacing) * 4);
|
|
2509
2516
|
}
|
|
2510
2517
|
}
|
|
2518
|
+
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-5 {
|
|
2519
|
+
& svg:not([class*='size-']) {
|
|
2520
|
+
width: calc(var(--spacing) * 5);
|
|
2521
|
+
height: calc(var(--spacing) * 5);
|
|
2522
|
+
}
|
|
2523
|
+
}
|
|
2511
2524
|
.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground {
|
|
2512
2525
|
& svg:not([class*='text-']) {
|
|
2513
2526
|
color: var(--muted-foreground);
|
|
@@ -2633,90 +2646,6 @@
|
|
|
2633
2646
|
}
|
|
2634
2647
|
}
|
|
2635
2648
|
}
|
|
2636
|
-
@property --tw-animation-delay {
|
|
2637
|
-
syntax: "*";
|
|
2638
|
-
inherits: false;
|
|
2639
|
-
initial-value: 0s;
|
|
2640
|
-
}
|
|
2641
|
-
@property --tw-animation-direction {
|
|
2642
|
-
syntax: "*";
|
|
2643
|
-
inherits: false;
|
|
2644
|
-
initial-value: normal;
|
|
2645
|
-
}
|
|
2646
|
-
@property --tw-animation-duration {
|
|
2647
|
-
syntax: "*";
|
|
2648
|
-
inherits: false;
|
|
2649
|
-
}
|
|
2650
|
-
@property --tw-animation-fill-mode {
|
|
2651
|
-
syntax: "*";
|
|
2652
|
-
inherits: false;
|
|
2653
|
-
initial-value: none;
|
|
2654
|
-
}
|
|
2655
|
-
@property --tw-animation-iteration-count {
|
|
2656
|
-
syntax: "*";
|
|
2657
|
-
inherits: false;
|
|
2658
|
-
initial-value: 1;
|
|
2659
|
-
}
|
|
2660
|
-
@property --tw-enter-blur {
|
|
2661
|
-
syntax: "*";
|
|
2662
|
-
inherits: false;
|
|
2663
|
-
initial-value: 0;
|
|
2664
|
-
}
|
|
2665
|
-
@property --tw-enter-opacity {
|
|
2666
|
-
syntax: "*";
|
|
2667
|
-
inherits: false;
|
|
2668
|
-
initial-value: 1;
|
|
2669
|
-
}
|
|
2670
|
-
@property --tw-enter-rotate {
|
|
2671
|
-
syntax: "*";
|
|
2672
|
-
inherits: false;
|
|
2673
|
-
initial-value: 0;
|
|
2674
|
-
}
|
|
2675
|
-
@property --tw-enter-scale {
|
|
2676
|
-
syntax: "*";
|
|
2677
|
-
inherits: false;
|
|
2678
|
-
initial-value: 1;
|
|
2679
|
-
}
|
|
2680
|
-
@property --tw-enter-translate-x {
|
|
2681
|
-
syntax: "*";
|
|
2682
|
-
inherits: false;
|
|
2683
|
-
initial-value: 0;
|
|
2684
|
-
}
|
|
2685
|
-
@property --tw-enter-translate-y {
|
|
2686
|
-
syntax: "*";
|
|
2687
|
-
inherits: false;
|
|
2688
|
-
initial-value: 0;
|
|
2689
|
-
}
|
|
2690
|
-
@property --tw-exit-blur {
|
|
2691
|
-
syntax: "*";
|
|
2692
|
-
inherits: false;
|
|
2693
|
-
initial-value: 0;
|
|
2694
|
-
}
|
|
2695
|
-
@property --tw-exit-opacity {
|
|
2696
|
-
syntax: "*";
|
|
2697
|
-
inherits: false;
|
|
2698
|
-
initial-value: 1;
|
|
2699
|
-
}
|
|
2700
|
-
@property --tw-exit-rotate {
|
|
2701
|
-
syntax: "*";
|
|
2702
|
-
inherits: false;
|
|
2703
|
-
initial-value: 0;
|
|
2704
|
-
}
|
|
2705
|
-
@property --tw-exit-scale {
|
|
2706
|
-
syntax: "*";
|
|
2707
|
-
inherits: false;
|
|
2708
|
-
initial-value: 1;
|
|
2709
|
-
}
|
|
2710
|
-
@property --tw-exit-translate-x {
|
|
2711
|
-
syntax: "*";
|
|
2712
|
-
inherits: false;
|
|
2713
|
-
initial-value: 0;
|
|
2714
|
-
}
|
|
2715
|
-
@property --tw-exit-translate-y {
|
|
2716
|
-
syntax: "*";
|
|
2717
|
-
inherits: false;
|
|
2718
|
-
initial-value: 0;
|
|
2719
|
-
}
|
|
2720
2649
|
:root {
|
|
2721
2650
|
--radius: 0.625rem;
|
|
2722
2651
|
--background: oklch(1 0 0);
|
|
@@ -2810,7 +2739,9 @@
|
|
|
2810
2739
|
--btn-bg-active: color-mix(in oklch, var(--btn-bg), black 22%);
|
|
2811
2740
|
}
|
|
2812
2741
|
}
|
|
2813
|
-
[data-slot='button'][data-color='yellow'],
|
|
2742
|
+
[data-slot='button'][data-color='yellow'],
|
|
2743
|
+
[data-slot='button'][data-color='lime'],
|
|
2744
|
+
[data-slot='button'][data-color='gold'] {
|
|
2814
2745
|
--btn-fg: black;
|
|
2815
2746
|
}
|
|
2816
2747
|
[data-slot='button'][data-color='default'] {
|
|
@@ -3022,36 +2953,6 @@
|
|
|
3022
2953
|
opacity: 0.5;
|
|
3023
2954
|
}
|
|
3024
2955
|
}
|
|
3025
|
-
@keyframes enter {
|
|
3026
|
-
from {
|
|
3027
|
-
opacity: var(--tw-enter-opacity,1);
|
|
3028
|
-
transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
|
|
3029
|
-
filter: blur(var(--tw-enter-blur,0));
|
|
3030
|
-
}
|
|
3031
|
-
}
|
|
3032
|
-
@keyframes exit {
|
|
3033
|
-
to {
|
|
3034
|
-
opacity: var(--tw-exit-opacity,1);
|
|
3035
|
-
transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
|
|
3036
|
-
filter: blur(var(--tw-exit-blur,0));
|
|
3037
|
-
}
|
|
3038
|
-
}
|
|
3039
|
-
@keyframes accordion-down {
|
|
3040
|
-
from {
|
|
3041
|
-
height: 0;
|
|
3042
|
-
}
|
|
3043
|
-
to {
|
|
3044
|
-
height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))));
|
|
3045
|
-
}
|
|
3046
|
-
}
|
|
3047
|
-
@keyframes accordion-up {
|
|
3048
|
-
from {
|
|
3049
|
-
height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))));
|
|
3050
|
-
}
|
|
3051
|
-
to {
|
|
3052
|
-
height: 0;
|
|
3053
|
-
}
|
|
3054
|
-
}
|
|
3055
2956
|
@layer properties {
|
|
3056
2957
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
3057
2958
|
*, ::before, ::after, ::backdrop {
|
|
@@ -3084,23 +2985,6 @@
|
|
|
3084
2985
|
--tw-outline-style: solid;
|
|
3085
2986
|
--tw-duration: initial;
|
|
3086
2987
|
--tw-content: "";
|
|
3087
|
-
--tw-animation-delay: 0s;
|
|
3088
|
-
--tw-animation-direction: normal;
|
|
3089
|
-
--tw-animation-duration: initial;
|
|
3090
|
-
--tw-animation-fill-mode: none;
|
|
3091
|
-
--tw-animation-iteration-count: 1;
|
|
3092
|
-
--tw-enter-blur: 0;
|
|
3093
|
-
--tw-enter-opacity: 1;
|
|
3094
|
-
--tw-enter-rotate: 0;
|
|
3095
|
-
--tw-enter-scale: 1;
|
|
3096
|
-
--tw-enter-translate-x: 0;
|
|
3097
|
-
--tw-enter-translate-y: 0;
|
|
3098
|
-
--tw-exit-blur: 0;
|
|
3099
|
-
--tw-exit-opacity: 1;
|
|
3100
|
-
--tw-exit-rotate: 0;
|
|
3101
|
-
--tw-exit-scale: 1;
|
|
3102
|
-
--tw-exit-translate-x: 0;
|
|
3103
|
-
--tw-exit-translate-y: 0;
|
|
3104
2988
|
}
|
|
3105
2989
|
}
|
|
3106
2990
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style.css","names":[],"sources":["../src/globals.css"],"sourcesContent":["export default undefined;"],"mappings":"AAAA"}
|
package/dist/style.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
package/dist/utils.d.mts
CHANGED
|
@@ -5,4 +5,5 @@ import { ClassValue } from "clsx";
|
|
|
5
5
|
declare function cn(...inputs: ClassValue[]): string;
|
|
6
6
|
declare function renderConditional<T extends React$1.ReactNode>(value: T, wrapper?: (value: NonNullable<T>) => React$1.ReactNode): React$1.ReactNode;
|
|
7
7
|
//#endregion
|
|
8
|
-
export { cn, renderConditional };
|
|
8
|
+
export { cn, renderConditional };
|
|
9
|
+
//# sourceMappingURL=utils.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.mts","names":[],"sources":["../src/lib/utils/index.ts"],"mappings":";;;;iBAKgB,EAAA,CAAA,GAAM,MAAA,EAAQ,UAAA;AAAA,iBAId,iBAAA,WAA4B,OAAA,CAAM,SAAA,CAAA,CAChD,KAAA,EAAO,CAAA,EACP,OAAA,IAAW,KAAA,EAAO,WAAA,CAAY,CAAA,MAAO,OAAA,CAAM,SAAA,GAC1C,OAAA,CAAM,SAAA"}
|
package/dist/utils.mjs
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as React$1 from "react";
|
|
2
|
+
import { clsx } from "clsx";
|
|
3
|
+
import { twMerge } from "tailwind-merge";
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
//#region src/lib/utils/index.ts
|
|
6
|
+
function cn(...inputs) {
|
|
7
|
+
return twMerge(clsx(inputs));
|
|
8
|
+
}
|
|
9
|
+
function renderConditional(value, wrapper) {
|
|
10
|
+
if (value === null || value === void 0) return null;
|
|
11
|
+
if (React$1.isValidElement(value)) return value;
|
|
12
|
+
return wrapper ? wrapper(value) : value;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { cn, renderConditional };
|
|
17
|
+
//# sourceMappingURL=utils.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.mjs","names":["React"],"sources":["../src/lib/utils/index.ts"],"sourcesContent":["import * as React from 'react';\n\nimport { type ClassValue, clsx } from 'clsx';\nimport { twMerge } from 'tailwind-merge';\n\nexport function cn(...inputs: ClassValue[]) {\n return twMerge(clsx(inputs));\n}\n\nexport function renderConditional<T extends React.ReactNode>(\n value: T,\n wrapper?: (value: NonNullable<T>) => React.ReactNode,\n): React.ReactNode {\n if (value === null || value === undefined) {\n return null;\n }\n\n if (React.isValidElement(value)) {\n return value;\n }\n\n return wrapper ? wrapper(value as NonNullable<T>) : value;\n}\n"],"mappings":";;;;;AAKA,SAAgB,GAAG,GAAG,QAAsB;AAC1C,QAAO,QAAQ,KAAK,OAAO,CAAC;;AAG9B,SAAgB,kBACd,OACA,SACiB;AACjB,KAAI,UAAU,QAAQ,UAAU,OAC9B,QAAO;AAGT,KAAIA,QAAM,eAAe,MAAM,CAC7B,QAAO;AAGT,QAAO,UAAU,QAAQ,MAAwB,GAAG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbpark/ui-kit",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Modern React UI component library built with TypeScript, Tailwind CSS, and Radix UI. Featuring atoms, molecules, organisms and layout templates for building beautiful interfaces.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"files": [
|
|
35
35
|
"dist"
|
|
36
36
|
],
|
|
37
|
+
"type": "module",
|
|
37
38
|
"exports": {
|
|
38
39
|
".": {
|
|
39
40
|
"types": "./dist/index.d.mts",
|
|
@@ -71,24 +72,25 @@
|
|
|
71
72
|
"default": "./dist/core.mjs"
|
|
72
73
|
},
|
|
73
74
|
"./style.css": {
|
|
74
|
-
"import": "./dist/
|
|
75
|
-
"default": "./dist/
|
|
75
|
+
"import": "./dist/style.css",
|
|
76
|
+
"default": "./dist/style.css"
|
|
76
77
|
}
|
|
77
78
|
},
|
|
78
79
|
"devDependencies": {
|
|
79
|
-
"@tailwindcss/
|
|
80
|
+
"@tailwindcss/postcss": "^4.1.18",
|
|
80
81
|
"@types/node": "^22.15.3",
|
|
81
82
|
"@types/react": "19.1.0",
|
|
82
83
|
"@types/react-dom": "19.1.1",
|
|
83
84
|
"eslint": "^9.34.0",
|
|
84
|
-
"
|
|
85
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
86
|
+
"tsdown": "^0.20.3",
|
|
85
87
|
"typescript": "5.9.2",
|
|
86
88
|
"@repo/eslint-config": "0.0.0",
|
|
87
89
|
"@repo/typescript-config": "0.0.0"
|
|
88
90
|
},
|
|
89
91
|
"dependencies": {
|
|
90
92
|
"@gsap/react": "^2.1.2",
|
|
91
|
-
"@jbpark/use-hooks": "^2.0
|
|
93
|
+
"@jbpark/use-hooks": "^2.1.0",
|
|
92
94
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
93
95
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
94
96
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
@@ -97,7 +99,6 @@
|
|
|
97
99
|
"@radix-ui/react-progress": "^1.1.7",
|
|
98
100
|
"@radix-ui/react-slot": "^1.2.3",
|
|
99
101
|
"@radix-ui/react-switch": "^1.2.6",
|
|
100
|
-
"@tailwindcss/postcss": "^4.1.12",
|
|
101
102
|
"@uidotdev/usehooks": "^2.4.1",
|
|
102
103
|
"class-variance-authority": "^0.7.1",
|
|
103
104
|
"clsx": "^2.1.1",
|
|
@@ -109,8 +110,7 @@
|
|
|
109
110
|
"react-use": "^17.6.0",
|
|
110
111
|
"swiper": "^11.2.10",
|
|
111
112
|
"tailwind-merge": "^3.3.1",
|
|
112
|
-
"tailwindcss": "^4.1.
|
|
113
|
-
"tw-animate-css": "^1.3.7",
|
|
113
|
+
"tailwindcss": "^4.1.18",
|
|
114
114
|
"uuid": "^11.1.0",
|
|
115
115
|
"vaul": "^1.1.2"
|
|
116
116
|
},
|
|
@@ -119,10 +119,9 @@
|
|
|
119
119
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
120
120
|
},
|
|
121
121
|
"scripts": {
|
|
122
|
-
"prebuild": "npx @tailwindcss/cli -i ./src/globals.css -o ./src/output.css",
|
|
123
122
|
"build": "tsdown",
|
|
124
123
|
"lint": "eslint .",
|
|
125
124
|
"generate:component": "turbo gen react-component",
|
|
126
|
-
"check-types": "tsc
|
|
125
|
+
"check-types": "tsc -b"
|
|
127
126
|
}
|
|
128
127
|
}
|