@alivecss/aliveui 1.0.0 → 1.0.1
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/README.md +7 -7
- package/dist/cli.js +36 -0
- package/dist/index.js +36 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +36 -0
- package/dist/index.mjs.map +1 -1
- package/dist/runtime.d.mts +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js.map +1 -1
- package/dist/runtime.mjs.map +1 -1
- package/dist/vite.d.mts +1 -1
- package/dist/vite.d.ts +1 -1
- package/dist/vite.js +36 -0
- package/dist/vite.js.map +1 -1
- package/dist/vite.mjs +36 -0
- package/dist/vite.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vite.mjs
CHANGED
|
@@ -601,6 +601,42 @@ function generateBase(_config) {
|
|
|
601
601
|
box-sizing: border-box;
|
|
602
602
|
}
|
|
603
603
|
|
|
604
|
+
html {
|
|
605
|
+
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
|
|
606
|
+
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
|
|
607
|
+
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
608
|
+
line-height: 1.5;
|
|
609
|
+
-webkit-text-size-adjust: 100%;
|
|
610
|
+
-moz-tab-size: 4;
|
|
611
|
+
tab-size: 4;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
body {
|
|
615
|
+
margin: 0;
|
|
616
|
+
line-height: inherit;
|
|
617
|
+
-webkit-font-smoothing: antialiased;
|
|
618
|
+
-moz-osx-font-smoothing: grayscale;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
button,
|
|
622
|
+
input,
|
|
623
|
+
optgroup,
|
|
624
|
+
select,
|
|
625
|
+
textarea {
|
|
626
|
+
font-family: inherit;
|
|
627
|
+
font-size: 100%;
|
|
628
|
+
font-weight: inherit;
|
|
629
|
+
line-height: inherit;
|
|
630
|
+
color: inherit;
|
|
631
|
+
margin: 0;
|
|
632
|
+
padding: 0;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
button,
|
|
636
|
+
select {
|
|
637
|
+
text-transform: none;
|
|
638
|
+
}
|
|
639
|
+
|
|
604
640
|
/* \u2500\u2500 Design tokens \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
|
|
605
641
|
:root {
|
|
606
642
|
/* Motion durations */
|