elseware-ui 3.0.2 → 3.0.4
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 +30 -12
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +15 -5
- package/dist/index.d.ts +15 -5
- package/dist/index.js +487 -257
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +486 -257
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.d.mts +2 -2
- package/dist/index.native.d.ts +2 -2
- package/dist/index.native.js +71 -52
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +71 -52
- package/dist/index.native.mjs.map +1 -1
- package/dist/{resolveGlobalConfigs-CL-Puk7Y.d.mts → resolveGlobalConfigs-PbcnVEZr.d.mts} +3 -1
- package/dist/{resolveGlobalConfigs-CL-Puk7Y.d.ts → resolveGlobalConfigs-PbcnVEZr.d.ts} +3 -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
|
@@ -408,6 +408,9 @@ video {
|
|
|
408
408
|
.bottom-1 {
|
|
409
409
|
bottom: .25rem;
|
|
410
410
|
}
|
|
411
|
+
.bottom-2 {
|
|
412
|
+
bottom: .5rem;
|
|
413
|
+
}
|
|
411
414
|
.bottom-3 {
|
|
412
415
|
bottom: .75rem;
|
|
413
416
|
}
|
|
@@ -453,6 +456,9 @@ video {
|
|
|
453
456
|
.top-12 {
|
|
454
457
|
top: 3rem;
|
|
455
458
|
}
|
|
459
|
+
.top-2 {
|
|
460
|
+
top: .5rem;
|
|
461
|
+
}
|
|
456
462
|
.top-20 {
|
|
457
463
|
top: 5rem;
|
|
458
464
|
}
|
|
@@ -1114,12 +1120,6 @@ video {
|
|
|
1114
1120
|
.max-w-\[180px\] {
|
|
1115
1121
|
max-width: 180px;
|
|
1116
1122
|
}
|
|
1117
|
-
.max-w-\[360px\] {
|
|
1118
|
-
max-width: 360px;
|
|
1119
|
-
}
|
|
1120
|
-
.max-w-\[400px\] {
|
|
1121
|
-
max-width: 400px;
|
|
1122
|
-
}
|
|
1123
1123
|
.max-w-\[500px\] {
|
|
1124
1124
|
max-width: 500px;
|
|
1125
1125
|
}
|
|
@@ -1989,6 +1989,9 @@ video {
|
|
|
1989
1989
|
.bg-black\/50 {
|
|
1990
1990
|
background-color: rgba(0, 0, 0, .5);
|
|
1991
1991
|
}
|
|
1992
|
+
.bg-black\/60 {
|
|
1993
|
+
background-color: rgba(0, 0, 0, .6);
|
|
1994
|
+
}
|
|
1992
1995
|
.bg-black\/75 {
|
|
1993
1996
|
background-color: rgba(0, 0, 0, .75);
|
|
1994
1997
|
}
|
|
@@ -3950,6 +3953,9 @@ video {
|
|
|
3950
3953
|
.hover\:border-white\/20:hover {
|
|
3951
3954
|
border-color: hsla(0, 0%, 100%, .2);
|
|
3952
3955
|
}
|
|
3956
|
+
.hover\:bg-black\/80:hover {
|
|
3957
|
+
background-color: rgba(0, 0, 0, .8);
|
|
3958
|
+
}
|
|
3953
3959
|
.hover\:bg-eui-danger-500\/10:hover {
|
|
3954
3960
|
background-color: rgba(220, 53, 69, .1);
|
|
3955
3961
|
}
|
|
@@ -4237,6 +4243,9 @@ video {
|
|
|
4237
4243
|
--tw-scale-y:.95;
|
|
4238
4244
|
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));
|
|
4239
4245
|
}
|
|
4246
|
+
.active\:cursor-grabbing:active {
|
|
4247
|
+
cursor: grabbing;
|
|
4248
|
+
}
|
|
4240
4249
|
.active\:opacity-80:active {
|
|
4241
4250
|
opacity: .8;
|
|
4242
4251
|
}
|
|
@@ -5554,6 +5563,9 @@ video {
|
|
|
5554
5563
|
.bottom-1 {
|
|
5555
5564
|
bottom: .25rem;
|
|
5556
5565
|
}
|
|
5566
|
+
.bottom-2 {
|
|
5567
|
+
bottom: .5rem;
|
|
5568
|
+
}
|
|
5557
5569
|
.bottom-3 {
|
|
5558
5570
|
bottom: .75rem;
|
|
5559
5571
|
}
|
|
@@ -5599,6 +5611,9 @@ video {
|
|
|
5599
5611
|
.top-12 {
|
|
5600
5612
|
top: 3rem;
|
|
5601
5613
|
}
|
|
5614
|
+
.top-2 {
|
|
5615
|
+
top: .5rem;
|
|
5616
|
+
}
|
|
5602
5617
|
.top-20 {
|
|
5603
5618
|
top: 5rem;
|
|
5604
5619
|
}
|
|
@@ -6260,12 +6275,6 @@ video {
|
|
|
6260
6275
|
.max-w-\[180px\] {
|
|
6261
6276
|
max-width: 180px;
|
|
6262
6277
|
}
|
|
6263
|
-
.max-w-\[360px\] {
|
|
6264
|
-
max-width: 360px;
|
|
6265
|
-
}
|
|
6266
|
-
.max-w-\[400px\] {
|
|
6267
|
-
max-width: 400px;
|
|
6268
|
-
}
|
|
6269
6278
|
.max-w-\[500px\] {
|
|
6270
6279
|
max-width: 500px;
|
|
6271
6280
|
}
|
|
@@ -7135,6 +7144,9 @@ video {
|
|
|
7135
7144
|
.bg-black\/50 {
|
|
7136
7145
|
background-color: rgba(0, 0, 0, .5);
|
|
7137
7146
|
}
|
|
7147
|
+
.bg-black\/60 {
|
|
7148
|
+
background-color: rgba(0, 0, 0, .6);
|
|
7149
|
+
}
|
|
7138
7150
|
.bg-black\/75 {
|
|
7139
7151
|
background-color: rgba(0, 0, 0, .75);
|
|
7140
7152
|
}
|
|
@@ -9181,6 +9193,9 @@ video {
|
|
|
9181
9193
|
.hover\:border-white\/20:hover {
|
|
9182
9194
|
border-color: hsla(0, 0%, 100%, .2);
|
|
9183
9195
|
}
|
|
9196
|
+
.hover\:bg-black\/80:hover {
|
|
9197
|
+
background-color: rgba(0, 0, 0, .8);
|
|
9198
|
+
}
|
|
9184
9199
|
.hover\:bg-eui-danger-500\/10:hover {
|
|
9185
9200
|
background-color: rgba(220, 53, 69, .1);
|
|
9186
9201
|
}
|
|
@@ -9468,6 +9483,9 @@ video {
|
|
|
9468
9483
|
--tw-scale-y:.95;
|
|
9469
9484
|
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));
|
|
9470
9485
|
}
|
|
9486
|
+
.active\:cursor-grabbing:active {
|
|
9487
|
+
cursor: grabbing;
|
|
9488
|
+
}
|
|
9471
9489
|
.active\:opacity-80:active {
|
|
9472
9490
|
opacity: .8;
|
|
9473
9491
|
}
|