@bug-on/md3-react 1.0.0 → 2.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.
@@ -53,28 +53,9 @@
53
53
  }
54
54
 
55
55
  /*
56
- * Rounded variant uncomment nếu dùng
57
- *
58
- @font-face {
59
- font-family: 'Material Symbols Rounded';
60
- font-style: normal;
61
- font-weight: 100 700;
62
- font-display: block;
63
- src: url('/fonts/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2') format('woff2');
64
- }
65
- */
66
-
67
- /*
68
- * Sharp variant — uncomment nếu dùng
69
- *
70
- @font-face {
71
- font-family: 'Material Symbols Sharp';
72
- font-style: normal;
73
- font-weight: 100 700;
74
- font-display: block;
75
- src: url('/fonts/MaterialSymbolsSharp[FILL,GRAD,opsz,wght].woff2') format('woff2');
76
- }
77
- */
56
+ * Rounded variants and Sharp variants are not included by default to save space.
57
+ * You can declare them similarly if you download the respective woff2 files.
58
+ */
78
59
 
79
60
  /* ─────────────────────────────────────────────────────────────────────────────
80
61
  * BASE ICON STYLES
package/dist/index.d.ts CHANGED
@@ -47,6 +47,8 @@ export type { RippleOrigin, RippleProps, UseRippleStateOptions, } from "./ui/rip
47
47
  export { Ripple, useRipple, useRippleState } from "./ui/ripple";
48
48
  export type { ScrollAreaOrientation, ScrollAreaProps, ScrollAreaType, } from "./ui/scroll-area";
49
49
  export { ScrollArea, ScrollAreaScrollbar, } from "./ui/scroll-area";
50
+ export type { RangeSliderProps, SliderOrientation, SliderProps, SliderTrackSize, SliderVariant, } from "./ui/slider";
51
+ export { RangeSlider, Slider, SliderColors, SliderTokens } from "./ui/slider";
50
52
  export type { SnackbarData, SnackbarDuration, SnackbarHostProps, SnackbarProps, SnackbarResult, SnackbarVisuals, UseSnackbarStateReturn, } from "./ui/snackbar";
51
53
  export { Snackbar, SnackbarHost, SnackbarProvider, useSnackbar, useSnackbarState, } from "./ui/snackbar";
52
54
  export type { SwitchProps } from "./ui/switch";