@sunggang/ui-lib 0.3.23 → 0.3.25
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/BaseCkeditor.esm.js +2 -2
- package/index.esm.css +226 -4
- package/index.esm.js +2 -2
- package/index.esm2.js +52939 -35894
- package/index.esm3.js +5951 -16268
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
- package/src/lib/DragDrop/CustomDragDropImage.d.ts +0 -1
- package/src/lib/DragDrop/PrimaryDragDropImage.d.ts +1 -1
- package/src/lib/DragDrop/dragDropImages.d.ts +0 -1
- package/src/lib/DropImage/index.stories.d.ts +1 -0
- package/src/lib/Form/UploadImage/BaseTemplate.d.ts +2 -1
- package/src/lib/Form/UploadImage/CustomUpload.d.ts +2 -1
- package/src/lib/Form/demo.d.ts +23 -1
- package/src/lib/Form/types.d.ts +3 -0
- package/src/lib/Provider/FormProvider.d.ts +2 -2
- package/index.esm4.js +0 -6445
- package/src/lib/DropImage/CSRDropImage.d.ts +0 -2
package/BaseCkeditor.esm.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { i as getAugmentedNamespace, p as propTypes, g as commonjsGlobal, j as getDefaultExportFromCjs, u as useFormContext, C as Controller, F as FieldLabel, v as validateMsg } from './index.esm2.js';
|
|
4
4
|
import '@iconify/react';
|
|
5
|
+
import 'react-dom';
|
|
5
6
|
import '@radix-ui/react-switch';
|
|
6
7
|
import 'clsx';
|
|
7
8
|
import 'tailwind-merge';
|
|
@@ -17,7 +18,6 @@ import 'react-date-range/dist/locale/index.js';
|
|
|
17
18
|
import 'date-fns/addDays/index.js';
|
|
18
19
|
import 'date-fns/format/index.js';
|
|
19
20
|
import '@emotion/react';
|
|
20
|
-
import 'react-dom';
|
|
21
21
|
import '@mui/material';
|
|
22
22
|
import '@radix-ui/react-select';
|
|
23
23
|
import '@radix-ui/react-icons';
|
package/index.esm.css
CHANGED
|
@@ -530,6 +530,8 @@ video {
|
|
|
530
530
|
--ring: 215 20.2% 65.1%;
|
|
531
531
|
|
|
532
532
|
--radius: 0.5rem;
|
|
533
|
+
|
|
534
|
+
--scrollbar-width: 0px;
|
|
533
535
|
}
|
|
534
536
|
|
|
535
537
|
.dark {
|
|
@@ -572,35 +574,58 @@ video {
|
|
|
572
574
|
color: hsl(var(--foreground));
|
|
573
575
|
font-feature-settings: 'rlig' 1, 'calt' 1;
|
|
574
576
|
}
|
|
577
|
+
.\!container {
|
|
578
|
+
width: 100% !important;
|
|
579
|
+
}
|
|
575
580
|
.container {
|
|
576
581
|
width: 100%;
|
|
577
582
|
}
|
|
578
583
|
@media (min-width: 640px) {
|
|
579
584
|
|
|
585
|
+
.\!container {
|
|
586
|
+
max-width: 640px !important;
|
|
587
|
+
}
|
|
588
|
+
|
|
580
589
|
.container {
|
|
581
590
|
max-width: 640px;
|
|
582
591
|
}
|
|
583
592
|
}
|
|
584
593
|
@media (min-width: 768px) {
|
|
585
594
|
|
|
595
|
+
.\!container {
|
|
596
|
+
max-width: 768px !important;
|
|
597
|
+
}
|
|
598
|
+
|
|
586
599
|
.container {
|
|
587
600
|
max-width: 768px;
|
|
588
601
|
}
|
|
589
602
|
}
|
|
590
603
|
@media (min-width: 1024px) {
|
|
591
604
|
|
|
605
|
+
.\!container {
|
|
606
|
+
max-width: 1024px !important;
|
|
607
|
+
}
|
|
608
|
+
|
|
592
609
|
.container {
|
|
593
610
|
max-width: 1024px;
|
|
594
611
|
}
|
|
595
612
|
}
|
|
596
613
|
@media (min-width: 1280px) {
|
|
597
614
|
|
|
615
|
+
.\!container {
|
|
616
|
+
max-width: 1280px !important;
|
|
617
|
+
}
|
|
618
|
+
|
|
598
619
|
.container {
|
|
599
620
|
max-width: 1280px;
|
|
600
621
|
}
|
|
601
622
|
}
|
|
602
623
|
@media (min-width: 1536px) {
|
|
603
624
|
|
|
625
|
+
.\!container {
|
|
626
|
+
max-width: 1536px !important;
|
|
627
|
+
}
|
|
628
|
+
|
|
604
629
|
.container {
|
|
605
630
|
max-width: 1536px;
|
|
606
631
|
}
|
|
@@ -611,6 +636,9 @@ video {
|
|
|
611
636
|
.pointer-events-auto {
|
|
612
637
|
pointer-events: auto;
|
|
613
638
|
}
|
|
639
|
+
.\!visible {
|
|
640
|
+
visibility: visible !important;
|
|
641
|
+
}
|
|
614
642
|
.visible {
|
|
615
643
|
visibility: visible;
|
|
616
644
|
}
|
|
@@ -623,15 +651,24 @@ video {
|
|
|
623
651
|
.static {
|
|
624
652
|
position: static;
|
|
625
653
|
}
|
|
654
|
+
.\!fixed {
|
|
655
|
+
position: fixed !important;
|
|
656
|
+
}
|
|
626
657
|
.fixed {
|
|
627
658
|
position: fixed;
|
|
628
659
|
}
|
|
629
660
|
.absolute {
|
|
630
661
|
position: absolute;
|
|
631
662
|
}
|
|
663
|
+
.\!relative {
|
|
664
|
+
position: relative !important;
|
|
665
|
+
}
|
|
632
666
|
.relative {
|
|
633
667
|
position: relative;
|
|
634
668
|
}
|
|
669
|
+
.sticky {
|
|
670
|
+
position: sticky;
|
|
671
|
+
}
|
|
635
672
|
.inset-0 {
|
|
636
673
|
inset: 0px;
|
|
637
674
|
}
|
|
@@ -694,6 +731,9 @@ video {
|
|
|
694
731
|
.top-\[72px\] {
|
|
695
732
|
top: 72px;
|
|
696
733
|
}
|
|
734
|
+
.isolate {
|
|
735
|
+
isolation: isolate;
|
|
736
|
+
}
|
|
697
737
|
.z-10 {
|
|
698
738
|
z-index: 10;
|
|
699
739
|
}
|
|
@@ -709,6 +749,9 @@ video {
|
|
|
709
749
|
.z-\[9999\] {
|
|
710
750
|
z-index: 9999;
|
|
711
751
|
}
|
|
752
|
+
.m-1 {
|
|
753
|
+
margin: 0.25rem;
|
|
754
|
+
}
|
|
712
755
|
.m-4 {
|
|
713
756
|
margin: 1rem;
|
|
714
757
|
}
|
|
@@ -793,8 +836,8 @@ video {
|
|
|
793
836
|
.mt-5 {
|
|
794
837
|
margin-top: 1.25rem;
|
|
795
838
|
}
|
|
796
|
-
|
|
797
|
-
|
|
839
|
+
.\!block {
|
|
840
|
+
display: block !important;
|
|
798
841
|
}
|
|
799
842
|
.block {
|
|
800
843
|
display: block;
|
|
@@ -811,12 +854,42 @@ video {
|
|
|
811
854
|
.inline-flex {
|
|
812
855
|
display: inline-flex;
|
|
813
856
|
}
|
|
857
|
+
.\!table {
|
|
858
|
+
display: table !important;
|
|
859
|
+
}
|
|
814
860
|
.table {
|
|
815
861
|
display: table;
|
|
816
862
|
}
|
|
863
|
+
.inline-table {
|
|
864
|
+
display: inline-table;
|
|
865
|
+
}
|
|
866
|
+
.table-caption {
|
|
867
|
+
display: table-caption;
|
|
868
|
+
}
|
|
869
|
+
.table-cell {
|
|
870
|
+
display: table-cell;
|
|
871
|
+
}
|
|
872
|
+
.flow-root {
|
|
873
|
+
display: flow-root;
|
|
874
|
+
}
|
|
875
|
+
.\!grid {
|
|
876
|
+
display: grid !important;
|
|
877
|
+
}
|
|
817
878
|
.grid {
|
|
818
879
|
display: grid;
|
|
819
880
|
}
|
|
881
|
+
.inline-grid {
|
|
882
|
+
display: inline-grid;
|
|
883
|
+
}
|
|
884
|
+
.\!contents {
|
|
885
|
+
display: contents !important;
|
|
886
|
+
}
|
|
887
|
+
.contents {
|
|
888
|
+
display: contents;
|
|
889
|
+
}
|
|
890
|
+
.list-item {
|
|
891
|
+
display: list-item;
|
|
892
|
+
}
|
|
820
893
|
.hidden {
|
|
821
894
|
display: none;
|
|
822
895
|
}
|
|
@@ -878,6 +951,9 @@ video {
|
|
|
878
951
|
.h-\[22px\] {
|
|
879
952
|
height: 22px;
|
|
880
953
|
}
|
|
954
|
+
.h-\[330px\] {
|
|
955
|
+
height: 330px;
|
|
956
|
+
}
|
|
881
957
|
.h-\[44px\] {
|
|
882
958
|
height: 44px;
|
|
883
959
|
}
|
|
@@ -951,6 +1027,9 @@ video {
|
|
|
951
1027
|
.w-8 {
|
|
952
1028
|
width: 2rem;
|
|
953
1029
|
}
|
|
1030
|
+
.w-80 {
|
|
1031
|
+
width: 20rem;
|
|
1032
|
+
}
|
|
954
1033
|
.w-9 {
|
|
955
1034
|
width: 2.25rem;
|
|
956
1035
|
}
|
|
@@ -1027,9 +1106,18 @@ video {
|
|
|
1027
1106
|
.flex-none {
|
|
1028
1107
|
flex: none;
|
|
1029
1108
|
}
|
|
1109
|
+
.flex-shrink {
|
|
1110
|
+
flex-shrink: 1;
|
|
1111
|
+
}
|
|
1112
|
+
.shrink {
|
|
1113
|
+
flex-shrink: 1;
|
|
1114
|
+
}
|
|
1030
1115
|
.shrink-0 {
|
|
1031
1116
|
flex-shrink: 0;
|
|
1032
1117
|
}
|
|
1118
|
+
.flex-grow {
|
|
1119
|
+
flex-grow: 1;
|
|
1120
|
+
}
|
|
1033
1121
|
.grow {
|
|
1034
1122
|
flex-grow: 1;
|
|
1035
1123
|
}
|
|
@@ -1070,6 +1158,9 @@ video {
|
|
|
1070
1158
|
--tw-rotate: 90deg;
|
|
1071
1159
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1072
1160
|
}
|
|
1161
|
+
.\!transform {
|
|
1162
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
|
|
1163
|
+
}
|
|
1073
1164
|
.transform {
|
|
1074
1165
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1075
1166
|
}
|
|
@@ -1096,6 +1187,11 @@ video {
|
|
|
1096
1187
|
-moz-user-select: none;
|
|
1097
1188
|
user-select: none;
|
|
1098
1189
|
}
|
|
1190
|
+
.select-all {
|
|
1191
|
+
-webkit-user-select: all;
|
|
1192
|
+
-moz-user-select: all;
|
|
1193
|
+
user-select: all;
|
|
1194
|
+
}
|
|
1099
1195
|
.resize {
|
|
1100
1196
|
resize: both;
|
|
1101
1197
|
}
|
|
@@ -1204,6 +1300,9 @@ video {
|
|
|
1204
1300
|
.rounded {
|
|
1205
1301
|
border-radius: 0.25rem;
|
|
1206
1302
|
}
|
|
1303
|
+
.rounded-2xl {
|
|
1304
|
+
border-radius: 1rem;
|
|
1305
|
+
}
|
|
1207
1306
|
.rounded-\[10px\] {
|
|
1208
1307
|
border-radius: 10px;
|
|
1209
1308
|
}
|
|
@@ -1225,6 +1324,10 @@ video {
|
|
|
1225
1324
|
.rounded-xl {
|
|
1226
1325
|
border-radius: 0.75rem;
|
|
1227
1326
|
}
|
|
1327
|
+
.rounded-r-2xl {
|
|
1328
|
+
border-top-right-radius: 1rem;
|
|
1329
|
+
border-bottom-right-radius: 1rem;
|
|
1330
|
+
}
|
|
1228
1331
|
.rounded-r-lg {
|
|
1229
1332
|
border-top-right-radius: var(--radius);
|
|
1230
1333
|
border-bottom-right-radius: var(--radius);
|
|
@@ -1268,9 +1371,16 @@ video {
|
|
|
1268
1371
|
.border-dashed {
|
|
1269
1372
|
border-style: dashed;
|
|
1270
1373
|
}
|
|
1374
|
+
.border-\[\#000000A6\] {
|
|
1375
|
+
border-color: #000000A6;
|
|
1376
|
+
}
|
|
1271
1377
|
.border-\[\#17340929\] {
|
|
1272
1378
|
border-color: #17340929;
|
|
1273
1379
|
}
|
|
1380
|
+
.border-\[\#266B6A\] {
|
|
1381
|
+
--tw-border-opacity: 1;
|
|
1382
|
+
border-color: rgb(38 107 106 / var(--tw-border-opacity, 1));
|
|
1383
|
+
}
|
|
1274
1384
|
.border-\[\#656565\] {
|
|
1275
1385
|
--tw-border-opacity: 1;
|
|
1276
1386
|
border-color: rgb(101 101 101 / var(--tw-border-opacity, 1));
|
|
@@ -1279,6 +1389,10 @@ video {
|
|
|
1279
1389
|
--tw-border-opacity: 1;
|
|
1280
1390
|
border-color: rgb(119 119 119 / var(--tw-border-opacity, 1));
|
|
1281
1391
|
}
|
|
1392
|
+
.border-\[\#B4B4B4\] {
|
|
1393
|
+
--tw-border-opacity: 1;
|
|
1394
|
+
border-color: rgb(180 180 180 / var(--tw-border-opacity, 1));
|
|
1395
|
+
}
|
|
1282
1396
|
.border-\[\#B8B8B8\] {
|
|
1283
1397
|
--tw-border-opacity: 1;
|
|
1284
1398
|
border-color: rgb(184 184 184 / var(--tw-border-opacity, 1));
|
|
@@ -1302,6 +1416,9 @@ video {
|
|
|
1302
1416
|
.border-\[\#ffffff33\] {
|
|
1303
1417
|
border-color: #ffffff33;
|
|
1304
1418
|
}
|
|
1419
|
+
.border-\[top\2c left\2c right\2c bottom\] {
|
|
1420
|
+
border-color: top,left,right,bottom;
|
|
1421
|
+
}
|
|
1305
1422
|
.border-gray-200 {
|
|
1306
1423
|
--tw-border-opacity: 1;
|
|
1307
1424
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
@@ -1683,6 +1800,9 @@ video {
|
|
|
1683
1800
|
.pt-2 {
|
|
1684
1801
|
padding-top: 0.5rem;
|
|
1685
1802
|
}
|
|
1803
|
+
.pt-4 {
|
|
1804
|
+
padding-top: 1rem;
|
|
1805
|
+
}
|
|
1686
1806
|
.pt-8 {
|
|
1687
1807
|
padding-top: 2rem;
|
|
1688
1808
|
}
|
|
@@ -1695,6 +1815,9 @@ video {
|
|
|
1695
1815
|
.text-right {
|
|
1696
1816
|
text-align: right;
|
|
1697
1817
|
}
|
|
1818
|
+
.text-justify {
|
|
1819
|
+
text-align: justify;
|
|
1820
|
+
}
|
|
1698
1821
|
.indent-1 {
|
|
1699
1822
|
text-indent: 0.25rem;
|
|
1700
1823
|
}
|
|
@@ -1743,6 +1866,9 @@ video {
|
|
|
1743
1866
|
.font-bold {
|
|
1744
1867
|
font-weight: 700;
|
|
1745
1868
|
}
|
|
1869
|
+
.font-light {
|
|
1870
|
+
font-weight: 300;
|
|
1871
|
+
}
|
|
1746
1872
|
.font-medium {
|
|
1747
1873
|
font-weight: 500;
|
|
1748
1874
|
}
|
|
@@ -1764,12 +1890,19 @@ video {
|
|
|
1764
1890
|
.italic {
|
|
1765
1891
|
font-style: italic;
|
|
1766
1892
|
}
|
|
1893
|
+
.ordinal {
|
|
1894
|
+
--tw-ordinal: ordinal;
|
|
1895
|
+
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
|
|
1896
|
+
}
|
|
1767
1897
|
.tracking-tight {
|
|
1768
1898
|
letter-spacing: -0.025em;
|
|
1769
1899
|
}
|
|
1770
1900
|
.tracking-widest {
|
|
1771
1901
|
letter-spacing: 0.1em;
|
|
1772
1902
|
}
|
|
1903
|
+
.text-\[\#000000A6\] {
|
|
1904
|
+
color: #000000A6;
|
|
1905
|
+
}
|
|
1773
1906
|
.text-\[\#000000\] {
|
|
1774
1907
|
--tw-text-opacity: 1;
|
|
1775
1908
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
@@ -1972,12 +2105,23 @@ video {
|
|
|
1972
2105
|
.underline {
|
|
1973
2106
|
text-decoration-line: underline;
|
|
1974
2107
|
}
|
|
2108
|
+
.overline {
|
|
2109
|
+
text-decoration-line: overline;
|
|
2110
|
+
}
|
|
1975
2111
|
.line-through {
|
|
1976
2112
|
text-decoration-line: line-through;
|
|
1977
2113
|
}
|
|
1978
2114
|
.underline-offset-4 {
|
|
1979
2115
|
text-underline-offset: 4px;
|
|
1980
2116
|
}
|
|
2117
|
+
.antialiased {
|
|
2118
|
+
-webkit-font-smoothing: antialiased;
|
|
2119
|
+
-moz-osx-font-smoothing: grayscale;
|
|
2120
|
+
}
|
|
2121
|
+
.subpixel-antialiased {
|
|
2122
|
+
-webkit-font-smoothing: auto;
|
|
2123
|
+
-moz-osx-font-smoothing: auto;
|
|
2124
|
+
}
|
|
1981
2125
|
.opacity-0 {
|
|
1982
2126
|
opacity: 0;
|
|
1983
2127
|
}
|
|
@@ -2065,9 +2209,28 @@ video {
|
|
|
2065
2209
|
--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
|
|
2066
2210
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2067
2211
|
}
|
|
2212
|
+
.grayscale {
|
|
2213
|
+
--tw-grayscale: grayscale(100%);
|
|
2214
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2215
|
+
}
|
|
2216
|
+
.invert {
|
|
2217
|
+
--tw-invert: invert(100%);
|
|
2218
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2219
|
+
}
|
|
2220
|
+
.sepia {
|
|
2221
|
+
--tw-sepia: sepia(100%);
|
|
2222
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2223
|
+
}
|
|
2224
|
+
.\!filter {
|
|
2225
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
2226
|
+
}
|
|
2068
2227
|
.filter {
|
|
2069
2228
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2070
2229
|
}
|
|
2230
|
+
.backdrop-filter {
|
|
2231
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
2232
|
+
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
2233
|
+
}
|
|
2071
2234
|
.transition {
|
|
2072
2235
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
2073
2236
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
@@ -2107,6 +2270,9 @@ video {
|
|
|
2107
2270
|
.duration-500 {
|
|
2108
2271
|
transition-duration: 500ms;
|
|
2109
2272
|
}
|
|
2273
|
+
.ease-in {
|
|
2274
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2275
|
+
}
|
|
2110
2276
|
.ease-in-out {
|
|
2111
2277
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2112
2278
|
}
|
|
@@ -2127,6 +2293,12 @@ video {
|
|
|
2127
2293
|
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));
|
|
2128
2294
|
}
|
|
2129
2295
|
}
|
|
2296
|
+
.zoom-in {
|
|
2297
|
+
--tw-enter-scale: 0;
|
|
2298
|
+
}
|
|
2299
|
+
.zoom-out {
|
|
2300
|
+
--tw-exit-scale: 0;
|
|
2301
|
+
}
|
|
2130
2302
|
.duration-1000 {
|
|
2131
2303
|
animation-duration: 1000ms;
|
|
2132
2304
|
}
|
|
@@ -2139,12 +2311,57 @@ video {
|
|
|
2139
2311
|
.duration-500 {
|
|
2140
2312
|
animation-duration: 500ms;
|
|
2141
2313
|
}
|
|
2314
|
+
.ease-in {
|
|
2315
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2316
|
+
}
|
|
2142
2317
|
.ease-in-out {
|
|
2143
2318
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2144
2319
|
}
|
|
2145
2320
|
.ease-out {
|
|
2146
2321
|
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2147
2322
|
}
|
|
2323
|
+
.\!running {
|
|
2324
|
+
animation-play-state: running !important;
|
|
2325
|
+
}
|
|
2326
|
+
.running {
|
|
2327
|
+
animation-play-state: running;
|
|
2328
|
+
}
|
|
2329
|
+
.paused {
|
|
2330
|
+
animation-play-state: paused;
|
|
2331
|
+
}
|
|
2332
|
+
.\[a-zA-Z0-9\:\\\\-\\\\\._\$\] {
|
|
2333
|
+
a-z-a--z0-9: \\-\\. $;
|
|
2334
|
+
}
|
|
2335
|
+
.\[hash\:base64\] {
|
|
2336
|
+
hash: base64;
|
|
2337
|
+
}
|
|
2338
|
+
.\[key\:string\] {
|
|
2339
|
+
key: string;
|
|
2340
|
+
}
|
|
2341
|
+
.\[module\:ckbox\/ckbox\~CKBoxConfig\#assetsOrigin\] {
|
|
2342
|
+
module: ckbox/ckbox~CKBoxConfig#assetsOrigin;
|
|
2343
|
+
}
|
|
2344
|
+
.\[module\:ckbox\/ckbox\~CKBoxConfig\#defaultUploadCategories\] {
|
|
2345
|
+
module: ckbox/ckbox~CKBoxConfig#defaultUploadCategories;
|
|
2346
|
+
}
|
|
2347
|
+
.\[module\:ckbox\/ckbox\~CKBoxConfig\#ignoreDataId\] {
|
|
2348
|
+
module: ckbox/ckbox~CKBoxConfig#ignoreDataId;
|
|
2349
|
+
}
|
|
2350
|
+
.\[module\:ckbox\/ckbox\~CKBoxConfig\#language\] {
|
|
2351
|
+
module: ckbox/ckbox~CKBoxConfig#language;
|
|
2352
|
+
}
|
|
2353
|
+
.\[module\:ckbox\/ckbox\~CKBoxConfig\#serviceOrigin\] {
|
|
2354
|
+
module: ckbox/ckbox~CKBoxConfig#serviceOrigin;
|
|
2355
|
+
}
|
|
2356
|
+
.\[module\:media-embed\/mediaembed\~MediaEmbedConfig\#elementName\] {
|
|
2357
|
+
module: media-embed/mediaembed~MediaEmbedConfig#elementName;
|
|
2358
|
+
}
|
|
2359
|
+
.\[module\:media-embed\/mediaembed\~MediaEmbedConfig\#previewsInData\=false\] {
|
|
2360
|
+
module: media-embed/mediaembed~MediaEmbedConfig#previewsInData=false;
|
|
2361
|
+
}
|
|
2362
|
+
.\[module\:ui\/template\~TemplateBinding\#callback\] {
|
|
2363
|
+
module: ui/template~TemplateBinding#callback;
|
|
2364
|
+
}
|
|
2148
2365
|
|
|
2149
2366
|
/* gary */
|
|
2150
2367
|
|
|
@@ -2830,8 +3047,9 @@ video {
|
|
|
2830
3047
|
background-color: hsl(var(--input));
|
|
2831
3048
|
}
|
|
2832
3049
|
|
|
2833
|
-
.data-\[placeholder\]\:text
|
|
2834
|
-
|
|
3050
|
+
.data-\[placeholder\]\:text-\[\#1A1A1A\][data-placeholder] {
|
|
3051
|
+
--tw-text-opacity: 1;
|
|
3052
|
+
color: rgb(26 26 26 / var(--tw-text-opacity, 1));
|
|
2835
3053
|
}
|
|
2836
3054
|
|
|
2837
3055
|
.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
|
|
@@ -2951,6 +3169,10 @@ video {
|
|
|
2951
3169
|
width: 24rem;
|
|
2952
3170
|
}
|
|
2953
3171
|
|
|
3172
|
+
.lg\:w-\[364px\] {
|
|
3173
|
+
width: 364px;
|
|
3174
|
+
}
|
|
3175
|
+
|
|
2954
3176
|
.lg\:grid-cols-6 {
|
|
2955
3177
|
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
2956
3178
|
}
|
package/index.esm.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export { B as BaseSwitch,
|
|
1
|
+
export { B as BaseSwitch, w as BaseTable, G as BigCalender, q as Button, X as City, C as Controller, J as CustomSelect, l as CustomUpload, $ as CustomUploadField, t as DataTable, n as DateRangePicker, H as DnDCalendar, x as Drawer, k as DropDown, D as DropImage, F as FieldLabel, Z as Fields, a1 as Form, N as FormProvider, I as InputOTPs, L as LiffContext, K as LiffProvider, R as ReactDateRange, y as Regex, a0 as Row, o as SingleDatePicker, S as Spin, s as StackCards, m as Switch, T as TabsPanel, Y as Textarea, U as UiLibrary, r as buttonVariants, P as useController, Q as useFieldArray, O as useForm, u as useFormContext, V as useFormState, M as useLiffContext, W as useWatch, v as validateMsg, A as verifyId, z as verifyTaiwanIdIntermediateString, E as verifyTaxId } from './index.esm2.js';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@iconify/react';
|
|
5
|
+
import 'react-dom';
|
|
5
6
|
import '@radix-ui/react-switch';
|
|
6
7
|
import 'clsx';
|
|
7
8
|
import 'tailwind-merge';
|
|
@@ -17,7 +18,6 @@ import 'react-date-range/dist/locale/index.js';
|
|
|
17
18
|
import 'date-fns/addDays/index.js';
|
|
18
19
|
import 'date-fns/format/index.js';
|
|
19
20
|
import '@emotion/react';
|
|
20
|
-
import 'react-dom';
|
|
21
21
|
import '@mui/material';
|
|
22
22
|
import '@radix-ui/react-select';
|
|
23
23
|
import '@radix-ui/react-icons';
|