@bug-on/m3-expressive 1.3.5 → 1.3.7
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/CHANGELOG.md +12 -0
- package/dist/buttons.d.mts +3 -3
- package/dist/buttons.d.ts +3 -3
- package/dist/buttons.js +110 -91
- package/dist/buttons.js.map +1 -1
- package/dist/buttons.mjs +110 -91
- package/dist/buttons.mjs.map +1 -1
- package/dist/{core-Cckt8qEm.d.ts → core-DamhB5Yd.d.ts} +1 -1
- package/dist/{core-DDfG4pym.d.mts → core-Wsfqn9_N.d.mts} +1 -1
- package/dist/core.d.mts +2 -2
- package/dist/core.d.ts +2 -2
- package/dist/core.js +1 -1
- package/dist/core.js.map +1 -1
- package/dist/core.mjs +1 -1
- package/dist/core.mjs.map +1 -1
- package/dist/{fading-blur-mask--uZbBKLj.d.ts → fading-blur-mask-CX-bwjNU.d.mts} +6 -1
- package/dist/{fading-blur-mask--uZbBKLj.d.mts → fading-blur-mask-D57UMguz.d.ts} +6 -1
- package/dist/feedback.d.mts +17 -5
- package/dist/feedback.d.ts +17 -5
- package/dist/feedback.js +1 -1
- package/dist/feedback.js.map +1 -1
- package/dist/feedback.mjs +1 -1
- package/dist/feedback.mjs.map +1 -1
- package/dist/forms.d.mts +3 -3
- package/dist/forms.d.ts +3 -3
- package/dist/forms.js +16 -6
- package/dist/forms.js.map +1 -1
- package/dist/forms.mjs +16 -6
- package/dist/forms.mjs.map +1 -1
- package/dist/{icon-button-CxyJv7UV.d.mts → icon-button-BpX9_fwZ.d.mts} +1 -1
- package/dist/{icon-button-Di8VX6ou.d.ts → icon-button-DFXp9hze.d.ts} +1 -1
- package/dist/index.d.mts +11 -10
- package/dist/index.d.ts +11 -10
- package/dist/index.js +1790 -1133
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1640 -988
- package/dist/index.mjs.map +1 -1
- package/dist/layout.d.mts +92 -23
- package/dist/layout.d.ts +92 -23
- package/dist/layout.js +118 -13
- package/dist/layout.js.map +1 -1
- package/dist/layout.mjs +118 -15
- package/dist/layout.mjs.map +1 -1
- package/dist/{md3-expressive-shapes-CPcfl_Hf.d.mts → md3-expressive-shapes-wk_98LJh.d.mts} +20 -1
- package/dist/{md3-expressive-shapes-CPcfl_Hf.d.ts → md3-expressive-shapes-wk_98LJh.d.ts} +20 -1
- package/dist/md3-xBl4wgND.d.mts +44 -0
- package/dist/md3-xBl4wgND.d.ts +44 -0
- package/dist/navigation.d.mts +5 -5
- package/dist/navigation.d.ts +5 -5
- package/dist/navigation.js +74 -21
- package/dist/navigation.js.map +1 -1
- package/dist/navigation.mjs +74 -21
- package/dist/navigation.mjs.map +1 -1
- package/dist/overlays.d.mts +4 -2
- package/dist/overlays.d.ts +4 -2
- package/dist/overlays.js +85 -44
- package/dist/overlays.js.map +1 -1
- package/dist/overlays.mjs +85 -44
- package/dist/overlays.mjs.map +1 -1
- package/dist/pickers.js +89 -56
- package/dist/pickers.js.map +1 -1
- package/dist/pickers.mjs +89 -56
- package/dist/pickers.mjs.map +1 -1
- package/dist/shapes.d.mts +150 -17
- package/dist/shapes.d.ts +150 -17
- package/dist/shapes.js +618 -126
- package/dist/shapes.js.map +1 -1
- package/dist/shapes.mjs +614 -127
- package/dist/shapes.mjs.map +1 -1
- package/dist/{side-sheet-modal-Bd5Qqvp9.d.ts → side-sheet-modal-BfdgYjd3.d.ts} +70 -0
- package/dist/{side-sheet-modal-64FGhDxL.d.mts → side-sheet-modal-kLfHINFZ.d.mts} +70 -0
- package/dist/{split-button-trailing-uncheckable-CGzk7KcG.d.ts → split-button-trailing-uncheckable-BpyIlOdn.d.ts} +7 -3
- package/dist/{split-button-trailing-uncheckable-gAz6OAIi.d.mts → split-button-trailing-uncheckable-CpT8iPpr.d.mts} +7 -3
- package/dist/{text-field-DARNdj14.d.ts → text-field-Ct-LT_2T.d.ts} +23 -4
- package/dist/{text-field-4OlT9o8s.d.mts → text-field-D5xiGn-q.d.mts} +23 -4
- package/llms-full.txt +25 -3
- package/llms.txt +4 -1
- package/package.json +1 -1
- package/dist/md3-BQhRygSi.d.mts +0 -31
- package/dist/md3-BQhRygSi.d.ts +0 -31
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
+
import { a as MD3ColorToken } from './md3-xBl4wgND.mjs';
|
|
3
4
|
|
|
4
5
|
/**
|
|
5
6
|
* @file fading-blur-mask.types.ts
|
|
@@ -34,8 +35,12 @@ interface FadingBlurMaskProps {
|
|
|
34
35
|
/**
|
|
35
36
|
* Tint or background color overlay mixed into the blur.
|
|
36
37
|
* Defaults to MD3 surface token `var(--md-sys-color-surface)`.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* color="var(--md-sys-color-surface)"
|
|
41
|
+
* color="var(--md-sys-color-surface-container)"
|
|
37
42
|
*/
|
|
38
|
-
color?:
|
|
43
|
+
color?: MD3ColorToken;
|
|
39
44
|
/** Additional CSS class names for styling. */
|
|
40
45
|
className?: string;
|
|
41
46
|
/** Custom inline styles. */
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
+
import { a as MD3ColorToken } from './md3-xBl4wgND.js';
|
|
3
4
|
|
|
4
5
|
/**
|
|
5
6
|
* @file fading-blur-mask.types.ts
|
|
@@ -34,8 +35,12 @@ interface FadingBlurMaskProps {
|
|
|
34
35
|
/**
|
|
35
36
|
* Tint or background color overlay mixed into the blur.
|
|
36
37
|
* Defaults to MD3 surface token `var(--md-sys-color-surface)`.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* color="var(--md-sys-color-surface)"
|
|
41
|
+
* color="var(--md-sys-color-surface-container)"
|
|
37
42
|
*/
|
|
38
|
-
color?:
|
|
43
|
+
color?: MD3ColorToken;
|
|
39
44
|
/** Additional CSS class names for styling. */
|
|
40
45
|
className?: string;
|
|
41
46
|
/** Custom inline styles. */
|
package/dist/feedback.d.mts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
|
+
import { a as MD3ColorToken } from './md3-xBl4wgND.mjs';
|
|
3
4
|
|
|
4
5
|
type SafeHTMLSpanAttrs = Omit<React$1.HTMLAttributes<HTMLSpanElement>, "onDrag" | "onDragStart" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDrop">;
|
|
5
6
|
interface BadgeProps extends SafeHTMLSpanAttrs {
|
|
@@ -134,9 +135,9 @@ interface LoadingIndicatorProps extends Omit<React$1.HTMLAttributes<HTMLDivEleme
|
|
|
134
135
|
/**
|
|
135
136
|
* Active indicator color override. Falls back to MD3 system color tokens.
|
|
136
137
|
* Supports any valid CSS color value or CSS variable.
|
|
137
|
-
* @example "
|
|
138
|
+
* @example "var(--md-sys-color-primary)" | "var(--md-sys-color-tertiary)" | "#ff5722"
|
|
138
139
|
*/
|
|
139
|
-
color?:
|
|
140
|
+
color?: MD3ColorToken;
|
|
140
141
|
/**
|
|
141
142
|
* Required accessible label describing what is loading.
|
|
142
143
|
* @example "Loading news article"
|
|
@@ -176,13 +177,17 @@ interface ProgressBaseProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
|
|
|
176
177
|
*
|
|
177
178
|
* @example
|
|
178
179
|
* color="var(--md-sys-color-primary)" // Custom design token
|
|
180
|
+
* color="var(--md-sys-color-tertiary)"
|
|
179
181
|
*/
|
|
180
|
-
color?:
|
|
182
|
+
color?: MD3ColorToken;
|
|
181
183
|
/**
|
|
182
184
|
* Color of the track (inactive background portion).
|
|
183
185
|
* Defaults to a surface-calculated tone or subtle opacity.
|
|
186
|
+
*
|
|
187
|
+
* @example
|
|
188
|
+
* trackColor="var(--md-sys-color-surface-variant)"
|
|
184
189
|
*/
|
|
185
|
-
trackColor?:
|
|
190
|
+
trackColor?: MD3ColorToken;
|
|
186
191
|
}
|
|
187
192
|
interface LinearProgressProps extends ProgressBaseProps {
|
|
188
193
|
/** Variant classification for Linear progress bar layout. */
|
|
@@ -637,7 +642,14 @@ interface TooltipCaretProps {
|
|
|
637
642
|
side: "top" | "bottom" | "left" | "right";
|
|
638
643
|
width?: number;
|
|
639
644
|
height?: number;
|
|
640
|
-
|
|
645
|
+
/**
|
|
646
|
+
* Caret fill color.
|
|
647
|
+
*
|
|
648
|
+
* @example
|
|
649
|
+
* color="var(--md-sys-color-inverse-surface)"
|
|
650
|
+
* color="var(--md-sys-color-surface-container-highest)"
|
|
651
|
+
*/
|
|
652
|
+
color?: MD3ColorToken;
|
|
641
653
|
customPath?: string;
|
|
642
654
|
className?: string;
|
|
643
655
|
}
|
package/dist/feedback.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
|
+
import { a as MD3ColorToken } from './md3-xBl4wgND.js';
|
|
3
4
|
|
|
4
5
|
type SafeHTMLSpanAttrs = Omit<React$1.HTMLAttributes<HTMLSpanElement>, "onDrag" | "onDragStart" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDrop">;
|
|
5
6
|
interface BadgeProps extends SafeHTMLSpanAttrs {
|
|
@@ -134,9 +135,9 @@ interface LoadingIndicatorProps extends Omit<React$1.HTMLAttributes<HTMLDivEleme
|
|
|
134
135
|
/**
|
|
135
136
|
* Active indicator color override. Falls back to MD3 system color tokens.
|
|
136
137
|
* Supports any valid CSS color value or CSS variable.
|
|
137
|
-
* @example "
|
|
138
|
+
* @example "var(--md-sys-color-primary)" | "var(--md-sys-color-tertiary)" | "#ff5722"
|
|
138
139
|
*/
|
|
139
|
-
color?:
|
|
140
|
+
color?: MD3ColorToken;
|
|
140
141
|
/**
|
|
141
142
|
* Required accessible label describing what is loading.
|
|
142
143
|
* @example "Loading news article"
|
|
@@ -176,13 +177,17 @@ interface ProgressBaseProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
|
|
|
176
177
|
*
|
|
177
178
|
* @example
|
|
178
179
|
* color="var(--md-sys-color-primary)" // Custom design token
|
|
180
|
+
* color="var(--md-sys-color-tertiary)"
|
|
179
181
|
*/
|
|
180
|
-
color?:
|
|
182
|
+
color?: MD3ColorToken;
|
|
181
183
|
/**
|
|
182
184
|
* Color of the track (inactive background portion).
|
|
183
185
|
* Defaults to a surface-calculated tone or subtle opacity.
|
|
186
|
+
*
|
|
187
|
+
* @example
|
|
188
|
+
* trackColor="var(--md-sys-color-surface-variant)"
|
|
184
189
|
*/
|
|
185
|
-
trackColor?:
|
|
190
|
+
trackColor?: MD3ColorToken;
|
|
186
191
|
}
|
|
187
192
|
interface LinearProgressProps extends ProgressBaseProps {
|
|
188
193
|
/** Variant classification for Linear progress bar layout. */
|
|
@@ -637,7 +642,14 @@ interface TooltipCaretProps {
|
|
|
637
642
|
side: "top" | "bottom" | "left" | "right";
|
|
638
643
|
width?: number;
|
|
639
644
|
height?: number;
|
|
640
|
-
|
|
645
|
+
/**
|
|
646
|
+
* Caret fill color.
|
|
647
|
+
*
|
|
648
|
+
* @example
|
|
649
|
+
* color="var(--md-sys-color-inverse-surface)"
|
|
650
|
+
* color="var(--md-sys-color-surface-container-highest)"
|
|
651
|
+
*/
|
|
652
|
+
color?: MD3ColorToken;
|
|
641
653
|
customPath?: string;
|
|
642
654
|
className?: string;
|
|
643
655
|
}
|