elseware-ui 3.0.5 → 3.0.7

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/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 elseware Technology
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1
+ MIT License
2
+
3
+ Copyright (c) 2026 elseware Technology
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
package/dist/index.css CHANGED
@@ -405,9 +405,6 @@ video {
405
405
  .bottom-0 {
406
406
  bottom: 0;
407
407
  }
408
- .bottom-1 {
409
- bottom: .25rem;
410
- }
411
408
  .bottom-2 {
412
409
  bottom: .5rem;
413
410
  }
@@ -462,9 +459,6 @@ video {
462
459
  .top-20 {
463
460
  top: 5rem;
464
461
  }
465
- .top-3 {
466
- top: .75rem;
467
- }
468
462
  .top-4 {
469
463
  top: 1rem;
470
464
  }
@@ -474,18 +468,9 @@ video {
474
468
  .top-\[0\.35em\] {
475
469
  top: .35em;
476
470
  }
477
- .top-\[0\.7px\] {
478
- top: .7px;
479
- }
480
- .top-\[13px\] {
481
- top: 13px;
482
- }
483
471
  .top-\[18px\] {
484
472
  top: 18px;
485
473
  }
486
- .top-\[2px\] {
487
- top: 2px;
488
- }
489
474
  .top-full {
490
475
  top: 100%;
491
476
  }
@@ -800,6 +785,9 @@ video {
800
785
  .max-h-\[520px\] {
801
786
  max-height: 520px;
802
787
  }
788
+ .max-h-\[70\%\] {
789
+ max-height: 70%;
790
+ }
803
791
  .min-h-0 {
804
792
  min-height: 0;
805
793
  }
@@ -809,12 +797,18 @@ video {
809
797
  .min-h-11 {
810
798
  min-height: 2.75rem;
811
799
  }
800
+ .min-h-12 {
801
+ min-height: 3rem;
802
+ }
812
803
  .min-h-14 {
813
804
  min-height: 3.5rem;
814
805
  }
815
806
  .min-h-3 {
816
807
  min-height: .75rem;
817
808
  }
809
+ .min-h-32 {
810
+ min-height: 8rem;
811
+ }
818
812
  .min-h-4 {
819
813
  min-height: 1rem;
820
814
  }
@@ -842,9 +836,6 @@ video {
842
836
  .min-h-\[30px\] {
843
837
  min-height: 30px;
844
838
  }
845
- .min-h-\[3rem\] {
846
- min-height: 3rem;
847
- }
848
839
  .min-h-\[50px\] {
849
840
  min-height: 50px;
850
841
  }
@@ -938,9 +929,6 @@ video {
938
929
  .w-\[1000px\] {
939
930
  width: 1000px;
940
931
  }
941
- .w-\[100px\] {
942
- width: 100px;
943
- }
944
932
  .w-\[14px\] {
945
933
  width: 14px;
946
934
  }
@@ -1019,6 +1007,9 @@ video {
1019
1007
  .w-\[calc\(100\%-2rem\)\] {
1020
1008
  width: calc(100% - 2rem);
1021
1009
  }
1010
+ .w-auto {
1011
+ width: auto;
1012
+ }
1022
1013
  .w-fit {
1023
1014
  width: -moz-fit-content;
1024
1015
  width: fit-content;
@@ -1156,12 +1147,14 @@ video {
1156
1147
  .flex-1 {
1157
1148
  flex: 1 1 0%;
1158
1149
  }
1159
- .flex-shrink-0,
1160
- .shrink-0 {
1150
+ .flex-shrink-0 {
1161
1151
  flex-shrink: 0;
1162
1152
  }
1163
- .flex-grow {
1164
- flex-grow: 1;
1153
+ .shrink {
1154
+ flex-shrink: 1;
1155
+ }
1156
+ .shrink-0 {
1157
+ flex-shrink: 0;
1165
1158
  }
1166
1159
  .border-collapse {
1167
1160
  border-collapse: collapse;
@@ -1492,6 +1485,9 @@ video {
1492
1485
  .overflow-hidden {
1493
1486
  overflow: hidden;
1494
1487
  }
1488
+ .overflow-visible {
1489
+ overflow: visible;
1490
+ }
1495
1491
  .overflow-x-auto {
1496
1492
  overflow-x: auto;
1497
1493
  }
@@ -1563,9 +1559,6 @@ video {
1563
1559
  .rounded-none {
1564
1560
  border-radius: 0;
1565
1561
  }
1566
- .rounded-sm {
1567
- border-radius: .125rem;
1568
- }
1569
1562
  .rounded-xl {
1570
1563
  border-radius: .75rem;
1571
1564
  }
@@ -2103,6 +2096,9 @@ video {
2103
2096
  --tw-bg-opacity:1;
2104
2097
  background-color: rgb(0 3 13/var(--tw-bg-opacity,1));
2105
2098
  }
2099
+ .bg-eui-secondary-50\/70 {
2100
+ background-color: rgba(230, 255, 204, .7);
2101
+ }
2106
2102
  .bg-eui-secondary-500 {
2107
2103
  --tw-bg-opacity:1;
2108
2104
  background-color: rgb(76 217 0/var(--tw-bg-opacity,1));
@@ -2689,10 +2685,6 @@ video {
2689
2685
  padding-bottom: 1rem;
2690
2686
  padding-top: 1rem;
2691
2687
  }
2692
- .py-5 {
2693
- padding-bottom: 1.25rem;
2694
- padding-top: 1.25rem;
2695
- }
2696
2688
  .py-6 {
2697
2689
  padding-bottom: 1.5rem;
2698
2690
  padding-top: 1.5rem;
@@ -2723,6 +2715,12 @@ video {
2723
2715
  .pb-6 {
2724
2716
  padding-bottom: 1.5rem;
2725
2717
  }
2718
+ .pb-7 {
2719
+ padding-bottom: 1.75rem;
2720
+ }
2721
+ .pb-8 {
2722
+ padding-bottom: 2rem;
2723
+ }
2726
2724
  .pl-0 {
2727
2725
  padding-left: 0;
2728
2726
  }
@@ -2747,9 +2745,6 @@ video {
2747
2745
  .pt-2 {
2748
2746
  padding-top: .5rem;
2749
2747
  }
2750
- .pt-3 {
2751
- padding-top: .75rem;
2752
- }
2753
2748
  .pt-3\.5 {
2754
2749
  padding-top: .875rem;
2755
2750
  }
@@ -3076,10 +3071,6 @@ video {
3076
3071
  --tw-text-opacity:1;
3077
3072
  color: rgb(130 31 41/var(--tw-text-opacity,1));
3078
3073
  }
3079
- .text-eui-dark-100 {
3080
- --tw-text-opacity:1;
3081
- color: rgb(134 138 141/var(--tw-text-opacity,1));
3082
- }
3083
3074
  .text-eui-dark-200 {
3084
3075
  --tw-text-opacity:1;
3085
3076
  color: rgb(111 115 118/var(--tw-text-opacity,1));
@@ -3095,10 +3086,6 @@ video {
3095
3086
  .text-eui-dark-500\/70 {
3096
3087
  color: rgba(33, 37, 41, .7);
3097
3088
  }
3098
- .text-eui-dark-600 {
3099
- --tw-text-opacity:1;
3100
- color: rgb(26 29 32/var(--tw-text-opacity,1));
3101
- }
3102
3089
  .text-eui-dark-700 {
3103
3090
  --tw-text-opacity:1;
3104
3091
  color: rgb(20 22 24/var(--tw-text-opacity,1));
@@ -3381,14 +3368,6 @@ video {
3381
3368
  .underline-offset-4 {
3382
3369
  text-underline-offset: 4px;
3383
3370
  }
3384
- .placeholder-eui-dark-200::-moz-placeholder {
3385
- --tw-placeholder-opacity:1;
3386
- color: rgb(111 115 118/var(--tw-placeholder-opacity,1));
3387
- }
3388
- .placeholder-eui-dark-200::placeholder {
3389
- --tw-placeholder-opacity:1;
3390
- color: rgb(111 115 118/var(--tw-placeholder-opacity,1));
3391
- }
3392
3371
  .placeholder-transparent::-moz-placeholder {
3393
3372
  color: transparent;
3394
3373
  }
@@ -3862,10 +3841,6 @@ video {
3862
3841
  .placeholder-shown\:p-3:placeholder-shown {
3863
3842
  padding: .75rem;
3864
3843
  }
3865
- .focus-within\:border-eui-secondary-500:focus-within {
3866
- --tw-border-opacity:1;
3867
- border-color: rgb(76 217 0/var(--tw-border-opacity,1));
3868
- }
3869
3844
  .hover\:-translate-y-0\.5:hover {
3870
3845
  --tw-translate-y:-0.125rem;
3871
3846
  }
@@ -4191,9 +4166,6 @@ video {
4191
4166
  content: var(--tw-content);
4192
4167
  width: 100%;
4193
4168
  }
4194
- .focus\:resize-none:focus {
4195
- resize: none;
4196
- }
4197
4169
  .focus\:border-blue-500:focus {
4198
4170
  --tw-border-opacity:1;
4199
4171
  border-color: rgb(59 130 246/var(--tw-border-opacity,1));
@@ -4290,20 +4262,6 @@ video {
4290
4262
  --tw-border-opacity:1;
4291
4263
  border-color: rgb(255 255 255/var(--tw-border-opacity,1));
4292
4264
  }
4293
- .peer:-moz-placeholder ~ .peer-placeholder-shown\:top-3 {
4294
- top: .75rem;
4295
- }
4296
- .peer:placeholder-shown ~ .peer-placeholder-shown\:top-3 {
4297
- top: .75rem;
4298
- }
4299
- .peer:-moz-placeholder ~ .peer-placeholder-shown\:text-base {
4300
- font-size: 1rem;
4301
- line-height: 1.5rem;
4302
- }
4303
- .peer:placeholder-shown ~ .peer-placeholder-shown\:text-base {
4304
- font-size: 1rem;
4305
- line-height: 1.5rem;
4306
- }
4307
4265
  .peer:focus ~ .peer-focus\:outline-none {
4308
4266
  outline: 2px solid transparent;
4309
4267
  outline-offset: 2px;
@@ -5560,9 +5518,6 @@ video {
5560
5518
  .bottom-0 {
5561
5519
  bottom: 0;
5562
5520
  }
5563
- .bottom-1 {
5564
- bottom: .25rem;
5565
- }
5566
5521
  .bottom-2 {
5567
5522
  bottom: .5rem;
5568
5523
  }
@@ -5617,9 +5572,6 @@ video {
5617
5572
  .top-20 {
5618
5573
  top: 5rem;
5619
5574
  }
5620
- .top-3 {
5621
- top: .75rem;
5622
- }
5623
5575
  .top-4 {
5624
5576
  top: 1rem;
5625
5577
  }
@@ -5629,18 +5581,9 @@ video {
5629
5581
  .top-\[0\.35em\] {
5630
5582
  top: .35em;
5631
5583
  }
5632
- .top-\[0\.7px\] {
5633
- top: .7px;
5634
- }
5635
- .top-\[13px\] {
5636
- top: 13px;
5637
- }
5638
5584
  .top-\[18px\] {
5639
5585
  top: 18px;
5640
5586
  }
5641
- .top-\[2px\] {
5642
- top: 2px;
5643
- }
5644
5587
  .top-full {
5645
5588
  top: 100%;
5646
5589
  }
@@ -5955,6 +5898,9 @@ video {
5955
5898
  .max-h-\[520px\] {
5956
5899
  max-height: 520px;
5957
5900
  }
5901
+ .max-h-\[70\%\] {
5902
+ max-height: 70%;
5903
+ }
5958
5904
  .min-h-0 {
5959
5905
  min-height: 0;
5960
5906
  }
@@ -5964,12 +5910,18 @@ video {
5964
5910
  .min-h-11 {
5965
5911
  min-height: 2.75rem;
5966
5912
  }
5913
+ .min-h-12 {
5914
+ min-height: 3rem;
5915
+ }
5967
5916
  .min-h-14 {
5968
5917
  min-height: 3.5rem;
5969
5918
  }
5970
5919
  .min-h-3 {
5971
5920
  min-height: .75rem;
5972
5921
  }
5922
+ .min-h-32 {
5923
+ min-height: 8rem;
5924
+ }
5973
5925
  .min-h-4 {
5974
5926
  min-height: 1rem;
5975
5927
  }
@@ -5997,9 +5949,6 @@ video {
5997
5949
  .min-h-\[30px\] {
5998
5950
  min-height: 30px;
5999
5951
  }
6000
- .min-h-\[3rem\] {
6001
- min-height: 3rem;
6002
- }
6003
5952
  .min-h-\[50px\] {
6004
5953
  min-height: 50px;
6005
5954
  }
@@ -6093,9 +6042,6 @@ video {
6093
6042
  .w-\[1000px\] {
6094
6043
  width: 1000px;
6095
6044
  }
6096
- .w-\[100px\] {
6097
- width: 100px;
6098
- }
6099
6045
  .w-\[14px\] {
6100
6046
  width: 14px;
6101
6047
  }
@@ -6174,6 +6120,9 @@ video {
6174
6120
  .w-\[calc\(100\%-2rem\)\] {
6175
6121
  width: calc(100% - 2rem);
6176
6122
  }
6123
+ .w-auto {
6124
+ width: auto;
6125
+ }
6177
6126
  .w-fit {
6178
6127
  width: -moz-fit-content;
6179
6128
  width: fit-content;
@@ -6311,12 +6260,14 @@ video {
6311
6260
  .flex-1 {
6312
6261
  flex: 1 1 0%;
6313
6262
  }
6314
- .flex-shrink-0,
6315
- .shrink-0 {
6263
+ .flex-shrink-0 {
6316
6264
  flex-shrink: 0;
6317
6265
  }
6318
- .flex-grow {
6319
- flex-grow: 1;
6266
+ .shrink {
6267
+ flex-shrink: 1;
6268
+ }
6269
+ .shrink-0 {
6270
+ flex-shrink: 0;
6320
6271
  }
6321
6272
  .border-collapse {
6322
6273
  border-collapse: collapse;
@@ -6647,6 +6598,9 @@ video {
6647
6598
  .overflow-hidden {
6648
6599
  overflow: hidden;
6649
6600
  }
6601
+ .overflow-visible {
6602
+ overflow: visible;
6603
+ }
6650
6604
  .overflow-x-auto {
6651
6605
  overflow-x: auto;
6652
6606
  }
@@ -6718,9 +6672,6 @@ video {
6718
6672
  .rounded-none {
6719
6673
  border-radius: 0;
6720
6674
  }
6721
- .rounded-sm {
6722
- border-radius: .125rem;
6723
- }
6724
6675
  .rounded-xl {
6725
6676
  border-radius: .75rem;
6726
6677
  }
@@ -7258,6 +7209,9 @@ video {
7258
7209
  --tw-bg-opacity:1;
7259
7210
  background-color: rgb(0 3 13/var(--tw-bg-opacity,1));
7260
7211
  }
7212
+ .bg-eui-secondary-50\/70 {
7213
+ background-color: rgba(230, 255, 204, .7);
7214
+ }
7261
7215
  .bg-eui-secondary-500 {
7262
7216
  --tw-bg-opacity:1;
7263
7217
  background-color: rgb(76 217 0/var(--tw-bg-opacity,1));
@@ -7844,10 +7798,6 @@ video {
7844
7798
  padding-bottom: 1rem;
7845
7799
  padding-top: 1rem;
7846
7800
  }
7847
- .py-5 {
7848
- padding-bottom: 1.25rem;
7849
- padding-top: 1.25rem;
7850
- }
7851
7801
  .py-6 {
7852
7802
  padding-bottom: 1.5rem;
7853
7803
  padding-top: 1.5rem;
@@ -7878,6 +7828,12 @@ video {
7878
7828
  .pb-6 {
7879
7829
  padding-bottom: 1.5rem;
7880
7830
  }
7831
+ .pb-7 {
7832
+ padding-bottom: 1.75rem;
7833
+ }
7834
+ .pb-8 {
7835
+ padding-bottom: 2rem;
7836
+ }
7881
7837
  .pl-0 {
7882
7838
  padding-left: 0;
7883
7839
  }
@@ -7902,9 +7858,6 @@ video {
7902
7858
  .pt-2 {
7903
7859
  padding-top: .5rem;
7904
7860
  }
7905
- .pt-3 {
7906
- padding-top: .75rem;
7907
- }
7908
7861
  .pt-3\.5 {
7909
7862
  padding-top: .875rem;
7910
7863
  }
@@ -8231,10 +8184,6 @@ video {
8231
8184
  --tw-text-opacity:1;
8232
8185
  color: rgb(130 31 41/var(--tw-text-opacity,1));
8233
8186
  }
8234
- .text-eui-dark-100 {
8235
- --tw-text-opacity:1;
8236
- color: rgb(134 138 141/var(--tw-text-opacity,1));
8237
- }
8238
8187
  .text-eui-dark-200 {
8239
8188
  --tw-text-opacity:1;
8240
8189
  color: rgb(111 115 118/var(--tw-text-opacity,1));
@@ -8250,10 +8199,6 @@ video {
8250
8199
  .text-eui-dark-500\/70 {
8251
8200
  color: rgba(33, 37, 41, .7);
8252
8201
  }
8253
- .text-eui-dark-600 {
8254
- --tw-text-opacity:1;
8255
- color: rgb(26 29 32/var(--tw-text-opacity,1));
8256
- }
8257
8202
  .text-eui-dark-700 {
8258
8203
  --tw-text-opacity:1;
8259
8204
  color: rgb(20 22 24/var(--tw-text-opacity,1));
@@ -8536,14 +8481,6 @@ video {
8536
8481
  .underline-offset-4 {
8537
8482
  text-underline-offset: 4px;
8538
8483
  }
8539
- .placeholder-eui-dark-200::-moz-placeholder {
8540
- --tw-placeholder-opacity:1;
8541
- color: rgb(111 115 118/var(--tw-placeholder-opacity,1));
8542
- }
8543
- .placeholder-eui-dark-200::placeholder {
8544
- --tw-placeholder-opacity:1;
8545
- color: rgb(111 115 118/var(--tw-placeholder-opacity,1));
8546
- }
8547
8484
  .placeholder-transparent::-moz-placeholder {
8548
8485
  color: transparent;
8549
8486
  }
@@ -9102,10 +9039,6 @@ video {
9102
9039
  .placeholder-shown\:p-3:placeholder-shown {
9103
9040
  padding: .75rem;
9104
9041
  }
9105
- .focus-within\:border-eui-secondary-500:focus-within {
9106
- --tw-border-opacity:1;
9107
- border-color: rgb(76 217 0/var(--tw-border-opacity,1));
9108
- }
9109
9042
  .hover\:-translate-y-0\.5:hover {
9110
9043
  --tw-translate-y:-0.125rem;
9111
9044
  }
@@ -9431,9 +9364,6 @@ video {
9431
9364
  content: var(--tw-content);
9432
9365
  width: 100%;
9433
9366
  }
9434
- .focus\:resize-none:focus {
9435
- resize: none;
9436
- }
9437
9367
  .focus\:border-blue-500:focus {
9438
9368
  --tw-border-opacity:1;
9439
9369
  border-color: rgb(59 130 246/var(--tw-border-opacity,1));
@@ -9530,20 +9460,6 @@ video {
9530
9460
  --tw-border-opacity:1;
9531
9461
  border-color: rgb(255 255 255/var(--tw-border-opacity,1));
9532
9462
  }
9533
- .peer:-moz-placeholder ~ .peer-placeholder-shown\:top-3 {
9534
- top: .75rem;
9535
- }
9536
- .peer:placeholder-shown ~ .peer-placeholder-shown\:top-3 {
9537
- top: .75rem;
9538
- }
9539
- .peer:-moz-placeholder ~ .peer-placeholder-shown\:text-base {
9540
- font-size: 1rem;
9541
- line-height: 1.5rem;
9542
- }
9543
- .peer:placeholder-shown ~ .peer-placeholder-shown\:text-base {
9544
- font-size: 1rem;
9545
- line-height: 1.5rem;
9546
- }
9547
9463
  .peer:focus ~ .peer-focus\:outline-none {
9548
9464
  outline: 2px solid transparent;
9549
9465
  outline-offset: 2px;