@bug-on/m3-expressive 1.3.4 → 1.3.6

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.
Files changed (76) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +31 -7
  3. package/dist/assets/material-symbols-cdn.css +17 -23
  4. package/dist/buttons.js +129 -35
  5. package/dist/buttons.js.map +1 -1
  6. package/dist/buttons.mjs +129 -35
  7. package/dist/buttons.mjs.map +1 -1
  8. package/dist/{core-COvZHQ_k.d.ts → core-Cckt8qEm.d.ts} +10 -4
  9. package/dist/{core-CRkixy1y.d.mts → core-DDfG4pym.d.mts} +10 -4
  10. package/dist/core.d.mts +2 -2
  11. package/dist/core.d.ts +2 -2
  12. package/dist/core.js +6 -5
  13. package/dist/core.js.map +1 -1
  14. package/dist/core.mjs +6 -5
  15. package/dist/core.mjs.map +1 -1
  16. package/dist/fading-blur-mask--uZbBKLj.d.mts +77 -0
  17. package/dist/fading-blur-mask--uZbBKLj.d.ts +77 -0
  18. package/dist/feedback.js +1 -1
  19. package/dist/feedback.js.map +1 -1
  20. package/dist/feedback.mjs +1 -1
  21. package/dist/feedback.mjs.map +1 -1
  22. package/dist/forms.d.mts +2 -2
  23. package/dist/forms.d.ts +2 -2
  24. package/dist/forms.js +17 -7
  25. package/dist/forms.js.map +1 -1
  26. package/dist/forms.mjs +17 -7
  27. package/dist/forms.mjs.map +1 -1
  28. package/dist/index.d.mts +9 -8
  29. package/dist/index.d.ts +9 -8
  30. package/dist/index.js +988 -309
  31. package/dist/index.js.map +1 -1
  32. package/dist/index.mjs +984 -310
  33. package/dist/index.mjs.map +1 -1
  34. package/dist/layout.d.mts +5 -3
  35. package/dist/layout.d.ts +5 -3
  36. package/dist/layout.js +61 -6
  37. package/dist/layout.js.map +1 -1
  38. package/dist/layout.mjs +61 -7
  39. package/dist/layout.mjs.map +1 -1
  40. package/dist/material-symbols-cdn.css +17 -23
  41. package/dist/{md3-expressive-shapes-CPcfl_Hf.d.mts → md3-expressive-shapes-wk_98LJh.d.mts} +20 -1
  42. package/dist/{md3-expressive-shapes-CPcfl_Hf.d.ts → md3-expressive-shapes-wk_98LJh.d.ts} +20 -1
  43. package/dist/navigation.d.mts +26 -84
  44. package/dist/navigation.d.ts +26 -84
  45. package/dist/navigation.js +95 -29
  46. package/dist/navigation.js.map +1 -1
  47. package/dist/navigation.mjs +95 -29
  48. package/dist/navigation.mjs.map +1 -1
  49. package/dist/overlays.d.mts +4 -2
  50. package/dist/overlays.d.ts +4 -2
  51. package/dist/overlays.js +85 -44
  52. package/dist/overlays.js.map +1 -1
  53. package/dist/overlays.mjs +85 -44
  54. package/dist/overlays.mjs.map +1 -1
  55. package/dist/pickers.d.mts +12 -0
  56. package/dist/pickers.d.ts +12 -0
  57. package/dist/pickers.js +186 -120
  58. package/dist/pickers.js.map +1 -1
  59. package/dist/pickers.mjs +186 -120
  60. package/dist/pickers.mjs.map +1 -1
  61. package/dist/shapes.d.mts +141 -15
  62. package/dist/shapes.d.ts +141 -15
  63. package/dist/shapes.js +618 -126
  64. package/dist/shapes.js.map +1 -1
  65. package/dist/shapes.mjs +614 -127
  66. package/dist/shapes.mjs.map +1 -1
  67. package/dist/{side-sheet-modal-64FGhDxL.d.mts → side-sheet-modal-BycxrabB.d.mts} +70 -0
  68. package/dist/{side-sheet-modal-Bd5Qqvp9.d.ts → side-sheet-modal-Cw4vemKx.d.ts} +70 -0
  69. package/dist/{text-field-4OlT9o8s.d.mts → text-field-B1fLh5Sh.d.mts} +22 -3
  70. package/dist/{text-field-DARNdj14.d.ts → text-field-C0VQLp8Y.d.ts} +22 -3
  71. package/dist/{typography-339RV6v7.d.mts → typography-CKTjvlZ4.d.mts} +25 -0
  72. package/dist/{typography-339RV6v7.d.ts → typography-CKTjvlZ4.d.ts} +25 -0
  73. package/dist/typography.css +1 -1
  74. package/llms-full.txt +24 -13
  75. package/llms.txt +11 -6
  76. package/package.json +3 -3
@@ -0,0 +1,77 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ /**
5
+ * @file fading-blur-mask.types.ts
6
+ * Fading Edge & Backdrop Blur Mask — TypeScript interfaces.
7
+ */
8
+
9
+ /** Gradient fade direction for the blur mask. */
10
+ type FadingBlurDirection = "top" | "bottom" | "both";
11
+ /**
12
+ * Props for the primitive `<FadingBlurMask>` component.
13
+ */
14
+ interface FadingBlurMaskProps {
15
+ /**
16
+ * Gradient fade direction.
17
+ * - `top`: Fades from opaque at top to transparent downward (for Top App Bars).
18
+ * - `bottom`: Fades from opaque at bottom to transparent upward (for Bottom App Bars).
19
+ * - `both`: Fades at both top and bottom edges.
20
+ * @default "top"
21
+ */
22
+ direction?: FadingBlurDirection;
23
+ /**
24
+ * Backdrop blur radius in pixels.
25
+ * @default 12
26
+ */
27
+ blurIntensity?: number;
28
+ /**
29
+ * Height/length of the fade mask container or gradient zone.
30
+ * Can be a CSS string (e.g., "100%", "64px") or pixel number.
31
+ * @default "100%"
32
+ */
33
+ blurHeight?: number | string;
34
+ /**
35
+ * Tint or background color overlay mixed into the blur.
36
+ * Defaults to MD3 surface token `var(--md-sys-color-surface)`.
37
+ */
38
+ color?: string;
39
+ /** Additional CSS class names for styling. */
40
+ className?: string;
41
+ /** Custom inline styles. */
42
+ style?: React.CSSProperties;
43
+ /** Children components rendered inside the blur mask container if needed. */
44
+ children?: React.ReactNode;
45
+ }
46
+ /**
47
+ * Mixin interface for components that integrate Fading Blur functionality (e.g. AppBars).
48
+ */
49
+ interface FadingBlurProps {
50
+ /**
51
+ * Enables smooth fading edge and backdrop blur effect.
52
+ * @default false
53
+ */
54
+ enableFadingBlur?: boolean;
55
+ /**
56
+ * Custom blur intensity in pixels when `enableFadingBlur` is active.
57
+ * @default 12
58
+ */
59
+ blurIntensity?: number;
60
+ /**
61
+ * Custom blur height when `enableFadingBlur` is active.
62
+ * Defaults to container height.
63
+ */
64
+ blurHeight?: number | string;
65
+ }
66
+
67
+ /**
68
+ * `<FadingBlurMask>` component renders a smooth gradient fading backdrop blur overlay.
69
+ *
70
+ * @example
71
+ * ```tsx
72
+ * <FadingBlurMask direction="top" blurIntensity={16} />
73
+ * ```
74
+ */
75
+ declare function FadingBlurMask({ direction, blurIntensity, blurHeight, color, className, style, children, }: FadingBlurMaskProps): react_jsx_runtime.JSX.Element;
76
+
77
+ export { type FadingBlurDirection as F, FadingBlurMask as a, type FadingBlurMaskProps as b, type FadingBlurProps as c };
@@ -0,0 +1,77 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ /**
5
+ * @file fading-blur-mask.types.ts
6
+ * Fading Edge & Backdrop Blur Mask — TypeScript interfaces.
7
+ */
8
+
9
+ /** Gradient fade direction for the blur mask. */
10
+ type FadingBlurDirection = "top" | "bottom" | "both";
11
+ /**
12
+ * Props for the primitive `<FadingBlurMask>` component.
13
+ */
14
+ interface FadingBlurMaskProps {
15
+ /**
16
+ * Gradient fade direction.
17
+ * - `top`: Fades from opaque at top to transparent downward (for Top App Bars).
18
+ * - `bottom`: Fades from opaque at bottom to transparent upward (for Bottom App Bars).
19
+ * - `both`: Fades at both top and bottom edges.
20
+ * @default "top"
21
+ */
22
+ direction?: FadingBlurDirection;
23
+ /**
24
+ * Backdrop blur radius in pixels.
25
+ * @default 12
26
+ */
27
+ blurIntensity?: number;
28
+ /**
29
+ * Height/length of the fade mask container or gradient zone.
30
+ * Can be a CSS string (e.g., "100%", "64px") or pixel number.
31
+ * @default "100%"
32
+ */
33
+ blurHeight?: number | string;
34
+ /**
35
+ * Tint or background color overlay mixed into the blur.
36
+ * Defaults to MD3 surface token `var(--md-sys-color-surface)`.
37
+ */
38
+ color?: string;
39
+ /** Additional CSS class names for styling. */
40
+ className?: string;
41
+ /** Custom inline styles. */
42
+ style?: React.CSSProperties;
43
+ /** Children components rendered inside the blur mask container if needed. */
44
+ children?: React.ReactNode;
45
+ }
46
+ /**
47
+ * Mixin interface for components that integrate Fading Blur functionality (e.g. AppBars).
48
+ */
49
+ interface FadingBlurProps {
50
+ /**
51
+ * Enables smooth fading edge and backdrop blur effect.
52
+ * @default false
53
+ */
54
+ enableFadingBlur?: boolean;
55
+ /**
56
+ * Custom blur intensity in pixels when `enableFadingBlur` is active.
57
+ * @default 12
58
+ */
59
+ blurIntensity?: number;
60
+ /**
61
+ * Custom blur height when `enableFadingBlur` is active.
62
+ * Defaults to container height.
63
+ */
64
+ blurHeight?: number | string;
65
+ }
66
+
67
+ /**
68
+ * `<FadingBlurMask>` component renders a smooth gradient fading backdrop blur overlay.
69
+ *
70
+ * @example
71
+ * ```tsx
72
+ * <FadingBlurMask direction="top" blurIntensity={16} />
73
+ * ```
74
+ */
75
+ declare function FadingBlurMask({ direction, blurIntensity, blurHeight, color, className, style, children, }: FadingBlurMaskProps): react_jsx_runtime.JSX.Element;
76
+
77
+ export { type FadingBlurDirection as F, FadingBlurMask as a, type FadingBlurMaskProps as b, type FadingBlurProps as c };
package/dist/feedback.js CHANGED
@@ -1825,7 +1825,7 @@ var IconComponent = React3__namespace.forwardRef(
1825
1825
  (_a, ref) => {
1826
1826
  var _b = _a, {
1827
1827
  name,
1828
- variant = "outlined",
1828
+ variant = "rounded",
1829
1829
  fill = 0,
1830
1830
  weight = 400,
1831
1831
  grade = 0,