@delta-comic/ui 0.0.9 → 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 +8 -4
- package/dist/index.js +5119 -2540
- 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 +8 -4
package/dist/index.css
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
|
|
108
108
|
@supports (color: lab(0% 0 0)) {
|
|
109
109
|
:root {
|
|
110
|
-
--color-gray-200: lab(91.6229% -.
|
|
110
|
+
--color-gray-200: lab(91.6229% -.159085 -2.26791);
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
|
|
137
137
|
@supports (color: lab(0% 0 0)) {
|
|
138
138
|
:host {
|
|
139
|
-
--color-gray-200: lab(91.6229% -.
|
|
139
|
+
--color-gray-200: lab(91.6229% -.159085 -2.26791);
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
}
|
|
@@ -504,6 +504,10 @@
|
|
|
504
504
|
position: relative;
|
|
505
505
|
}
|
|
506
506
|
|
|
507
|
+
.static {
|
|
508
|
+
position: static;
|
|
509
|
+
}
|
|
510
|
+
|
|
507
511
|
.top-0 {
|
|
508
512
|
top: calc(var(--spacing) * 0);
|
|
509
513
|
}
|
|
@@ -12368,8 +12372,8 @@ ol, ul {
|
|
|
12368
12372
|
opacity: .3125;
|
|
12369
12373
|
transform: rotate(360deg);
|
|
12370
12374
|
}
|
|
12371
|
-
[data-v-
|
|
12372
|
-
font-size: var(--
|
|
12375
|
+
[data-v-ec0c06d2] .van-loading__text {
|
|
12376
|
+
font-size: var(--v1479078b);
|
|
12373
12377
|
margin-left: 2px;
|
|
12374
12378
|
}
|
|
12375
12379
|
:root {
|