pixelize-design-library 2.4.2-beta.2 → 2.4.2-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Components/Accordion/Accordion.js +2 -2
- package/dist/Components/Button/Button.d.ts +2 -2
- package/dist/Components/Button/Button.js +3 -3
- package/dist/Components/Button/Button.styles.js +4 -3
- package/dist/Components/Button/ButtonProps.d.ts +6 -1
- package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.js +6 -6
- package/dist/Components/Card/Card.d.ts +1 -1
- package/dist/Components/Card/Card.js +2 -2
- package/dist/Components/Card/CardProps.d.ts +0 -1
- package/dist/Components/Checkbox/Checkbox.js +1 -1
- package/dist/Components/Checkbox/Checkbox.styles.js +2 -0
- package/dist/Components/Common/fieldStyles.js +1 -1
- package/dist/Components/CopyButton/CopyButton.js +1 -1
- package/dist/Components/CustomModulesTable/EditModuleModal.js +1 -1
- package/dist/Components/DatePicker/CalendarPanel.js +1 -1
- package/dist/Components/DatePicker/RangeDatePicker.js +2 -2
- package/dist/Components/DatePicker/SingleDatePicker.js +2 -2
- package/dist/Components/DatePicker/TimeOnlyPicker.js +1 -1
- package/dist/Components/Dropdown/DropDown.js +3 -13
- package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.js +1 -1
- package/dist/Components/FilePreview/FilePreview.js +1 -1
- package/dist/Components/FileUpload/FileUpload.js +3 -2
- package/dist/Components/FileUpload/FileUploadProps.d.ts +2 -1
- package/dist/Components/FileUpload/constants.js +1 -0
- package/dist/Components/FilterSidebar/FilterSidebar.js +4 -4
- package/dist/Components/Form/FormWrapper.js +1 -1
- package/dist/Components/Input/TextInput.styles.js +6 -4
- package/dist/Components/InputTextArea/InputTextArea.style.js +5 -4
- package/dist/Components/KanbanBoard/KanbanBoard.js +5 -45
- package/dist/Components/LimitReachedModal/LimitReachedModal.js +4 -5
- package/dist/Components/MultiSelect/MultiSelect.js +1 -1
- package/dist/Components/NavigationBar/NavigationBar.js +3 -3
- package/dist/Components/NoteTextArea/NoteTextArea.js +5 -3
- package/dist/Components/NumberInput/NumberInput.styles.js +5 -4
- package/dist/Components/OrgSwitcher/OrgSwitcher.js +2 -2
- package/dist/Components/PinInput/PinInput.js +1 -1
- package/dist/Components/PlanPill/PlanPill.js +5 -5
- package/dist/Components/PlanPill/planPillGradient.d.ts +2 -14
- package/dist/Components/PlanPill/planPillGradient.js +3 -15
- package/dist/Components/Primitives/Primitives.d.ts +6 -0
- package/dist/Components/Primitives/Primitives.js +113 -0
- package/dist/Components/ProductCard/ProductPrice.js +1 -1
- package/dist/Components/ProfileCard/ProfileCard.js +1 -1
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.js +1 -1
- package/dist/Components/RadioButton/RadioButton.js +1 -1
- package/dist/Components/Reorder/Reorder.js +1 -1
- package/dist/Components/ScrollbarBox/ScrollbarBox.d.ts +13 -0
- package/dist/Components/ScrollbarBox/ScrollbarBox.js +11 -0
- package/dist/Components/SearchSelect/SearchSelect.js +5 -4
- package/dist/Components/Select/Select.styles.js +3 -2
- package/dist/Components/SelectSearch/SelectSearch.js +3 -3
- package/dist/Components/SelectV2/SelectV2.js +5 -11
- package/dist/Components/SideBar/SecondaryBar.js +1 -1
- package/dist/Components/StageProgress/StageProgress.js +2 -9
- package/dist/Components/Table/Table.d.ts +1 -1
- package/dist/Components/Table/Table.js +17 -24
- package/dist/Components/Table/TableProps.d.ts +4 -0
- package/dist/Components/Table/components/TableActions.js +2 -2
- package/dist/Components/Table/components/TableBody.js +41 -12
- package/dist/Components/Table/components/TableGroupRow.js +1 -1
- package/dist/Components/Table/components/TableHeader.js +21 -8
- package/dist/Components/Table/components/TableSearch.js +1 -1
- package/dist/Components/Table/filters/ActiveFilters.js +2 -18
- package/dist/Components/Table/settings/ManageColumns.js +3 -17
- package/dist/Components/Table/settings/TableSettings.js +5 -11
- package/dist/Components/Table/variants/TableVariantContext.d.ts +4 -0
- package/dist/Components/Table/variants/TableVariantContext.js +17 -0
- package/dist/Components/Table/variants/classic.d.ts +6 -0
- package/dist/Components/Table/variants/classic.js +47 -0
- package/dist/Components/Table/variants/index.d.ts +7 -0
- package/dist/Components/Table/variants/index.js +27 -0
- package/dist/Components/Table/variants/pillInk.d.ts +6 -0
- package/dist/Components/Table/variants/pillInk.js +21 -0
- package/dist/Components/Table/variants/studio.d.ts +6 -0
- package/dist/Components/Table/variants/studio.js +50 -0
- package/dist/Components/Table/variants/tokens.d.ts +49 -0
- package/dist/Components/Table/variants/tokens.js +2 -0
- package/dist/Components/Timeline/Timeline.js +2 -2
- package/dist/Components/Toaster/Toaster.js +1 -1
- package/dist/Components/Trail/TrailWorks.js +1 -1
- package/dist/Components/UpgradeButton/UpgradeButton.js +3 -3
- package/dist/Constants/Sidebar.js +3 -2
- package/dist/Theme/chakra/Menu.styles.d.ts +9 -6
- package/dist/Theme/chakra/Menu.styles.js +11 -5
- package/dist/Theme/chakra/Popover.styles.d.ts +6 -3
- package/dist/Theme/chakra/Popover.styles.js +11 -6
- package/dist/Theme/chakra/Switch.styles.d.ts +1 -1
- package/dist/Theme/chakra/Switch.styles.js +7 -9
- package/dist/Theme/chakra/componentStyles.d.ts +15 -9
- package/dist/Theme/chakra/createBrandTheme.js +3 -16
- package/dist/Theme/provider/PixelizeThemeProvider.js +18 -20
- package/dist/Theme/provider/ThemeSwitcher.js +13 -20
- package/dist/Theme/tokens/brands/lavender/palette.light.js +2 -6
- package/dist/Theme/tokens/brands/slate/palette.light.js +1 -5
- package/dist/Theme/tokens/builders/chartColorsFromTheme.js +1 -1
- package/dist/Theme/tokens/builders/gradientInk.d.ts +22 -0
- package/dist/Theme/tokens/builders/gradientInk.js +28 -0
- package/dist/Theme/tokens/builders/index.d.ts +3 -0
- package/dist/Theme/tokens/builders/index.js +3 -0
- package/dist/Theme/tokens/builders/outlineRung.d.ts +32 -3
- package/dist/Theme/tokens/builders/outlineRung.js +74 -5
- package/dist/Theme/tokens/builders/placeholderInk.d.ts +19 -0
- package/dist/Theme/tokens/builders/placeholderInk.js +35 -0
- package/dist/Theme/tokens/builders/resolvedRungs.d.ts +5 -1
- package/dist/Theme/tokens/builders/resolvedRungs.js +7 -2
- package/dist/Theme/tokens/builders/scrollbar.d.ts +12 -0
- package/dist/Theme/tokens/builders/scrollbar.js +57 -0
- package/dist/Theme/tokens/builders/surfaceRungs.d.ts +5 -0
- package/dist/Theme/tokens/builders/surfaceRungs.js +20 -5
- package/dist/esm/Components/Accordion/Accordion.js +2 -2
- package/dist/esm/Components/Button/Button.js +4 -4
- package/dist/esm/Components/Button/Button.styles.js +5 -4
- package/dist/esm/Components/ButtonGroupIcon/ButtonGroupIcon.js +6 -6
- package/dist/esm/Components/Card/Card.js +2 -2
- package/dist/esm/Components/Checkbox/Checkbox.js +1 -1
- package/dist/esm/Components/Checkbox/Checkbox.styles.js +2 -0
- package/dist/esm/Components/Common/fieldStyles.js +1 -1
- package/dist/esm/Components/CopyButton/CopyButton.js +1 -1
- package/dist/esm/Components/CustomModulesTable/EditModuleModal.js +1 -1
- package/dist/esm/Components/DatePicker/CalendarPanel.js +1 -1
- package/dist/esm/Components/DatePicker/RangeDatePicker.js +2 -2
- package/dist/esm/Components/DatePicker/SingleDatePicker.js +2 -2
- package/dist/esm/Components/DatePicker/TimeOnlyPicker.js +1 -1
- package/dist/esm/Components/Dropdown/DropDown.js +3 -13
- package/dist/esm/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.js +1 -1
- package/dist/esm/Components/FilePreview/FilePreview.js +1 -1
- package/dist/esm/Components/FileUpload/FileUpload.js +4 -3
- package/dist/esm/Components/FileUpload/constants.js +1 -0
- package/dist/esm/Components/FilterSidebar/FilterSidebar.js +4 -4
- package/dist/esm/Components/Form/FormWrapper.js +1 -1
- package/dist/esm/Components/Input/TextInput.styles.js +6 -4
- package/dist/esm/Components/InputTextArea/InputTextArea.style.js +5 -4
- package/dist/esm/Components/KanbanBoard/KanbanBoard.js +5 -45
- package/dist/esm/Components/LimitReachedModal/LimitReachedModal.js +4 -5
- package/dist/esm/Components/MultiSelect/MultiSelect.js +1 -1
- package/dist/esm/Components/NavigationBar/NavigationBar.js +3 -3
- package/dist/esm/Components/NoteTextArea/NoteTextArea.js +5 -3
- package/dist/esm/Components/NumberInput/NumberInput.styles.js +5 -4
- package/dist/esm/Components/OrgSwitcher/OrgSwitcher.js +2 -2
- package/dist/esm/Components/PinInput/PinInput.js +1 -1
- package/dist/esm/Components/PlanPill/PlanPill.js +6 -6
- package/dist/esm/Components/PlanPill/planPillGradient.js +3 -15
- package/dist/esm/Components/Primitives/Primitives.js +6 -0
- package/dist/esm/Components/ProductCard/ProductPrice.js +1 -1
- package/dist/esm/Components/ProfileCard/ProfileCard.js +1 -1
- package/dist/esm/Components/ProfilePhotoViewer/ProfilePhotoViewer.js +1 -1
- package/dist/esm/Components/RadioButton/RadioButton.js +1 -1
- package/dist/esm/Components/Reorder/Reorder.js +1 -1
- package/dist/esm/Components/ScrollbarBox/ScrollbarBox.js +9 -0
- package/dist/esm/Components/SearchSelect/SearchSelect.js +5 -4
- package/dist/esm/Components/Select/Select.styles.js +3 -2
- package/dist/esm/Components/SelectSearch/SelectSearch.js +3 -3
- package/dist/esm/Components/SelectV2/SelectV2.js +5 -11
- package/dist/esm/Components/SideBar/SecondaryBar.js +1 -1
- package/dist/esm/Components/StageProgress/StageProgress.js +2 -9
- package/dist/esm/Components/Table/Table.js +17 -24
- package/dist/esm/Components/Table/components/TableActions.js +2 -2
- package/dist/esm/Components/Table/components/TableBody.js +42 -13
- package/dist/esm/Components/Table/components/TableGroupRow.js +1 -1
- package/dist/esm/Components/Table/components/TableHeader.js +21 -8
- package/dist/esm/Components/Table/components/TableSearch.js +1 -1
- package/dist/esm/Components/Table/filters/ActiveFilters.js +2 -18
- package/dist/esm/Components/Table/settings/ManageColumns.js +3 -17
- package/dist/esm/Components/Table/settings/TableSettings.js +5 -11
- package/dist/esm/Components/Table/variants/TableVariantContext.js +13 -0
- package/dist/esm/Components/Table/variants/classic.js +43 -0
- package/dist/esm/Components/Table/variants/index.js +9 -0
- package/dist/esm/Components/Table/variants/pillInk.js +18 -0
- package/dist/esm/Components/Table/variants/studio.js +46 -0
- package/dist/esm/Components/Table/variants/tokens.js +1 -0
- package/dist/esm/Components/Timeline/Timeline.js +2 -2
- package/dist/esm/Components/Toaster/Toaster.js +1 -1
- package/dist/esm/Components/Trail/TrailWorks.js +1 -1
- package/dist/esm/Components/UpgradeButton/UpgradeButton.js +3 -3
- package/dist/esm/Constants/Sidebar.js +3 -2
- package/dist/esm/Theme/chakra/Menu.styles.js +11 -5
- package/dist/esm/Theme/chakra/Popover.styles.js +11 -6
- package/dist/esm/Theme/chakra/Switch.styles.js +7 -9
- package/dist/esm/Theme/chakra/createBrandTheme.js +3 -16
- package/dist/esm/Theme/provider/PixelizeThemeProvider.js +18 -20
- package/dist/esm/Theme/provider/ThemeSwitcher.js +13 -20
- package/dist/esm/Theme/tokens/brands/lavender/palette.light.js +2 -6
- package/dist/esm/Theme/tokens/brands/slate/palette.light.js +1 -5
- package/dist/esm/Theme/tokens/builders/chartColorsFromTheme.js +1 -1
- package/dist/esm/Theme/tokens/builders/gradientInk.js +22 -0
- package/dist/esm/Theme/tokens/builders/index.js +3 -0
- package/dist/esm/Theme/tokens/builders/outlineRung.js +70 -4
- package/dist/esm/Theme/tokens/builders/placeholderInk.js +29 -0
- package/dist/esm/Theme/tokens/builders/resolvedRungs.js +7 -2
- package/dist/esm/Theme/tokens/builders/scrollbar.js +52 -0
- package/dist/esm/Theme/tokens/builders/surfaceRungs.js +20 -5
- package/dist/esm/index.js +6 -1
- package/dist/index.d.ts +11 -2
- package/dist/index.js +21 -3
- package/package.json +4 -2
|
@@ -25,26 +25,29 @@ declare const $itemBg: {
|
|
|
25
25
|
export declare const Menu: {
|
|
26
26
|
baseStyle?: (({ theme }: StyleFunctionProps) => {
|
|
27
27
|
list: {
|
|
28
|
-
[$bg.variable]:
|
|
28
|
+
[$bg.variable]: string;
|
|
29
29
|
bg: string;
|
|
30
|
-
color:
|
|
30
|
+
color: string;
|
|
31
|
+
borderWidth: string;
|
|
32
|
+
borderStyle: string;
|
|
33
|
+
borderColor: string;
|
|
31
34
|
};
|
|
32
35
|
item: {
|
|
33
36
|
bg: string;
|
|
34
37
|
_focus: {
|
|
35
|
-
[$itemBg.variable]:
|
|
38
|
+
[$itemBg.variable]: string;
|
|
36
39
|
bg: string;
|
|
37
40
|
};
|
|
38
41
|
_hover: {
|
|
39
|
-
[$itemBg.variable]:
|
|
42
|
+
[$itemBg.variable]: string;
|
|
40
43
|
bg: string;
|
|
41
44
|
};
|
|
42
45
|
_active: {
|
|
43
|
-
[$itemBg.variable]:
|
|
46
|
+
[$itemBg.variable]: string;
|
|
44
47
|
bg: string;
|
|
45
48
|
};
|
|
46
49
|
_expanded: {
|
|
47
|
-
[$itemBg.variable]:
|
|
50
|
+
[$itemBg.variable]: string;
|
|
48
51
|
bg: string;
|
|
49
52
|
};
|
|
50
53
|
};
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Menu = void 0;
|
|
4
4
|
const react_1 = require("@chakra-ui/react");
|
|
5
5
|
const anatomy_1 = require("@chakra-ui/anatomy");
|
|
6
|
+
const paletteFromTheme_1 = require("./paletteFromTheme");
|
|
6
7
|
const { defineMultiStyleConfig, definePartsStyle } = (0, react_1.createMultiStyleConfigHelpers)(anatomy_1.menuAnatomy.keys);
|
|
7
8
|
const $bg = (0, react_1.cssVar)("menu-bg");
|
|
8
9
|
/**
|
|
@@ -22,14 +23,19 @@ const $bg = (0, react_1.cssVar)("menu-bg");
|
|
|
22
23
|
*/
|
|
23
24
|
const $itemBg = (0, react_1.cssVar)("menu-item-bg");
|
|
24
25
|
const baseStyle = definePartsStyle(({ theme }) => {
|
|
25
|
-
|
|
26
|
-
const hoverBg =
|
|
27
|
-
const activeBg =
|
|
26
|
+
const colors = (0, paletteFromTheme_1.paletteOf)(theme);
|
|
27
|
+
const hoverBg = colors.primary.opacity[8];
|
|
28
|
+
const activeBg = colors.primary.opacity[16];
|
|
28
29
|
return {
|
|
29
30
|
list: {
|
|
30
|
-
[$bg.variable]:
|
|
31
|
+
[$bg.variable]: colors.backgroundColor.light,
|
|
31
32
|
bg: $bg.reference,
|
|
32
|
-
color:
|
|
33
|
+
color: colors.text[900],
|
|
34
|
+
// A rule at CHROME_RULE weight, not Chakra's gray.200: that default read as a hard edge,
|
|
35
|
+
// which is why this shipped borderless. At 1.31:1 the edge defines the surface instead.
|
|
36
|
+
borderWidth: "1px",
|
|
37
|
+
borderStyle: "solid",
|
|
38
|
+
borderColor: colors.boxborder[200],
|
|
33
39
|
},
|
|
34
40
|
// Own CSS var (`--menu-item-bg`), NOT the list's `--menu-bg` — Chakra's stock item
|
|
35
41
|
// baseStyle rewrites `--menu-bg` itself on hover/focus, so reusing that same var name
|
|
@@ -10,10 +10,13 @@ declare const $arrowShadowColor: {
|
|
|
10
10
|
export declare const Popover: {
|
|
11
11
|
baseStyle?: (({ theme }: StyleFunctionProps) => {
|
|
12
12
|
content: {
|
|
13
|
-
[$popperBg.variable]:
|
|
14
|
-
[$arrowShadowColor.variable]:
|
|
13
|
+
[$popperBg.variable]: string;
|
|
14
|
+
[$arrowShadowColor.variable]: string;
|
|
15
15
|
bg: string;
|
|
16
|
-
color:
|
|
16
|
+
color: string;
|
|
17
|
+
borderWidth: string;
|
|
18
|
+
borderStyle: string;
|
|
19
|
+
borderColor: string;
|
|
17
20
|
};
|
|
18
21
|
}) | undefined;
|
|
19
22
|
sizes?: {
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Popover = void 0;
|
|
4
4
|
const react_1 = require("@chakra-ui/react");
|
|
5
5
|
const anatomy_1 = require("@chakra-ui/anatomy");
|
|
6
|
+
const paletteFromTheme_1 = require("./paletteFromTheme");
|
|
6
7
|
const { defineMultiStyleConfig, definePartsStyle } = (0, react_1.createMultiStyleConfigHelpers)(anatomy_1.popoverAnatomy.keys);
|
|
7
8
|
const $popperBg = (0, react_1.cssVar)("popper-bg");
|
|
8
9
|
const $arrowShadowColor = (0, react_1.cssVar)("popper-arrow-shadow-color");
|
|
@@ -15,15 +16,19 @@ const $arrowShadowColor = (0, react_1.cssVar)("popper-arrow-shadow-color");
|
|
|
15
16
|
* fixing `$popperBg` here fixes the arrow fill too.
|
|
16
17
|
*/
|
|
17
18
|
const baseStyle = definePartsStyle(({ theme }) => {
|
|
18
|
-
|
|
19
|
-
return
|
|
19
|
+
const colors = (0, paletteFromTheme_1.paletteOf)(theme);
|
|
20
|
+
return {
|
|
20
21
|
content: {
|
|
21
|
-
[$popperBg.variable]:
|
|
22
|
+
[$popperBg.variable]: colors.backgroundColor.light,
|
|
22
23
|
bg: $popperBg.reference,
|
|
23
|
-
[$arrowShadowColor.variable]:
|
|
24
|
-
color:
|
|
24
|
+
[$arrowShadowColor.variable]: colors.boxborder[200],
|
|
25
|
+
color: colors.text[900],
|
|
26
|
+
// Matches Menu: a CHROME_RULE-weight edge, not Chakra's gray.200 hard edge.
|
|
27
|
+
borderWidth: "1px",
|
|
28
|
+
borderStyle: "solid",
|
|
29
|
+
borderColor: colors.boxborder[200],
|
|
25
30
|
},
|
|
26
|
-
}
|
|
31
|
+
};
|
|
27
32
|
});
|
|
28
33
|
exports.Popover = defineMultiStyleConfig({
|
|
29
34
|
baseStyle,
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Switch = void 0;
|
|
4
4
|
const react_1 = require("@chakra-ui/react");
|
|
5
5
|
const anatomy_1 = require("@chakra-ui/anatomy");
|
|
6
|
+
const paletteFromTheme_1 = require("./paletteFromTheme");
|
|
6
7
|
const { defineMultiStyleConfig, definePartsStyle } = (0, react_1.createMultiStyleConfigHelpers)(anatomy_1.switchAnatomy.keys);
|
|
7
8
|
const $thumbBg = (0, react_1.cssVar)("switch-thumb-bg");
|
|
8
9
|
/**
|
|
@@ -10,15 +11,12 @@ const $thumbBg = (0, react_1.cssVar)("switch-thumb-bg");
|
|
|
10
11
|
* `_dark` gate at all, so every bare `<Switch>` renders a literal white knob on the dark canvas
|
|
11
12
|
* regardless of mode.
|
|
12
13
|
*/
|
|
13
|
-
const baseStyle = definePartsStyle(({ theme }) => {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
},
|
|
20
|
-
});
|
|
21
|
-
});
|
|
14
|
+
const baseStyle = definePartsStyle(({ theme }) => ({
|
|
15
|
+
thumb: {
|
|
16
|
+
[$thumbBg.variable]: (0, paletteFromTheme_1.paletteOf)(theme).backgroundColor.light,
|
|
17
|
+
bg: $thumbBg.reference,
|
|
18
|
+
},
|
|
19
|
+
}));
|
|
22
20
|
exports.Switch = defineMultiStyleConfig({
|
|
23
21
|
baseStyle,
|
|
24
22
|
});
|
|
@@ -70,26 +70,29 @@ export declare const componentStyles: {
|
|
|
70
70
|
Menu: {
|
|
71
71
|
baseStyle?: (({ theme }: StyleFunctionProps) => {
|
|
72
72
|
list: {
|
|
73
|
-
[x: string]:
|
|
73
|
+
[x: string]: string;
|
|
74
74
|
bg: string;
|
|
75
|
-
color:
|
|
75
|
+
color: string;
|
|
76
|
+
borderWidth: string;
|
|
77
|
+
borderStyle: string;
|
|
78
|
+
borderColor: string;
|
|
76
79
|
};
|
|
77
80
|
item: {
|
|
78
81
|
bg: string;
|
|
79
82
|
_focus: {
|
|
80
|
-
[x: string]:
|
|
83
|
+
[x: string]: string;
|
|
81
84
|
bg: string;
|
|
82
85
|
};
|
|
83
86
|
_hover: {
|
|
84
|
-
[x: string]:
|
|
87
|
+
[x: string]: string;
|
|
85
88
|
bg: string;
|
|
86
89
|
};
|
|
87
90
|
_active: {
|
|
88
|
-
[x: string]:
|
|
91
|
+
[x: string]: string;
|
|
89
92
|
bg: string;
|
|
90
93
|
};
|
|
91
94
|
_expanded: {
|
|
92
|
-
[x: string]:
|
|
95
|
+
[x: string]: string;
|
|
93
96
|
bg: string;
|
|
94
97
|
};
|
|
95
98
|
};
|
|
@@ -139,9 +142,12 @@ export declare const componentStyles: {
|
|
|
139
142
|
Popover: {
|
|
140
143
|
baseStyle?: (({ theme }: StyleFunctionProps) => {
|
|
141
144
|
content: {
|
|
142
|
-
[x: string]:
|
|
145
|
+
[x: string]: string;
|
|
143
146
|
bg: string;
|
|
144
|
-
color:
|
|
147
|
+
color: string;
|
|
148
|
+
borderWidth: string;
|
|
149
|
+
borderStyle: string;
|
|
150
|
+
borderColor: string;
|
|
145
151
|
};
|
|
146
152
|
}) | undefined;
|
|
147
153
|
sizes?: {
|
|
@@ -188,7 +194,7 @@ export declare const componentStyles: {
|
|
|
188
194
|
Switch: {
|
|
189
195
|
baseStyle?: (({ theme }: StyleFunctionProps) => {
|
|
190
196
|
thumb: {
|
|
191
|
-
[x: string]:
|
|
197
|
+
[x: string]: string;
|
|
192
198
|
bg: string;
|
|
193
199
|
};
|
|
194
200
|
}) | undefined;
|
|
@@ -9,6 +9,7 @@ const common_web_1 = __importDefault(require("./common.web"));
|
|
|
9
9
|
const fonts_web_1 = __importDefault(require("./fonts.web"));
|
|
10
10
|
const componentStyles_1 = require("./componentStyles");
|
|
11
11
|
const accentText_1 = require("../tokens/builders/accentText");
|
|
12
|
+
const scrollbar_1 = require("../tokens/builders/scrollbar");
|
|
12
13
|
/**
|
|
13
14
|
* Builds a Chakra theme from a pure brand palette.
|
|
14
15
|
*
|
|
@@ -89,22 +90,8 @@ const createBrandTheme = (palette, options = {}) => {
|
|
|
89
90
|
color: (0, accentText_1.onFilled)(palette.primary[500], palette.white, palette.black),
|
|
90
91
|
},
|
|
91
92
|
// `color-scheme: dark` gives WebKit/Blink a dark scrollbar by default, but it's the
|
|
92
|
-
// OS's generic dark gray, not brand-aware
|
|
93
|
-
|
|
94
|
-
"::-webkit-scrollbar": {
|
|
95
|
-
width: "10px",
|
|
96
|
-
height: "10px",
|
|
97
|
-
},
|
|
98
|
-
"::-webkit-scrollbar-track": {
|
|
99
|
-
background: palette.backgroundColor.main,
|
|
100
|
-
},
|
|
101
|
-
"::-webkit-scrollbar-thumb": {
|
|
102
|
-
background: palette.gray[600],
|
|
103
|
-
borderRadius: "6px",
|
|
104
|
-
},
|
|
105
|
-
"::-webkit-scrollbar-thumb:hover": {
|
|
106
|
-
background: palette.gray[500],
|
|
107
|
-
},
|
|
93
|
+
// OS's generic dark gray, not brand-aware.
|
|
94
|
+
...(0, scrollbar_1.globalScrollbarStyles)(palette),
|
|
108
95
|
// Chrome/Edge autofill paints its own opaque yellow/white fill behind the input
|
|
109
96
|
// text via `-webkit-box-shadow` (not `background`), so a plain `bg` override never
|
|
110
97
|
// reaches it — a bright light box survives on every dark autofilled field unless
|
|
@@ -165,42 +165,40 @@ const PixelizeThemeProvider = ({ children, brand: brandProp = DEFAULT_BRAND, onB
|
|
|
165
165
|
* `data-mode` for consumers that want to hook their own dark CSS.
|
|
166
166
|
*/
|
|
167
167
|
(0, react_1.useLayoutEffect)(() => {
|
|
168
|
-
var _a, _b, _c, _d, _e, _f, _g;
|
|
169
168
|
const root = document.documentElement;
|
|
170
169
|
root.dataset.mode = resolvedMode;
|
|
171
|
-
const colors = resolvedTheme
|
|
172
|
-
const
|
|
173
|
-
const gray = colors.gray;
|
|
170
|
+
const { colors } = resolvedTheme;
|
|
171
|
+
const { gray, semantic } = colors;
|
|
174
172
|
const HUE_SCALES = [
|
|
175
173
|
"primary", "gray", "red", "orange", "yellow",
|
|
176
174
|
"green", "teal", "blue", "cyan", "purple", "pink",
|
|
177
175
|
];
|
|
178
|
-
const SEMANTIC_SCALES = ["success", "error", "warning", "info"];
|
|
176
|
+
const SEMANTIC_SCALES = ["success", "error", "warning", "info"];
|
|
179
177
|
const RUNGS = [50, 100, 200, 300, 400, 500, 600, 700, 800, 900];
|
|
180
|
-
//
|
|
181
|
-
//
|
|
178
|
+
// The dark gray ramp runs dark(50) → light(900), so low rungs read as surfaces
|
|
179
|
+
// and high rungs as text — correct in dark, cleared in light.
|
|
182
180
|
const SEMANTIC_VARS = {
|
|
183
|
-
"text-heading": gray
|
|
184
|
-
"text-subtle": gray
|
|
185
|
-
"bg-main": gray
|
|
186
|
-
"bg-quaternary": gray
|
|
187
|
-
"bg-accent": gray
|
|
188
|
-
"bg-neutral": gray
|
|
189
|
-
"border-default": gray
|
|
190
|
-
"border-dark": gray
|
|
191
|
-
"border-error":
|
|
192
|
-
"border-warning":
|
|
181
|
+
"text-heading": gray[900], "text-body": gray[700],
|
|
182
|
+
"text-subtle": gray[500], "text-input": gray[500],
|
|
183
|
+
"bg-main": gray[50], "bg-secondary": gray[100], "bg-tertiary": gray[100],
|
|
184
|
+
"bg-quaternary": gray[200], "bg-light": gray[50], "bg-medium": gray[100],
|
|
185
|
+
"bg-accent": gray[200], "bg-subtle": gray[100], "bg-muted": gray[200],
|
|
186
|
+
"bg-neutral": gray[100], "bg-base": gray[50], "bg-table-header": gray[100],
|
|
187
|
+
"border-default": gray[200], "border-light": gray[100],
|
|
188
|
+
"border-dark": gray[300], "border-input": gray[300],
|
|
189
|
+
"border-error": semantic.error[500], "border-success": semantic.success[500],
|
|
190
|
+
"border-warning": semantic.warning[500], "border-info": semantic.info[500],
|
|
193
191
|
};
|
|
194
|
-
const set = (name, val) =>
|
|
192
|
+
const set = (name, val) => root.style.setProperty(`--color-${name}`, val);
|
|
195
193
|
const clear = (name) => root.style.removeProperty(`--color-${name}`);
|
|
196
194
|
const allRampNames = [...HUE_SCALES, ...SEMANTIC_SCALES].flatMap((s) => RUNGS.map((r) => `${s}-${r}`));
|
|
197
195
|
if (resolvedMode === "dark") {
|
|
198
196
|
for (const s of HUE_SCALES)
|
|
199
197
|
for (const r of RUNGS)
|
|
200
|
-
set(`${s}-${r}`,
|
|
198
|
+
set(`${s}-${r}`, colors[s][r]);
|
|
201
199
|
for (const s of SEMANTIC_SCALES)
|
|
202
200
|
for (const r of RUNGS)
|
|
203
|
-
set(`${s}-${r}`,
|
|
201
|
+
set(`${s}-${r}`, semantic[s][r]);
|
|
204
202
|
for (const [name, val] of Object.entries(SEMANTIC_VARS))
|
|
205
203
|
set(name, val);
|
|
206
204
|
}
|
|
@@ -25,33 +25,26 @@ const toBrandLabel = (brand) => brand.charAt(0).toUpperCase() + brand.slice(1);
|
|
|
25
25
|
* the dot always matches what selecting that brand actually looks like,
|
|
26
26
|
* regardless of which brand/mode is currently active.
|
|
27
27
|
*/
|
|
28
|
-
const brandSwatchColor = (brand) =>
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
const brandSwatchColor = (brand) => index_1.brandThemes[brand].light.colors.primary[500];
|
|
29
|
+
const BrandSwatch = ({ brand }) => {
|
|
30
|
+
const { colors } = (0, useCustomTheme_1.useCustomTheme)();
|
|
31
|
+
return ((0, jsx_runtime_1.jsx)(react_2.Box, { as: "span", display: "inline-block", w: "0.625rem", h: "0.625rem", borderRadius: "full", bg: brandSwatchColor(brand), border: "1px solid", borderColor: colors.boxborder[200], flexShrink: 0 }));
|
|
31
32
|
};
|
|
32
|
-
const BrandSwatch = ({ brand }) => ((0, jsx_runtime_1.jsx)(react_2.Box, { as: "span", display: "inline-block", w: "0.625rem", h: "0.625rem", borderRadius: "full", bg: brandSwatchColor(brand), border: "1px solid", borderColor: "whiteAlpha.300", flexShrink: 0 }));
|
|
33
33
|
/**
|
|
34
34
|
* Palette values already differ per color mode (`brandThemes[brand].light|dark`), so tokens
|
|
35
35
|
* are read straight from the active theme — no `useColorModeValue` pairing needed here.
|
|
36
|
-
* Fallbacks are Chakra token names, never literal colors, for themes without a brand palette.
|
|
37
36
|
*/
|
|
38
37
|
const useSwitcherColors = () => {
|
|
39
|
-
|
|
40
|
-
const colors = (0, useCustomTheme_1.useCustomTheme)().colors;
|
|
38
|
+
const { colors } = (0, useCustomTheme_1.useCustomTheme)();
|
|
41
39
|
return {
|
|
42
|
-
trackBg:
|
|
43
|
-
activeBg:
|
|
44
|
-
activeColor:
|
|
45
|
-
mutedColor:
|
|
46
|
-
hoverBg:
|
|
47
|
-
borderColor:
|
|
48
|
-
//
|
|
49
|
-
|
|
50
|
-
// Re-deriving it here too and pushing it back via `sx` on every render caused a redundant
|
|
51
|
-
// Emotion style recompute per render, which showed up as flicker while hovering/scrolling
|
|
52
|
-
// this list. Keep menuColor (Menu.styles.ts doesn't set list `color` per this component's
|
|
53
|
-
// needs) but stop duplicating menuBg.
|
|
54
|
-
menuColor: (_0 = (_y = (_x = colors === null || colors === void 0 ? void 0 : colors.text) === null || _x === void 0 ? void 0 : _x[900]) !== null && _y !== void 0 ? _y : (_z = colors === null || colors === void 0 ? void 0 : colors.gray) === null || _z === void 0 ? void 0 : _z[900]) !== null && _0 !== void 0 ? _0 : "gray.900",
|
|
40
|
+
trackBg: colors.backgroundColor.secondary,
|
|
41
|
+
activeBg: colors.backgroundColor.main,
|
|
42
|
+
activeColor: colors.primary[500],
|
|
43
|
+
mutedColor: colors.text[600],
|
|
44
|
+
hoverBg: colors.gray[100],
|
|
45
|
+
borderColor: colors.boxborder[200],
|
|
46
|
+
// NOTE: menuBg lives in Menu.styles.ts — re-pushing it via `sx` flickers on every render.
|
|
47
|
+
menuColor: colors.text[900],
|
|
55
48
|
};
|
|
56
49
|
};
|
|
57
50
|
const BrandMenu = ({ size }) => {
|
|
@@ -188,12 +188,8 @@ const disabled = {
|
|
|
188
188
|
800: "#625d75",
|
|
189
189
|
900: "#4b4759",
|
|
190
190
|
};
|
|
191
|
-
//
|
|
192
|
-
|
|
193
|
-
// original let white drop to 3.53 there (`from` already passed at 5.76, unchanged).
|
|
194
|
-
// Nudged one step further (4.511 -> 4.609): the first pass cleared AA by <0.02, too thin a
|
|
195
|
-
// margin to trust against rounding/rendering variance.
|
|
196
|
-
const gradient = { from: "#8B3FC8", to: "#df187a" };
|
|
191
|
+
// Single-hue gradient: white clears AA by margin, not by hundredths. See gradientTone.test.ts.
|
|
192
|
+
const gradient = { from: "#8b3fc8", to: "#762d9d" };
|
|
197
193
|
const palette = {
|
|
198
194
|
gradient,
|
|
199
195
|
primary,
|
|
@@ -20,11 +20,7 @@ const primary = {
|
|
|
20
20
|
const palette = {
|
|
21
21
|
...neutrals_1.neutralTokens,
|
|
22
22
|
...(0, brandInk_1.buildBrandInk)(PRIMARY_500),
|
|
23
|
-
|
|
24
|
-
// original let white drop to 2.98 there (`from` already passed at 4.83, unchanged).
|
|
25
|
-
// Nudged one step further (4.520 -> 4.608): the first pass cleared AA by <0.02, too thin a
|
|
26
|
-
// margin to trust against rounding/rendering variance.
|
|
27
|
-
gradient: { from: "#6b7280", to: "#5664f6" }, // slate gray → indigo
|
|
23
|
+
gradient: { from: "#666d7a", to: "#4a4e59" },
|
|
28
24
|
primary,
|
|
29
25
|
tertiary: { ...primary },
|
|
30
26
|
gray: {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export type Gradient = {
|
|
2
|
+
from: string;
|
|
3
|
+
to: string;
|
|
4
|
+
};
|
|
5
|
+
/** A gradient already safe to paint, plus the ink that is guaranteed legible on it. */
|
|
6
|
+
export type ResolvedGradient = Gradient & {
|
|
7
|
+
ink: string;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* Sinks both stops until WHITE ink clears AA, keeping each stop's hue. Any mid-tone gradient
|
|
11
|
+
* otherwise flips `onGradient` to black ink, so the same element reads white-on-colour in one
|
|
12
|
+
* brand and black-on-pastel in the next.
|
|
13
|
+
*/
|
|
14
|
+
export declare const inkSafeGradient: (gradient: Gradient) => Gradient;
|
|
15
|
+
/**
|
|
16
|
+
* The only correct way to paint text on a gradient: returns the stops to draw AND the ink for
|
|
17
|
+
* them. Calling `onGradient` on raw stops is the black-text bug — it picks ink for a backdrop
|
|
18
|
+
* that is then painted differently.
|
|
19
|
+
*/
|
|
20
|
+
export declare const resolveGradient: (gradient: Gradient, white: string, black: string) => ResolvedGradient;
|
|
21
|
+
/** `linear-gradient(...)` for a resolved pair — one spelling of the CSS everywhere. */
|
|
22
|
+
export declare const gradientCss: (g: Gradient, angle?: string) => string;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.gradientCss = exports.resolveGradient = exports.inkSafeGradient = void 0;
|
|
4
|
+
const accentText_1 = require("./accentText");
|
|
5
|
+
const statusTone_1 = require("./statusTone");
|
|
6
|
+
/**
|
|
7
|
+
* Sinks both stops until WHITE ink clears AA, keeping each stop's hue. Any mid-tone gradient
|
|
8
|
+
* otherwise flips `onGradient` to black ink, so the same element reads white-on-colour in one
|
|
9
|
+
* brand and black-on-pastel in the next.
|
|
10
|
+
*/
|
|
11
|
+
const inkSafeGradient = (gradient) => ({
|
|
12
|
+
from: (0, statusTone_1.resolveAvatarFill)(gradient.from),
|
|
13
|
+
to: (0, statusTone_1.resolveAvatarFill)(gradient.to),
|
|
14
|
+
});
|
|
15
|
+
exports.inkSafeGradient = inkSafeGradient;
|
|
16
|
+
/**
|
|
17
|
+
* The only correct way to paint text on a gradient: returns the stops to draw AND the ink for
|
|
18
|
+
* them. Calling `onGradient` on raw stops is the black-text bug — it picks ink for a backdrop
|
|
19
|
+
* that is then painted differently.
|
|
20
|
+
*/
|
|
21
|
+
const resolveGradient = (gradient, white, black) => {
|
|
22
|
+
const { from, to } = (0, exports.inkSafeGradient)(gradient);
|
|
23
|
+
return { from, to, ink: (0, accentText_1.onGradient)(from, to, white, black) };
|
|
24
|
+
};
|
|
25
|
+
exports.resolveGradient = resolveGradient;
|
|
26
|
+
/** `linear-gradient(...)` for a resolved pair — one spelling of the CSS everywhere. */
|
|
27
|
+
const gradientCss = (g, angle = "135deg") => `linear-gradient(${angle}, ${g.from} 0%, ${g.to} 100%)`;
|
|
28
|
+
exports.gradientCss = gradientCss;
|
|
@@ -19,3 +19,6 @@ __exportStar(require("./buildBrandTokens"), exports);
|
|
|
19
19
|
__exportStar(require("./buildDarkPalette"), exports);
|
|
20
20
|
__exportStar(require("./chartColorsFromTheme"), exports);
|
|
21
21
|
__exportStar(require("./color"), exports);
|
|
22
|
+
__exportStar(require("./scrollbar"), exports);
|
|
23
|
+
__exportStar(require("./gradientInk"), exports);
|
|
24
|
+
__exportStar(require("./placeholderInk"), exports);
|
|
@@ -7,6 +7,22 @@ import type { PaletteProps } from "../types";
|
|
|
7
7
|
export declare const MIN_PERCEPTIBLE_STEP = 1.15;
|
|
8
8
|
/** WCAG 1.4.11 — a control outline is a UI component boundary, held to 3:1. */
|
|
9
9
|
export declare const AA_NON_TEXT = 3;
|
|
10
|
+
/**
|
|
11
|
+
* Resting chrome — card, popover and field outlines — settles here, not at `AA_NON_TEXT`.
|
|
12
|
+
* At 3:1 a container border is text-weight and the UI reads as a wireframe; every mainstream
|
|
13
|
+
* system draws this line far lighter (Tailwind gray-200 1.24, Chakra gray.200 1.30, Material
|
|
14
|
+
* outline-variant 1.61). 1.4.11 asks that a control be identifiable, not that its resting
|
|
15
|
+
* border carry the whole job: the fill, the label and the focus ring do that, and the focus
|
|
16
|
+
* ring is still held to `AA_NON_TEXT`.
|
|
17
|
+
*/
|
|
18
|
+
export declare const CHROME_BORDER = 1.5;
|
|
19
|
+
export declare const CHROME_RULE = 1.31;
|
|
20
|
+
/**
|
|
21
|
+
* A rule is decorative, so it has a ceiling and no floor: soften it until the surface it reads
|
|
22
|
+
* hardest against sits at `target`, and leave a already-fainter rung alone. Never `settleAcross`
|
|
23
|
+
* here — that clears a floor on EVERY surface, so one tinted surface drags the rule darker.
|
|
24
|
+
*/
|
|
25
|
+
export declare function ruleInk(hex: string, surfaces: readonly string[], target: number): string;
|
|
10
26
|
/**
|
|
11
27
|
* Walks a hex toward `target` contrast against `backdrop`, keeping hue and saturation.
|
|
12
28
|
* Direction is DERIVED from the backdrop, never passed: a mode argument here was redundant
|
|
@@ -14,11 +30,17 @@ export declare const AA_NON_TEXT = 3;
|
|
|
14
30
|
* Tries the far side first, falls back to the near side, and stops at the first passing step.
|
|
15
31
|
*/
|
|
16
32
|
export declare function liftToContrast(hex: string, backdrop: string, target?: number): string;
|
|
33
|
+
/**
|
|
34
|
+
* Mirror of `liftToContrast`: walks ink TOWARD the backdrop, stopping at the last step that
|
|
35
|
+
* still clears `target`. For ink that must stay legible without reading as body copy.
|
|
36
|
+
*/
|
|
37
|
+
export declare function softenToContrast(hex: string, backdrop: string, target: number): string;
|
|
17
38
|
/**
|
|
18
39
|
* `boxborder[500]` is the rung every control outline reads (Checkbox, SearchSelect, the date
|
|
19
|
-
* pickers, the editor's inputs).
|
|
20
|
-
*
|
|
21
|
-
*
|
|
40
|
+
* pickers, the editor's inputs). Settled onto `CHROME_BORDER` — lifted when a brand authored it
|
|
41
|
+
* invisibly pale, softened when it overshoots. It was previously lifted to `AA_NON_TEXT`, which
|
|
42
|
+
* shipped 3.85-4.95:1 outlines: a text-weight box around every card and popover.
|
|
43
|
+
* Resolved here rather than hand-pinned per brand: a copied hex goes stale the moment a canvas moves.
|
|
22
44
|
*
|
|
23
45
|
* `border[*]` is deliberately untouched — that ramp draws table gridlines, which are decorative
|
|
24
46
|
* and outside 1.4.11.
|
|
@@ -33,3 +55,10 @@ export declare function withOutlineRung(palette: PaletteProps): PaletteProps;
|
|
|
33
55
|
* its OWN list background, not necessarily the page canvas.
|
|
34
56
|
*/
|
|
35
57
|
export declare function resolveHoverTint(seed: string, restSurface: string): string;
|
|
58
|
+
/**
|
|
59
|
+
* Settles ink into `target` against EVERY surface at once. Softening one step can change which
|
|
60
|
+
* surface is hardest, so resolving against a single pre-computed "hardest" one lands under the
|
|
61
|
+
* floor on another — that is how radiant and rosewood ended up with an invisible outline on
|
|
62
|
+
* their muted surface.
|
|
63
|
+
*/
|
|
64
|
+
export declare function settleAcross(hex: string, surfaces: readonly string[], target: number): string;
|