@keenmate/web-grid 1.0.0-rc05 → 1.0.0-rc07

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.
@@ -3,191 +3,201 @@
3
3
  "component": "@keenmate/web-grid",
4
4
  "prefix": "wg",
5
5
  "baseVariables": [
6
- { "name": "base-accent-color", "required": true, "usage": "Focus rings, active states, editor outline" },
7
- { "name": "base-accent-color-hover", "required": false, "usage": "Hover states for accent elements" },
8
- { "name": "base-accent-color-active", "required": false, "usage": "Active/pressed states" },
9
- { "name": "base-accent-color-light", "required": false, "usage": "Light accent backgrounds" },
10
- { "name": "base-text-color-1", "required": true, "usage": "Primary cell and header text" },
11
- { "name": "base-text-color-2", "required": false, "usage": "Secondary text, subtitles" },
12
- { "name": "base-text-color-3", "required": false, "usage": "Placeholder, disabled, empty state text" },
13
- { "name": "base-text-color-on-accent", "required": false, "usage": "Text on accent backgrounds" },
14
- { "name": "base-main-bg", "required": true, "usage": "Table background, cell background, inputs" },
15
- { "name": "base-elevated-bg", "required": true, "usage": "Header background, striped rows, pagination buttons" },
16
- { "name": "base-hover-bg", "required": false, "usage": "Hover states, sorted header, active buttons" },
17
- { "name": "base-disabled-bg", "required": false, "usage": "Readonly/disabled cell backgrounds" },
18
- { "name": "base-dropdown-bg", "required": false, "usage": "Toolbar, context menu, floating surfaces" },
19
- { "name": "base-border-color", "required": true, "usage": "Table, cell, header, toolbar borders" },
20
- { "name": "base-input-bg", "required": false, "usage": "Filter input, editor backgrounds" },
21
- { "name": "base-input-color", "required": false, "usage": "Input text color" },
22
- { "name": "base-input-border", "required": false, "usage": "Filter input border" },
23
- { "name": "base-input-border-hover", "required": false, "usage": "Input border on hover" },
24
- { "name": "base-input-border-focus", "required": false, "usage": "Focused input border" },
25
- { "name": "base-input-placeholder-color", "required": false, "usage": "Placeholder text color" },
26
- { "name": "base-dropdown-box-shadow", "required": false, "usage": "Toolbar, dropdown shadows" },
27
- { "name": "base-danger-color", "required": false, "usage": "Validation error text, indicators" },
28
- { "name": "base-danger-bg-light", "required": false, "usage": "Error cell background, danger button hover" },
29
- { "name": "base-tooltip-bg", "required": false, "usage": "Tooltip background" },
30
- { "name": "base-font-family", "required": false, "usage": "All text in grid" },
31
- { "name": "base-font-size-base", "required": false, "usage": "Cell text, editor text (multiplier)" },
32
- { "name": "base-font-size-sm", "required": false, "usage": "Filter input, pagination, labels (multiplier)" },
33
- { "name": "base-font-size-xs", "required": false, "usage": "Error messages (multiplier)" },
34
- { "name": "base-font-size-lg", "required": false, "usage": "Large text elements (multiplier)" },
35
- { "name": "base-font-weight-normal", "required": false, "usage": "Normal text weight" },
36
- { "name": "base-font-weight-semibold", "required": false, "usage": "Header text weight" },
37
- { "name": "base-line-height-normal", "required": false, "usage": "Default line height (multiplier)" },
38
- { "name": "base-border-radius-sm", "required": false, "usage": "Buttons, inputs, toolbar (multiplier)" },
39
- { "name": "base-border-radius-md", "required": false, "usage": "Cards, larger elements (multiplier)" },
40
- { "name": "base-border-radius-lg", "required": false, "usage": "Large rounded elements (multiplier)" }
6
+ { "name": "base-accent-color", "required": true, "usage": "Editor focus outline, active sort indicator, selected pagination button" },
7
+ { "name": "base-accent-color-hover", "required": false, "usage": "Hover state for accent-colored elements" },
8
+ { "name": "base-accent-color-active", "required": false, "usage": "Pressed/active state for accent-colored elements" },
9
+ { "name": "base-accent-color-light", "required": false, "usage": "Light accent for selected row backgrounds" },
10
+ { "name": "base-text-color-1", "required": true, "usage": "Primary text in cells, headers, and labels" },
11
+ { "name": "base-text-color-2", "required": false, "usage": "Secondary text like row numbers and help labels" },
12
+ { "name": "base-text-color-3", "required": false, "usage": "Muted text for placeholders, disabled states, empty messages" },
13
+ { "name": "base-text-color-on-accent", "required": false, "usage": "Text color on accent-colored backgrounds" },
14
+ { "name": "base-main-bg", "required": true, "usage": "Table body background, cell backgrounds, input fields" },
15
+ { "name": "base-elevated-bg", "required": true, "usage": "Header row, striped even rows, pagination bar" },
16
+ { "name": "base-hover-bg", "required": false, "usage": "Row hover, sorted column header, button hover states" },
17
+ { "name": "base-disabled-bg", "required": false, "usage": "Read-only and disabled cell backgrounds" },
18
+ { "name": "base-dropdown-bg", "required": false, "usage": "Floating toolbar, context menu, dropdown panels" },
19
+ { "name": "base-border-color", "required": true, "usage": "Table border, cell borders, header separators" },
20
+ { "name": "base-input-bg", "required": false, "usage": "Filter input fields, editor text inputs" },
21
+ { "name": "base-input-color", "required": false, "usage": "Text color in filter and editor inputs" },
22
+ { "name": "base-input-border", "required": false, "usage": "Filter input border (full shorthand)" },
23
+ { "name": "base-input-border-hover", "required": false, "usage": "Filter input border on hover" },
24
+ { "name": "base-input-border-focus", "required": false, "usage": "Filter input border when focused" },
25
+ { "name": "base-input-placeholder-color", "required": false, "usage": "Placeholder text in filter inputs" },
26
+ { "name": "base-dropdown-box-shadow", "required": false, "usage": "Shadow for floating toolbar, context menu" },
27
+ { "name": "base-danger-color", "required": false, "usage": "Validation error text, error indicator icon, danger button text" },
28
+ { "name": "base-danger-bg-light", "required": false, "usage": "Invalid cell background, danger button hover" },
29
+ { "name": "base-tooltip-bg", "required": false, "usage": "Tooltip and validation message background" },
30
+ { "name": "base-tooltip-color", "required": false, "usage": "Tooltip and validation message text" },
31
+ { "name": "base-font-family", "required": false, "usage": "All text in grid (cells, headers, buttons)" },
32
+ { "name": "base-font-size-base", "required": false, "usage": "Large text elements (16px default scale)" },
33
+ { "name": "base-font-size-sm", "required": false, "usage": "Cell text, editor text (14px default scale)" },
34
+ { "name": "base-font-size-xs", "required": false, "usage": "Filter input, pagination labels (12px default scale)" },
35
+ { "name": "base-font-size-2xs", "required": false, "usage": "Error messages, small labels (11px default scale)" },
36
+ { "name": "base-font-weight-normal", "required": false, "usage": "Normal text weight (400)" },
37
+ { "name": "base-font-weight-semibold", "required": false, "usage": "Header text, bold labels (600)" },
38
+ { "name": "base-line-height-normal", "required": false, "usage": "Base line height multiplier (1.5)" },
39
+ { "name": "base-border-radius-sm", "required": false, "usage": "Buttons, inputs, toolbar corners (4px scale)" },
40
+ { "name": "base-border-radius-md", "required": false, "usage": "Dialogs, cards (6px scale)" },
41
+ { "name": "base-border-radius-lg", "required": false, "usage": "Large rounded elements (8px scale)" }
41
42
  ],
42
43
  "componentVariables": [
43
- { "name": "wg-rem", "category": "sizing", "usage": "Base sizing unit for proportional scaling (default: 10px)" },
44
-
45
- { "name": "wg-accent-color", "category": "accent", "usage": "Primary accent color for interactive elements" },
46
- { "name": "wg-accent-color-hover", "category": "accent", "usage": "Accent color on hover" },
47
- { "name": "wg-accent-color-active", "category": "accent", "usage": "Accent color when pressed/active" },
48
- { "name": "wg-accent-color-light", "category": "accent", "usage": "Light accent for subtle backgrounds" },
49
-
50
- { "name": "wg-text-color-1", "category": "text", "usage": "Primary text color (headers, cell content)" },
51
- { "name": "wg-text-color-2", "category": "text", "usage": "Secondary text color" },
52
- { "name": "wg-text-color-3", "category": "text", "usage": "Tertiary text (placeholders, disabled)" },
53
- { "name": "wg-text-on-accent", "category": "text", "usage": "Text color on accent backgrounds" },
54
-
55
- { "name": "wg-surface-1", "category": "surface", "usage": "Primary background (table, cells)" },
56
- { "name": "wg-surface-2", "category": "surface", "usage": "Secondary background (headers, striped rows)" },
57
- { "name": "wg-surface-3", "category": "surface", "usage": "Tertiary background (hover states)" },
58
- { "name": "wg-surface-floating", "category": "surface", "usage": "Floating elements (toolbar, dropdowns)" },
59
-
60
- { "name": "wg-border-color", "category": "border", "usage": "Default border color" },
61
- { "name": "wg-border-color-hover", "category": "border", "usage": "Border color on hover" },
62
-
63
- { "name": "wg-input-bg", "category": "input", "usage": "Input field background" },
64
- { "name": "wg-input-color", "category": "input", "usage": "Input text color" },
65
- { "name": "wg-input-border", "category": "input", "usage": "Input border (full shorthand)" },
66
- { "name": "wg-input-border-hover", "category": "input", "usage": "Input border on hover" },
67
- { "name": "wg-input-border-focus", "category": "input", "usage": "Input border when focused" },
68
- { "name": "wg-input-placeholder-color", "category": "input", "usage": "Input placeholder text color" },
69
-
70
- { "name": "wg-danger-color", "category": "danger", "usage": "Error/danger text and icons" },
71
- { "name": "wg-danger-bg-light", "category": "danger", "usage": "Light danger background" },
72
-
73
- { "name": "wg-hover-bg", "category": "state", "usage": "Generic hover background" },
74
- { "name": "wg-active-bg", "category": "state", "usage": "Generic active/pressed background" },
75
-
76
- { "name": "wg-font-size-base", "category": "typography", "usage": "Base font size" },
77
- { "name": "wg-font-size-sm", "category": "typography", "usage": "Small font size" },
78
- { "name": "wg-font-size-xs", "category": "typography", "usage": "Extra small font size" },
79
- { "name": "wg-font-size-lg", "category": "typography", "usage": "Large font size" },
80
- { "name": "wg-line-height-base", "category": "typography", "usage": "Base line height" },
81
- { "name": "wg-font-weight-normal", "category": "typography", "usage": "Normal font weight" },
82
- { "name": "wg-font-weight-semibold", "category": "typography", "usage": "Semibold font weight" },
83
-
84
- { "name": "wg-border-radius-sm", "category": "radius", "usage": "Small border radius" },
85
- { "name": "wg-border-radius-md", "category": "radius", "usage": "Medium border radius" },
86
- { "name": "wg-border-radius-lg", "category": "radius", "usage": "Large border radius" },
87
-
88
- { "name": "wg-spacing-xs", "category": "spacing", "usage": "Extra small spacing (4px)" },
89
- { "name": "wg-spacing-sm", "category": "spacing", "usage": "Small spacing (8px)" },
90
- { "name": "wg-spacing-md", "category": "spacing", "usage": "Medium spacing (12px)" },
91
- { "name": "wg-spacing-lg", "category": "spacing", "usage": "Large spacing (16px)" },
92
- { "name": "wg-spacing-xl", "category": "spacing", "usage": "Extra large spacing (24px)" },
93
-
94
- { "name": "wg-table-bg", "category": "table", "usage": "Table background color" },
95
- { "name": "wg-table-border", "category": "table", "usage": "Table outer border" },
96
-
97
- { "name": "wg-header-bg", "category": "header", "usage": "Header row background" },
98
- { "name": "wg-header-bg-hover", "category": "header", "usage": "Header cell hover background" },
99
- { "name": "wg-header-bg-sorted", "category": "header", "usage": "Sorted column header background" },
44
+ { "name": "wg-rem", "category": "sizing", "usage": "Base sizing unit for proportional scaling (default 10px, set to 1rem for Pure Admin)" },
45
+
46
+ { "name": "wg-accent-color", "category": "accent", "usage": "Editor focus outline, active pagination, sorted column indicator" },
47
+ { "name": "wg-accent-color-hover", "category": "accent", "usage": "Hover state for Go button in dialogs" },
48
+ { "name": "wg-accent-color-active", "category": "accent", "usage": "Active/pressed state for accent elements" },
49
+ { "name": "wg-accent-color-light", "category": "accent", "usage": "Light accent for subtle selected backgrounds" },
50
+
51
+ { "name": "wg-text-color-1", "category": "text", "usage": "Primary text in cells, headers, toolbar buttons" },
52
+ { "name": "wg-text-color-2", "category": "text", "usage": "Row numbers, shortcut help labels, secondary info" },
53
+ { "name": "wg-text-color-3", "category": "text", "usage": "Placeholder text, disabled text, empty state message, date trigger" },
54
+ { "name": "wg-text-on-accent", "category": "text", "usage": "Text on accent backgrounds (Go button, active pagination)" },
55
+
56
+ { "name": "wg-surface-1", "category": "surface", "usage": "Table body, cell backgrounds, filter input background" },
57
+ { "name": "wg-surface-2", "category": "surface", "usage": "Header row, striped even rows, read-only cells, shortcut key badges" },
58
+ { "name": "wg-surface-3", "category": "surface", "usage": "Row hover background, sorted header, pagination button hover" },
59
+ { "name": "wg-surface-floating", "category": "surface", "usage": "Floating toolbar background, context menu, dropdown panels" },
60
+
61
+ { "name": "wg-border-color", "category": "border", "usage": "Table border, cell borders, header bottom, toolbar dividers" },
62
+ { "name": "wg-border-color-hover", "category": "border", "usage": "Pagination button border on hover" },
63
+
64
+ { "name": "wg-input-bg", "category": "input", "usage": "Filter input background, editor backgrounds" },
65
+ { "name": "wg-input-color", "category": "input", "usage": "Text color in filter inputs and editors" },
66
+ { "name": "wg-input-border", "category": "input", "usage": "Filter input border (1px solid color)" },
67
+ { "name": "wg-input-border-hover", "category": "input", "usage": "Filter input border on mouse hover" },
68
+ { "name": "wg-input-border-focus", "category": "input", "usage": "Filter input border when focused (accent color)" },
69
+ { "name": "wg-input-placeholder-color", "category": "input", "usage": "Placeholder text in filter and editor inputs" },
70
+
71
+ { "name": "wg-danger-color", "category": "danger", "usage": "Validation error text, error indicator triangle, delete button" },
72
+ { "name": "wg-danger-bg-light", "category": "danger", "usage": "Invalid cell background tint, danger button hover" },
73
+
74
+ { "name": "wg-hover-bg", "category": "state", "usage": "Generic hover background for buttons, rows, cells" },
75
+ { "name": "wg-active-bg", "category": "state", "usage": "Generic active/pressed background for buttons" },
76
+
77
+ { "name": "wg-font-family", "category": "typography", "usage": "Font family for all grid text (cells, headers, inputs)" },
78
+ { "name": "wg-font-size-base", "category": "typography", "usage": "Cell text, editor text, dialog labels (14px)" },
79
+ { "name": "wg-font-size-sm", "category": "typography", "usage": "Filter input, pagination text, row numbers (12px)" },
80
+ { "name": "wg-font-size-xs", "category": "typography", "usage": "Error messages, shortcut key badges (11px)" },
81
+ { "name": "wg-font-size-lg", "category": "typography", "usage": "Large text elements (16px)" },
82
+ { "name": "wg-line-height-base", "category": "typography", "usage": "Base line height for all text (1.5 multiplier)" },
83
+ { "name": "wg-font-weight-normal", "category": "typography", "usage": "Normal text weight for cell content (400)" },
84
+ { "name": "wg-font-weight-semibold", "category": "typography", "usage": "Header text, shortcut keys, dialog titles (600)" },
85
+ { "name": "wg-font-family-mono", "category": "typography", "usage": "Keyboard shortcut key badges (monospace)" },
86
+
87
+ { "name": "wg-border-radius-sm", "category": "radius", "usage": "Toolbar buttons, inputs, filter fields (4px)" },
88
+ { "name": "wg-border-radius-md", "category": "radius", "usage": "Go-to dialog, context menu (6px)" },
89
+ { "name": "wg-border-radius-lg", "category": "radius", "usage": "Large rounded elements (8px)" },
90
+
91
+ { "name": "wg-spacing-xs", "category": "spacing", "usage": "Tight gaps: filter padding, shortcut help position (4px)" },
92
+ { "name": "wg-spacing-sm", "category": "spacing", "usage": "Standard gaps: cell padding vertical, header padding vertical (8px)" },
93
+ { "name": "wg-spacing-md", "category": "spacing", "usage": "Comfortable gaps: cell padding horizontal, shortcut item gap (12px)" },
94
+ { "name": "wg-spacing-lg", "category": "spacing", "usage": "Large gaps: dialog padding, shortcut overlay padding (16px)" },
95
+ { "name": "wg-spacing-xl", "category": "spacing", "usage": "Extra large gaps: empty state padding (24px)" },
96
+
97
+ { "name": "wg-table-bg", "category": "table", "usage": "Table container background color" },
98
+ { "name": "wg-table-border", "category": "table", "usage": "Table outer border (1px solid)" },
99
+
100
+ { "name": "wg-header-bg", "category": "header", "usage": "Column header row background, row number cells" },
101
+ { "name": "wg-header-bg-hover", "category": "header", "usage": "Sortable column header on hover" },
102
+ { "name": "wg-header-bg-sorted", "category": "header", "usage": "Currently sorted column header background" },
100
103
  { "name": "wg-header-color", "category": "header", "usage": "Header text color" },
101
- { "name": "wg-header-border", "category": "header", "usage": "Header bottom border" },
102
- { "name": "wg-header-padding", "category": "header", "usage": "Header cell padding" },
103
- { "name": "wg-header-font-weight", "category": "header", "usage": "Header text weight" },
104
-
105
- { "name": "wg-cell-padding", "category": "cell", "usage": "Cell content padding" },
106
- { "name": "wg-cell-color", "category": "cell", "usage": "Cell text color" },
107
- { "name": "wg-cell-border", "category": "cell", "usage": "Cell border" },
108
- { "name": "wg-cell-bg-hover", "category": "cell", "usage": "Cell hover background" },
109
- { "name": "wg-cell-bg-editing", "category": "cell", "usage": "Cell background when editing" },
110
- { "name": "wg-cell-readonly-bg", "category": "cell", "usage": "Read-only cell background" },
111
-
112
- { "name": "wg-row-border", "category": "row", "usage": "Row border" },
113
- { "name": "wg-row-bg-even", "category": "row", "usage": "Even row background (striped)" },
114
- { "name": "wg-row-bg-hover", "category": "row", "usage": "Row hover background" },
104
+ { "name": "wg-header-border", "category": "header", "usage": "Bottom border below header row (2px solid)" },
105
+ { "name": "wg-header-padding", "category": "header", "usage": "Header cell padding (8px 12px)" },
106
+ { "name": "wg-header-font-weight", "category": "header", "usage": "Header text weight (semibold)" },
107
+
108
+ { "name": "wg-cell-padding", "category": "cell", "usage": "Cell content padding shorthand (8px 12px)" },
109
+ { "name": "wg-cell-padding-block", "category": "cell", "usage": "Cell vertical padding for editors (8px)" },
110
+ { "name": "wg-cell-padding-inline", "category": "cell", "usage": "Cell horizontal padding for editors (12px)" },
111
+ { "name": "wg-cell-color", "category": "cell", "usage": "Default cell text color" },
112
+ { "name": "wg-cell-border", "category": "cell", "usage": "Cell border (1px solid)" },
113
+ { "name": "wg-cell-bg-hover", "category": "cell", "usage": "Cell background on row hover" },
114
+ { "name": "wg-cell-bg-editing", "category": "cell", "usage": "Cell background when in edit mode" },
115
+ { "name": "wg-cell-readonly-bg", "category": "cell", "usage": "Read-only column cell background (disabled tint)" },
116
+
117
+ { "name": "wg-row-border", "category": "row", "usage": "Border between rows (1px solid)" },
118
+ { "name": "wg-row-bg-even", "category": "row", "usage": "Even row background in striped mode" },
119
+ { "name": "wg-row-bg-hover", "category": "row", "usage": "Row background on hover when hoverable enabled" },
115
120
 
116
121
  { "name": "wg-filter-bg", "category": "filter", "usage": "Filter row background" },
117
- { "name": "wg-filter-border", "category": "filter", "usage": "Filter row border" },
118
- { "name": "wg-filter-padding", "category": "filter", "usage": "Filter cell padding" },
119
- { "name": "wg-filter-input-padding", "category": "filter", "usage": "Filter input padding" },
120
- { "name": "wg-filter-input-bg", "category": "filter", "usage": "Filter input background" },
121
- { "name": "wg-filter-input-border", "category": "filter", "usage": "Filter input border" },
122
- { "name": "wg-filter-input-border-focus", "category": "filter", "usage": "Filter input focus border" },
123
- { "name": "wg-filter-input-border-radius", "category": "filter", "usage": "Filter input border radius" },
124
- { "name": "wg-filter-input-font-size", "category": "filter", "usage": "Filter input font size" },
125
-
126
- { "name": "wg-sort-indicator-size", "category": "sort", "usage": "Sort arrow icon size" },
127
- { "name": "wg-sort-indicator-opacity", "category": "sort", "usage": "Active sort indicator opacity" },
128
- { "name": "wg-sort-placeholder-opacity", "category": "sort", "usage": "Inactive sort indicator opacity" },
129
- { "name": "wg-sort-priority-size", "category": "sort", "usage": "Multi-sort priority number size" },
130
-
131
- { "name": "wg-pagination-padding", "category": "pagination", "usage": "Pagination bar padding" },
132
- { "name": "wg-pagination-gap", "category": "pagination", "usage": "Gap between pagination elements" },
122
+ { "name": "wg-filter-border", "category": "filter", "usage": "Filter row bottom border" },
123
+ { "name": "wg-filter-padding", "category": "filter", "usage": "Filter cell padding around input (4px 8px)" },
124
+ { "name": "wg-filter-input-padding", "category": "filter", "usage": "Padding inside filter text input (4px 8px)" },
125
+ { "name": "wg-filter-input-bg", "category": "filter", "usage": "Filter input background color" },
126
+ { "name": "wg-filter-input-border", "category": "filter", "usage": "Filter input border style" },
127
+ { "name": "wg-filter-input-border-focus", "category": "filter", "usage": "Filter input border when focused (accent)" },
128
+ { "name": "wg-filter-input-border-radius", "category": "filter", "usage": "Filter input corner radius" },
129
+ { "name": "wg-filter-input-font-size", "category": "filter", "usage": "Filter input text size (12px)" },
130
+
131
+ { "name": "wg-sort-indicator-size", "category": "sort", "usage": "Sort arrow icon size (14px)" },
132
+ { "name": "wg-sort-indicator-opacity", "category": "sort", "usage": "Active sort arrow opacity (0.9)" },
133
+ { "name": "wg-sort-placeholder-opacity", "category": "sort", "usage": "Inactive sortable arrow opacity (0.3)" },
134
+ { "name": "wg-sort-priority-size", "category": "sort", "usage": "Multi-sort priority number size (11px)" },
135
+
136
+ { "name": "wg-pagination-padding", "category": "pagination", "usage": "Pagination bar padding (12px)" },
137
+ { "name": "wg-pagination-gap", "category": "pagination", "usage": "Gap between pagination elements (16px)" },
133
138
  { "name": "wg-pagination-bg", "category": "pagination", "usage": "Pagination bar background" },
134
- { "name": "wg-pagination-border", "category": "pagination", "usage": "Pagination bar border" },
135
- { "name": "wg-pagination-btn-padding", "category": "pagination", "usage": "Pagination button padding" },
136
- { "name": "wg-pagination-btn-bg", "category": "pagination", "usage": "Pagination button background" },
139
+ { "name": "wg-pagination-border", "category": "pagination", "usage": "Pagination bar top border" },
140
+ { "name": "wg-pagination-btn-padding", "category": "pagination", "usage": "Pagination button padding (6px 16px)" },
141
+ { "name": "wg-pagination-btn-bg", "category": "pagination", "usage": "Pagination button default background" },
137
142
  { "name": "wg-pagination-btn-bg-hover", "category": "pagination", "usage": "Pagination button hover background" },
138
- { "name": "wg-pagination-btn-bg-active", "category": "pagination", "usage": "Pagination button active background" },
143
+ { "name": "wg-pagination-btn-bg-active", "category": "pagination", "usage": "Current page button background" },
139
144
  { "name": "wg-pagination-btn-border", "category": "pagination", "usage": "Pagination button border" },
140
- { "name": "wg-pagination-btn-border-hover", "category": "pagination", "usage": "Pagination button hover border" },
141
- { "name": "wg-pagination-btn-border-radius", "category": "pagination", "usage": "Pagination button border radius" },
142
- { "name": "wg-pagination-btn-disabled-opacity", "category": "pagination", "usage": "Disabled button opacity" },
143
-
144
- { "name": "wg-empty-padding", "category": "empty", "usage": "Empty state message padding" },
145
- { "name": "wg-empty-color", "category": "empty", "usage": "Empty state text color" },
146
-
147
- { "name": "wg-error-cell-bg", "category": "error", "usage": "Error cell background" },
148
- { "name": "wg-error-cell-border", "category": "error", "usage": "Error cell border" },
149
- { "name": "wg-error-message-color", "category": "error", "usage": "Error message text color" },
150
- { "name": "wg-error-message-font-size", "category": "error", "usage": "Error message font size" },
151
- { "name": "wg-error-indicator-color", "category": "error", "usage": "Error indicator icon color" },
152
-
153
- { "name": "wg-editor-bg", "category": "editor", "usage": "Editor cell background" },
154
- { "name": "wg-editor-outline", "category": "editor", "usage": "Editor focus outline" },
155
- { "name": "wg-editor-outline-offset", "category": "editor", "usage": "Editor outline offset" },
156
- { "name": "wg-editor-validating-opacity", "category": "editor", "usage": "Opacity during validation" },
157
-
158
- { "name": "wg-dropdown-toggle-right", "category": "dropdown", "usage": "Dropdown toggle right position" },
159
- { "name": "wg-dropdown-toggle-size", "category": "dropdown", "usage": "Dropdown toggle icon size" },
160
- { "name": "wg-dropdown-toggle-hitbox", "category": "dropdown", "usage": "Dropdown toggle click area" },
161
-
162
- { "name": "wg-toolbar-bg", "category": "toolbar", "usage": "Row toolbar background" },
163
- { "name": "wg-toolbar-border", "category": "toolbar", "usage": "Row toolbar border" },
164
- { "name": "wg-toolbar-border-radius", "category": "toolbar", "usage": "Row toolbar border radius" },
165
- { "name": "wg-toolbar-shadow", "category": "toolbar", "usage": "Row toolbar shadow" },
166
- { "name": "wg-toolbar-divider-color", "category": "toolbar", "usage": "Toolbar divider color" },
167
- { "name": "wg-toolbar-btn-min-width", "category": "toolbar", "usage": "Toolbar button minimum width" },
168
- { "name": "wg-toolbar-btn-padding", "category": "toolbar", "usage": "Toolbar button padding" },
169
- { "name": "wg-toolbar-btn-border-radius", "category": "toolbar", "usage": "Toolbar button border radius" },
145
+ { "name": "wg-pagination-btn-border-hover", "category": "pagination", "usage": "Pagination button border on hover" },
146
+ { "name": "wg-pagination-btn-border-radius", "category": "pagination", "usage": "Pagination button corner radius" },
147
+ { "name": "wg-pagination-btn-disabled-opacity", "category": "pagination", "usage": "Disabled prev/next button opacity (0.4)" },
148
+
149
+ { "name": "wg-empty-padding", "category": "empty", "usage": "Empty state message padding (24px)" },
150
+ { "name": "wg-empty-color", "category": "empty", "usage": "Empty state 'No data' text color (muted)" },
151
+
152
+ { "name": "wg-error-cell-bg", "category": "error", "usage": "Invalid cell background (light red tint)" },
153
+ { "name": "wg-error-cell-border", "category": "error", "usage": "Invalid cell border (red)" },
154
+ { "name": "wg-error-message-color", "category": "error", "usage": "Validation error message text color (red)" },
155
+ { "name": "wg-error-message-font-size", "category": "error", "usage": "Validation error message font size (11px)" },
156
+ { "name": "wg-error-indicator-color", "category": "error", "usage": "Error triangle indicator color (red)" },
157
+
158
+ { "name": "wg-editor-bg", "category": "editor", "usage": "Cell background when editing" },
159
+ { "name": "wg-editor-outline", "category": "editor", "usage": "Active editor cell outline (2px solid accent)" },
160
+ { "name": "wg-editor-outline-offset", "category": "editor", "usage": "Editor outline offset (-2px inset)" },
161
+ { "name": "wg-editor-validating-opacity", "category": "editor", "usage": "Cell opacity during async validation (0.7)" },
162
+
163
+ { "name": "wg-dropdown-toggle-right", "category": "dropdown", "usage": "Dropdown arrow right position (12px from edge)" },
164
+ { "name": "wg-dropdown-toggle-size", "category": "dropdown", "usage": "Dropdown arrow icon size (12px)" },
165
+ { "name": "wg-dropdown-toggle-hitbox", "category": "dropdown", "usage": "Dropdown arrow clickable area (24px)" },
166
+
167
+ { "name": "wg-date-trigger-size", "category": "editor", "usage": "Date picker calendar icon button width (28px)" },
168
+
169
+ { "name": "wg-toolbar-bg", "category": "toolbar", "usage": "Floating row toolbar background" },
170
+ { "name": "wg-toolbar-border", "category": "toolbar", "usage": "Floating row toolbar border" },
171
+ { "name": "wg-toolbar-border-radius", "category": "toolbar", "usage": "Floating row toolbar corner radius" },
172
+ { "name": "wg-toolbar-shadow", "category": "toolbar", "usage": "Floating row toolbar drop shadow" },
173
+ { "name": "wg-toolbar-divider-color", "category": "toolbar", "usage": "Vertical divider between toolbar button groups" },
174
+ { "name": "wg-toolbar-row-height", "category": "toolbar", "usage": "Toolbar row height for multi-row toolbars (37px)" },
175
+ { "name": "wg-toolbar-btn-min-width", "category": "toolbar", "usage": "Toolbar button minimum width (24px)" },
176
+ { "name": "wg-toolbar-btn-padding", "category": "toolbar", "usage": "Toolbar button padding (0 4px)" },
177
+ { "name": "wg-toolbar-btn-border-radius", "category": "toolbar", "usage": "Toolbar button corner radius" },
170
178
  { "name": "wg-toolbar-btn-bg-hover", "category": "toolbar", "usage": "Toolbar button hover background" },
171
- { "name": "wg-toolbar-btn-bg-active", "category": "toolbar", "usage": "Toolbar button active background" },
172
- { "name": "wg-toolbar-btn-color", "category": "toolbar", "usage": "Toolbar button icon/text color" },
173
- { "name": "wg-toolbar-trigger-color", "category": "toolbar", "usage": "Toolbar trigger button color" },
174
- { "name": "wg-toolbar-trigger-color-hover", "category": "toolbar", "usage": "Toolbar trigger hover color" },
175
- { "name": "wg-toolbar-trigger-bg-hover", "category": "toolbar", "usage": "Toolbar trigger hover background" },
179
+ { "name": "wg-toolbar-btn-bg-active", "category": "toolbar", "usage": "Toolbar button active/pressed background" },
180
+ { "name": "wg-toolbar-btn-color", "category": "toolbar", "usage": "Toolbar button icon and text color" },
181
+ { "name": "wg-toolbar-trigger-color", "category": "toolbar", "usage": "Toolbar trigger button (3-dot) default color" },
182
+ { "name": "wg-toolbar-trigger-color-hover", "category": "toolbar", "usage": "Toolbar trigger button color on hover" },
183
+ { "name": "wg-toolbar-trigger-bg-hover", "category": "toolbar", "usage": "Toolbar trigger button background on hover" },
176
184
 
177
- { "name": "wg-tooltip-bg", "category": "tooltip", "usage": "Tooltip background color" },
185
+ { "name": "wg-tooltip-bg", "category": "tooltip", "usage": "Tooltip and validation message popup background (dark)" },
186
+ { "name": "wg-tooltip-color", "category": "tooltip", "usage": "Tooltip and validation message text color (white)" },
178
187
 
179
- { "name": "wg-context-menu-z-index", "category": "context-menu", "usage": "Context menu z-index" },
180
- { "name": "wg-context-menu-min-width", "category": "context-menu", "usage": "Context menu minimum width" },
188
+ { "name": "wg-context-menu-z-index", "category": "context-menu", "usage": "Context menu stacking order (1001)" },
189
+ { "name": "wg-context-menu-min-width", "category": "context-menu", "usage": "Context menu minimum width (160px)" },
181
190
 
182
- { "name": "wg-focus-outline", "category": "focus", "usage": "Navigate mode focus outline" },
183
- { "name": "wg-focus-outline-offset", "category": "focus", "usage": "Focus outline offset" },
184
- { "name": "wg-focus-bg", "category": "focus", "usage": "Focused cell background" },
191
+ { "name": "wg-focus-outline", "category": "focus", "usage": "Navigate mode focused cell outline (2px solid accent)" },
192
+ { "name": "wg-focus-outline-offset", "category": "focus", "usage": "Focused cell outline offset (-2px inset)" },
193
+ { "name": "wg-focus-bg", "category": "focus", "usage": "Focused cell background tint" },
185
194
 
186
- { "name": "wg-transition-fast", "category": "transition", "usage": "Fast transition duration" },
187
- { "name": "wg-transition-normal", "category": "transition", "usage": "Normal transition duration" },
195
+ { "name": "wg-transition-fast", "category": "transition", "usage": "Fast animations like hover effects (0.1s)" },
196
+ { "name": "wg-transition-normal", "category": "transition", "usage": "Standard animations like pagination (0.15s)" },
188
197
 
189
- { "name": "wg-z-dropdown", "category": "z-index", "usage": "Dropdown z-index layer" },
190
- { "name": "wg-z-toolbar", "category": "z-index", "usage": "Toolbar z-index layer" },
191
- { "name": "wg-z-context-menu", "category": "z-index", "usage": "Context menu z-index layer" }
198
+ { "name": "wg-z-dropdown", "category": "z-index", "usage": "Dropdown/combobox popup stacking (9999)" },
199
+ { "name": "wg-z-toolbar", "category": "z-index", "usage": "Floating row toolbar stacking (1000)" },
200
+ { "name": "wg-z-context-menu", "category": "z-index", "usage": "Context menu stacking (1001)" },
201
+ { "name": "wg-z-tooltip", "category": "z-index", "usage": "Tooltip stacking - highest layer (10000)" }
192
202
  ]
193
203
  }