@delta-comic/ui 0.0.7 → 0.0.9
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.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +18 -14
- package/dist/index.js +3759 -4584
- package/dist/index.js.map +1 -1
- package/dist/pack.tgz +0 -0
- package/package.json +13 -13
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1
|
|
1
|
+
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after {
|
|
@@ -83,8 +83,10 @@
|
|
|
83
83
|
|
|
84
84
|
@layer theme {
|
|
85
85
|
:root {
|
|
86
|
-
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
|
|
87
|
-
|
|
86
|
+
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
|
|
87
|
+
"Noto Color Emoji";
|
|
88
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
|
89
|
+
monospace;
|
|
88
90
|
--color-gray-200: #e5e7eb;
|
|
89
91
|
--color-white: #fff;
|
|
90
92
|
--spacing: .25rem;
|
|
@@ -110,8 +112,10 @@
|
|
|
110
112
|
}
|
|
111
113
|
|
|
112
114
|
:host {
|
|
113
|
-
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
|
|
114
|
-
|
|
115
|
+
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
|
|
116
|
+
"Noto Color Emoji";
|
|
117
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
|
118
|
+
monospace;
|
|
115
119
|
--color-gray-200: #e5e7eb;
|
|
116
120
|
--color-white: #fff;
|
|
117
121
|
--spacing: .25rem;
|
|
@@ -1345,7 +1349,7 @@ ol, ul {
|
|
|
1345
1349
|
|
|
1346
1350
|
.van-icon {
|
|
1347
1351
|
font: 14px / 1 vant-icon;
|
|
1348
|
-
font: normal normal normal 14px
|
|
1352
|
+
font: normal normal normal 14px/1 var(--van-icon-font-family, "vant-icon");
|
|
1349
1353
|
font-size: inherit;
|
|
1350
1354
|
text-rendering: auto;
|
|
1351
1355
|
-webkit-font-smoothing: antialiased;
|
|
@@ -2850,7 +2854,7 @@ ol, ul {
|
|
|
2850
2854
|
cursor: pointer;
|
|
2851
2855
|
color: var(--van-back-top-text-color);
|
|
2852
2856
|
border-radius: var(--van-radius-max);
|
|
2853
|
-
transition: var(--van-duration-base) cubic-bezier(.25
|
|
2857
|
+
transition: var(--van-duration-base) cubic-bezier(.25,.8,.5,1);
|
|
2854
2858
|
background-color: var(--van-back-top-background);
|
|
2855
2859
|
-ms-flex-pack: center;
|
|
2856
2860
|
justify-content: center;
|
|
@@ -3372,7 +3376,7 @@ ol, ul {
|
|
|
3372
3376
|
}
|
|
3373
3377
|
|
|
3374
3378
|
.van-contact-card:before {
|
|
3375
|
-
background: repeating-linear-gradient(-45deg,
|
|
3379
|
+
background: repeating-linear-gradient(-45deg,var(--van-warning-color) 0,var(--van-warning-color) 20%,transparent 0,transparent 25%,var(--van-primary-color) 0,var(--van-primary-color) 45%,transparent 0,transparent 50%);
|
|
3376
3380
|
content: "";
|
|
3377
3381
|
background-size: 80px;
|
|
3378
3382
|
height: 2px;
|
|
@@ -4363,7 +4367,7 @@ ol, ul {
|
|
|
4363
4367
|
font-size: inherit;
|
|
4364
4368
|
background: var(--van-switch-node-background);
|
|
4365
4369
|
box-shadow: var(--van-switch-node-shadow);
|
|
4366
|
-
transition: transform var(--van-switch-duration) cubic-bezier(.3,
|
|
4370
|
+
transition: transform var(--van-switch-duration) cubic-bezier(.3,1.05,.4,1.05);
|
|
4367
4371
|
border-radius: 100%;
|
|
4368
4372
|
position: absolute;
|
|
4369
4373
|
top: 2px;
|
|
@@ -4383,7 +4387,7 @@ ol, ul {
|
|
|
4383
4387
|
}
|
|
4384
4388
|
|
|
4385
4389
|
.van-switch--on .van-switch__node {
|
|
4386
|
-
transform: translate(calc(var(--van-switch-width)
|
|
4390
|
+
transform: translate(calc(var(--van-switch-width) - var(--van-switch-node-size) - 4px));
|
|
4387
4391
|
}
|
|
4388
4392
|
|
|
4389
4393
|
.van-switch--on .van-switch__loading {
|
|
@@ -6202,7 +6206,7 @@ ol, ul {
|
|
|
6202
6206
|
height: var(--van-swipe-indicator-size);
|
|
6203
6207
|
background-color: var(--van-swipe-indicator-inactive-background);
|
|
6204
6208
|
opacity: var(--van-swipe-indicator-inactive-opacity);
|
|
6205
|
-
transition: opacity var(--van-duration-fast),
|
|
6209
|
+
transition: opacity var(--van-duration-fast),background-color var(--van-duration-fast);
|
|
6206
6210
|
border-radius: 100%;
|
|
6207
6211
|
}
|
|
6208
6212
|
|
|
@@ -7681,7 +7685,7 @@ ol, ul {
|
|
|
7681
7685
|
}
|
|
7682
7686
|
|
|
7683
7687
|
.van-coupon--disabled .van-coupon-item__content {
|
|
7684
|
-
height: calc(var(--van-coupon-content-height)
|
|
7688
|
+
height: calc(var(--van-coupon-content-height) - 10px);
|
|
7685
7689
|
}
|
|
7686
7690
|
|
|
7687
7691
|
.van-coupon--disabled .van-coupon__head {
|
|
@@ -8614,7 +8618,7 @@ ol, ul {
|
|
|
8614
8618
|
.van-coupon-list__exchange {
|
|
8615
8619
|
height: var(--van-coupon-list-exchange-button-height);
|
|
8616
8620
|
font-size: var(--van-font-size-lg);
|
|
8617
|
-
line-height: calc(var(--van-coupon-list-exchange-button-height)
|
|
8621
|
+
line-height: calc(var(--van-coupon-list-exchange-button-height) - 2px);
|
|
8618
8622
|
border: 0;
|
|
8619
8623
|
-ms-flex: none;
|
|
8620
8624
|
flex: none;
|
|
@@ -8802,7 +8806,7 @@ ol, ul {
|
|
|
8802
8806
|
}
|
|
8803
8807
|
|
|
8804
8808
|
.van-dropdown-menu__bar--opened {
|
|
8805
|
-
z-index: calc(var(--van-dropdown-item-z-index)
|
|
8809
|
+
z-index: calc(var(--van-dropdown-item-z-index) + 1);
|
|
8806
8810
|
}
|
|
8807
8811
|
|
|
8808
8812
|
.van-dropdown-menu__bar--scrollable {
|