@delta-comic/ui 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/LICENSE +661 -661
- package/README.md +41 -41
- package/dist/dark.css +446 -0
- package/dist/index.cjs +58 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +26 -18
- package/dist/index.js +8284 -6530
- package/dist/index.js.map +1 -1
- package/dist/index2.cjs.map +1 -1
- package/dist/index2.js.map +1 -1
- package/dist/lib/components/DcMarkdown/index.vue.d.ts +12 -0
- package/dist/lib/index.d.ts +2 -1
- package/dist/light.css +446 -0
- package/dist/pack.tgz +0 -0
- package/package.json +16 -12
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;
|
|
@@ -105,13 +107,15 @@
|
|
|
105
107
|
|
|
106
108
|
@supports (color: lab(0% 0 0)) {
|
|
107
109
|
:root {
|
|
108
|
-
--color-gray-200: lab(91.6229% -.
|
|
110
|
+
--color-gray-200: lab(91.6229% -.159085 -2.26791);
|
|
109
111
|
}
|
|
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;
|
|
@@ -132,7 +136,7 @@
|
|
|
132
136
|
|
|
133
137
|
@supports (color: lab(0% 0 0)) {
|
|
134
138
|
:host {
|
|
135
|
-
--color-gray-200: lab(91.6229% -.
|
|
139
|
+
--color-gray-200: lab(91.6229% -.159085 -2.26791);
|
|
136
140
|
}
|
|
137
141
|
}
|
|
138
142
|
}
|
|
@@ -500,6 +504,10 @@
|
|
|
500
504
|
position: relative;
|
|
501
505
|
}
|
|
502
506
|
|
|
507
|
+
.static {
|
|
508
|
+
position: static;
|
|
509
|
+
}
|
|
510
|
+
|
|
503
511
|
.top-0 {
|
|
504
512
|
top: calc(var(--spacing) * 0);
|
|
505
513
|
}
|
|
@@ -1345,7 +1353,7 @@ ol, ul {
|
|
|
1345
1353
|
|
|
1346
1354
|
.van-icon {
|
|
1347
1355
|
font: 14px / 1 vant-icon;
|
|
1348
|
-
font: normal normal normal 14px
|
|
1356
|
+
font: normal normal normal 14px/1 var(--van-icon-font-family, "vant-icon");
|
|
1349
1357
|
font-size: inherit;
|
|
1350
1358
|
text-rendering: auto;
|
|
1351
1359
|
-webkit-font-smoothing: antialiased;
|
|
@@ -2850,7 +2858,7 @@ ol, ul {
|
|
|
2850
2858
|
cursor: pointer;
|
|
2851
2859
|
color: var(--van-back-top-text-color);
|
|
2852
2860
|
border-radius: var(--van-radius-max);
|
|
2853
|
-
transition: var(--van-duration-base) cubic-bezier(.25
|
|
2861
|
+
transition: var(--van-duration-base) cubic-bezier(.25,.8,.5,1);
|
|
2854
2862
|
background-color: var(--van-back-top-background);
|
|
2855
2863
|
-ms-flex-pack: center;
|
|
2856
2864
|
justify-content: center;
|
|
@@ -3372,7 +3380,7 @@ ol, ul {
|
|
|
3372
3380
|
}
|
|
3373
3381
|
|
|
3374
3382
|
.van-contact-card:before {
|
|
3375
|
-
background: repeating-linear-gradient(-45deg,
|
|
3383
|
+
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
3384
|
content: "";
|
|
3377
3385
|
background-size: 80px;
|
|
3378
3386
|
height: 2px;
|
|
@@ -4363,7 +4371,7 @@ ol, ul {
|
|
|
4363
4371
|
font-size: inherit;
|
|
4364
4372
|
background: var(--van-switch-node-background);
|
|
4365
4373
|
box-shadow: var(--van-switch-node-shadow);
|
|
4366
|
-
transition: transform var(--van-switch-duration) cubic-bezier(.3,
|
|
4374
|
+
transition: transform var(--van-switch-duration) cubic-bezier(.3,1.05,.4,1.05);
|
|
4367
4375
|
border-radius: 100%;
|
|
4368
4376
|
position: absolute;
|
|
4369
4377
|
top: 2px;
|
|
@@ -4383,7 +4391,7 @@ ol, ul {
|
|
|
4383
4391
|
}
|
|
4384
4392
|
|
|
4385
4393
|
.van-switch--on .van-switch__node {
|
|
4386
|
-
transform: translate(calc(var(--van-switch-width)
|
|
4394
|
+
transform: translate(calc(var(--van-switch-width) - var(--van-switch-node-size) - 4px));
|
|
4387
4395
|
}
|
|
4388
4396
|
|
|
4389
4397
|
.van-switch--on .van-switch__loading {
|
|
@@ -6202,7 +6210,7 @@ ol, ul {
|
|
|
6202
6210
|
height: var(--van-swipe-indicator-size);
|
|
6203
6211
|
background-color: var(--van-swipe-indicator-inactive-background);
|
|
6204
6212
|
opacity: var(--van-swipe-indicator-inactive-opacity);
|
|
6205
|
-
transition: opacity var(--van-duration-fast),
|
|
6213
|
+
transition: opacity var(--van-duration-fast),background-color var(--van-duration-fast);
|
|
6206
6214
|
border-radius: 100%;
|
|
6207
6215
|
}
|
|
6208
6216
|
|
|
@@ -7681,7 +7689,7 @@ ol, ul {
|
|
|
7681
7689
|
}
|
|
7682
7690
|
|
|
7683
7691
|
.van-coupon--disabled .van-coupon-item__content {
|
|
7684
|
-
height: calc(var(--van-coupon-content-height)
|
|
7692
|
+
height: calc(var(--van-coupon-content-height) - 10px);
|
|
7685
7693
|
}
|
|
7686
7694
|
|
|
7687
7695
|
.van-coupon--disabled .van-coupon__head {
|
|
@@ -8614,7 +8622,7 @@ ol, ul {
|
|
|
8614
8622
|
.van-coupon-list__exchange {
|
|
8615
8623
|
height: var(--van-coupon-list-exchange-button-height);
|
|
8616
8624
|
font-size: var(--van-font-size-lg);
|
|
8617
|
-
line-height: calc(var(--van-coupon-list-exchange-button-height)
|
|
8625
|
+
line-height: calc(var(--van-coupon-list-exchange-button-height) - 2px);
|
|
8618
8626
|
border: 0;
|
|
8619
8627
|
-ms-flex: none;
|
|
8620
8628
|
flex: none;
|
|
@@ -8802,7 +8810,7 @@ ol, ul {
|
|
|
8802
8810
|
}
|
|
8803
8811
|
|
|
8804
8812
|
.van-dropdown-menu__bar--opened {
|
|
8805
|
-
z-index: calc(var(--van-dropdown-item-z-index)
|
|
8813
|
+
z-index: calc(var(--van-dropdown-item-z-index) + 1);
|
|
8806
8814
|
}
|
|
8807
8815
|
|
|
8808
8816
|
.van-dropdown-menu__bar--scrollable {
|
|
@@ -12364,8 +12372,8 @@ ol, ul {
|
|
|
12364
12372
|
opacity: .3125;
|
|
12365
12373
|
transform: rotate(360deg);
|
|
12366
12374
|
}
|
|
12367
|
-
[data-v-
|
|
12368
|
-
font-size: var(--
|
|
12375
|
+
[data-v-ec0c06d2] .van-loading__text {
|
|
12376
|
+
font-size: var(--v1479078b);
|
|
12369
12377
|
margin-left: 2px;
|
|
12370
12378
|
}
|
|
12371
12379
|
:root {
|