@docyrus/ui-pro-ai-assistant 0.0.8 → 0.1.0
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/dist/index.js +17995 -18759
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -39
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -351,9 +351,6 @@
|
|
|
351
351
|
.right-4 {
|
|
352
352
|
right: calc(var(--spacing) * 4);
|
|
353
353
|
}
|
|
354
|
-
.right-12 {
|
|
355
|
-
right: calc(var(--spacing) * 12);
|
|
356
|
-
}
|
|
357
354
|
.right-20 {
|
|
358
355
|
right: calc(var(--spacing) * 20);
|
|
359
356
|
}
|
|
@@ -462,9 +459,6 @@
|
|
|
462
459
|
.z-50 {
|
|
463
460
|
z-index: 50;
|
|
464
461
|
}
|
|
465
|
-
.z-99 {
|
|
466
|
-
z-index: 99;
|
|
467
|
-
}
|
|
468
462
|
.z-100 {
|
|
469
463
|
z-index: 100;
|
|
470
464
|
}
|
|
@@ -1713,10 +1707,6 @@
|
|
|
1713
1707
|
--tw-translate-y: calc(-50% - 2px);
|
|
1714
1708
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1715
1709
|
}
|
|
1716
|
-
.scale-x-\[-1\] {
|
|
1717
|
-
--tw-scale-x: -1;
|
|
1718
|
-
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
1719
|
-
}
|
|
1720
1710
|
.rotate-0 {
|
|
1721
1711
|
rotate: 0deg;
|
|
1722
1712
|
}
|
|
@@ -2363,12 +2353,6 @@
|
|
|
2363
2353
|
background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
|
|
2364
2354
|
}
|
|
2365
2355
|
}
|
|
2366
|
-
.bg-black\/30 {
|
|
2367
|
-
background-color: color-mix(in srgb, #000 30%, transparent);
|
|
2368
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2369
|
-
background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
|
|
2370
|
-
}
|
|
2371
|
-
}
|
|
2372
2356
|
.bg-black\/40 {
|
|
2373
2357
|
background-color: color-mix(in srgb, #000 40%, transparent);
|
|
2374
2358
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -7375,11 +7359,6 @@
|
|
|
7375
7359
|
}
|
|
7376
7360
|
}
|
|
7377
7361
|
}
|
|
7378
|
-
.\@3xl\:block {
|
|
7379
|
-
@container (width >= 48rem) {
|
|
7380
|
-
display: block;
|
|
7381
|
-
}
|
|
7382
|
-
}
|
|
7383
7362
|
.\@3xl\:flex {
|
|
7384
7363
|
@container (width >= 48rem) {
|
|
7385
7364
|
display: flex;
|
|
@@ -9160,21 +9139,6 @@
|
|
|
9160
9139
|
inherits: false;
|
|
9161
9140
|
initial-value: 0;
|
|
9162
9141
|
}
|
|
9163
|
-
@property --tw-scale-x {
|
|
9164
|
-
syntax: "*";
|
|
9165
|
-
inherits: false;
|
|
9166
|
-
initial-value: 1;
|
|
9167
|
-
}
|
|
9168
|
-
@property --tw-scale-y {
|
|
9169
|
-
syntax: "*";
|
|
9170
|
-
inherits: false;
|
|
9171
|
-
initial-value: 1;
|
|
9172
|
-
}
|
|
9173
|
-
@property --tw-scale-z {
|
|
9174
|
-
syntax: "*";
|
|
9175
|
-
inherits: false;
|
|
9176
|
-
initial-value: 1;
|
|
9177
|
-
}
|
|
9178
9142
|
@property --tw-rotate-x {
|
|
9179
9143
|
syntax: "*";
|
|
9180
9144
|
inherits: false;
|
|
@@ -9493,9 +9457,6 @@
|
|
|
9493
9457
|
--tw-translate-x: 0;
|
|
9494
9458
|
--tw-translate-y: 0;
|
|
9495
9459
|
--tw-translate-z: 0;
|
|
9496
|
-
--tw-scale-x: 1;
|
|
9497
|
-
--tw-scale-y: 1;
|
|
9498
|
-
--tw-scale-z: 1;
|
|
9499
9460
|
--tw-rotate-x: initial;
|
|
9500
9461
|
--tw-rotate-y: initial;
|
|
9501
9462
|
--tw-rotate-z: initial;
|
package/package.json
CHANGED