@sunggang/ui-lib 0.3.24 → 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/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 {
@@ -834,9 +836,6 @@ video {
834
836
  .mt-5 {
835
837
  margin-top: 1.25rem;
836
838
  }
837
- .mt-9 {
838
- margin-top: 2.25rem;
839
- }
840
839
  .\!block {
841
840
  display: block !important;
842
841
  }
@@ -952,6 +951,9 @@ video {
952
951
  .h-\[22px\] {
953
952
  height: 22px;
954
953
  }
954
+ .h-\[330px\] {
955
+ height: 330px;
956
+ }
955
957
  .h-\[44px\] {
956
958
  height: 44px;
957
959
  }
@@ -1025,6 +1027,9 @@ video {
1025
1027
  .w-8 {
1026
1028
  width: 2rem;
1027
1029
  }
1030
+ .w-80 {
1031
+ width: 20rem;
1032
+ }
1028
1033
  .w-9 {
1029
1034
  width: 2.25rem;
1030
1035
  }
@@ -1295,6 +1300,9 @@ video {
1295
1300
  .rounded {
1296
1301
  border-radius: 0.25rem;
1297
1302
  }
1303
+ .rounded-2xl {
1304
+ border-radius: 1rem;
1305
+ }
1298
1306
  .rounded-\[10px\] {
1299
1307
  border-radius: 10px;
1300
1308
  }
@@ -1316,6 +1324,10 @@ video {
1316
1324
  .rounded-xl {
1317
1325
  border-radius: 0.75rem;
1318
1326
  }
1327
+ .rounded-r-2xl {
1328
+ border-top-right-radius: 1rem;
1329
+ border-bottom-right-radius: 1rem;
1330
+ }
1319
1331
  .rounded-r-lg {
1320
1332
  border-top-right-radius: var(--radius);
1321
1333
  border-bottom-right-radius: var(--radius);
@@ -1359,9 +1371,16 @@ video {
1359
1371
  .border-dashed {
1360
1372
  border-style: dashed;
1361
1373
  }
1374
+ .border-\[\#000000A6\] {
1375
+ border-color: #000000A6;
1376
+ }
1362
1377
  .border-\[\#17340929\] {
1363
1378
  border-color: #17340929;
1364
1379
  }
1380
+ .border-\[\#266B6A\] {
1381
+ --tw-border-opacity: 1;
1382
+ border-color: rgb(38 107 106 / var(--tw-border-opacity, 1));
1383
+ }
1365
1384
  .border-\[\#656565\] {
1366
1385
  --tw-border-opacity: 1;
1367
1386
  border-color: rgb(101 101 101 / var(--tw-border-opacity, 1));
@@ -1370,6 +1389,10 @@ video {
1370
1389
  --tw-border-opacity: 1;
1371
1390
  border-color: rgb(119 119 119 / var(--tw-border-opacity, 1));
1372
1391
  }
1392
+ .border-\[\#B4B4B4\] {
1393
+ --tw-border-opacity: 1;
1394
+ border-color: rgb(180 180 180 / var(--tw-border-opacity, 1));
1395
+ }
1373
1396
  .border-\[\#B8B8B8\] {
1374
1397
  --tw-border-opacity: 1;
1375
1398
  border-color: rgb(184 184 184 / var(--tw-border-opacity, 1));
@@ -1777,6 +1800,9 @@ video {
1777
1800
  .pt-2 {
1778
1801
  padding-top: 0.5rem;
1779
1802
  }
1803
+ .pt-4 {
1804
+ padding-top: 1rem;
1805
+ }
1780
1806
  .pt-8 {
1781
1807
  padding-top: 2rem;
1782
1808
  }
@@ -1874,6 +1900,9 @@ video {
1874
1900
  .tracking-widest {
1875
1901
  letter-spacing: 0.1em;
1876
1902
  }
1903
+ .text-\[\#000000A6\] {
1904
+ color: #000000A6;
1905
+ }
1877
1906
  .text-\[\#000000\] {
1878
1907
  --tw-text-opacity: 1;
1879
1908
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
@@ -3018,8 +3047,9 @@ video {
3018
3047
  background-color: hsl(var(--input));
3019
3048
  }
3020
3049
 
3021
- .data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
3022
- color: hsl(var(--muted-foreground));
3050
+ .data-\[placeholder\]\:text-\[\#1A1A1A\][data-placeholder] {
3051
+ --tw-text-opacity: 1;
3052
+ color: rgb(26 26 26 / var(--tw-text-opacity, 1));
3023
3053
  }
3024
3054
 
3025
3055
  .data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
@@ -3139,6 +3169,10 @@ video {
3139
3169
  width: 24rem;
3140
3170
  }
3141
3171
 
3172
+ .lg\:w-\[364px\] {
3173
+ width: 364px;
3174
+ }
3175
+
3142
3176
  .lg\:grid-cols-6 {
3143
3177
  grid-template-columns: repeat(6, minmax(0, 1fr));
3144
3178
  }
package/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- export { B as BaseSwitch, w as BaseTable, G as BigCalender, q as Button, P as City, C as Controller, J as CustomSelect, l as CustomUpload, W as CustomUploadField, t as DataTable, n as DateRangePicker, H as DnDCalendar, x as Drawer, k as DropDown, D as DropImage, F as FieldLabel, V as Fields, Y as Form, N as FormProvider, I as InputOTPs, L as LiffContext, K as LiffProvider, R as ReactDateRange, y as Regex, X as Row, o as SingleDatePicker, S as Spin, s as StackCards, m as Switch, T as TabsPanel, Q as Textarea, U as UiLibrary, r as buttonVariants, O as useForm, u as useFormContext, M as useLiffContext, v as validateMsg, A as verifyId, z as verifyTaiwanIdIntermediateString, E as verifyTaxId } from './index.esm2.js';
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';