elseware-ui 3.0.15 → 3.1.1
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 +20 -20
- package/dist/index.css +214 -16
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +273 -12
- package/dist/index.d.ts +273 -12
- package/dist/index.js +654 -310
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +645 -310
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
@@ -586,6 +586,9 @@ video {
|
|
|
586
586
|
.mt-10 {
|
|
587
587
|
margin-top: 2.5rem;
|
|
588
588
|
}
|
|
589
|
+
.mt-14 {
|
|
590
|
+
margin-top: 3.5rem;
|
|
591
|
+
}
|
|
589
592
|
.mt-2 {
|
|
590
593
|
margin-top: .5rem;
|
|
591
594
|
}
|
|
@@ -709,6 +712,9 @@ video {
|
|
|
709
712
|
.h-8 {
|
|
710
713
|
height: 2rem;
|
|
711
714
|
}
|
|
715
|
+
.h-9 {
|
|
716
|
+
height: 2.25rem;
|
|
717
|
+
}
|
|
712
718
|
.h-96 {
|
|
713
719
|
height: 24rem;
|
|
714
720
|
}
|
|
@@ -842,6 +848,9 @@ video {
|
|
|
842
848
|
.min-h-\[30px\] {
|
|
843
849
|
min-height: 30px;
|
|
844
850
|
}
|
|
851
|
+
.min-h-\[40vh\] {
|
|
852
|
+
min-height: 40vh;
|
|
853
|
+
}
|
|
845
854
|
.min-h-\[50px\] {
|
|
846
855
|
min-height: 50px;
|
|
847
856
|
}
|
|
@@ -932,6 +941,9 @@ video {
|
|
|
932
941
|
.w-8 {
|
|
933
942
|
width: 2rem;
|
|
934
943
|
}
|
|
944
|
+
.w-9 {
|
|
945
|
+
width: 2.25rem;
|
|
946
|
+
}
|
|
935
947
|
.w-\[1000px\] {
|
|
936
948
|
width: 1000px;
|
|
937
949
|
}
|
|
@@ -1403,6 +1415,9 @@ video {
|
|
|
1403
1415
|
.gap-10 {
|
|
1404
1416
|
gap: 2.5rem;
|
|
1405
1417
|
}
|
|
1418
|
+
.gap-12 {
|
|
1419
|
+
gap: 3rem;
|
|
1420
|
+
}
|
|
1406
1421
|
.gap-2 {
|
|
1407
1422
|
gap: .5rem;
|
|
1408
1423
|
}
|
|
@@ -1434,6 +1449,10 @@ video {
|
|
|
1434
1449
|
-moz-column-gap: 1rem;
|
|
1435
1450
|
column-gap: 1rem;
|
|
1436
1451
|
}
|
|
1452
|
+
.gap-x-5 {
|
|
1453
|
+
-moz-column-gap: 1.25rem;
|
|
1454
|
+
column-gap: 1.25rem;
|
|
1455
|
+
}
|
|
1437
1456
|
.gap-y-2 {
|
|
1438
1457
|
row-gap: .5rem;
|
|
1439
1458
|
}
|
|
@@ -1509,6 +1528,9 @@ video {
|
|
|
1509
1528
|
.truncate {
|
|
1510
1529
|
overflow: hidden;
|
|
1511
1530
|
text-overflow: ellipsis;
|
|
1531
|
+
}
|
|
1532
|
+
.truncate,
|
|
1533
|
+
.whitespace-nowrap {
|
|
1512
1534
|
white-space: nowrap;
|
|
1513
1535
|
}
|
|
1514
1536
|
.whitespace-pre-wrap {
|
|
@@ -1686,6 +1708,9 @@ video {
|
|
|
1686
1708
|
.border-eui-dark-500\/10 {
|
|
1687
1709
|
border-color: rgba(33, 37, 41, .1);
|
|
1688
1710
|
}
|
|
1711
|
+
.border-eui-dark-500\/15 {
|
|
1712
|
+
border-color: rgba(33, 37, 41, .15);
|
|
1713
|
+
}
|
|
1689
1714
|
.border-eui-dark-500\/20 {
|
|
1690
1715
|
border-color: rgba(33, 37, 41, .2);
|
|
1691
1716
|
}
|
|
@@ -2674,6 +2699,10 @@ video {
|
|
|
2674
2699
|
padding-bottom: 2.5rem;
|
|
2675
2700
|
padding-top: 2.5rem;
|
|
2676
2701
|
}
|
|
2702
|
+
.py-16 {
|
|
2703
|
+
padding-bottom: 4rem;
|
|
2704
|
+
padding-top: 4rem;
|
|
2705
|
+
}
|
|
2677
2706
|
.py-2 {
|
|
2678
2707
|
padding-bottom: .5rem;
|
|
2679
2708
|
padding-top: .5rem;
|
|
@@ -2762,6 +2791,9 @@ video {
|
|
|
2762
2791
|
.pt-6 {
|
|
2763
2792
|
padding-top: 1.5rem;
|
|
2764
2793
|
}
|
|
2794
|
+
.pt-8 {
|
|
2795
|
+
padding-top: 2rem;
|
|
2796
|
+
}
|
|
2765
2797
|
.pt-\[60px\] {
|
|
2766
2798
|
padding-top: 60px;
|
|
2767
2799
|
}
|
|
@@ -3065,6 +3097,10 @@ video {
|
|
|
3065
3097
|
--tw-text-opacity:1;
|
|
3066
3098
|
color: rgb(52 211 153/var(--tw-text-opacity,1));
|
|
3067
3099
|
}
|
|
3100
|
+
.text-emerald-600 {
|
|
3101
|
+
--tw-text-opacity:1;
|
|
3102
|
+
color: rgb(5 150 105/var(--tw-text-opacity,1));
|
|
3103
|
+
}
|
|
3068
3104
|
.text-eui-danger-300 {
|
|
3069
3105
|
--tw-text-opacity:1;
|
|
3070
3106
|
color: rgb(234 72 85/var(--tw-text-opacity,1));
|
|
@@ -3100,6 +3136,10 @@ video {
|
|
|
3100
3136
|
--tw-text-opacity:1;
|
|
3101
3137
|
color: rgb(20 22 24/var(--tw-text-opacity,1));
|
|
3102
3138
|
}
|
|
3139
|
+
.text-eui-dark-800 {
|
|
3140
|
+
--tw-text-opacity:1;
|
|
3141
|
+
color: rgb(13 14 16/var(--tw-text-opacity,1));
|
|
3142
|
+
}
|
|
3103
3143
|
.text-eui-dark-900 {
|
|
3104
3144
|
--tw-text-opacity:1;
|
|
3105
3145
|
color: rgb(7 7 8/var(--tw-text-opacity,1));
|
|
@@ -3949,6 +3989,10 @@ video {
|
|
|
3949
3989
|
.hover\:bg-black\/80:hover {
|
|
3950
3990
|
background-color: rgba(0, 0, 0, .8);
|
|
3951
3991
|
}
|
|
3992
|
+
.hover\:bg-emerald-500:hover {
|
|
3993
|
+
--tw-bg-opacity:1;
|
|
3994
|
+
background-color: rgb(16 185 129/var(--tw-bg-opacity,1));
|
|
3995
|
+
}
|
|
3952
3996
|
.hover\:bg-eui-danger-500\/10:hover {
|
|
3953
3997
|
background-color: rgba(220, 53, 69, .1);
|
|
3954
3998
|
}
|
|
@@ -3973,6 +4017,9 @@ video {
|
|
|
3973
4017
|
.hover\:bg-eui-dark-500\/20:hover {
|
|
3974
4018
|
background-color: rgba(33, 37, 41, .2);
|
|
3975
4019
|
}
|
|
4020
|
+
.hover\:bg-eui-dark-500\/5:hover {
|
|
4021
|
+
background-color: rgba(33, 37, 41, .05);
|
|
4022
|
+
}
|
|
3976
4023
|
.hover\:bg-eui-info-500\/10:hover {
|
|
3977
4024
|
background-color: rgba(13, 202, 240, .1);
|
|
3978
4025
|
}
|
|
@@ -4242,6 +4289,9 @@ video {
|
|
|
4242
4289
|
.focus-visible\:outline-blue-400:focus-visible {
|
|
4243
4290
|
outline-color: #60a5fa;
|
|
4244
4291
|
}
|
|
4292
|
+
.focus-visible\:outline-current:focus-visible {
|
|
4293
|
+
outline-color: currentColor;
|
|
4294
|
+
}
|
|
4245
4295
|
.active\:scale-95:active {
|
|
4246
4296
|
--tw-scale-x:.95;
|
|
4247
4297
|
--tw-scale-y:.95;
|
|
@@ -4345,6 +4395,12 @@ video {
|
|
|
4345
4395
|
.dark\:border-eui-light-500\/10:is(.dark *) {
|
|
4346
4396
|
border-color: rgba(248, 249, 250, .1);
|
|
4347
4397
|
}
|
|
4398
|
+
.dark\:border-eui-light-600\/15:is(.dark *) {
|
|
4399
|
+
border-color: hsla(210, 2%, 78%, .15);
|
|
4400
|
+
}
|
|
4401
|
+
.dark\:border-eui-light-600\/30:is(.dark *) {
|
|
4402
|
+
border-color: hsla(210, 2%, 78%, .3);
|
|
4403
|
+
}
|
|
4348
4404
|
.dark\:border-eui-primary-400:is(.dark *) {
|
|
4349
4405
|
--tw-border-opacity:1;
|
|
4350
4406
|
border-color: rgb(76 86 115/var(--tw-border-opacity,1));
|
|
@@ -4506,6 +4562,9 @@ video {
|
|
|
4506
4562
|
.dark\:bg-eui-info-500\/20:is(.dark *) {
|
|
4507
4563
|
background-color: rgba(13, 202, 240, .2);
|
|
4508
4564
|
}
|
|
4565
|
+
.dark\:bg-eui-light-600\/10:is(.dark *) {
|
|
4566
|
+
background-color: hsla(210, 2%, 78%, .1);
|
|
4567
|
+
}
|
|
4509
4568
|
.dark\:bg-eui-primary-300\/10:is(.dark *) {
|
|
4510
4569
|
background-color: rgba(112, 122, 147, .1);
|
|
4511
4570
|
}
|
|
@@ -4629,6 +4688,10 @@ video {
|
|
|
4629
4688
|
.dark\:to-transparent:is(.dark *) {
|
|
4630
4689
|
--tw-gradient-to:transparent var(--tw-gradient-to-position);
|
|
4631
4690
|
}
|
|
4691
|
+
.dark\:text-amber-400:is(.dark *) {
|
|
4692
|
+
--tw-text-opacity:1;
|
|
4693
|
+
color: rgb(251 191 36/var(--tw-text-opacity,1));
|
|
4694
|
+
}
|
|
4632
4695
|
.dark\:text-blue-100:is(.dark *) {
|
|
4633
4696
|
--tw-text-opacity:1;
|
|
4634
4697
|
color: rgb(219 234 254/var(--tw-text-opacity,1));
|
|
@@ -4637,6 +4700,10 @@ video {
|
|
|
4637
4700
|
--tw-text-opacity:1;
|
|
4638
4701
|
color: rgb(96 165 250/var(--tw-text-opacity,1));
|
|
4639
4702
|
}
|
|
4703
|
+
.dark\:text-emerald-300:is(.dark *) {
|
|
4704
|
+
--tw-text-opacity:1;
|
|
4705
|
+
color: rgb(110 231 183/var(--tw-text-opacity,1));
|
|
4706
|
+
}
|
|
4640
4707
|
.dark\:text-eui-danger-300:is(.dark *) {
|
|
4641
4708
|
--tw-text-opacity:1;
|
|
4642
4709
|
color: rgb(234 72 85/var(--tw-text-opacity,1));
|
|
@@ -4686,6 +4753,14 @@ video {
|
|
|
4686
4753
|
--tw-text-opacity:1;
|
|
4687
4754
|
color: rgb(198 199 200/var(--tw-text-opacity,1));
|
|
4688
4755
|
}
|
|
4756
|
+
.dark\:text-eui-light-700:is(.dark *) {
|
|
4757
|
+
--tw-text-opacity:1;
|
|
4758
|
+
color: rgb(148 149 150/var(--tw-text-opacity,1));
|
|
4759
|
+
}
|
|
4760
|
+
.dark\:text-eui-light-800:is(.dark *) {
|
|
4761
|
+
--tw-text-opacity:1;
|
|
4762
|
+
color: rgb(98 98 99/var(--tw-text-opacity,1));
|
|
4763
|
+
}
|
|
4689
4764
|
.dark\:text-eui-primary-300:is(.dark *) {
|
|
4690
4765
|
--tw-text-opacity:1;
|
|
4691
4766
|
color: rgb(112 122 147/var(--tw-text-opacity,1));
|
|
@@ -4881,6 +4956,9 @@ video {
|
|
|
4881
4956
|
--tw-bg-opacity:1;
|
|
4882
4957
|
background-color: rgb(64 69 71/var(--tw-bg-opacity,1));
|
|
4883
4958
|
}
|
|
4959
|
+
.dark\:hover\:bg-eui-light-600\/10:hover:is(.dark *) {
|
|
4960
|
+
background-color: hsla(210, 2%, 78%, .1);
|
|
4961
|
+
}
|
|
4884
4962
|
.dark\:hover\:bg-gray-100:hover:is(.dark *) {
|
|
4885
4963
|
--tw-bg-opacity:1;
|
|
4886
4964
|
background-color: rgb(243 244 246/var(--tw-bg-opacity,1));
|
|
@@ -4960,6 +5038,12 @@ video {
|
|
|
4960
5038
|
.sm\:grid-cols-2 {
|
|
4961
5039
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
4962
5040
|
}
|
|
5041
|
+
.sm\:grid-cols-3 {
|
|
5042
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
5043
|
+
}
|
|
5044
|
+
.sm\:grid-cols-4 {
|
|
5045
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
5046
|
+
}
|
|
4963
5047
|
.sm\:flex-row {
|
|
4964
5048
|
flex-direction: row;
|
|
4965
5049
|
}
|
|
@@ -4984,6 +5068,19 @@ video {
|
|
|
4984
5068
|
.md\:flex-row {
|
|
4985
5069
|
flex-direction: row;
|
|
4986
5070
|
}
|
|
5071
|
+
.md\:items-center {
|
|
5072
|
+
align-items: center;
|
|
5073
|
+
}
|
|
5074
|
+
.md\:justify-end {
|
|
5075
|
+
justify-content: flex-end;
|
|
5076
|
+
}
|
|
5077
|
+
.md\:justify-between {
|
|
5078
|
+
justify-content: space-between;
|
|
5079
|
+
}
|
|
5080
|
+
.md\:px-10 {
|
|
5081
|
+
padding-left: 2.5rem;
|
|
5082
|
+
padding-right: 2.5rem;
|
|
5083
|
+
}
|
|
4987
5084
|
.md\:pl-\[300px\] {
|
|
4988
5085
|
padding-left: 300px;
|
|
4989
5086
|
}
|
|
@@ -4992,12 +5089,18 @@ video {
|
|
|
4992
5089
|
.lg\:sticky {
|
|
4993
5090
|
position: sticky;
|
|
4994
5091
|
}
|
|
5092
|
+
.lg\:col-span-3 {
|
|
5093
|
+
grid-column: span 3/span 3;
|
|
5094
|
+
}
|
|
4995
5095
|
.lg\:block {
|
|
4996
5096
|
display: block;
|
|
4997
5097
|
}
|
|
4998
5098
|
.lg\:grid-cols-2 {
|
|
4999
5099
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
5000
5100
|
}
|
|
5101
|
+
.lg\:grid-cols-4 {
|
|
5102
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
5103
|
+
}
|
|
5001
5104
|
.lg\:grid-cols-\[16rem_minmax\(0\,1fr\)\] {
|
|
5002
5105
|
grid-template-columns: 16rem minmax(0, 1fr);
|
|
5003
5106
|
}
|
|
@@ -5025,6 +5128,10 @@ video {
|
|
|
5025
5128
|
.lg\:self-start {
|
|
5026
5129
|
align-self: flex-start;
|
|
5027
5130
|
}
|
|
5131
|
+
.lg\:px-16 {
|
|
5132
|
+
padding-left: 4rem;
|
|
5133
|
+
padding-right: 4rem;
|
|
5134
|
+
}
|
|
5028
5135
|
.lg\:px-8 {
|
|
5029
5136
|
padding-left: 2rem;
|
|
5030
5137
|
padding-right: 2rem;
|
|
@@ -5472,14 +5579,6 @@ video {
|
|
|
5472
5579
|
--tw-text-opacity:1;
|
|
5473
5580
|
color: rgb(198 199 200/var(--tw-text-opacity,1));
|
|
5474
5581
|
}
|
|
5475
|
-
.eui-text-lg {
|
|
5476
|
-
--tw-text-opacity:1;
|
|
5477
|
-
color: rgb(13 14 16/var(--tw-text-opacity,1));
|
|
5478
|
-
}
|
|
5479
|
-
.eui-text-lg:is(.dark *) {
|
|
5480
|
-
--tw-text-opacity:1;
|
|
5481
|
-
color: rgb(98 98 99/var(--tw-text-opacity,1));
|
|
5482
|
-
}
|
|
5483
5582
|
.eui-text-md {
|
|
5484
5583
|
--tw-text-opacity:1;
|
|
5485
5584
|
color: rgb(26 29 32/var(--tw-text-opacity,1));
|
|
@@ -5765,6 +5864,9 @@ video {
|
|
|
5765
5864
|
.mt-10 {
|
|
5766
5865
|
margin-top: 2.5rem;
|
|
5767
5866
|
}
|
|
5867
|
+
.mt-14 {
|
|
5868
|
+
margin-top: 3.5rem;
|
|
5869
|
+
}
|
|
5768
5870
|
.mt-2 {
|
|
5769
5871
|
margin-top: .5rem;
|
|
5770
5872
|
}
|
|
@@ -5888,6 +5990,9 @@ video {
|
|
|
5888
5990
|
.h-8 {
|
|
5889
5991
|
height: 2rem;
|
|
5890
5992
|
}
|
|
5993
|
+
.h-9 {
|
|
5994
|
+
height: 2.25rem;
|
|
5995
|
+
}
|
|
5891
5996
|
.h-96 {
|
|
5892
5997
|
height: 24rem;
|
|
5893
5998
|
}
|
|
@@ -6021,6 +6126,9 @@ video {
|
|
|
6021
6126
|
.min-h-\[30px\] {
|
|
6022
6127
|
min-height: 30px;
|
|
6023
6128
|
}
|
|
6129
|
+
.min-h-\[40vh\] {
|
|
6130
|
+
min-height: 40vh;
|
|
6131
|
+
}
|
|
6024
6132
|
.min-h-\[50px\] {
|
|
6025
6133
|
min-height: 50px;
|
|
6026
6134
|
}
|
|
@@ -6111,6 +6219,9 @@ video {
|
|
|
6111
6219
|
.w-8 {
|
|
6112
6220
|
width: 2rem;
|
|
6113
6221
|
}
|
|
6222
|
+
.w-9 {
|
|
6223
|
+
width: 2.25rem;
|
|
6224
|
+
}
|
|
6114
6225
|
.w-\[1000px\] {
|
|
6115
6226
|
width: 1000px;
|
|
6116
6227
|
}
|
|
@@ -6582,6 +6693,9 @@ video {
|
|
|
6582
6693
|
.gap-10 {
|
|
6583
6694
|
gap: 2.5rem;
|
|
6584
6695
|
}
|
|
6696
|
+
.gap-12 {
|
|
6697
|
+
gap: 3rem;
|
|
6698
|
+
}
|
|
6585
6699
|
.gap-2 {
|
|
6586
6700
|
gap: .5rem;
|
|
6587
6701
|
}
|
|
@@ -6613,6 +6727,10 @@ video {
|
|
|
6613
6727
|
-moz-column-gap: 1rem;
|
|
6614
6728
|
column-gap: 1rem;
|
|
6615
6729
|
}
|
|
6730
|
+
.gap-x-5 {
|
|
6731
|
+
-moz-column-gap: 1.25rem;
|
|
6732
|
+
column-gap: 1.25rem;
|
|
6733
|
+
}
|
|
6616
6734
|
.gap-y-2 {
|
|
6617
6735
|
row-gap: .5rem;
|
|
6618
6736
|
}
|
|
@@ -6688,6 +6806,9 @@ video {
|
|
|
6688
6806
|
.truncate {
|
|
6689
6807
|
overflow: hidden;
|
|
6690
6808
|
text-overflow: ellipsis;
|
|
6809
|
+
}
|
|
6810
|
+
.truncate,
|
|
6811
|
+
.whitespace-nowrap {
|
|
6691
6812
|
white-space: nowrap;
|
|
6692
6813
|
}
|
|
6693
6814
|
.whitespace-pre-wrap {
|
|
@@ -6865,6 +6986,9 @@ video {
|
|
|
6865
6986
|
.border-eui-dark-500\/10 {
|
|
6866
6987
|
border-color: rgba(33, 37, 41, .1);
|
|
6867
6988
|
}
|
|
6989
|
+
.border-eui-dark-500\/15 {
|
|
6990
|
+
border-color: rgba(33, 37, 41, .15);
|
|
6991
|
+
}
|
|
6868
6992
|
.border-eui-dark-500\/20 {
|
|
6869
6993
|
border-color: rgba(33, 37, 41, .2);
|
|
6870
6994
|
}
|
|
@@ -7853,6 +7977,10 @@ video {
|
|
|
7853
7977
|
padding-bottom: 2.5rem;
|
|
7854
7978
|
padding-top: 2.5rem;
|
|
7855
7979
|
}
|
|
7980
|
+
.py-16 {
|
|
7981
|
+
padding-bottom: 4rem;
|
|
7982
|
+
padding-top: 4rem;
|
|
7983
|
+
}
|
|
7856
7984
|
.py-2 {
|
|
7857
7985
|
padding-bottom: .5rem;
|
|
7858
7986
|
padding-top: .5rem;
|
|
@@ -7941,6 +8069,9 @@ video {
|
|
|
7941
8069
|
.pt-6 {
|
|
7942
8070
|
padding-top: 1.5rem;
|
|
7943
8071
|
}
|
|
8072
|
+
.pt-8 {
|
|
8073
|
+
padding-top: 2rem;
|
|
8074
|
+
}
|
|
7944
8075
|
.pt-\[60px\] {
|
|
7945
8076
|
padding-top: 60px;
|
|
7946
8077
|
}
|
|
@@ -8244,6 +8375,10 @@ video {
|
|
|
8244
8375
|
--tw-text-opacity:1;
|
|
8245
8376
|
color: rgb(52 211 153/var(--tw-text-opacity,1));
|
|
8246
8377
|
}
|
|
8378
|
+
.text-emerald-600 {
|
|
8379
|
+
--tw-text-opacity:1;
|
|
8380
|
+
color: rgb(5 150 105/var(--tw-text-opacity,1));
|
|
8381
|
+
}
|
|
8247
8382
|
.text-eui-danger-300 {
|
|
8248
8383
|
--tw-text-opacity:1;
|
|
8249
8384
|
color: rgb(234 72 85/var(--tw-text-opacity,1));
|
|
@@ -8279,6 +8414,10 @@ video {
|
|
|
8279
8414
|
--tw-text-opacity:1;
|
|
8280
8415
|
color: rgb(20 22 24/var(--tw-text-opacity,1));
|
|
8281
8416
|
}
|
|
8417
|
+
.text-eui-dark-800 {
|
|
8418
|
+
--tw-text-opacity:1;
|
|
8419
|
+
color: rgb(13 14 16/var(--tw-text-opacity,1));
|
|
8420
|
+
}
|
|
8282
8421
|
.text-eui-dark-900 {
|
|
8283
8422
|
--tw-text-opacity:1;
|
|
8284
8423
|
color: rgb(7 7 8/var(--tw-text-opacity,1));
|
|
@@ -8936,14 +9075,6 @@ video {
|
|
|
8936
9075
|
--tw-text-opacity:1;
|
|
8937
9076
|
color: rgb(198 199 200/var(--tw-text-opacity,1));
|
|
8938
9077
|
}
|
|
8939
|
-
.hover\:eui-text-lg:hover {
|
|
8940
|
-
--tw-text-opacity:1;
|
|
8941
|
-
color: rgb(13 14 16/var(--tw-text-opacity,1));
|
|
8942
|
-
}
|
|
8943
|
-
.hover\:eui-text-lg:hover:is(.dark *) {
|
|
8944
|
-
--tw-text-opacity:1;
|
|
8945
|
-
color: rgb(98 98 99/var(--tw-text-opacity,1));
|
|
8946
|
-
}
|
|
8947
9078
|
.placeholder\:text-gray-400::-moz-placeholder {
|
|
8948
9079
|
--tw-text-opacity:1;
|
|
8949
9080
|
color: rgb(156 163 175/var(--tw-text-opacity,1));
|
|
@@ -9213,6 +9344,10 @@ video {
|
|
|
9213
9344
|
.hover\:bg-black\/80:hover {
|
|
9214
9345
|
background-color: rgba(0, 0, 0, .8);
|
|
9215
9346
|
}
|
|
9347
|
+
.hover\:bg-emerald-500:hover {
|
|
9348
|
+
--tw-bg-opacity:1;
|
|
9349
|
+
background-color: rgb(16 185 129/var(--tw-bg-opacity,1));
|
|
9350
|
+
}
|
|
9216
9351
|
.hover\:bg-eui-danger-500\/10:hover {
|
|
9217
9352
|
background-color: rgba(220, 53, 69, .1);
|
|
9218
9353
|
}
|
|
@@ -9237,6 +9372,9 @@ video {
|
|
|
9237
9372
|
.hover\:bg-eui-dark-500\/20:hover {
|
|
9238
9373
|
background-color: rgba(33, 37, 41, .2);
|
|
9239
9374
|
}
|
|
9375
|
+
.hover\:bg-eui-dark-500\/5:hover {
|
|
9376
|
+
background-color: rgba(33, 37, 41, .05);
|
|
9377
|
+
}
|
|
9240
9378
|
.hover\:bg-eui-info-500\/10:hover {
|
|
9241
9379
|
background-color: rgba(13, 202, 240, .1);
|
|
9242
9380
|
}
|
|
@@ -9506,6 +9644,9 @@ video {
|
|
|
9506
9644
|
.focus-visible\:outline-blue-400:focus-visible {
|
|
9507
9645
|
outline-color: #60a5fa;
|
|
9508
9646
|
}
|
|
9647
|
+
.focus-visible\:outline-current:focus-visible {
|
|
9648
|
+
outline-color: currentColor;
|
|
9649
|
+
}
|
|
9509
9650
|
.active\:scale-95:active {
|
|
9510
9651
|
--tw-scale-x:.95;
|
|
9511
9652
|
--tw-scale-y:.95;
|
|
@@ -9609,6 +9750,12 @@ video {
|
|
|
9609
9750
|
.dark\:border-eui-light-500\/10:is(.dark *) {
|
|
9610
9751
|
border-color: rgba(248, 249, 250, .1);
|
|
9611
9752
|
}
|
|
9753
|
+
.dark\:border-eui-light-600\/15:is(.dark *) {
|
|
9754
|
+
border-color: hsla(210, 2%, 78%, .15);
|
|
9755
|
+
}
|
|
9756
|
+
.dark\:border-eui-light-600\/30:is(.dark *) {
|
|
9757
|
+
border-color: hsla(210, 2%, 78%, .3);
|
|
9758
|
+
}
|
|
9612
9759
|
.dark\:border-eui-primary-400:is(.dark *) {
|
|
9613
9760
|
--tw-border-opacity:1;
|
|
9614
9761
|
border-color: rgb(76 86 115/var(--tw-border-opacity,1));
|
|
@@ -9770,6 +9917,9 @@ video {
|
|
|
9770
9917
|
.dark\:bg-eui-info-500\/20:is(.dark *) {
|
|
9771
9918
|
background-color: rgba(13, 202, 240, .2);
|
|
9772
9919
|
}
|
|
9920
|
+
.dark\:bg-eui-light-600\/10:is(.dark *) {
|
|
9921
|
+
background-color: hsla(210, 2%, 78%, .1);
|
|
9922
|
+
}
|
|
9773
9923
|
.dark\:bg-eui-primary-300\/10:is(.dark *) {
|
|
9774
9924
|
background-color: rgba(112, 122, 147, .1);
|
|
9775
9925
|
}
|
|
@@ -9893,6 +10043,10 @@ video {
|
|
|
9893
10043
|
.dark\:to-transparent:is(.dark *) {
|
|
9894
10044
|
--tw-gradient-to:transparent var(--tw-gradient-to-position);
|
|
9895
10045
|
}
|
|
10046
|
+
.dark\:text-amber-400:is(.dark *) {
|
|
10047
|
+
--tw-text-opacity:1;
|
|
10048
|
+
color: rgb(251 191 36/var(--tw-text-opacity,1));
|
|
10049
|
+
}
|
|
9896
10050
|
.dark\:text-blue-100:is(.dark *) {
|
|
9897
10051
|
--tw-text-opacity:1;
|
|
9898
10052
|
color: rgb(219 234 254/var(--tw-text-opacity,1));
|
|
@@ -9901,6 +10055,10 @@ video {
|
|
|
9901
10055
|
--tw-text-opacity:1;
|
|
9902
10056
|
color: rgb(96 165 250/var(--tw-text-opacity,1));
|
|
9903
10057
|
}
|
|
10058
|
+
.dark\:text-emerald-300:is(.dark *) {
|
|
10059
|
+
--tw-text-opacity:1;
|
|
10060
|
+
color: rgb(110 231 183/var(--tw-text-opacity,1));
|
|
10061
|
+
}
|
|
9904
10062
|
.dark\:text-eui-danger-300:is(.dark *) {
|
|
9905
10063
|
--tw-text-opacity:1;
|
|
9906
10064
|
color: rgb(234 72 85/var(--tw-text-opacity,1));
|
|
@@ -9950,6 +10108,14 @@ video {
|
|
|
9950
10108
|
--tw-text-opacity:1;
|
|
9951
10109
|
color: rgb(198 199 200/var(--tw-text-opacity,1));
|
|
9952
10110
|
}
|
|
10111
|
+
.dark\:text-eui-light-700:is(.dark *) {
|
|
10112
|
+
--tw-text-opacity:1;
|
|
10113
|
+
color: rgb(148 149 150/var(--tw-text-opacity,1));
|
|
10114
|
+
}
|
|
10115
|
+
.dark\:text-eui-light-800:is(.dark *) {
|
|
10116
|
+
--tw-text-opacity:1;
|
|
10117
|
+
color: rgb(98 98 99/var(--tw-text-opacity,1));
|
|
10118
|
+
}
|
|
9953
10119
|
.dark\:text-eui-primary-300:is(.dark *) {
|
|
9954
10120
|
--tw-text-opacity:1;
|
|
9955
10121
|
color: rgb(112 122 147/var(--tw-text-opacity,1));
|
|
@@ -10145,6 +10311,9 @@ video {
|
|
|
10145
10311
|
--tw-bg-opacity:1;
|
|
10146
10312
|
background-color: rgb(64 69 71/var(--tw-bg-opacity,1));
|
|
10147
10313
|
}
|
|
10314
|
+
.dark\:hover\:bg-eui-light-600\/10:hover:is(.dark *) {
|
|
10315
|
+
background-color: hsla(210, 2%, 78%, .1);
|
|
10316
|
+
}
|
|
10148
10317
|
.dark\:hover\:bg-gray-100:hover:is(.dark *) {
|
|
10149
10318
|
--tw-bg-opacity:1;
|
|
10150
10319
|
background-color: rgb(243 244 246/var(--tw-bg-opacity,1));
|
|
@@ -10224,6 +10393,12 @@ video {
|
|
|
10224
10393
|
.sm\:grid-cols-2 {
|
|
10225
10394
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
10226
10395
|
}
|
|
10396
|
+
.sm\:grid-cols-3 {
|
|
10397
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
10398
|
+
}
|
|
10399
|
+
.sm\:grid-cols-4 {
|
|
10400
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
10401
|
+
}
|
|
10227
10402
|
.sm\:flex-row {
|
|
10228
10403
|
flex-direction: row;
|
|
10229
10404
|
}
|
|
@@ -10248,6 +10423,19 @@ video {
|
|
|
10248
10423
|
.md\:flex-row {
|
|
10249
10424
|
flex-direction: row;
|
|
10250
10425
|
}
|
|
10426
|
+
.md\:items-center {
|
|
10427
|
+
align-items: center;
|
|
10428
|
+
}
|
|
10429
|
+
.md\:justify-end {
|
|
10430
|
+
justify-content: flex-end;
|
|
10431
|
+
}
|
|
10432
|
+
.md\:justify-between {
|
|
10433
|
+
justify-content: space-between;
|
|
10434
|
+
}
|
|
10435
|
+
.md\:px-10 {
|
|
10436
|
+
padding-left: 2.5rem;
|
|
10437
|
+
padding-right: 2.5rem;
|
|
10438
|
+
}
|
|
10251
10439
|
.md\:pl-\[300px\] {
|
|
10252
10440
|
padding-left: 300px;
|
|
10253
10441
|
}
|
|
@@ -10256,12 +10444,18 @@ video {
|
|
|
10256
10444
|
.lg\:sticky {
|
|
10257
10445
|
position: sticky;
|
|
10258
10446
|
}
|
|
10447
|
+
.lg\:col-span-3 {
|
|
10448
|
+
grid-column: span 3/span 3;
|
|
10449
|
+
}
|
|
10259
10450
|
.lg\:block {
|
|
10260
10451
|
display: block;
|
|
10261
10452
|
}
|
|
10262
10453
|
.lg\:grid-cols-2 {
|
|
10263
10454
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
10264
10455
|
}
|
|
10456
|
+
.lg\:grid-cols-4 {
|
|
10457
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
10458
|
+
}
|
|
10265
10459
|
.lg\:grid-cols-\[16rem_minmax\(0\,1fr\)\] {
|
|
10266
10460
|
grid-template-columns: 16rem minmax(0, 1fr);
|
|
10267
10461
|
}
|
|
@@ -10289,6 +10483,10 @@ video {
|
|
|
10289
10483
|
.lg\:self-start {
|
|
10290
10484
|
align-self: flex-start;
|
|
10291
10485
|
}
|
|
10486
|
+
.lg\:px-16 {
|
|
10487
|
+
padding-left: 4rem;
|
|
10488
|
+
padding-right: 4rem;
|
|
10489
|
+
}
|
|
10292
10490
|
.lg\:px-8 {
|
|
10293
10491
|
padding-left: 2rem;
|
|
10294
10492
|
padding-right: 2rem;
|