@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/dist/index.mjs CHANGED
@@ -555,6 +555,42 @@ function generateBase(_config) {
555
555
  box-sizing: border-box;
556
556
  }
557
557
 
558
+ html {
559
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
560
+ "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
561
+ "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
562
+ line-height: 1.5;
563
+ -webkit-text-size-adjust: 100%;
564
+ -moz-tab-size: 4;
565
+ tab-size: 4;
566
+ }
567
+
568
+ body {
569
+ margin: 0;
570
+ line-height: inherit;
571
+ -webkit-font-smoothing: antialiased;
572
+ -moz-osx-font-smoothing: grayscale;
573
+ }
574
+
575
+ button,
576
+ input,
577
+ optgroup,
578
+ select,
579
+ textarea {
580
+ font-family: inherit;
581
+ font-size: 100%;
582
+ font-weight: inherit;
583
+ line-height: inherit;
584
+ color: inherit;
585
+ margin: 0;
586
+ padding: 0;
587
+ }
588
+
589
+ button,
590
+ select {
591
+ text-transform: none;
592
+ }
593
+
558
594
  /* \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 */
559
595
  :root {
560
596
  /* Motion durations */