@metamask-previews/design-system-shared 0.24.0-preview.f77a5d5 → 0.26.0-preview.3699cab
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 +24 -1
- package/dist/contexts/FilterButtonGroup/FilterButtonGroup.context.cjs.map +1 -1
- package/dist/contexts/FilterButtonGroup/FilterButtonGroup.context.d.cts +2 -3
- package/dist/contexts/FilterButtonGroup/FilterButtonGroup.context.d.cts.map +1 -1
- package/dist/contexts/FilterButtonGroup/FilterButtonGroup.context.d.mts +2 -3
- package/dist/contexts/FilterButtonGroup/FilterButtonGroup.context.d.mts.map +1 -1
- package/dist/contexts/FilterButtonGroup/FilterButtonGroup.context.mjs.map +1 -1
- package/dist/contexts/PureBlack/PureBlack.context.cjs +9 -0
- package/dist/contexts/PureBlack/PureBlack.context.cjs.map +1 -0
- package/dist/contexts/PureBlack/PureBlack.context.d.cts +10 -0
- package/dist/contexts/PureBlack/PureBlack.context.d.cts.map +1 -0
- package/dist/contexts/PureBlack/PureBlack.context.d.mts +10 -0
- package/dist/contexts/PureBlack/PureBlack.context.d.mts.map +1 -0
- package/dist/contexts/PureBlack/PureBlack.context.mjs +6 -0
- package/dist/contexts/PureBlack/PureBlack.context.mjs.map +1 -0
- package/dist/contexts/PureBlack/index.cjs +6 -0
- package/dist/contexts/PureBlack/index.cjs.map +1 -0
- package/dist/contexts/PureBlack/index.d.cts +2 -0
- package/dist/contexts/PureBlack/index.d.cts.map +1 -0
- package/dist/contexts/PureBlack/index.d.mts +2 -0
- package/dist/contexts/PureBlack/index.d.mts.map +1 -0
- package/dist/contexts/PureBlack/index.mjs +2 -0
- package/dist/contexts/PureBlack/index.mjs.map +1 -0
- package/dist/index.cjs +10 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -3
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +4 -3
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +6 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types/ButtonBase/ButtonBase.types.cjs +2 -1
- package/dist/types/ButtonBase/ButtonBase.types.cjs.map +1 -1
- package/dist/types/ButtonBase/ButtonBase.types.d.cts +15 -0
- package/dist/types/ButtonBase/ButtonBase.types.d.cts.map +1 -1
- package/dist/types/ButtonBase/ButtonBase.types.d.mts +15 -0
- package/dist/types/ButtonBase/ButtonBase.types.d.mts.map +1 -1
- package/dist/types/ButtonBase/ButtonBase.types.mjs +1 -0
- package/dist/types/ButtonBase/ButtonBase.types.mjs.map +1 -1
- package/dist/types/ButtonBase/index.cjs +2 -1
- package/dist/types/ButtonBase/index.cjs.map +1 -1
- package/dist/types/ButtonBase/index.d.cts +1 -1
- package/dist/types/ButtonBase/index.d.cts.map +1 -1
- package/dist/types/ButtonBase/index.d.mts +1 -1
- package/dist/types/ButtonBase/index.d.mts.map +1 -1
- package/dist/types/ButtonBase/index.mjs +1 -1
- package/dist/types/ButtonBase/index.mjs.map +1 -1
- package/dist/types/FilterButton/FilterButton.types.cjs +7 -1
- package/dist/types/FilterButton/FilterButton.types.cjs.map +1 -1
- package/dist/types/FilterButton/FilterButton.types.d.cts +11 -0
- package/dist/types/FilterButton/FilterButton.types.d.cts.map +1 -1
- package/dist/types/FilterButton/FilterButton.types.d.mts +11 -0
- package/dist/types/FilterButton/FilterButton.types.d.mts.map +1 -1
- package/dist/types/FilterButton/FilterButton.types.mjs +6 -0
- package/dist/types/FilterButton/FilterButton.types.mjs.map +1 -1
- package/dist/types/FilterButton/index.cjs +2 -1
- package/dist/types/FilterButton/index.cjs.map +1 -1
- package/dist/types/FilterButton/index.d.cts +1 -1
- package/dist/types/FilterButton/index.d.cts.map +1 -1
- package/dist/types/FilterButton/index.d.mts +1 -1
- package/dist/types/FilterButton/index.d.mts.map +1 -1
- package/dist/types/FilterButton/index.mjs +1 -1
- package/dist/types/FilterButton/index.mjs.map +1 -1
- package/dist/types/Icon/Icon.types.cjs +1 -0
- package/dist/types/Icon/Icon.types.cjs.map +1 -1
- package/dist/types/Icon/Icon.types.d.cts +1 -0
- package/dist/types/Icon/Icon.types.d.cts.map +1 -1
- package/dist/types/Icon/Icon.types.d.mts +1 -0
- package/dist/types/Icon/Icon.types.d.mts.map +1 -1
- package/dist/types/Icon/Icon.types.mjs +1 -0
- package/dist/types/Icon/Icon.types.mjs.map +1 -1
- package/dist/types/SectionHeader/SectionHeader.types.cjs.map +1 -1
- package/dist/types/SectionHeader/SectionHeader.types.d.cts +6 -4
- package/dist/types/SectionHeader/SectionHeader.types.d.cts.map +1 -1
- package/dist/types/SectionHeader/SectionHeader.types.d.mts +6 -4
- package/dist/types/SectionHeader/SectionHeader.types.d.mts.map +1 -1
- package/dist/types/SectionHeader/SectionHeader.types.mjs.map +1 -1
- package/dist/types/SegmentedControl/SegmentedControl.types.cjs +7 -0
- package/dist/types/SegmentedControl/SegmentedControl.types.cjs.map +1 -1
- package/dist/types/SegmentedControl/SegmentedControl.types.d.cts +13 -3
- package/dist/types/SegmentedControl/SegmentedControl.types.d.cts.map +1 -1
- package/dist/types/SegmentedControl/SegmentedControl.types.d.mts +13 -3
- package/dist/types/SegmentedControl/SegmentedControl.types.d.mts.map +1 -1
- package/dist/types/SegmentedControl/SegmentedControl.types.mjs +6 -1
- package/dist/types/SegmentedControl/SegmentedControl.types.mjs.map +1 -1
- package/dist/types/SegmentedControl/index.cjs +3 -0
- package/dist/types/SegmentedControl/index.cjs.map +1 -1
- package/dist/types/SegmentedControl/index.d.cts +1 -1
- package/dist/types/SegmentedControl/index.d.cts.map +1 -1
- package/dist/types/SegmentedControl/index.d.mts +1 -1
- package/dist/types/SegmentedControl/index.d.mts.map +1 -1
- package/dist/types/SegmentedControl/index.mjs +1 -1
- package/dist/types/SegmentedControl/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ButtonBaseSize, ButtonHeroSize, ButtonSize, type ButtonBasePropsShared, } from "./ButtonBase.types.cjs";
|
|
1
|
+
export { ButtonBaseSize, ButtonHeroSize, ButtonSemanticSize, ButtonSize, type ButtonBasePropsShared, } from "./ButtonBase.types.cjs";
|
|
2
2
|
//# sourceMappingURL=index.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/types/ButtonBase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,cAAc,EACd,UAAU,EACV,KAAK,qBAAqB,GAC3B,+BAA2B"}
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/types/ButtonBase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,UAAU,EACV,KAAK,qBAAqB,GAC3B,+BAA2B"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ButtonBaseSize, ButtonHeroSize, ButtonSize, type ButtonBasePropsShared, } from "./ButtonBase.types.mjs";
|
|
1
|
+
export { ButtonBaseSize, ButtonHeroSize, ButtonSemanticSize, ButtonSize, type ButtonBasePropsShared, } from "./ButtonBase.types.mjs";
|
|
2
2
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/types/ButtonBase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,cAAc,EACd,UAAU,EACV,KAAK,qBAAqB,GAC3B,+BAA2B"}
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/types/ButtonBase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,UAAU,EACV,KAAK,qBAAqB,GAC3B,+BAA2B"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ButtonBaseSize, ButtonHeroSize, ButtonSize } from "./ButtonBase.types.mjs";
|
|
1
|
+
export { ButtonBaseSize, ButtonHeroSize, ButtonSemanticSize, ButtonSize } from "./ButtonBase.types.mjs";
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/types/ButtonBase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,cAAc,EACd,UAAU,EAEX,+BAA2B","sourcesContent":["export {\n ButtonBaseSize,\n ButtonHeroSize,\n ButtonSize,\n type ButtonBasePropsShared,\n} from './ButtonBase.types';\n"]}
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/types/ButtonBase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,UAAU,EAEX,+BAA2B","sourcesContent":["export {\n ButtonBaseSize,\n ButtonHeroSize,\n ButtonSemanticSize,\n ButtonSize,\n type ButtonBasePropsShared,\n} from './ButtonBase.types';\n"]}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FilterButtonVariant = void 0;
|
|
3
|
+
exports.FilterButtonVariant = exports.FilterButtonSize = void 0;
|
|
4
|
+
const ButtonBase_types_1 = require("../ButtonBase/ButtonBase.types.cjs");
|
|
5
|
+
/**
|
|
6
|
+
* FilterButton size options (ADR-0003).
|
|
7
|
+
* Alias to ButtonBaseSize to keep values in sync.
|
|
8
|
+
*/
|
|
9
|
+
exports.FilterButtonSize = ButtonBase_types_1.ButtonBaseSize;
|
|
4
10
|
/**
|
|
5
11
|
* FilterButton visual variant (ADR-0003).
|
|
6
12
|
* Maps to combinations of ButtonPrimary / ButtonSecondary / ButtonTertiary presentation with `isSelected`.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterButton.types.cjs","sourceRoot":"","sources":["../../../src/types/FilterButton/FilterButton.types.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACU,QAAA,mBAAmB,GAAG;IACjC,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACd,CAAC","sourcesContent":["/**\n * FilterButton visual variant (ADR-0003).\n * Maps to combinations of ButtonPrimary / ButtonSecondary / ButtonTertiary presentation with `isSelected`.\n */\nexport const FilterButtonVariant = {\n Primary: 'primary',\n Secondary: 'secondary',\n} as const;\nexport type FilterButtonVariant =\n (typeof FilterButtonVariant)[keyof typeof FilterButtonVariant];\n\n/**\n * FilterButton component shared props (ADR-0004).\n */\nexport type FilterButtonPropsShared = {\n /**\n * Filter button identity when used inside `FilterButtonGroup`. When set and an ancestor `FilterButtonGroup` exists, selection is derived from the group `value` and `isSelected` is ignored.\n */\n value?: string;\n /**\n * When true, the filter button uses the \"selected\" visual for the current `variant`.\n *\n * @default false\n */\n isSelected?: boolean;\n /**\n * Visual variant: `primary` toggles between ButtonPrimary (selected) and ButtonSecondary (unselected); `secondary` toggles between ButtonSecondary (selected) and ButtonTertiary-like row with alternative text/icon color (unselected).\n *\n * @default primary\n */\n variant?: FilterButtonVariant;\n};\n"]}
|
|
1
|
+
{"version":3,"file":"FilterButton.types.cjs","sourceRoot":"","sources":["../../../src/types/FilterButton/FilterButton.types.ts"],"names":[],"mappings":";;;AAAA,yEAAgE;AAEhE;;;GAGG;AACU,QAAA,gBAAgB,GAAG,iCAAc,CAAC;AAG/C;;;GAGG;AACU,QAAA,mBAAmB,GAAG;IACjC,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACd,CAAC","sourcesContent":["import { ButtonBaseSize } from '../ButtonBase/ButtonBase.types';\n\n/**\n * FilterButton size options (ADR-0003).\n * Alias to ButtonBaseSize to keep values in sync.\n */\nexport const FilterButtonSize = ButtonBaseSize;\nexport type FilterButtonSize = ButtonBaseSize;\n\n/**\n * FilterButton visual variant (ADR-0003).\n * Maps to combinations of ButtonPrimary / ButtonSecondary / ButtonTertiary presentation with `isSelected`.\n */\nexport const FilterButtonVariant = {\n Primary: 'primary',\n Secondary: 'secondary',\n} as const;\nexport type FilterButtonVariant =\n (typeof FilterButtonVariant)[keyof typeof FilterButtonVariant];\n\n/**\n * FilterButton component shared props (ADR-0004).\n */\nexport type FilterButtonPropsShared = {\n /**\n * Filter button identity when used inside `FilterButtonGroup`. When set and an ancestor `FilterButtonGroup` exists, selection is derived from the group `value` and `isSelected` is ignored.\n */\n value?: string;\n /**\n * When true, the filter button uses the \"selected\" visual for the current `variant`.\n *\n * @default false\n */\n isSelected?: boolean;\n /**\n * Visual variant: `primary` toggles between ButtonPrimary (selected) and ButtonSecondary (unselected); `secondary` toggles between ButtonSecondary (selected) and ButtonTertiary-like row with alternative text/icon color (unselected).\n *\n * @default primary\n */\n variant?: FilterButtonVariant;\n};\n"]}
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
import { ButtonBaseSize } from "../ButtonBase/ButtonBase.types.cjs";
|
|
2
|
+
/**
|
|
3
|
+
* FilterButton size options (ADR-0003).
|
|
4
|
+
* Alias to ButtonBaseSize to keep values in sync.
|
|
5
|
+
*/
|
|
6
|
+
export declare const FilterButtonSize: {
|
|
7
|
+
readonly Sm: "sm";
|
|
8
|
+
readonly Md: "md";
|
|
9
|
+
readonly Lg: "lg";
|
|
10
|
+
};
|
|
11
|
+
export type FilterButtonSize = ButtonBaseSize;
|
|
1
12
|
/**
|
|
2
13
|
* FilterButton visual variant (ADR-0003).
|
|
3
14
|
* Maps to combinations of ButtonPrimary / ButtonSecondary / ButtonTertiary presentation with `isSelected`.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterButton.types.d.cts","sourceRoot":"","sources":["../../../src/types/FilterButton/FilterButton.types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AACX,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;CAC/B,CAAC"}
|
|
1
|
+
{"version":3,"file":"FilterButton.types.d.cts","sourceRoot":"","sources":["../../../src/types/FilterButton/FilterButton.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;CAAiB,CAAC;AAC/C,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC;AAE9C;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AACX,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;CAC/B,CAAC"}
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
import { ButtonBaseSize } from "../ButtonBase/ButtonBase.types.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* FilterButton size options (ADR-0003).
|
|
4
|
+
* Alias to ButtonBaseSize to keep values in sync.
|
|
5
|
+
*/
|
|
6
|
+
export declare const FilterButtonSize: {
|
|
7
|
+
readonly Sm: "sm";
|
|
8
|
+
readonly Md: "md";
|
|
9
|
+
readonly Lg: "lg";
|
|
10
|
+
};
|
|
11
|
+
export type FilterButtonSize = ButtonBaseSize;
|
|
1
12
|
/**
|
|
2
13
|
* FilterButton visual variant (ADR-0003).
|
|
3
14
|
* Maps to combinations of ButtonPrimary / ButtonSecondary / ButtonTertiary presentation with `isSelected`.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterButton.types.d.mts","sourceRoot":"","sources":["../../../src/types/FilterButton/FilterButton.types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AACX,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;CAC/B,CAAC"}
|
|
1
|
+
{"version":3,"file":"FilterButton.types.d.mts","sourceRoot":"","sources":["../../../src/types/FilterButton/FilterButton.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;CAAiB,CAAC;AAC/C,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC;AAE9C;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AACX,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;CAC/B,CAAC"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import { ButtonBaseSize } from "../ButtonBase/ButtonBase.types.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* FilterButton size options (ADR-0003).
|
|
4
|
+
* Alias to ButtonBaseSize to keep values in sync.
|
|
5
|
+
*/
|
|
6
|
+
export const FilterButtonSize = ButtonBaseSize;
|
|
1
7
|
/**
|
|
2
8
|
* FilterButton visual variant (ADR-0003).
|
|
3
9
|
* Maps to combinations of ButtonPrimary / ButtonSecondary / ButtonTertiary presentation with `isSelected`.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterButton.types.mjs","sourceRoot":"","sources":["../../../src/types/FilterButton/FilterButton.types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACd,CAAC","sourcesContent":["/**\n * FilterButton visual variant (ADR-0003).\n * Maps to combinations of ButtonPrimary / ButtonSecondary / ButtonTertiary presentation with `isSelected`.\n */\nexport const FilterButtonVariant = {\n Primary: 'primary',\n Secondary: 'secondary',\n} as const;\nexport type FilterButtonVariant =\n (typeof FilterButtonVariant)[keyof typeof FilterButtonVariant];\n\n/**\n * FilterButton component shared props (ADR-0004).\n */\nexport type FilterButtonPropsShared = {\n /**\n * Filter button identity when used inside `FilterButtonGroup`. When set and an ancestor `FilterButtonGroup` exists, selection is derived from the group `value` and `isSelected` is ignored.\n */\n value?: string;\n /**\n * When true, the filter button uses the \"selected\" visual for the current `variant`.\n *\n * @default false\n */\n isSelected?: boolean;\n /**\n * Visual variant: `primary` toggles between ButtonPrimary (selected) and ButtonSecondary (unselected); `secondary` toggles between ButtonSecondary (selected) and ButtonTertiary-like row with alternative text/icon color (unselected).\n *\n * @default primary\n */\n variant?: FilterButtonVariant;\n};\n"]}
|
|
1
|
+
{"version":3,"file":"FilterButton.types.mjs","sourceRoot":"","sources":["../../../src/types/FilterButton/FilterButton.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,cAAc,CAAC;AAG/C;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACd,CAAC","sourcesContent":["import { ButtonBaseSize } from '../ButtonBase/ButtonBase.types';\n\n/**\n * FilterButton size options (ADR-0003).\n * Alias to ButtonBaseSize to keep values in sync.\n */\nexport const FilterButtonSize = ButtonBaseSize;\nexport type FilterButtonSize = ButtonBaseSize;\n\n/**\n * FilterButton visual variant (ADR-0003).\n * Maps to combinations of ButtonPrimary / ButtonSecondary / ButtonTertiary presentation with `isSelected`.\n */\nexport const FilterButtonVariant = {\n Primary: 'primary',\n Secondary: 'secondary',\n} as const;\nexport type FilterButtonVariant =\n (typeof FilterButtonVariant)[keyof typeof FilterButtonVariant];\n\n/**\n * FilterButton component shared props (ADR-0004).\n */\nexport type FilterButtonPropsShared = {\n /**\n * Filter button identity when used inside `FilterButtonGroup`. When set and an ancestor `FilterButtonGroup` exists, selection is derived from the group `value` and `isSelected` is ignored.\n */\n value?: string;\n /**\n * When true, the filter button uses the \"selected\" visual for the current `variant`.\n *\n * @default false\n */\n isSelected?: boolean;\n /**\n * Visual variant: `primary` toggles between ButtonPrimary (selected) and ButtonSecondary (unselected); `secondary` toggles between ButtonSecondary (selected) and ButtonTertiary-like row with alternative text/icon color (unselected).\n *\n * @default primary\n */\n variant?: FilterButtonVariant;\n};\n"]}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FilterButtonVariant = void 0;
|
|
3
|
+
exports.FilterButtonVariant = exports.FilterButtonSize = void 0;
|
|
4
4
|
var FilterButton_types_1 = require("./FilterButton.types.cjs");
|
|
5
|
+
Object.defineProperty(exports, "FilterButtonSize", { enumerable: true, get: function () { return FilterButton_types_1.FilterButtonSize; } });
|
|
5
6
|
Object.defineProperty(exports, "FilterButtonVariant", { enumerable: true, get: function () { return FilterButton_types_1.FilterButtonVariant; } });
|
|
6
7
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/types/FilterButton/index.ts"],"names":[],"mappings":";;;AAAA,+
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/types/FilterButton/index.ts"],"names":[],"mappings":";;;AAAA,+DAI8B;AAH5B,sHAAA,gBAAgB,OAAA;AAChB,yHAAA,mBAAmB,OAAA","sourcesContent":["export {\n FilterButtonSize,\n FilterButtonVariant,\n type FilterButtonPropsShared,\n} from './FilterButton.types';\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { FilterButtonVariant, type FilterButtonPropsShared, } from "./FilterButton.types.cjs";
|
|
1
|
+
export { FilterButtonSize, FilterButtonVariant, type FilterButtonPropsShared, } from "./FilterButton.types.cjs";
|
|
2
2
|
//# sourceMappingURL=index.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/types/FilterButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,KAAK,uBAAuB,GAC7B,iCAA6B"}
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/types/FilterButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EACnB,KAAK,uBAAuB,GAC7B,iCAA6B"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { FilterButtonVariant, type FilterButtonPropsShared, } from "./FilterButton.types.mjs";
|
|
1
|
+
export { FilterButtonSize, FilterButtonVariant, type FilterButtonPropsShared, } from "./FilterButton.types.mjs";
|
|
2
2
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/types/FilterButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,KAAK,uBAAuB,GAC7B,iCAA6B"}
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/types/FilterButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EACnB,KAAK,uBAAuB,GAC7B,iCAA6B"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { FilterButtonVariant } from "./FilterButton.types.mjs";
|
|
1
|
+
export { FilterButtonSize, FilterButtonVariant } from "./FilterButton.types.mjs";
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/types/FilterButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EAEpB,iCAA6B","sourcesContent":["export {\n FilterButtonVariant,\n type FilterButtonPropsShared,\n} from './FilterButton.types';\n"]}
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/types/FilterButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EAEpB,iCAA6B","sourcesContent":["export {\n FilterButtonSize,\n FilterButtonVariant,\n type FilterButtonPropsShared,\n} from './FilterButton.types';\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.types.cjs","sourceRoot":"","sources":["../../../src/types/Icon/Icon.types.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Icon - color (ADR-0003)\n * All icon color values shared across React and React Native platforms.\n */\nexport const IconColor = {\n /** For default neutral icons */\n IconDefault: 'text-icon-default',\n /** For softer neutral icons */\n IconAlternative: 'text-icon-alternative',\n /** For the weakest contrast neutral icons (not accessible) */\n IconMuted: 'text-icon-muted',\n /** For elements used on top of overlay/alternative. Used for text, icon, or border */\n OverlayInverse: 'text-overlay-inverse',\n /** For interactive, active, and selected semantics. Used for text, background, icon, or border */\n PrimaryDefault: 'text-primary-default',\n /** For softer variants of primary interactive elements */\n PrimaryAlternative: 'text-primary-alternative',\n /** For elements used on top of primary/default. Used for text, icon, or border */\n PrimaryInverse: 'text-primary-inverse',\n /** For critical alert semantic elements. Used for text, background, icon, or border */\n ErrorDefault: 'text-error-default',\n /** For softer variants of error elements */\n ErrorAlternative: 'text-error-alternative',\n /** For elements used on top of error/default. Used for text, icon, or border */\n ErrorInverse: 'text-error-inverse',\n /** For caution alert semantic elements. Used for text, background, icon, or border */\n WarningDefault: 'text-warning-default',\n /** For elements used on top of warning/default. Used for text, icon, or border */\n WarningInverse: 'text-warning-inverse',\n /** For positive semantic elements. Used for text, background, icon, or border */\n SuccessDefault: 'text-success-default',\n /** For elements used on top of success/default. Used for text, icon, or border */\n SuccessInverse: 'text-success-inverse',\n /** For informational read-only elements. Used for text, background, icon, or border */\n InfoDefault: 'text-info-default',\n /** For elements used on top of info/default. Used for text, icon, or border */\n InfoInverse: 'text-info-inverse',\n} as const;\n\nexport type IconColor = (typeof IconColor)[keyof typeof IconColor];\n\n// /////////////////////////////////////////////////////\n// DO NOT EDIT - generated by generate-icons.ts\n// /////////////////////////////////////////////////////\n\n/**\n * Icon - name\n * All icon names shared across React and React Native platforms.\n * This block is auto-generated — do not edit directly.\n * Run `yarn generate:icons` from the repo root to regenerate.\n */\nexport const IconName = {\n Accessibility: 'Accessibility',\n Activity: 'Activity',\n AddCard: 'AddCard',\n AddCircle: 'AddCircle',\n AddSquare: 'AddSquare',\n Add: 'Add',\n AfterHours: 'AfterHours',\n Ai: 'Ai',\n AlternateEmail: 'AlternateEmail',\n AppleLogo: 'AppleLogo',\n Apps: 'Apps',\n Arrow2Down: 'Arrow2Down',\n Arrow2Left: 'Arrow2Left',\n Arrow2Right: 'Arrow2Right',\n Arrow2UpRight: 'Arrow2UpRight',\n Arrow2Up: 'Arrow2Up',\n ArrowCircleDown: 'ArrowCircleDown',\n ArrowCircleUp: 'ArrowCircleUp',\n ArrowDoubleLeft: 'ArrowDoubleLeft',\n ArrowDoubleRight: 'ArrowDoubleRight',\n ArrowDown: 'ArrowDown',\n ArrowDropDownCircle: 'ArrowDropDownCircle',\n ArrowLeft: 'ArrowLeft',\n ArrowRight: 'ArrowRight',\n ArrowUp: 'ArrowUp',\n AttachMoney: 'AttachMoney',\n Attachment: 'Attachment',\n Backspace: 'Backspace',\n Ban: 'Ban',\n BankAssured: 'BankAssured',\n Bank: 'Bank',\n Bold: 'Bold',\n Book: 'Book',\n Bookmark: 'Bookmark',\n Bridge: 'Bridge',\n Briefcase: 'Briefcase',\n Bulb: 'Bulb',\n BuySell: 'BuySell',\n Cake: 'Cake',\n Calculator: 'Calculator',\n Calendar: 'Calendar',\n Call: 'Call',\n Camera: 'Camera',\n Campaign: 'Campaign',\n Candlestick: 'Candlestick',\n CardPos: 'CardPos',\n Card: 'Card',\n Cash: 'Cash',\n Category: 'Category',\n Chart: 'Chart',\n CheckBold: 'CheckBold',\n Check: 'Check',\n CircleX: 'CircleX',\n Clear: 'Clear',\n ClockFilled: 'ClockFilled',\n Clock: 'Clock',\n Close: 'Close',\n CloudDownload: 'CloudDownload',\n CloudUpload: 'CloudUpload',\n Cloud: 'Cloud',\n CodeCircle: 'CodeCircle',\n Code: 'Code',\n Coin: 'Coin',\n Collapse: 'Collapse',\n Confirmation: 'Confirmation',\n Connect: 'Connect',\n CopySuccess: 'CopySuccess',\n Copy: 'Copy',\n CorporateFare: 'CorporateFare',\n CreditCheck: 'CreditCheck',\n CurrencyFranc: 'CurrencyFranc',\n CurrencyLira: 'CurrencyLira',\n CurrencyPound: 'CurrencyPound',\n CurrencyYuan: 'CurrencyYuan',\n Customize: 'Customize',\n Danger: 'Danger',\n DarkFilled: 'DarkFilled',\n Dark: 'Dark',\n Data: 'Data',\n Description: 'Description',\n Details: 'Details',\n Diagram: 'Diagram',\n DocumentCode: 'DocumentCode',\n Download: 'Download',\n Draft: 'Draft',\n EcoLeaf: 'EcoLeaf',\n EditSquare: 'EditSquare',\n Edit: 'Edit',\n EncryptedAdd: 'EncryptedAdd',\n Eraser: 'Eraser',\n Error: 'Error',\n Ethereum: 'Ethereum',\n Exchange: 'Exchange',\n ExpandVertical: 'ExpandVertical',\n Expand: 'Expand',\n ExploreFilled: 'ExploreFilled',\n Explore: 'Explore',\n Export: 'Export',\n Extension: 'Extension',\n EyeSlash: 'EyeSlash',\n Eye: 'Eye',\n FaceId: 'FaceId',\n Feedback: 'Feedback',\n File: 'File',\n Filter: 'Filter',\n Fingerprint: 'Fingerprint',\n Fire: 'Fire',\n FirstPage: 'FirstPage',\n Flag: 'Flag',\n FlashFilled: 'FlashFilled',\n FlashSlash: 'FlashSlash',\n Flash: 'Flash',\n Flask: 'Flask',\n Flower: 'Flower',\n Folder: 'Folder',\n Forest: 'Forest',\n FullCircle: 'FullCircle',\n Gas: 'Gas',\n Gift: 'Gift',\n GlobalSearch: 'GlobalSearch',\n Global: 'Global',\n Graph: 'Graph',\n Group: 'Group',\n Hardware: 'Hardware',\n HashTag: 'HashTag',\n HeartFilled: 'HeartFilled',\n Heart: 'Heart',\n Hierarchy: 'Hierarchy',\n HomeFilled: 'HomeFilled',\n Home: 'Home',\n Image: 'Image',\n Info: 'Info',\n Inventory: 'Inventory',\n Joystick: 'Joystick',\n KeepFilled: 'KeepFilled',\n Keep: 'Keep',\n Key: 'Key',\n LastPage: 'LastPage',\n LightFilled: 'LightFilled',\n Light: 'Light',\n Link: 'Link',\n ListArrow: 'ListArrow',\n Loading: 'Loading',\n Location: 'Location',\n LockSlash: 'LockSlash',\n Lock: 'Lock',\n LockedFilled: 'LockedFilled',\n Login: 'Login',\n Logout: 'Logout',\n Mail: 'Mail',\n Map: 'Map',\n Menu: 'Menu',\n Merge: 'Merge',\n MessageQuestion: 'MessageQuestion',\n Messages: 'Messages',\n MetamaskFoxOutline: 'MetamaskFoxOutline',\n Mic: 'Mic',\n MinusBold: 'MinusBold',\n MinusSquare: 'MinusSquare',\n Minus: 'Minus',\n Mobile: 'Mobile',\n MoneyBag: 'MoneyBag',\n Money: 'Money',\n Monitor: 'Monitor',\n MoreHorizontal: 'MoreHorizontal',\n MoreVertical: 'MoreVertical',\n MountainFlag: 'MountainFlag',\n MusdFilled: 'MusdFilled',\n Musd: 'Musd',\n MusicNote: 'MusicNote',\n NoPhotography: 'NoPhotography',\n Notification: 'Notification',\n PageInfo: 'PageInfo',\n Palette: 'Palette',\n PasswordCheck: 'PasswordCheck',\n Pending: 'Pending',\n People: 'People',\n PersonCancel: 'PersonCancel',\n PieChart: 'PieChart',\n Pin: 'Pin',\n Plant: 'Plant',\n Plug: 'Plug',\n PlusAndMinus: 'PlusAndMinus',\n PolicyAlert: 'PolicyAlert',\n PopUp: 'PopUp',\n Predictions: 'Predictions',\n Print: 'Print',\n PriorityHigh: 'PriorityHigh',\n PrivacyTip: 'PrivacyTip',\n ProgrammingArrows: 'ProgrammingArrows',\n Publish: 'Publish',\n QrCode: 'QrCode',\n Question: 'Question',\n Receive: 'Receive',\n Received: 'Received',\n Refresh: 'Refresh',\n RemoveMinus: 'RemoveMinus',\n Report: 'Report',\n Rocket: 'Rocket',\n SaveFilled: 'SaveFilled',\n Save: 'Save',\n Saving: 'Saving',\n ScanBarcode: 'ScanBarcode',\n ScanFocus: 'ScanFocus',\n Scan: 'Scan',\n Search: 'Search',\n SecurityAlert: 'SecurityAlert',\n SecurityCross: 'SecurityCross',\n SecurityKey: 'SecurityKey',\n SecuritySearch: 'SecuritySearch',\n SecuritySlash: 'SecuritySlash',\n SecurityTick: 'SecurityTick',\n SecurityTime: 'SecurityTime',\n SecurityUser: 'SecurityUser',\n Security: 'Security',\n Send: 'Send',\n SentimentDissatisfied: 'SentimentDissatisfied',\n SentimentNeutral: 'SentimentNeutral',\n SentimentSatisfied: 'SentimentSatisfied',\n SentimentVerySatisfied: 'SentimentVerySatisfied',\n SettingFilled: 'SettingFilled',\n Setting: 'Setting',\n Share: 'Share',\n ShieldLock: 'ShieldLock',\n ShoppingBag: 'ShoppingBag',\n ShoppingCart: 'ShoppingCart',\n SidePanel: 'SidePanel',\n SignalCellular: 'SignalCellular',\n Slash: 'Slash',\n Sms: 'Sms',\n SnapsMobile: 'SnapsMobile',\n SnapsPlus: 'SnapsPlus',\n SnapsRound: 'SnapsRound',\n Snaps: 'Snaps',\n SortByAlpha: 'SortByAlpha',\n Sort: 'Sort',\n Sparkle: 'Sparkle',\n Speed: 'Speed',\n Speedometer: 'Speedometer',\n Square: 'Square',\n Stake: 'Stake',\n StarFilled: 'StarFilled',\n Star: 'Star',\n Start: 'Start',\n Storefront: 'Storefront',\n Student: 'Student',\n SwapHorizontal: 'SwapHorizontal',\n SwapVertical: 'SwapVertical',\n TabClose: 'TabClose',\n TableRow: 'TableRow',\n Tablet: 'Tablet',\n Tag: 'Tag',\n Telegram: 'Telegram',\n ThumbDownFilled: 'ThumbDownFilled',\n ThumbDown: 'ThumbDown',\n ThumbUpFilled: 'ThumbUpFilled',\n ThumbUp: 'ThumbUp',\n Tint: 'Tint',\n Tooltip: 'Tooltip',\n Translate: 'Translate',\n Trash: 'Trash',\n TrendDown: 'TrendDown',\n TrendUp: 'TrendUp',\n Trophy: 'Trophy',\n Undo: 'Undo',\n Unfold: 'Unfold',\n UnlockedFilled: 'UnlockedFilled',\n Unpin: 'Unpin',\n UploadFile: 'UploadFile',\n Upload: 'Upload',\n Usb: 'Usb',\n UserCheck: 'UserCheck',\n UserCircleAdd: 'UserCircleAdd',\n UserCircleRemove: 'UserCircleRemove',\n UserCircle: 'UserCircle',\n User: 'User',\n VerifiedFilled: 'VerifiedFilled',\n Verified: 'Verified',\n Videocam: 'Videocam',\n ViewColumn: 'ViewColumn',\n ViewInAr: 'ViewInAr',\n VolumeOff: 'VolumeOff',\n VolumeUp: 'VolumeUp',\n WalletFilled: 'WalletFilled',\n Wallet: 'Wallet',\n Warning: 'Warning',\n WebTraffic: 'WebTraffic',\n Widgets: 'Widgets',\n WifiOff: 'WifiOff',\n Wifi: 'Wifi',\n X: 'X',\n} as const;\n\nexport type IconName = (typeof IconName)[keyof typeof IconName];\n\n// END generated IconName\n\n/**\n * Icon - size\n * Common icon sizes shared across React and React Native platforms.\n */\nexport const IconSize = {\n /** Extra small - 12px */\n Xs: 'xs',\n /** Small - 16px */\n Sm: 'sm',\n /** Medium - 20px (Default) */\n Md: 'md',\n /** Large - 24px */\n Lg: 'lg',\n /** Extra large - 32px */\n Xl: 'xl',\n} as const;\n\nexport type IconSize = (typeof IconSize)[keyof typeof IconSize];\n\n/**\n * Icon component shared props (ADR-0004).\n */\nexport type IconPropsShared = {\n /**\n * Required prop to specify which icon to render from the icon set.\n */\n name: IconName;\n /**\n * Optional prop that sets the color of the icon using predefined theme colors.\n *\n * @default IconColor.IconDefault\n */\n color?: IconColor;\n /**\n * Optional prop to control the size of the icon.\n * Different sizes map to specific pixel dimensions.\n *\n * @default IconSize.Md\n */\n size?: IconSize;\n};\n"]}
|
|
1
|
+
{"version":3,"file":"Icon.types.cjs","sourceRoot":"","sources":["../../../src/types/Icon/Icon.types.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Icon - color (ADR-0003)\n * All icon color values shared across React and React Native platforms.\n */\nexport const IconColor = {\n /** For default neutral icons */\n IconDefault: 'text-icon-default',\n /** For softer neutral icons */\n IconAlternative: 'text-icon-alternative',\n /** For the weakest contrast neutral icons (not accessible) */\n IconMuted: 'text-icon-muted',\n /** For elements used on top of overlay/alternative. Used for text, icon, or border */\n OverlayInverse: 'text-overlay-inverse',\n /** For interactive, active, and selected semantics. Used for text, background, icon, or border */\n PrimaryDefault: 'text-primary-default',\n /** For softer variants of primary interactive elements */\n PrimaryAlternative: 'text-primary-alternative',\n /** For elements used on top of primary/default. Used for text, icon, or border */\n PrimaryInverse: 'text-primary-inverse',\n /** For critical alert semantic elements. Used for text, background, icon, or border */\n ErrorDefault: 'text-error-default',\n /** For softer variants of error elements */\n ErrorAlternative: 'text-error-alternative',\n /** For elements used on top of error/default. Used for text, icon, or border */\n ErrorInverse: 'text-error-inverse',\n /** For caution alert semantic elements. Used for text, background, icon, or border */\n WarningDefault: 'text-warning-default',\n /** For elements used on top of warning/default. Used for text, icon, or border */\n WarningInverse: 'text-warning-inverse',\n /** For positive semantic elements. Used for text, background, icon, or border */\n SuccessDefault: 'text-success-default',\n /** For elements used on top of success/default. Used for text, icon, or border */\n SuccessInverse: 'text-success-inverse',\n /** For informational read-only elements. Used for text, background, icon, or border */\n InfoDefault: 'text-info-default',\n /** For elements used on top of info/default. Used for text, icon, or border */\n InfoInverse: 'text-info-inverse',\n} as const;\n\nexport type IconColor = (typeof IconColor)[keyof typeof IconColor];\n\n// /////////////////////////////////////////////////////\n// DO NOT EDIT - generated by generate-icons.ts\n// /////////////////////////////////////////////////////\n\n/**\n * Icon - name\n * All icon names shared across React and React Native platforms.\n * This block is auto-generated — do not edit directly.\n * Run `yarn generate:icons` from the repo root to regenerate.\n */\nexport const IconName = {\n Accessibility: 'Accessibility',\n Activity: 'Activity',\n AddCard: 'AddCard',\n AddCircle: 'AddCircle',\n AddSquare: 'AddSquare',\n Add: 'Add',\n AfterHours: 'AfterHours',\n Ai: 'Ai',\n AlternateEmail: 'AlternateEmail',\n AppleLogo: 'AppleLogo',\n Apps: 'Apps',\n Arrow2Down: 'Arrow2Down',\n Arrow2Left: 'Arrow2Left',\n Arrow2Right: 'Arrow2Right',\n Arrow2UpRight: 'Arrow2UpRight',\n Arrow2Up: 'Arrow2Up',\n ArrowCircleDown: 'ArrowCircleDown',\n ArrowCircleUp: 'ArrowCircleUp',\n ArrowDoubleLeft: 'ArrowDoubleLeft',\n ArrowDoubleRight: 'ArrowDoubleRight',\n ArrowDown: 'ArrowDown',\n ArrowDropDownCircle: 'ArrowDropDownCircle',\n ArrowLeft: 'ArrowLeft',\n ArrowRight: 'ArrowRight',\n ArrowUp: 'ArrowUp',\n AttachMoney: 'AttachMoney',\n Attachment: 'Attachment',\n Backspace: 'Backspace',\n Ban: 'Ban',\n BankAssured: 'BankAssured',\n Bank: 'Bank',\n Bold: 'Bold',\n Book: 'Book',\n Bookmark: 'Bookmark',\n Bridge: 'Bridge',\n Briefcase: 'Briefcase',\n Bulb: 'Bulb',\n BuySell: 'BuySell',\n Cake: 'Cake',\n Calculator: 'Calculator',\n Calendar: 'Calendar',\n Call: 'Call',\n Camera: 'Camera',\n Campaign: 'Campaign',\n Candlestick: 'Candlestick',\n CardPos: 'CardPos',\n Card: 'Card',\n Cash: 'Cash',\n Category: 'Category',\n Chart: 'Chart',\n CheckBold: 'CheckBold',\n Check: 'Check',\n CircleX: 'CircleX',\n Clear: 'Clear',\n ClockFilled: 'ClockFilled',\n Clock: 'Clock',\n Close: 'Close',\n CloudDownload: 'CloudDownload',\n CloudUpload: 'CloudUpload',\n Cloud: 'Cloud',\n CodeCircle: 'CodeCircle',\n Code: 'Code',\n Coin: 'Coin',\n Collapse: 'Collapse',\n Confirmation: 'Confirmation',\n Connect: 'Connect',\n CopySuccess: 'CopySuccess',\n Copy: 'Copy',\n CorporateFare: 'CorporateFare',\n CreditCheck: 'CreditCheck',\n CurrencyFranc: 'CurrencyFranc',\n CurrencyLira: 'CurrencyLira',\n CurrencyPound: 'CurrencyPound',\n CurrencyYuan: 'CurrencyYuan',\n Customize: 'Customize',\n Danger: 'Danger',\n DarkFilled: 'DarkFilled',\n Dark: 'Dark',\n Data: 'Data',\n Description: 'Description',\n Details: 'Details',\n Diagram: 'Diagram',\n DocumentCode: 'DocumentCode',\n Download: 'Download',\n Draft: 'Draft',\n EcoLeaf: 'EcoLeaf',\n EditSquare: 'EditSquare',\n Edit: 'Edit',\n EncryptedAdd: 'EncryptedAdd',\n Eraser: 'Eraser',\n Error: 'Error',\n Ethereum: 'Ethereum',\n Exchange: 'Exchange',\n ExpandVertical: 'ExpandVertical',\n Expand: 'Expand',\n ExploreFilled: 'ExploreFilled',\n Explore: 'Explore',\n Export: 'Export',\n Extension: 'Extension',\n EyeSlash: 'EyeSlash',\n Eye: 'Eye',\n FaceId: 'FaceId',\n Feedback: 'Feedback',\n File: 'File',\n Filter: 'Filter',\n Fingerprint: 'Fingerprint',\n Fire: 'Fire',\n FirstPage: 'FirstPage',\n Flag: 'Flag',\n FlashFilled: 'FlashFilled',\n FlashSlash: 'FlashSlash',\n Flash: 'Flash',\n Flask: 'Flask',\n Flower: 'Flower',\n Folder: 'Folder',\n Forest: 'Forest',\n FullCircle: 'FullCircle',\n Gas: 'Gas',\n Gift: 'Gift',\n GlobalSearch: 'GlobalSearch',\n Global: 'Global',\n Graph: 'Graph',\n Group: 'Group',\n HardDrive: 'HardDrive',\n Hardware: 'Hardware',\n HashTag: 'HashTag',\n HeartFilled: 'HeartFilled',\n Heart: 'Heart',\n Hierarchy: 'Hierarchy',\n HomeFilled: 'HomeFilled',\n Home: 'Home',\n Image: 'Image',\n Info: 'Info',\n Inventory: 'Inventory',\n Joystick: 'Joystick',\n KeepFilled: 'KeepFilled',\n Keep: 'Keep',\n Key: 'Key',\n LastPage: 'LastPage',\n LightFilled: 'LightFilled',\n Light: 'Light',\n Link: 'Link',\n ListArrow: 'ListArrow',\n Loading: 'Loading',\n Location: 'Location',\n LockSlash: 'LockSlash',\n Lock: 'Lock',\n LockedFilled: 'LockedFilled',\n Login: 'Login',\n Logout: 'Logout',\n Mail: 'Mail',\n Map: 'Map',\n Menu: 'Menu',\n Merge: 'Merge',\n MessageQuestion: 'MessageQuestion',\n Messages: 'Messages',\n MetamaskFoxOutline: 'MetamaskFoxOutline',\n Mic: 'Mic',\n MinusBold: 'MinusBold',\n MinusSquare: 'MinusSquare',\n Minus: 'Minus',\n Mobile: 'Mobile',\n MoneyBag: 'MoneyBag',\n Money: 'Money',\n Monitor: 'Monitor',\n MoreHorizontal: 'MoreHorizontal',\n MoreVertical: 'MoreVertical',\n MountainFlag: 'MountainFlag',\n MusdFilled: 'MusdFilled',\n Musd: 'Musd',\n MusicNote: 'MusicNote',\n NoPhotography: 'NoPhotography',\n Notification: 'Notification',\n PageInfo: 'PageInfo',\n Palette: 'Palette',\n PasswordCheck: 'PasswordCheck',\n Pending: 'Pending',\n People: 'People',\n PersonCancel: 'PersonCancel',\n PieChart: 'PieChart',\n Pin: 'Pin',\n Plant: 'Plant',\n Plug: 'Plug',\n PlusAndMinus: 'PlusAndMinus',\n PolicyAlert: 'PolicyAlert',\n PopUp: 'PopUp',\n Predictions: 'Predictions',\n Print: 'Print',\n PriorityHigh: 'PriorityHigh',\n PrivacyTip: 'PrivacyTip',\n ProgrammingArrows: 'ProgrammingArrows',\n Publish: 'Publish',\n QrCode: 'QrCode',\n Question: 'Question',\n Receive: 'Receive',\n Received: 'Received',\n Refresh: 'Refresh',\n RemoveMinus: 'RemoveMinus',\n Report: 'Report',\n Rocket: 'Rocket',\n SaveFilled: 'SaveFilled',\n Save: 'Save',\n Saving: 'Saving',\n ScanBarcode: 'ScanBarcode',\n ScanFocus: 'ScanFocus',\n Scan: 'Scan',\n Search: 'Search',\n SecurityAlert: 'SecurityAlert',\n SecurityCross: 'SecurityCross',\n SecurityKey: 'SecurityKey',\n SecuritySearch: 'SecuritySearch',\n SecuritySlash: 'SecuritySlash',\n SecurityTick: 'SecurityTick',\n SecurityTime: 'SecurityTime',\n SecurityUser: 'SecurityUser',\n Security: 'Security',\n Send: 'Send',\n SentimentDissatisfied: 'SentimentDissatisfied',\n SentimentNeutral: 'SentimentNeutral',\n SentimentSatisfied: 'SentimentSatisfied',\n SentimentVerySatisfied: 'SentimentVerySatisfied',\n SettingFilled: 'SettingFilled',\n Setting: 'Setting',\n Share: 'Share',\n ShieldLock: 'ShieldLock',\n ShoppingBag: 'ShoppingBag',\n ShoppingCart: 'ShoppingCart',\n SidePanel: 'SidePanel',\n SignalCellular: 'SignalCellular',\n Slash: 'Slash',\n Sms: 'Sms',\n SnapsMobile: 'SnapsMobile',\n SnapsPlus: 'SnapsPlus',\n SnapsRound: 'SnapsRound',\n Snaps: 'Snaps',\n SortByAlpha: 'SortByAlpha',\n Sort: 'Sort',\n Sparkle: 'Sparkle',\n Speed: 'Speed',\n Speedometer: 'Speedometer',\n Square: 'Square',\n Stake: 'Stake',\n StarFilled: 'StarFilled',\n Star: 'Star',\n Start: 'Start',\n Storefront: 'Storefront',\n Student: 'Student',\n SwapHorizontal: 'SwapHorizontal',\n SwapVertical: 'SwapVertical',\n TabClose: 'TabClose',\n TableRow: 'TableRow',\n Tablet: 'Tablet',\n Tag: 'Tag',\n Telegram: 'Telegram',\n ThumbDownFilled: 'ThumbDownFilled',\n ThumbDown: 'ThumbDown',\n ThumbUpFilled: 'ThumbUpFilled',\n ThumbUp: 'ThumbUp',\n Tint: 'Tint',\n Tooltip: 'Tooltip',\n Translate: 'Translate',\n Trash: 'Trash',\n TrendDown: 'TrendDown',\n TrendUp: 'TrendUp',\n Trophy: 'Trophy',\n Undo: 'Undo',\n Unfold: 'Unfold',\n UnlockedFilled: 'UnlockedFilled',\n Unpin: 'Unpin',\n UploadFile: 'UploadFile',\n Upload: 'Upload',\n Usb: 'Usb',\n UserCheck: 'UserCheck',\n UserCircleAdd: 'UserCircleAdd',\n UserCircleRemove: 'UserCircleRemove',\n UserCircle: 'UserCircle',\n User: 'User',\n VerifiedFilled: 'VerifiedFilled',\n Verified: 'Verified',\n Videocam: 'Videocam',\n ViewColumn: 'ViewColumn',\n ViewInAr: 'ViewInAr',\n VolumeOff: 'VolumeOff',\n VolumeUp: 'VolumeUp',\n WalletFilled: 'WalletFilled',\n Wallet: 'Wallet',\n Warning: 'Warning',\n WebTraffic: 'WebTraffic',\n Widgets: 'Widgets',\n WifiOff: 'WifiOff',\n Wifi: 'Wifi',\n X: 'X',\n} as const;\n\nexport type IconName = (typeof IconName)[keyof typeof IconName];\n\n// END generated IconName\n\n/**\n * Icon - size\n * Common icon sizes shared across React and React Native platforms.\n */\nexport const IconSize = {\n /** Extra small - 12px */\n Xs: 'xs',\n /** Small - 16px */\n Sm: 'sm',\n /** Medium - 20px (Default) */\n Md: 'md',\n /** Large - 24px */\n Lg: 'lg',\n /** Extra large - 32px */\n Xl: 'xl',\n} as const;\n\nexport type IconSize = (typeof IconSize)[keyof typeof IconSize];\n\n/**\n * Icon component shared props (ADR-0004).\n */\nexport type IconPropsShared = {\n /**\n * Required prop to specify which icon to render from the icon set.\n */\n name: IconName;\n /**\n * Optional prop that sets the color of the icon using predefined theme colors.\n *\n * @default IconColor.IconDefault\n */\n color?: IconColor;\n /**\n * Optional prop to control the size of the icon.\n * Different sizes map to specific pixel dimensions.\n *\n * @default IconSize.Md\n */\n size?: IconSize;\n};\n"]}
|
|
@@ -167,6 +167,7 @@ export declare const IconName: {
|
|
|
167
167
|
readonly Global: "Global";
|
|
168
168
|
readonly Graph: "Graph";
|
|
169
169
|
readonly Group: "Group";
|
|
170
|
+
readonly HardDrive: "HardDrive";
|
|
170
171
|
readonly Hardware: "Hardware";
|
|
171
172
|
readonly HashTag: "HashTag";
|
|
172
173
|
readonly HeartFilled: "HeartFilled";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.types.d.cts","sourceRoot":"","sources":["../../../src/types/Icon/Icon.types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,SAAS;IACpB,gCAAgC;;IAEhC,+BAA+B;;IAE/B,8DAA8D;;IAE9D,sFAAsF;;IAEtF,kGAAkG;;IAElG,0DAA0D;;IAE1D,kFAAkF;;IAElF,uFAAuF;;IAEvF,4CAA4C;;IAE5C,gFAAgF;;IAEhF,sFAAsF;;IAEtF,kFAAkF;;IAElF,iFAAiF;;IAEjF,kFAAkF;;IAElF,uFAAuF;;IAEvF,+EAA+E;;CAEvE,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAMnE;;;;;GAKG;AACH,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"Icon.types.d.cts","sourceRoot":"","sources":["../../../src/types/Icon/Icon.types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,SAAS;IACpB,gCAAgC;;IAEhC,+BAA+B;;IAE/B,8DAA8D;;IAE9D,sFAAsF;;IAEtF,kGAAkG;;IAElG,0DAA0D;;IAE1D,kFAAkF;;IAElF,uFAAuF;;IAEvF,4CAA4C;;IAE5C,gFAAgF;;IAEhF,sFAAsF;;IAEtF,kFAAkF;;IAElF,iFAAiF;;IAEjF,kFAAkF;;IAElF,uFAAuF;;IAEvF,+EAA+E;;CAEvE,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAMnE;;;;;GAKG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqSX,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAC;AAIhE;;;GAGG;AACH,eAAO,MAAM,QAAQ;IACnB,yBAAyB;;IAEzB,mBAAmB;;IAEnB,8BAA8B;;IAE9B,mBAAmB;;IAEnB,yBAAyB;;CAEjB,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAC;AAEhE;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB,CAAC"}
|
|
@@ -167,6 +167,7 @@ export declare const IconName: {
|
|
|
167
167
|
readonly Global: "Global";
|
|
168
168
|
readonly Graph: "Graph";
|
|
169
169
|
readonly Group: "Group";
|
|
170
|
+
readonly HardDrive: "HardDrive";
|
|
170
171
|
readonly Hardware: "Hardware";
|
|
171
172
|
readonly HashTag: "HashTag";
|
|
172
173
|
readonly HeartFilled: "HeartFilled";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.types.d.mts","sourceRoot":"","sources":["../../../src/types/Icon/Icon.types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,SAAS;IACpB,gCAAgC;;IAEhC,+BAA+B;;IAE/B,8DAA8D;;IAE9D,sFAAsF;;IAEtF,kGAAkG;;IAElG,0DAA0D;;IAE1D,kFAAkF;;IAElF,uFAAuF;;IAEvF,4CAA4C;;IAE5C,gFAAgF;;IAEhF,sFAAsF;;IAEtF,kFAAkF;;IAElF,iFAAiF;;IAEjF,kFAAkF;;IAElF,uFAAuF;;IAEvF,+EAA+E;;CAEvE,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAMnE;;;;;GAKG;AACH,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"Icon.types.d.mts","sourceRoot":"","sources":["../../../src/types/Icon/Icon.types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,SAAS;IACpB,gCAAgC;;IAEhC,+BAA+B;;IAE/B,8DAA8D;;IAE9D,sFAAsF;;IAEtF,kGAAkG;;IAElG,0DAA0D;;IAE1D,kFAAkF;;IAElF,uFAAuF;;IAEvF,4CAA4C;;IAE5C,gFAAgF;;IAEhF,sFAAsF;;IAEtF,kFAAkF;;IAElF,iFAAiF;;IAEjF,kFAAkF;;IAElF,uFAAuF;;IAEvF,+EAA+E;;CAEvE,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAMnE;;;;;GAKG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqSX,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAC;AAIhE;;;GAGG;AACH,eAAO,MAAM,QAAQ;IACnB,yBAAyB;;IAEzB,mBAAmB;;IAEnB,8BAA8B;;IAE9B,mBAAmB;;IAEnB,yBAAyB;;CAEjB,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAC;AAEhE;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.types.mjs","sourceRoot":"","sources":["../../../src/types/Icon/Icon.types.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Icon - color (ADR-0003)\n * All icon color values shared across React and React Native platforms.\n */\nexport const IconColor = {\n /** For default neutral icons */\n IconDefault: 'text-icon-default',\n /** For softer neutral icons */\n IconAlternative: 'text-icon-alternative',\n /** For the weakest contrast neutral icons (not accessible) */\n IconMuted: 'text-icon-muted',\n /** For elements used on top of overlay/alternative. Used for text, icon, or border */\n OverlayInverse: 'text-overlay-inverse',\n /** For interactive, active, and selected semantics. Used for text, background, icon, or border */\n PrimaryDefault: 'text-primary-default',\n /** For softer variants of primary interactive elements */\n PrimaryAlternative: 'text-primary-alternative',\n /** For elements used on top of primary/default. Used for text, icon, or border */\n PrimaryInverse: 'text-primary-inverse',\n /** For critical alert semantic elements. Used for text, background, icon, or border */\n ErrorDefault: 'text-error-default',\n /** For softer variants of error elements */\n ErrorAlternative: 'text-error-alternative',\n /** For elements used on top of error/default. Used for text, icon, or border */\n ErrorInverse: 'text-error-inverse',\n /** For caution alert semantic elements. Used for text, background, icon, or border */\n WarningDefault: 'text-warning-default',\n /** For elements used on top of warning/default. Used for text, icon, or border */\n WarningInverse: 'text-warning-inverse',\n /** For positive semantic elements. Used for text, background, icon, or border */\n SuccessDefault: 'text-success-default',\n /** For elements used on top of success/default. Used for text, icon, or border */\n SuccessInverse: 'text-success-inverse',\n /** For informational read-only elements. Used for text, background, icon, or border */\n InfoDefault: 'text-info-default',\n /** For elements used on top of info/default. Used for text, icon, or border */\n InfoInverse: 'text-info-inverse',\n} as const;\n\nexport type IconColor = (typeof IconColor)[keyof typeof IconColor];\n\n// /////////////////////////////////////////////////////\n// DO NOT EDIT - generated by generate-icons.ts\n// /////////////////////////////////////////////////////\n\n/**\n * Icon - name\n * All icon names shared across React and React Native platforms.\n * This block is auto-generated — do not edit directly.\n * Run `yarn generate:icons` from the repo root to regenerate.\n */\nexport const IconName = {\n Accessibility: 'Accessibility',\n Activity: 'Activity',\n AddCard: 'AddCard',\n AddCircle: 'AddCircle',\n AddSquare: 'AddSquare',\n Add: 'Add',\n AfterHours: 'AfterHours',\n Ai: 'Ai',\n AlternateEmail: 'AlternateEmail',\n AppleLogo: 'AppleLogo',\n Apps: 'Apps',\n Arrow2Down: 'Arrow2Down',\n Arrow2Left: 'Arrow2Left',\n Arrow2Right: 'Arrow2Right',\n Arrow2UpRight: 'Arrow2UpRight',\n Arrow2Up: 'Arrow2Up',\n ArrowCircleDown: 'ArrowCircleDown',\n ArrowCircleUp: 'ArrowCircleUp',\n ArrowDoubleLeft: 'ArrowDoubleLeft',\n ArrowDoubleRight: 'ArrowDoubleRight',\n ArrowDown: 'ArrowDown',\n ArrowDropDownCircle: 'ArrowDropDownCircle',\n ArrowLeft: 'ArrowLeft',\n ArrowRight: 'ArrowRight',\n ArrowUp: 'ArrowUp',\n AttachMoney: 'AttachMoney',\n Attachment: 'Attachment',\n Backspace: 'Backspace',\n Ban: 'Ban',\n BankAssured: 'BankAssured',\n Bank: 'Bank',\n Bold: 'Bold',\n Book: 'Book',\n Bookmark: 'Bookmark',\n Bridge: 'Bridge',\n Briefcase: 'Briefcase',\n Bulb: 'Bulb',\n BuySell: 'BuySell',\n Cake: 'Cake',\n Calculator: 'Calculator',\n Calendar: 'Calendar',\n Call: 'Call',\n Camera: 'Camera',\n Campaign: 'Campaign',\n Candlestick: 'Candlestick',\n CardPos: 'CardPos',\n Card: 'Card',\n Cash: 'Cash',\n Category: 'Category',\n Chart: 'Chart',\n CheckBold: 'CheckBold',\n Check: 'Check',\n CircleX: 'CircleX',\n Clear: 'Clear',\n ClockFilled: 'ClockFilled',\n Clock: 'Clock',\n Close: 'Close',\n CloudDownload: 'CloudDownload',\n CloudUpload: 'CloudUpload',\n Cloud: 'Cloud',\n CodeCircle: 'CodeCircle',\n Code: 'Code',\n Coin: 'Coin',\n Collapse: 'Collapse',\n Confirmation: 'Confirmation',\n Connect: 'Connect',\n CopySuccess: 'CopySuccess',\n Copy: 'Copy',\n CorporateFare: 'CorporateFare',\n CreditCheck: 'CreditCheck',\n CurrencyFranc: 'CurrencyFranc',\n CurrencyLira: 'CurrencyLira',\n CurrencyPound: 'CurrencyPound',\n CurrencyYuan: 'CurrencyYuan',\n Customize: 'Customize',\n Danger: 'Danger',\n DarkFilled: 'DarkFilled',\n Dark: 'Dark',\n Data: 'Data',\n Description: 'Description',\n Details: 'Details',\n Diagram: 'Diagram',\n DocumentCode: 'DocumentCode',\n Download: 'Download',\n Draft: 'Draft',\n EcoLeaf: 'EcoLeaf',\n EditSquare: 'EditSquare',\n Edit: 'Edit',\n EncryptedAdd: 'EncryptedAdd',\n Eraser: 'Eraser',\n Error: 'Error',\n Ethereum: 'Ethereum',\n Exchange: 'Exchange',\n ExpandVertical: 'ExpandVertical',\n Expand: 'Expand',\n ExploreFilled: 'ExploreFilled',\n Explore: 'Explore',\n Export: 'Export',\n Extension: 'Extension',\n EyeSlash: 'EyeSlash',\n Eye: 'Eye',\n FaceId: 'FaceId',\n Feedback: 'Feedback',\n File: 'File',\n Filter: 'Filter',\n Fingerprint: 'Fingerprint',\n Fire: 'Fire',\n FirstPage: 'FirstPage',\n Flag: 'Flag',\n FlashFilled: 'FlashFilled',\n FlashSlash: 'FlashSlash',\n Flash: 'Flash',\n Flask: 'Flask',\n Flower: 'Flower',\n Folder: 'Folder',\n Forest: 'Forest',\n FullCircle: 'FullCircle',\n Gas: 'Gas',\n Gift: 'Gift',\n GlobalSearch: 'GlobalSearch',\n Global: 'Global',\n Graph: 'Graph',\n Group: 'Group',\n Hardware: 'Hardware',\n HashTag: 'HashTag',\n HeartFilled: 'HeartFilled',\n Heart: 'Heart',\n Hierarchy: 'Hierarchy',\n HomeFilled: 'HomeFilled',\n Home: 'Home',\n Image: 'Image',\n Info: 'Info',\n Inventory: 'Inventory',\n Joystick: 'Joystick',\n KeepFilled: 'KeepFilled',\n Keep: 'Keep',\n Key: 'Key',\n LastPage: 'LastPage',\n LightFilled: 'LightFilled',\n Light: 'Light',\n Link: 'Link',\n ListArrow: 'ListArrow',\n Loading: 'Loading',\n Location: 'Location',\n LockSlash: 'LockSlash',\n Lock: 'Lock',\n LockedFilled: 'LockedFilled',\n Login: 'Login',\n Logout: 'Logout',\n Mail: 'Mail',\n Map: 'Map',\n Menu: 'Menu',\n Merge: 'Merge',\n MessageQuestion: 'MessageQuestion',\n Messages: 'Messages',\n MetamaskFoxOutline: 'MetamaskFoxOutline',\n Mic: 'Mic',\n MinusBold: 'MinusBold',\n MinusSquare: 'MinusSquare',\n Minus: 'Minus',\n Mobile: 'Mobile',\n MoneyBag: 'MoneyBag',\n Money: 'Money',\n Monitor: 'Monitor',\n MoreHorizontal: 'MoreHorizontal',\n MoreVertical: 'MoreVertical',\n MountainFlag: 'MountainFlag',\n MusdFilled: 'MusdFilled',\n Musd: 'Musd',\n MusicNote: 'MusicNote',\n NoPhotography: 'NoPhotography',\n Notification: 'Notification',\n PageInfo: 'PageInfo',\n Palette: 'Palette',\n PasswordCheck: 'PasswordCheck',\n Pending: 'Pending',\n People: 'People',\n PersonCancel: 'PersonCancel',\n PieChart: 'PieChart',\n Pin: 'Pin',\n Plant: 'Plant',\n Plug: 'Plug',\n PlusAndMinus: 'PlusAndMinus',\n PolicyAlert: 'PolicyAlert',\n PopUp: 'PopUp',\n Predictions: 'Predictions',\n Print: 'Print',\n PriorityHigh: 'PriorityHigh',\n PrivacyTip: 'PrivacyTip',\n ProgrammingArrows: 'ProgrammingArrows',\n Publish: 'Publish',\n QrCode: 'QrCode',\n Question: 'Question',\n Receive: 'Receive',\n Received: 'Received',\n Refresh: 'Refresh',\n RemoveMinus: 'RemoveMinus',\n Report: 'Report',\n Rocket: 'Rocket',\n SaveFilled: 'SaveFilled',\n Save: 'Save',\n Saving: 'Saving',\n ScanBarcode: 'ScanBarcode',\n ScanFocus: 'ScanFocus',\n Scan: 'Scan',\n Search: 'Search',\n SecurityAlert: 'SecurityAlert',\n SecurityCross: 'SecurityCross',\n SecurityKey: 'SecurityKey',\n SecuritySearch: 'SecuritySearch',\n SecuritySlash: 'SecuritySlash',\n SecurityTick: 'SecurityTick',\n SecurityTime: 'SecurityTime',\n SecurityUser: 'SecurityUser',\n Security: 'Security',\n Send: 'Send',\n SentimentDissatisfied: 'SentimentDissatisfied',\n SentimentNeutral: 'SentimentNeutral',\n SentimentSatisfied: 'SentimentSatisfied',\n SentimentVerySatisfied: 'SentimentVerySatisfied',\n SettingFilled: 'SettingFilled',\n Setting: 'Setting',\n Share: 'Share',\n ShieldLock: 'ShieldLock',\n ShoppingBag: 'ShoppingBag',\n ShoppingCart: 'ShoppingCart',\n SidePanel: 'SidePanel',\n SignalCellular: 'SignalCellular',\n Slash: 'Slash',\n Sms: 'Sms',\n SnapsMobile: 'SnapsMobile',\n SnapsPlus: 'SnapsPlus',\n SnapsRound: 'SnapsRound',\n Snaps: 'Snaps',\n SortByAlpha: 'SortByAlpha',\n Sort: 'Sort',\n Sparkle: 'Sparkle',\n Speed: 'Speed',\n Speedometer: 'Speedometer',\n Square: 'Square',\n Stake: 'Stake',\n StarFilled: 'StarFilled',\n Star: 'Star',\n Start: 'Start',\n Storefront: 'Storefront',\n Student: 'Student',\n SwapHorizontal: 'SwapHorizontal',\n SwapVertical: 'SwapVertical',\n TabClose: 'TabClose',\n TableRow: 'TableRow',\n Tablet: 'Tablet',\n Tag: 'Tag',\n Telegram: 'Telegram',\n ThumbDownFilled: 'ThumbDownFilled',\n ThumbDown: 'ThumbDown',\n ThumbUpFilled: 'ThumbUpFilled',\n ThumbUp: 'ThumbUp',\n Tint: 'Tint',\n Tooltip: 'Tooltip',\n Translate: 'Translate',\n Trash: 'Trash',\n TrendDown: 'TrendDown',\n TrendUp: 'TrendUp',\n Trophy: 'Trophy',\n Undo: 'Undo',\n Unfold: 'Unfold',\n UnlockedFilled: 'UnlockedFilled',\n Unpin: 'Unpin',\n UploadFile: 'UploadFile',\n Upload: 'Upload',\n Usb: 'Usb',\n UserCheck: 'UserCheck',\n UserCircleAdd: 'UserCircleAdd',\n UserCircleRemove: 'UserCircleRemove',\n UserCircle: 'UserCircle',\n User: 'User',\n VerifiedFilled: 'VerifiedFilled',\n Verified: 'Verified',\n Videocam: 'Videocam',\n ViewColumn: 'ViewColumn',\n ViewInAr: 'ViewInAr',\n VolumeOff: 'VolumeOff',\n VolumeUp: 'VolumeUp',\n WalletFilled: 'WalletFilled',\n Wallet: 'Wallet',\n Warning: 'Warning',\n WebTraffic: 'WebTraffic',\n Widgets: 'Widgets',\n WifiOff: 'WifiOff',\n Wifi: 'Wifi',\n X: 'X',\n} as const;\n\nexport type IconName = (typeof IconName)[keyof typeof IconName];\n\n// END generated IconName\n\n/**\n * Icon - size\n * Common icon sizes shared across React and React Native platforms.\n */\nexport const IconSize = {\n /** Extra small - 12px */\n Xs: 'xs',\n /** Small - 16px */\n Sm: 'sm',\n /** Medium - 20px (Default) */\n Md: 'md',\n /** Large - 24px */\n Lg: 'lg',\n /** Extra large - 32px */\n Xl: 'xl',\n} as const;\n\nexport type IconSize = (typeof IconSize)[keyof typeof IconSize];\n\n/**\n * Icon component shared props (ADR-0004).\n */\nexport type IconPropsShared = {\n /**\n * Required prop to specify which icon to render from the icon set.\n */\n name: IconName;\n /**\n * Optional prop that sets the color of the icon using predefined theme colors.\n *\n * @default IconColor.IconDefault\n */\n color?: IconColor;\n /**\n * Optional prop to control the size of the icon.\n * Different sizes map to specific pixel dimensions.\n *\n * @default IconSize.Md\n */\n size?: IconSize;\n};\n"]}
|
|
1
|
+
{"version":3,"file":"Icon.types.mjs","sourceRoot":"","sources":["../../../src/types/Icon/Icon.types.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Icon - color (ADR-0003)\n * All icon color values shared across React and React Native platforms.\n */\nexport const IconColor = {\n /** For default neutral icons */\n IconDefault: 'text-icon-default',\n /** For softer neutral icons */\n IconAlternative: 'text-icon-alternative',\n /** For the weakest contrast neutral icons (not accessible) */\n IconMuted: 'text-icon-muted',\n /** For elements used on top of overlay/alternative. Used for text, icon, or border */\n OverlayInverse: 'text-overlay-inverse',\n /** For interactive, active, and selected semantics. Used for text, background, icon, or border */\n PrimaryDefault: 'text-primary-default',\n /** For softer variants of primary interactive elements */\n PrimaryAlternative: 'text-primary-alternative',\n /** For elements used on top of primary/default. Used for text, icon, or border */\n PrimaryInverse: 'text-primary-inverse',\n /** For critical alert semantic elements. Used for text, background, icon, or border */\n ErrorDefault: 'text-error-default',\n /** For softer variants of error elements */\n ErrorAlternative: 'text-error-alternative',\n /** For elements used on top of error/default. Used for text, icon, or border */\n ErrorInverse: 'text-error-inverse',\n /** For caution alert semantic elements. Used for text, background, icon, or border */\n WarningDefault: 'text-warning-default',\n /** For elements used on top of warning/default. Used for text, icon, or border */\n WarningInverse: 'text-warning-inverse',\n /** For positive semantic elements. Used for text, background, icon, or border */\n SuccessDefault: 'text-success-default',\n /** For elements used on top of success/default. Used for text, icon, or border */\n SuccessInverse: 'text-success-inverse',\n /** For informational read-only elements. Used for text, background, icon, or border */\n InfoDefault: 'text-info-default',\n /** For elements used on top of info/default. Used for text, icon, or border */\n InfoInverse: 'text-info-inverse',\n} as const;\n\nexport type IconColor = (typeof IconColor)[keyof typeof IconColor];\n\n// /////////////////////////////////////////////////////\n// DO NOT EDIT - generated by generate-icons.ts\n// /////////////////////////////////////////////////////\n\n/**\n * Icon - name\n * All icon names shared across React and React Native platforms.\n * This block is auto-generated — do not edit directly.\n * Run `yarn generate:icons` from the repo root to regenerate.\n */\nexport const IconName = {\n Accessibility: 'Accessibility',\n Activity: 'Activity',\n AddCard: 'AddCard',\n AddCircle: 'AddCircle',\n AddSquare: 'AddSquare',\n Add: 'Add',\n AfterHours: 'AfterHours',\n Ai: 'Ai',\n AlternateEmail: 'AlternateEmail',\n AppleLogo: 'AppleLogo',\n Apps: 'Apps',\n Arrow2Down: 'Arrow2Down',\n Arrow2Left: 'Arrow2Left',\n Arrow2Right: 'Arrow2Right',\n Arrow2UpRight: 'Arrow2UpRight',\n Arrow2Up: 'Arrow2Up',\n ArrowCircleDown: 'ArrowCircleDown',\n ArrowCircleUp: 'ArrowCircleUp',\n ArrowDoubleLeft: 'ArrowDoubleLeft',\n ArrowDoubleRight: 'ArrowDoubleRight',\n ArrowDown: 'ArrowDown',\n ArrowDropDownCircle: 'ArrowDropDownCircle',\n ArrowLeft: 'ArrowLeft',\n ArrowRight: 'ArrowRight',\n ArrowUp: 'ArrowUp',\n AttachMoney: 'AttachMoney',\n Attachment: 'Attachment',\n Backspace: 'Backspace',\n Ban: 'Ban',\n BankAssured: 'BankAssured',\n Bank: 'Bank',\n Bold: 'Bold',\n Book: 'Book',\n Bookmark: 'Bookmark',\n Bridge: 'Bridge',\n Briefcase: 'Briefcase',\n Bulb: 'Bulb',\n BuySell: 'BuySell',\n Cake: 'Cake',\n Calculator: 'Calculator',\n Calendar: 'Calendar',\n Call: 'Call',\n Camera: 'Camera',\n Campaign: 'Campaign',\n Candlestick: 'Candlestick',\n CardPos: 'CardPos',\n Card: 'Card',\n Cash: 'Cash',\n Category: 'Category',\n Chart: 'Chart',\n CheckBold: 'CheckBold',\n Check: 'Check',\n CircleX: 'CircleX',\n Clear: 'Clear',\n ClockFilled: 'ClockFilled',\n Clock: 'Clock',\n Close: 'Close',\n CloudDownload: 'CloudDownload',\n CloudUpload: 'CloudUpload',\n Cloud: 'Cloud',\n CodeCircle: 'CodeCircle',\n Code: 'Code',\n Coin: 'Coin',\n Collapse: 'Collapse',\n Confirmation: 'Confirmation',\n Connect: 'Connect',\n CopySuccess: 'CopySuccess',\n Copy: 'Copy',\n CorporateFare: 'CorporateFare',\n CreditCheck: 'CreditCheck',\n CurrencyFranc: 'CurrencyFranc',\n CurrencyLira: 'CurrencyLira',\n CurrencyPound: 'CurrencyPound',\n CurrencyYuan: 'CurrencyYuan',\n Customize: 'Customize',\n Danger: 'Danger',\n DarkFilled: 'DarkFilled',\n Dark: 'Dark',\n Data: 'Data',\n Description: 'Description',\n Details: 'Details',\n Diagram: 'Diagram',\n DocumentCode: 'DocumentCode',\n Download: 'Download',\n Draft: 'Draft',\n EcoLeaf: 'EcoLeaf',\n EditSquare: 'EditSquare',\n Edit: 'Edit',\n EncryptedAdd: 'EncryptedAdd',\n Eraser: 'Eraser',\n Error: 'Error',\n Ethereum: 'Ethereum',\n Exchange: 'Exchange',\n ExpandVertical: 'ExpandVertical',\n Expand: 'Expand',\n ExploreFilled: 'ExploreFilled',\n Explore: 'Explore',\n Export: 'Export',\n Extension: 'Extension',\n EyeSlash: 'EyeSlash',\n Eye: 'Eye',\n FaceId: 'FaceId',\n Feedback: 'Feedback',\n File: 'File',\n Filter: 'Filter',\n Fingerprint: 'Fingerprint',\n Fire: 'Fire',\n FirstPage: 'FirstPage',\n Flag: 'Flag',\n FlashFilled: 'FlashFilled',\n FlashSlash: 'FlashSlash',\n Flash: 'Flash',\n Flask: 'Flask',\n Flower: 'Flower',\n Folder: 'Folder',\n Forest: 'Forest',\n FullCircle: 'FullCircle',\n Gas: 'Gas',\n Gift: 'Gift',\n GlobalSearch: 'GlobalSearch',\n Global: 'Global',\n Graph: 'Graph',\n Group: 'Group',\n HardDrive: 'HardDrive',\n Hardware: 'Hardware',\n HashTag: 'HashTag',\n HeartFilled: 'HeartFilled',\n Heart: 'Heart',\n Hierarchy: 'Hierarchy',\n HomeFilled: 'HomeFilled',\n Home: 'Home',\n Image: 'Image',\n Info: 'Info',\n Inventory: 'Inventory',\n Joystick: 'Joystick',\n KeepFilled: 'KeepFilled',\n Keep: 'Keep',\n Key: 'Key',\n LastPage: 'LastPage',\n LightFilled: 'LightFilled',\n Light: 'Light',\n Link: 'Link',\n ListArrow: 'ListArrow',\n Loading: 'Loading',\n Location: 'Location',\n LockSlash: 'LockSlash',\n Lock: 'Lock',\n LockedFilled: 'LockedFilled',\n Login: 'Login',\n Logout: 'Logout',\n Mail: 'Mail',\n Map: 'Map',\n Menu: 'Menu',\n Merge: 'Merge',\n MessageQuestion: 'MessageQuestion',\n Messages: 'Messages',\n MetamaskFoxOutline: 'MetamaskFoxOutline',\n Mic: 'Mic',\n MinusBold: 'MinusBold',\n MinusSquare: 'MinusSquare',\n Minus: 'Minus',\n Mobile: 'Mobile',\n MoneyBag: 'MoneyBag',\n Money: 'Money',\n Monitor: 'Monitor',\n MoreHorizontal: 'MoreHorizontal',\n MoreVertical: 'MoreVertical',\n MountainFlag: 'MountainFlag',\n MusdFilled: 'MusdFilled',\n Musd: 'Musd',\n MusicNote: 'MusicNote',\n NoPhotography: 'NoPhotography',\n Notification: 'Notification',\n PageInfo: 'PageInfo',\n Palette: 'Palette',\n PasswordCheck: 'PasswordCheck',\n Pending: 'Pending',\n People: 'People',\n PersonCancel: 'PersonCancel',\n PieChart: 'PieChart',\n Pin: 'Pin',\n Plant: 'Plant',\n Plug: 'Plug',\n PlusAndMinus: 'PlusAndMinus',\n PolicyAlert: 'PolicyAlert',\n PopUp: 'PopUp',\n Predictions: 'Predictions',\n Print: 'Print',\n PriorityHigh: 'PriorityHigh',\n PrivacyTip: 'PrivacyTip',\n ProgrammingArrows: 'ProgrammingArrows',\n Publish: 'Publish',\n QrCode: 'QrCode',\n Question: 'Question',\n Receive: 'Receive',\n Received: 'Received',\n Refresh: 'Refresh',\n RemoveMinus: 'RemoveMinus',\n Report: 'Report',\n Rocket: 'Rocket',\n SaveFilled: 'SaveFilled',\n Save: 'Save',\n Saving: 'Saving',\n ScanBarcode: 'ScanBarcode',\n ScanFocus: 'ScanFocus',\n Scan: 'Scan',\n Search: 'Search',\n SecurityAlert: 'SecurityAlert',\n SecurityCross: 'SecurityCross',\n SecurityKey: 'SecurityKey',\n SecuritySearch: 'SecuritySearch',\n SecuritySlash: 'SecuritySlash',\n SecurityTick: 'SecurityTick',\n SecurityTime: 'SecurityTime',\n SecurityUser: 'SecurityUser',\n Security: 'Security',\n Send: 'Send',\n SentimentDissatisfied: 'SentimentDissatisfied',\n SentimentNeutral: 'SentimentNeutral',\n SentimentSatisfied: 'SentimentSatisfied',\n SentimentVerySatisfied: 'SentimentVerySatisfied',\n SettingFilled: 'SettingFilled',\n Setting: 'Setting',\n Share: 'Share',\n ShieldLock: 'ShieldLock',\n ShoppingBag: 'ShoppingBag',\n ShoppingCart: 'ShoppingCart',\n SidePanel: 'SidePanel',\n SignalCellular: 'SignalCellular',\n Slash: 'Slash',\n Sms: 'Sms',\n SnapsMobile: 'SnapsMobile',\n SnapsPlus: 'SnapsPlus',\n SnapsRound: 'SnapsRound',\n Snaps: 'Snaps',\n SortByAlpha: 'SortByAlpha',\n Sort: 'Sort',\n Sparkle: 'Sparkle',\n Speed: 'Speed',\n Speedometer: 'Speedometer',\n Square: 'Square',\n Stake: 'Stake',\n StarFilled: 'StarFilled',\n Star: 'Star',\n Start: 'Start',\n Storefront: 'Storefront',\n Student: 'Student',\n SwapHorizontal: 'SwapHorizontal',\n SwapVertical: 'SwapVertical',\n TabClose: 'TabClose',\n TableRow: 'TableRow',\n Tablet: 'Tablet',\n Tag: 'Tag',\n Telegram: 'Telegram',\n ThumbDownFilled: 'ThumbDownFilled',\n ThumbDown: 'ThumbDown',\n ThumbUpFilled: 'ThumbUpFilled',\n ThumbUp: 'ThumbUp',\n Tint: 'Tint',\n Tooltip: 'Tooltip',\n Translate: 'Translate',\n Trash: 'Trash',\n TrendDown: 'TrendDown',\n TrendUp: 'TrendUp',\n Trophy: 'Trophy',\n Undo: 'Undo',\n Unfold: 'Unfold',\n UnlockedFilled: 'UnlockedFilled',\n Unpin: 'Unpin',\n UploadFile: 'UploadFile',\n Upload: 'Upload',\n Usb: 'Usb',\n UserCheck: 'UserCheck',\n UserCircleAdd: 'UserCircleAdd',\n UserCircleRemove: 'UserCircleRemove',\n UserCircle: 'UserCircle',\n User: 'User',\n VerifiedFilled: 'VerifiedFilled',\n Verified: 'Verified',\n Videocam: 'Videocam',\n ViewColumn: 'ViewColumn',\n ViewInAr: 'ViewInAr',\n VolumeOff: 'VolumeOff',\n VolumeUp: 'VolumeUp',\n WalletFilled: 'WalletFilled',\n Wallet: 'Wallet',\n Warning: 'Warning',\n WebTraffic: 'WebTraffic',\n Widgets: 'Widgets',\n WifiOff: 'WifiOff',\n Wifi: 'Wifi',\n X: 'X',\n} as const;\n\nexport type IconName = (typeof IconName)[keyof typeof IconName];\n\n// END generated IconName\n\n/**\n * Icon - size\n * Common icon sizes shared across React and React Native platforms.\n */\nexport const IconSize = {\n /** Extra small - 12px */\n Xs: 'xs',\n /** Small - 16px */\n Sm: 'sm',\n /** Medium - 20px (Default) */\n Md: 'md',\n /** Large - 24px */\n Lg: 'lg',\n /** Extra large - 32px */\n Xl: 'xl',\n} as const;\n\nexport type IconSize = (typeof IconSize)[keyof typeof IconSize];\n\n/**\n * Icon component shared props (ADR-0004).\n */\nexport type IconPropsShared = {\n /**\n * Required prop to specify which icon to render from the icon set.\n */\n name: IconName;\n /**\n * Optional prop that sets the color of the icon using predefined theme colors.\n *\n * @default IconColor.IconDefault\n */\n color?: IconColor;\n /**\n * Optional prop to control the size of the icon.\n * Different sizes map to specific pixel dimensions.\n *\n * @default IconSize.Md\n */\n size?: IconSize;\n};\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionHeader.types.cjs","sourceRoot":"","sources":["../../../src/types/SectionHeader/SectionHeader.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ReactNode } from 'react';\n\nimport type { IconName } from '../Icon';\n\n/**\n * SectionHeader component shared props (ADR-0004).\n * Platform-independent properties; platform packages extend with `ViewProps`,\n * `twClassName`, and platform `Text` / `Icon` prop passthroughs.\n */\nexport type SectionHeaderPropsShared = {\n /**\n * Section title. When a string, platforms typically apply heading styles via `titleProps` / `textProps`.\n * The title row renders only when `title` is renderable; `titleAccessory` alone does not show the inner row.\n */\n title: ReactNode;\n /**\n * Optional accessory rendered inline to the right of `title` in the title row.\n * Only shown when the title row is shown (i.e. when `title` is renderable).\n */\n titleAccessory?: ReactNode;\n /**\n * Optional content rendered below the
|
|
1
|
+
{"version":3,"file":"SectionHeader.types.cjs","sourceRoot":"","sources":["../../../src/types/SectionHeader/SectionHeader.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ReactNode } from 'react';\n\nimport type { IconName } from '../Icon';\n\n/**\n * SectionHeader component shared props (ADR-0004).\n * Platform-independent properties; platform packages extend with `ViewProps`,\n * `twClassName`, and platform `Text` / `Icon` prop passthroughs.\n */\nexport type SectionHeaderPropsShared = {\n /**\n * Section title. When a string, platforms typically apply heading styles via `titleProps` / `textProps`.\n * The title row renders only when `title` is renderable; `titleAccessory` alone does not show the inner row.\n */\n title: ReactNode;\n /**\n * Optional accessory rendered inline to the right of `title` in the inner title row.\n * Only shown when the title row is shown (i.e. when `title` is renderable).\n * Use for title-adjacent metadata (e.g. info icon). Do not use for trailing row chevrons or\n * navigation arrows — use `endIconName` / `endIconProps` or `endAccessory` on the outer header row.\n */\n titleAccessory?: ReactNode;\n /**\n * Optional full-width content rendered below the header row.\n */\n children?: ReactNode;\n /**\n * Optional node before the title row (e.g. icon or avatar).\n */\n startAccessory?: ReactNode;\n /**\n * Optional node after the title row (e.g. icon or action).\n */\n endAccessory?: ReactNode;\n /**\n * Optional icon name for the start of the header row.\n * When set (or implied via `startIconProps.name`), renders an icon instead of `startAccessory`.\n */\n startIconName?: IconName;\n /**\n * Optional icon name for the end of the outer header row.\n * When set (or implied via `endIconProps.name`), renders an icon instead of `endAccessory`.\n * Use for trailing chevrons and row-level affordances; do not use `titleAccessory` for these.\n */\n endIconName?: IconName;\n};\n"]}
|
|
@@ -12,13 +12,14 @@ export type SectionHeaderPropsShared = {
|
|
|
12
12
|
*/
|
|
13
13
|
title: ReactNode;
|
|
14
14
|
/**
|
|
15
|
-
* Optional accessory rendered inline to the right of `title` in the title row.
|
|
15
|
+
* Optional accessory rendered inline to the right of `title` in the inner title row.
|
|
16
16
|
* Only shown when the title row is shown (i.e. when `title` is renderable).
|
|
17
|
+
* Use for title-adjacent metadata (e.g. info icon). Do not use for trailing row chevrons or
|
|
18
|
+
* navigation arrows — use `endIconName` / `endIconProps` or `endAccessory` on the outer header row.
|
|
17
19
|
*/
|
|
18
20
|
titleAccessory?: ReactNode;
|
|
19
21
|
/**
|
|
20
|
-
* Optional content rendered below the
|
|
21
|
-
* between start and end accessories.
|
|
22
|
+
* Optional full-width content rendered below the header row.
|
|
22
23
|
*/
|
|
23
24
|
children?: ReactNode;
|
|
24
25
|
/**
|
|
@@ -35,8 +36,9 @@ export type SectionHeaderPropsShared = {
|
|
|
35
36
|
*/
|
|
36
37
|
startIconName?: IconName;
|
|
37
38
|
/**
|
|
38
|
-
* Optional icon name for the end of the header row.
|
|
39
|
+
* Optional icon name for the end of the outer header row.
|
|
39
40
|
* When set (or implied via `endIconProps.name`), renders an icon instead of `endAccessory`.
|
|
41
|
+
* Use for trailing chevrons and row-level affordances; do not use `titleAccessory` for these.
|
|
40
42
|
*/
|
|
41
43
|
endIconName?: IconName;
|
|
42
44
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionHeader.types.d.cts","sourceRoot":"","sources":["../../../src/types/SectionHeader/SectionHeader.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,0BAAgB;AAExC;;;;GAIG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;OAGG;IACH,KAAK,EAAE,SAAS,CAAC;IACjB
|
|
1
|
+
{"version":3,"file":"SectionHeader.types.d.cts","sourceRoot":"","sources":["../../../src/types/SectionHeader/SectionHeader.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,0BAAgB;AAExC;;;;GAIG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;OAGG;IACH,KAAK,EAAE,SAAS,CAAC;IACjB;;;;;OAKG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB;;;OAGG;IACH,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB;;;;OAIG;IACH,WAAW,CAAC,EAAE,QAAQ,CAAC;CACxB,CAAC"}
|
|
@@ -12,13 +12,14 @@ export type SectionHeaderPropsShared = {
|
|
|
12
12
|
*/
|
|
13
13
|
title: ReactNode;
|
|
14
14
|
/**
|
|
15
|
-
* Optional accessory rendered inline to the right of `title` in the title row.
|
|
15
|
+
* Optional accessory rendered inline to the right of `title` in the inner title row.
|
|
16
16
|
* Only shown when the title row is shown (i.e. when `title` is renderable).
|
|
17
|
+
* Use for title-adjacent metadata (e.g. info icon). Do not use for trailing row chevrons or
|
|
18
|
+
* navigation arrows — use `endIconName` / `endIconProps` or `endAccessory` on the outer header row.
|
|
17
19
|
*/
|
|
18
20
|
titleAccessory?: ReactNode;
|
|
19
21
|
/**
|
|
20
|
-
* Optional content rendered below the
|
|
21
|
-
* between start and end accessories.
|
|
22
|
+
* Optional full-width content rendered below the header row.
|
|
22
23
|
*/
|
|
23
24
|
children?: ReactNode;
|
|
24
25
|
/**
|
|
@@ -35,8 +36,9 @@ export type SectionHeaderPropsShared = {
|
|
|
35
36
|
*/
|
|
36
37
|
startIconName?: IconName;
|
|
37
38
|
/**
|
|
38
|
-
* Optional icon name for the end of the header row.
|
|
39
|
+
* Optional icon name for the end of the outer header row.
|
|
39
40
|
* When set (or implied via `endIconProps.name`), renders an icon instead of `endAccessory`.
|
|
41
|
+
* Use for trailing chevrons and row-level affordances; do not use `titleAccessory` for these.
|
|
40
42
|
*/
|
|
41
43
|
endIconName?: IconName;
|
|
42
44
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionHeader.types.d.mts","sourceRoot":"","sources":["../../../src/types/SectionHeader/SectionHeader.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,0BAAgB;AAExC;;;;GAIG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;OAGG;IACH,KAAK,EAAE,SAAS,CAAC;IACjB
|
|
1
|
+
{"version":3,"file":"SectionHeader.types.d.mts","sourceRoot":"","sources":["../../../src/types/SectionHeader/SectionHeader.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,0BAAgB;AAExC;;;;GAIG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;OAGG;IACH,KAAK,EAAE,SAAS,CAAC;IACjB;;;;;OAKG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB;;;OAGG;IACH,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB;;;;OAIG;IACH,WAAW,CAAC,EAAE,QAAQ,CAAC;CACxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionHeader.types.mjs","sourceRoot":"","sources":["../../../src/types/SectionHeader/SectionHeader.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ReactNode } from 'react';\n\nimport type { IconName } from '../Icon';\n\n/**\n * SectionHeader component shared props (ADR-0004).\n * Platform-independent properties; platform packages extend with `ViewProps`,\n * `twClassName`, and platform `Text` / `Icon` prop passthroughs.\n */\nexport type SectionHeaderPropsShared = {\n /**\n * Section title. When a string, platforms typically apply heading styles via `titleProps` / `textProps`.\n * The title row renders only when `title` is renderable; `titleAccessory` alone does not show the inner row.\n */\n title: ReactNode;\n /**\n * Optional accessory rendered inline to the right of `title` in the title row.\n * Only shown when the title row is shown (i.e. when `title` is renderable).\n */\n titleAccessory?: ReactNode;\n /**\n * Optional content rendered below the
|
|
1
|
+
{"version":3,"file":"SectionHeader.types.mjs","sourceRoot":"","sources":["../../../src/types/SectionHeader/SectionHeader.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ReactNode } from 'react';\n\nimport type { IconName } from '../Icon';\n\n/**\n * SectionHeader component shared props (ADR-0004).\n * Platform-independent properties; platform packages extend with `ViewProps`,\n * `twClassName`, and platform `Text` / `Icon` prop passthroughs.\n */\nexport type SectionHeaderPropsShared = {\n /**\n * Section title. When a string, platforms typically apply heading styles via `titleProps` / `textProps`.\n * The title row renders only when `title` is renderable; `titleAccessory` alone does not show the inner row.\n */\n title: ReactNode;\n /**\n * Optional accessory rendered inline to the right of `title` in the inner title row.\n * Only shown when the title row is shown (i.e. when `title` is renderable).\n * Use for title-adjacent metadata (e.g. info icon). Do not use for trailing row chevrons or\n * navigation arrows — use `endIconName` / `endIconProps` or `endAccessory` on the outer header row.\n */\n titleAccessory?: ReactNode;\n /**\n * Optional full-width content rendered below the header row.\n */\n children?: ReactNode;\n /**\n * Optional node before the title row (e.g. icon or avatar).\n */\n startAccessory?: ReactNode;\n /**\n * Optional node after the title row (e.g. icon or action).\n */\n endAccessory?: ReactNode;\n /**\n * Optional icon name for the start of the header row.\n * When set (or implied via `startIconProps.name`), renders an icon instead of `startAccessory`.\n */\n startIconName?: IconName;\n /**\n * Optional icon name for the end of the outer header row.\n * When set (or implied via `endIconProps.name`), renders an icon instead of `endAccessory`.\n * Use for trailing chevrons and row-level affordances; do not use `titleAccessory` for these.\n */\n endIconName?: IconName;\n};\n"]}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SegmentedControlSize = void 0;
|
|
4
|
+
const ButtonBase_types_1 = require("../ButtonBase/ButtonBase.types.cjs");
|
|
5
|
+
/**
|
|
6
|
+
* SegmentedControl size options (ADR-0003).
|
|
7
|
+
* Alias to ButtonBaseSize to keep values in sync.
|
|
8
|
+
*/
|
|
9
|
+
exports.SegmentedControlSize = ButtonBase_types_1.ButtonBaseSize;
|
|
3
10
|
//# sourceMappingURL=SegmentedControl.types.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SegmentedControl.types.cjs","sourceRoot":"","sources":["../../../src/types/SegmentedControl/SegmentedControl.types.ts"],"names":[],"mappings":"","sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"SegmentedControl.types.cjs","sourceRoot":"","sources":["../../../src/types/SegmentedControl/SegmentedControl.types.ts"],"names":[],"mappings":";;;AAAA,yEAAgE;AAEhE;;;GAGG;AACU,QAAA,oBAAoB,GAAG,iCAAc,CAAC","sourcesContent":["import { ButtonBaseSize } from '../ButtonBase/ButtonBase.types';\n\n/**\n * SegmentedControl size options (ADR-0003).\n * Alias to ButtonBaseSize to keep values in sync.\n */\nexport const SegmentedControlSize = ButtonBaseSize;\nexport type SegmentedControlSize = ButtonBaseSize;\n\n/**\n * SegmentedControl component shared props (ADR-0004).\n * Controlled-only: parent owns `value` and updates it from `onChange`.\n */\nexport type SegmentedControlPropsShared = {\n /**\n * Selected segment value; must match a child `FilterButton` `value`.\n */\n value: string;\n /**\n * Called when the user selects a segment (via a participating `FilterButton`).\n */\n onChange: (value: string) => void;\n /**\n * Size of the control and child filter buttons.\n *\n * @default SegmentedControlSize.Sm\n */\n size?: SegmentedControlSize;\n /**\n * When true, the control stretches to the width of its parent and segments share equal width.\n *\n * @default false\n */\n isFullWidth?: boolean;\n};\n"]}
|
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ButtonBaseSize } from "../ButtonBase/ButtonBase.types.cjs";
|
|
2
|
+
/**
|
|
3
|
+
* SegmentedControl size options (ADR-0003).
|
|
4
|
+
* Alias to ButtonBaseSize to keep values in sync.
|
|
5
|
+
*/
|
|
6
|
+
export declare const SegmentedControlSize: {
|
|
7
|
+
readonly Sm: "sm";
|
|
8
|
+
readonly Md: "md";
|
|
9
|
+
readonly Lg: "lg";
|
|
10
|
+
};
|
|
11
|
+
export type SegmentedControlSize = ButtonBaseSize;
|
|
2
12
|
/**
|
|
3
13
|
* SegmentedControl component shared props (ADR-0004).
|
|
4
14
|
* Controlled-only: parent owns `value` and updates it from `onChange`.
|
|
@@ -15,9 +25,9 @@ export type SegmentedControlPropsShared = {
|
|
|
15
25
|
/**
|
|
16
26
|
* Size of the control and child filter buttons.
|
|
17
27
|
*
|
|
18
|
-
* @default
|
|
28
|
+
* @default SegmentedControlSize.Sm
|
|
19
29
|
*/
|
|
20
|
-
size?:
|
|
30
|
+
size?: SegmentedControlSize;
|
|
21
31
|
/**
|
|
22
32
|
* When true, the control stretches to the width of its parent and segments share equal width.
|
|
23
33
|
*
|