pixelize-design-library 2.4.2-beta.2 → 2.4.2-beta.20
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/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/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 +5 -1
- package/dist/index.d.ts +10 -2
- package/dist/index.js +17 -3
- package/package.json +4 -2
|
@@ -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;
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AA_NON_TEXT = exports.MIN_PERCEPTIBLE_STEP = void 0;
|
|
3
|
+
exports.CHROME_RULE = exports.CHROME_BORDER = exports.AA_NON_TEXT = exports.MIN_PERCEPTIBLE_STEP = void 0;
|
|
4
|
+
exports.ruleInk = ruleInk;
|
|
4
5
|
exports.liftToContrast = liftToContrast;
|
|
6
|
+
exports.softenToContrast = softenToContrast;
|
|
5
7
|
exports.withOutlineRung = withOutlineRung;
|
|
6
8
|
exports.resolveHoverTint = resolveHoverTint;
|
|
9
|
+
exports.settleAcross = settleAcross;
|
|
7
10
|
const color_1 = require("./color");
|
|
8
11
|
/**
|
|
9
12
|
* The floor a hover/active state's step off its own resting surface must clear to be seen at
|
|
@@ -13,6 +16,29 @@ const color_1 = require("./color");
|
|
|
13
16
|
exports.MIN_PERCEPTIBLE_STEP = 1.15;
|
|
14
17
|
/** WCAG 1.4.11 — a control outline is a UI component boundary, held to 3:1. */
|
|
15
18
|
exports.AA_NON_TEXT = 3;
|
|
19
|
+
/**
|
|
20
|
+
* Resting chrome — card, popover and field outlines — settles here, not at `AA_NON_TEXT`.
|
|
21
|
+
* At 3:1 a container border is text-weight and the UI reads as a wireframe; every mainstream
|
|
22
|
+
* system draws this line far lighter (Tailwind gray-200 1.24, Chakra gray.200 1.30, Material
|
|
23
|
+
* outline-variant 1.61). 1.4.11 asks that a control be identifiable, not that its resting
|
|
24
|
+
* border carry the whole job: the fill, the label and the focus ring do that, and the focus
|
|
25
|
+
* ring is still held to `AA_NON_TEXT`.
|
|
26
|
+
*/
|
|
27
|
+
exports.CHROME_BORDER = 1.5;
|
|
28
|
+
// The resting rule between two surfaces — a card edge, a divider, a menu outline. Lighter than
|
|
29
|
+
// CHROME_BORDER, which outlines a control the user acts on.
|
|
30
|
+
exports.CHROME_RULE = 1.31;
|
|
31
|
+
/**
|
|
32
|
+
* A rule is decorative, so it has a ceiling and no floor: soften it until the surface it reads
|
|
33
|
+
* hardest against sits at `target`, and leave a already-fainter rung alone. Never `settleAcross`
|
|
34
|
+
* here — that clears a floor on EVERY surface, so one tinted surface drags the rule darker.
|
|
35
|
+
*/
|
|
36
|
+
function ruleInk(hex, surfaces, target) {
|
|
37
|
+
const loudest = surfaces.reduce((worst, s) => (0, color_1.contrastRatio)(hex, s) > (0, color_1.contrastRatio)(hex, worst) ? s : worst);
|
|
38
|
+
return (0, color_1.contrastRatio)(hex, loudest) > target
|
|
39
|
+
? softenToContrast(hex, loudest, target)
|
|
40
|
+
: hex;
|
|
41
|
+
}
|
|
16
42
|
/**
|
|
17
43
|
* Walks a hex toward `target` contrast against `backdrop`, keeping hue and saturation.
|
|
18
44
|
* Direction is DERIVED from the backdrop, never passed: a mode argument here was redundant
|
|
@@ -36,11 +62,30 @@ function liftToContrast(hex, backdrop, target = exports.AA_NON_TEXT) {
|
|
|
36
62
|
const ends = [(0, color_1.withLightness)(hex, 100, s), (0, color_1.withLightness)(hex, 0, s)];
|
|
37
63
|
return (0, color_1.contrastRatio)(ends[0], backdrop) >= (0, color_1.contrastRatio)(ends[1], backdrop) ? ends[0] : ends[1];
|
|
38
64
|
}
|
|
65
|
+
/**
|
|
66
|
+
* Mirror of `liftToContrast`: walks ink TOWARD the backdrop, stopping at the last step that
|
|
67
|
+
* still clears `target`. For ink that must stay legible without reading as body copy.
|
|
68
|
+
*/
|
|
69
|
+
function softenToContrast(hex, backdrop, target) {
|
|
70
|
+
if ((0, color_1.contrastRatio)(hex, backdrop) <= target)
|
|
71
|
+
return hex;
|
|
72
|
+
const { s, l: start } = (0, color_1.hexToHsl)(hex);
|
|
73
|
+
const toward = (0, color_1.relativeLuminance)(backdrop) < 0.5 ? -1 : 1;
|
|
74
|
+
let softest = hex;
|
|
75
|
+
for (let l = start; l > 0 && l < 100; l += toward) {
|
|
76
|
+
const next = (0, color_1.withLightness)(hex, l, s);
|
|
77
|
+
if ((0, color_1.contrastRatio)(next, backdrop) < target)
|
|
78
|
+
break;
|
|
79
|
+
softest = next;
|
|
80
|
+
}
|
|
81
|
+
return softest;
|
|
82
|
+
}
|
|
39
83
|
/**
|
|
40
84
|
* `boxborder[500]` is the rung every control outline reads (Checkbox, SearchSelect, the date
|
|
41
|
-
* pickers, the editor's inputs).
|
|
42
|
-
*
|
|
43
|
-
*
|
|
85
|
+
* pickers, the editor's inputs). Settled onto `CHROME_BORDER` — lifted when a brand authored it
|
|
86
|
+
* invisibly pale, softened when it overshoots. It was previously lifted to `AA_NON_TEXT`, which
|
|
87
|
+
* shipped 3.85-4.95:1 outlines: a text-weight box around every card and popover.
|
|
88
|
+
* Resolved here rather than hand-pinned per brand: a copied hex goes stale the moment a canvas moves.
|
|
44
89
|
*
|
|
45
90
|
* `border[*]` is deliberately untouched — that ramp draws table gridlines, which are decorative
|
|
46
91
|
* and outside 1.4.11.
|
|
@@ -53,7 +98,9 @@ function withOutlineRung(palette) {
|
|
|
53
98
|
(0, color_1.contrastRatio)(current, palette.background[50])
|
|
54
99
|
? palette.backgroundColor.main
|
|
55
100
|
: palette.background[50];
|
|
56
|
-
const resolved =
|
|
101
|
+
const resolved = (0, color_1.contrastRatio)(current, backdrop) > exports.CHROME_BORDER
|
|
102
|
+
? softenToContrast(current, backdrop, exports.CHROME_BORDER)
|
|
103
|
+
: liftToContrast(current, backdrop, exports.CHROME_BORDER);
|
|
57
104
|
if (resolved === current)
|
|
58
105
|
return palette;
|
|
59
106
|
return { ...palette, boxborder: { ...palette.boxborder, 500: resolved } };
|
|
@@ -69,3 +116,25 @@ function withOutlineRung(palette) {
|
|
|
69
116
|
function resolveHoverTint(seed, restSurface) {
|
|
70
117
|
return liftToContrast(seed, restSurface, exports.MIN_PERCEPTIBLE_STEP);
|
|
71
118
|
}
|
|
119
|
+
/**
|
|
120
|
+
* Settles ink into `target` against EVERY surface at once. Softening one step can change which
|
|
121
|
+
* surface is hardest, so resolving against a single pre-computed "hardest" one lands under the
|
|
122
|
+
* floor on another — that is how radiant and rosewood ended up with an invisible outline on
|
|
123
|
+
* their muted surface.
|
|
124
|
+
*/
|
|
125
|
+
function settleAcross(hex, surfaces, target) {
|
|
126
|
+
const clearsAll = (c) => surfaces.every((s) => (0, color_1.contrastRatio)(c, s) >= target);
|
|
127
|
+
if (!clearsAll(hex)) {
|
|
128
|
+
return surfaces.reduce((ink, s) => liftToContrast(ink, s, target), hex);
|
|
129
|
+
}
|
|
130
|
+
const { s: sat, l: start } = (0, color_1.hexToHsl)(hex);
|
|
131
|
+
const toward = (0, color_1.relativeLuminance)(surfaces[0]) < 0.5 ? -1 : 1;
|
|
132
|
+
let settled = hex;
|
|
133
|
+
for (let l = start; l > 0 && l < 100; l += toward) {
|
|
134
|
+
const next = (0, color_1.withLightness)(hex, l, sat);
|
|
135
|
+
if (!clearsAll(next))
|
|
136
|
+
break;
|
|
137
|
+
settled = next;
|
|
138
|
+
}
|
|
139
|
+
return settled;
|
|
140
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { PaletteProps } from "../types";
|
|
2
|
+
/** A field always renders on at least one surface — the first is the reference backdrop. */
|
|
3
|
+
export type FieldSurfaces = readonly [string, ...string[]];
|
|
4
|
+
/**
|
|
5
|
+
* The hint ink for a field: the brand's authored rung settled onto `PLACEHOLDER_TEXT` against the
|
|
6
|
+
* hardest surface a field can land on — lifted when it falls short, softened when it overshoots.
|
|
7
|
+
*
|
|
8
|
+
* Settled rather than floored because the authored rungs measured 3.96-7.73:1 across the brands,
|
|
9
|
+
* and anything much past the floor reads as a field already typed into. The floor is the look:
|
|
10
|
+
* one hint weight for every brand in both modes, instead of a per-brand accident.
|
|
11
|
+
*/
|
|
12
|
+
export declare const placeholderInkOn: (palette: PaletteProps, surfaces: FieldSurfaces) => string;
|
|
13
|
+
/**
|
|
14
|
+
* Every surface an ENABLED field renders on. Disabled fields are deliberately absent — 1.4.3
|
|
15
|
+
* exempts them, and folding their dimmer fill in here would darken the hint on every other field.
|
|
16
|
+
*/
|
|
17
|
+
export declare const fieldSurfaces: (palette: PaletteProps) => FieldSurfaces;
|
|
18
|
+
/** The hint ink every field in this library reads. Takes no backdrop: see `fieldSurfaces`. */
|
|
19
|
+
export declare const placeholderInk: (palette: PaletteProps) => string;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.placeholderInk = exports.fieldSurfaces = exports.placeholderInkOn = void 0;
|
|
4
|
+
const color_1 = require("./color");
|
|
5
|
+
const outlineRung_1 = require("./outlineRung");
|
|
6
|
+
const surfaceRungs_1 = require("./surfaceRungs");
|
|
7
|
+
/**
|
|
8
|
+
* The hint ink for a field: the brand's authored rung settled onto `PLACEHOLDER_TEXT` against the
|
|
9
|
+
* hardest surface a field can land on — lifted when it falls short, softened when it overshoots.
|
|
10
|
+
*
|
|
11
|
+
* Settled rather than floored because the authored rungs measured 3.96-7.73:1 across the brands,
|
|
12
|
+
* and anything much past the floor reads as a field already typed into. The floor is the look:
|
|
13
|
+
* one hint weight for every brand in both modes, instead of a per-brand accident.
|
|
14
|
+
*/
|
|
15
|
+
const placeholderInkOn = (palette, surfaces) => {
|
|
16
|
+
const rung = palette.placeholder[500];
|
|
17
|
+
const hardest = surfaces.reduce((worst, s) => (0, color_1.contrastRatio)(rung, s) < (0, color_1.contrastRatio)(rung, worst) ? s : worst);
|
|
18
|
+
return (0, color_1.contrastRatio)(rung, hardest) > surfaceRungs_1.PLACEHOLDER_TEXT
|
|
19
|
+
? (0, outlineRung_1.softenToContrast)(rung, hardest, surfaceRungs_1.PLACEHOLDER_TEXT)
|
|
20
|
+
: (0, outlineRung_1.liftToContrast)(rung, hardest, surfaceRungs_1.PLACEHOLDER_TEXT);
|
|
21
|
+
};
|
|
22
|
+
exports.placeholderInkOn = placeholderInkOn;
|
|
23
|
+
/**
|
|
24
|
+
* Every surface an ENABLED field renders on. Disabled fields are deliberately absent — 1.4.3
|
|
25
|
+
* exempts them, and folding their dimmer fill in here would darken the hint on every other field.
|
|
26
|
+
*/
|
|
27
|
+
const fieldSurfaces = (palette) => [
|
|
28
|
+
palette.gray[50],
|
|
29
|
+
palette.background[50],
|
|
30
|
+
palette.backgroundColor.main,
|
|
31
|
+
];
|
|
32
|
+
exports.fieldSurfaces = fieldSurfaces;
|
|
33
|
+
/** The hint ink every field in this library reads. Takes no backdrop: see `fieldSurfaces`. */
|
|
34
|
+
const placeholderInk = (palette) => (0, exports.placeholderInkOn)(palette, (0, exports.fieldSurfaces)(palette));
|
|
35
|
+
exports.placeholderInk = placeholderInk;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { AA_NON_TEXT } from "./outlineRung";
|
|
2
2
|
import type { PaletteProps } from "../types";
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* A hint is floored at 3:1, not 4.5:1. Held to body-text contrast it stopped reading as a hint —
|
|
5
|
+
* an empty field looked like one already typed into — and the published library ships this rung
|
|
6
|
+
* as the brand authored it. See CHROME-CONSISTENCY.md.
|
|
7
|
+
*/
|
|
4
8
|
export declare function withPlaceholderRung(palette: PaletteProps): PaletteProps;
|
|
5
9
|
/** The hover row is a SURFACE, so it steps away from the ink rather than the ink moving. */
|
|
6
10
|
export declare function withTableHoverRung(palette: PaletteProps): PaletteProps;
|
|
@@ -6,9 +6,14 @@ exports.withTableHoverRung = withTableHoverRung;
|
|
|
6
6
|
const outlineRung_1 = require("./outlineRung");
|
|
7
7
|
Object.defineProperty(exports, "AA_NON_TEXT", { enumerable: true, get: function () { return outlineRung_1.AA_NON_TEXT; } });
|
|
8
8
|
const accentText_1 = require("./accentText");
|
|
9
|
-
|
|
9
|
+
const surfaceRungs_1 = require("./surfaceRungs");
|
|
10
|
+
/**
|
|
11
|
+
* A hint is floored at 3:1, not 4.5:1. Held to body-text contrast it stopped reading as a hint —
|
|
12
|
+
* an empty field looked like one already typed into — and the published library ships this rung
|
|
13
|
+
* as the brand authored it. See CHROME-CONSISTENCY.md.
|
|
14
|
+
*/
|
|
10
15
|
function withPlaceholderRung(palette) {
|
|
11
|
-
const resolved = (0, outlineRung_1.liftToContrast)(palette.placeholder[500], palette.background[50],
|
|
16
|
+
const resolved = (0, outlineRung_1.liftToContrast)(palette.placeholder[500], palette.background[50], surfaceRungs_1.PLACEHOLDER_TEXT);
|
|
12
17
|
if (resolved === palette.placeholder[500])
|
|
13
18
|
return palette;
|
|
14
19
|
return { ...palette, placeholder: { ...palette.placeholder, 500: resolved } };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { PaletteProps } from "../types";
|
|
2
|
+
export type ScrollbarStyle = Record<string, unknown>;
|
|
3
|
+
/** One width everywhere. The 3px, 4px, 5px and 10px bars in use were all accidents. */
|
|
4
|
+
export declare const SCROLLBAR_WIDTH = "6px";
|
|
5
|
+
export type ScrollbarVariant = "default" | "overlay" | "hover";
|
|
6
|
+
/**
|
|
7
|
+
* The single source of scrollbar chrome. `overlay` drops the track for bars that float over a
|
|
8
|
+
* card; `hover` keeps the thumb invisible until the region is hovered.
|
|
9
|
+
*/
|
|
10
|
+
export declare function scrollbarStyles(palette: PaletteProps, variant?: ScrollbarVariant): ScrollbarStyle;
|
|
11
|
+
/** The same chrome for the document itself, where `&` selectors do not apply. */
|
|
12
|
+
export declare function globalScrollbarStyles(palette: PaletteProps): ScrollbarStyle;
|