wimui 0.16.0 → 0.18.0
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/ai/ChatUI/chat-ui.module.cjs +1 -1
- package/dist/components/ai/ChatUI/chat-ui.module.js +2 -2
- package/dist/components/ai/CodeBlock/code-block.module.cjs +1 -1
- package/dist/components/ai/CodeBlock/code-block.module.js +1 -1
- package/dist/components/ai/PromptInput/prompt-input.module.cjs +1 -1
- package/dist/components/ai/PromptInput/prompt-input.module.js +1 -1
- package/dist/components/ai/Terminal/terminal.module.cjs +1 -1
- package/dist/components/ai/Terminal/terminal.module.js +1 -1
- package/dist/components/charts/GanttChart/GanttChart.cjs +1 -1
- package/dist/components/charts/GanttChart/GanttChart.js +106 -117
- package/dist/components/charts/GanttChart/gantt-chart.module.cjs +1 -1
- package/dist/components/charts/GanttChart/gantt-chart.module.js +10 -12
- package/dist/components/data-display/Avatar/avatar.module.cjs +1 -1
- package/dist/components/data-display/Avatar/avatar.module.js +10 -11
- package/dist/components/data-display/Badge/badge.module.cjs +1 -1
- package/dist/components/data-display/Badge/badge.module.js +9 -10
- package/dist/components/data-display/Calendar/Calendar.cjs +1 -1
- package/dist/components/data-display/Calendar/Calendar.js +71 -73
- package/dist/components/data-display/Calendar/calendar.module.cjs +1 -1
- package/dist/components/data-display/Calendar/calendar.module.js +9 -9
- package/dist/components/data-display/Card/card.module.cjs +1 -1
- package/dist/components/data-display/Card/card.module.js +15 -15
- package/dist/components/data-display/Chip/Chip.cjs +1 -1
- package/dist/components/data-display/Chip/Chip.d.ts +2 -0
- package/dist/components/data-display/Chip/Chip.js +5 -3
- package/dist/components/data-display/Chip/chip.module.cjs +1 -1
- package/dist/components/data-display/Chip/chip.module.js +12 -13
- package/dist/components/data-display/DataGrid/DataGrid.cjs +1 -1
- package/dist/components/data-display/DataGrid/DataGrid.d.ts +20 -0
- package/dist/components/data-display/DataGrid/DataGrid.js +4 -1
- package/dist/components/data-display/Leaderboard/leaderboard.module.cjs +1 -1
- package/dist/components/data-display/Leaderboard/leaderboard.module.js +1 -1
- package/dist/components/data-display/SortableList/sortable-list.module.cjs +1 -1
- package/dist/components/data-display/SortableList/sortable-list.module.js +1 -1
- package/dist/components/data-display/SwipeAction/swipe-action.module.cjs +1 -1
- package/dist/components/data-display/SwipeAction/swipe-action.module.js +1 -1
- package/dist/components/data-display/Table/Table.cjs +1 -1
- package/dist/components/data-display/Table/Table.js +14 -11
- package/dist/components/data-display/Table/table.module.cjs +1 -1
- package/dist/components/data-display/Table/table.module.js +30 -29
- package/dist/components/data-display/Tag/Tag.cjs +1 -1
- package/dist/components/data-display/Tag/Tag.d.ts +6 -2
- package/dist/components/data-display/Tag/Tag.js +18 -16
- package/dist/components/data-display/Tag/tag.module.cjs +1 -1
- package/dist/components/data-display/Tag/tag.module.js +11 -12
- package/dist/components/data-display/Timeline/timeline.module.cjs +1 -1
- package/dist/components/data-display/Timeline/timeline.module.js +1 -1
- package/dist/components/feedback/Alert/alert.module.cjs +1 -1
- package/dist/components/feedback/Alert/alert.module.js +2 -2
- package/dist/components/feedback/Banner/banner.module.cjs +1 -1
- package/dist/components/feedback/Banner/banner.module.js +2 -2
- package/dist/components/feedback/ErrorBoundary/ErrorBoundary.cjs +1 -1
- package/dist/components/feedback/ErrorBoundary/ErrorBoundary.js +2 -2
- package/dist/components/feedback/Indicator/indicator.module.cjs +1 -1
- package/dist/components/feedback/Indicator/indicator.module.js +6 -6
- package/dist/components/feedback/Loader/loader.module.cjs +1 -1
- package/dist/components/feedback/Loader/loader.module.js +4 -4
- package/dist/components/feedback/LoadingOverlay/LoadingOverlay.cjs +1 -1
- package/dist/components/feedback/LoadingOverlay/LoadingOverlay.d.ts +10 -0
- package/dist/components/feedback/LoadingOverlay/LoadingOverlay.js +4 -9
- package/dist/components/feedback/Notification/notification.module.cjs +1 -1
- package/dist/components/feedback/Notification/notification.module.js +2 -2
- package/dist/components/feedback/Progress/progress.module.cjs +1 -1
- package/dist/components/feedback/Progress/progress.module.js +9 -10
- package/dist/components/feedback/ProgressRing/progress-ring.module.cjs +1 -1
- package/dist/components/feedback/ProgressRing/progress-ring.module.js +9 -10
- package/dist/components/feedback/ScrollProgress/scrollprogress.module.cjs +1 -1
- package/dist/components/feedback/ScrollProgress/scrollprogress.module.js +1 -1
- package/dist/components/feedback/Snackbar/snackbar.module.cjs +1 -1
- package/dist/components/feedback/Snackbar/snackbar.module.js +7 -7
- package/dist/components/feedback/Spinner/spinner.module.cjs +1 -1
- package/dist/components/feedback/Spinner/spinner.module.js +4 -4
- package/dist/components/feedback/Toast/toast.module.cjs +1 -1
- package/dist/components/feedback/Toast/toast.module.js +8 -8
- package/dist/components/form/Button/button.module.cjs +1 -1
- package/dist/components/form/Button/button.module.js +2 -2
- package/dist/components/form/Input/input.module.cjs +1 -1
- package/dist/components/form/Input/input.module.js +1 -1
- package/dist/components/form/InputBase/input-base.module.cjs +1 -1
- package/dist/components/form/InputBase/input-base.module.js +1 -1
- package/dist/components/form/InputGroup/input-group.module.cjs +1 -1
- package/dist/components/form/InputGroup/input-group.module.js +1 -1
- package/dist/components/form/MultiSelect/multiselect.module.cjs +1 -1
- package/dist/components/form/MultiSelect/multiselect.module.js +1 -1
- package/dist/components/form/PhoneInput/phone-input.module.cjs +1 -1
- package/dist/components/form/PhoneInput/phone-input.module.js +1 -1
- package/dist/components/form/RichTextEditor/rich-text-editor.module.cjs +1 -1
- package/dist/components/form/RichTextEditor/rich-text-editor.module.js +1 -1
- package/dist/components/form/Select/select.module.cjs +1 -1
- package/dist/components/form/Select/select.module.js +1 -1
- package/dist/components/form/Textarea/textarea.module.cjs +1 -1
- package/dist/components/form/Textarea/textarea.module.js +1 -1
- package/dist/components/layout/AppShell/AppShell.cjs +1 -1
- package/dist/components/layout/AppShell/AppShell.js +61 -58
- package/dist/components/layout/AppShell/warn-discarded-sidebar.cjs +2 -0
- package/dist/components/layout/AppShell/warn-discarded-sidebar.d.ts +3 -0
- package/dist/components/layout/AppShell/warn-discarded-sidebar.js +4 -0
- package/dist/components/layout/Dashboard/dashboard.module.cjs +1 -1
- package/dist/components/layout/Dashboard/dashboard.module.js +13 -13
- package/dist/components/layout/Transition/Transition.d.ts +1 -1
- package/dist/components/media/Gallery/gallery.module.cjs +1 -1
- package/dist/components/media/Gallery/gallery.module.js +11 -11
- package/dist/components/navigation/CommandPalette/CommandPalette.cjs +1 -1
- package/dist/components/navigation/CommandPalette/CommandPalette.d.ts +7 -1
- package/dist/components/navigation/CommandPalette/CommandPalette.js +15 -14
- package/dist/components/overlay/ContextMenu/ContextMenu.cjs +1 -1
- package/dist/components/overlay/ContextMenu/ContextMenu.js +1 -1
- package/dist/components/overlay/ContextMenu/context-menu.module.cjs +1 -1
- package/dist/components/overlay/ContextMenu/context-menu.module.js +1 -1
- package/dist/components/overlay/HoverCard/HoverCard.cjs +1 -1
- package/dist/components/overlay/HoverCard/HoverCard.js +55 -60
- package/dist/components/overlay/Menu/menu.module.cjs +1 -1
- package/dist/components/overlay/Menu/menu.module.js +1 -1
- package/dist/components/typography/Code/code.module.cjs +1 -1
- package/dist/components/typography/Code/code.module.js +1 -1
- package/dist/i18n/generated/keys.d.ts +1 -1
- package/dist/i18n/generated/resources.cjs +1 -1
- package/dist/i18n/generated/resources.js +12 -3
- package/dist/llms-full.txt +20 -7
- package/dist/llms.txt +4 -4
- package/dist/locales/en/components.json +2 -1
- package/dist/locales/ja/components.json +2 -1
- package/dist/locales/pt/components.json +2 -1
- package/dist/styles.css +2 -2
- package/dist/types/generated-intents.d.ts +3 -3
- package/dist/types/generated-tokens.d.ts +1 -1
- package/dist/wimui.umd.css +1 -1
- package/dist/wimui.umd.js +4 -4
- package/package.json +25 -20
package/dist/llms-full.txt
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## What this is
|
|
6
6
|
|
|
7
|
-
**wimui** v0.
|
|
7
|
+
**wimui** v0.18.0 — a React 19 component library: 218 documented components across 10 categories, with design tokens, dark mode, i18n (en/ja/pt-BR) and WAI-ARIA compliant a11y. Peer deps: react ^19, react-dom ^19 (plus optional peers for specific components — see package.json).
|
|
8
8
|
|
|
9
9
|
## Install & required setup
|
|
10
10
|
|
|
@@ -72,16 +72,16 @@ Single components are judged by state/a11y/token compliance. **Composed screens*
|
|
|
72
72
|
2. Contrast density: hero/showcase sparse, data regions (tables/lists) dense. Uniform "medium density" reads as AI.
|
|
73
73
|
3. Never override a component's defaults via inline `style` (`padding:0`, `borderRadius:0`). Add a prop/token instead.
|
|
74
74
|
4. Never hardcode gap/padding/size — use `--wim-spacing-*` tokens.
|
|
75
|
-
5. Keep one radius stance per screen (`radius.component` / `radius.container` / `radius.overlay`); don't mix 0 and lg arbitrarily.
|
|
75
|
+
5. Keep one radius stance per screen (`radius.component` / `radius.container` / `radius.overlay`); don't mix 0 and lg arbitrarily. Narrow table cards must share the same radius token as the adjacent toolbar/pagination chrome — not jump to `radius.container` while chrome stays on `radius.component`.
|
|
76
76
|
6. Limit accent color: primary surfaces (solid buttons, emphasis backgrounds) 1–2 per view.
|
|
77
77
|
7. Give demo content real substance (product-context copy, internally consistent numbers/dates/names — active ≤ total, dates not evenly spaced).
|
|
78
|
-
8. Keep one elevation stance per screen: don't mix surfaces raised by shadow with surfaces cut by borders. `Card` and `Stats` default to `elevated`, so pass `variant="outline"` when the screen is border-led. If the outer container already casts a shadow, its contents need only a border.
|
|
78
|
+
8. Keep one elevation stance per screen: don't mix surfaces raised by shadow with surfaces cut by borders. `Card` and `Stats` default to `elevated`, so pass `variant="outline"` when the screen is border-led. If the outer container already casts a shadow, its contents need only a border. On admin/list screens, `Table`/`DataGrid` mobile cards must stay border-only like the toolbar and pagination — row cards with `shadow-sm` while chrome is flat outline is the same mixed stance.
|
|
79
79
|
9. Never wrap a component that already draws its own frame. `<Card><Table card /></Card>` doubles the border and nests radii (12px inside 4px). `Table` takes a `card` prop and `Stats` is already a Card — place them directly.
|
|
80
80
|
10. Always pass `intent` on `Badge` / `Tag` / `Chip`. Their default is `primary` (the accent), so an ordinary value like `pending` or `member` gets painted as loudly as an exception and the colour stops carrying information. Use `intent="neutral"` for ordinary values.
|
|
81
81
|
11. Pick colour by good/bad, not by direction. `Stats.Trend` ties the arrow and the colour together, so `up` is always the success colour — using it for a metric where up is bad (failures, error rate) renders the bad news as good. Use a colourless form such as `Stats.Description` instead. Don't approximate a meaning the API cannot express.
|
|
82
82
|
12. Keep the chrome quiet. Breadcrumb, page title, summary line, toolbar and filter bar frame the content; they must not compete with the protagonist. Don't promote a one-line summary to an `Alert`/`Banner`, don't wrap the filter bar in a `Card` (its border doubles up with the data region's), keep primary surfaces out of the chrome, and don't stack a KPI tile row above a table screen. Corollary of protagonist and accent limits, but it is the rule most often broken on admin/list screens — the test is whether the eye lands on the data first.
|
|
83
83
|
13. Add intentional "wobble": mix in 1–2 incomplete rows (a truncated long name, a missing optional field, an extreme value, an error/unread state) and show non-happy-path states (hover/focus/disabled/error/empty/loading).
|
|
84
|
-
14. Check the screen at 390px and 768px before calling it done. The page itself must never scroll sideways (`document.scrollWidth > document.documentElement.clientWidth` is a bug — the usual cause is a group of controls that cannot wrap, e.g. several buttons packed into one `Toolbar.Group`; split them into separate groups). Data tables need their narrow mode turned on (`<DataGrid mobileCard>`) rather than an inner scrollbar: without it columns collapse and a short string like a `Code` lot number breaks one character per line. The switch
|
|
84
|
+
14. Check the screen at 390px and 768px before calling it done. The page itself must never scroll sideways (`document.scrollWidth > document.documentElement.clientWidth` is a bug — the usual cause is a group of controls that cannot wrap, e.g. several buttons packed into one `Toolbar.Group`; split them into separate groups). Data tables need their narrow mode turned on (`<DataGrid mobileCard>` / `<Table mobileCard>`) rather than an inner scrollbar: without it columns collapse and a short string like a `Code` lot number breaks one character per line. The default card switch is `container-down(sm)` (576px). Wide grids that still overflow at tablet should pass `mobileCard="md"` so cards continue through 768px.
|
|
85
85
|
|
|
86
86
|
## Recipes — copy-paste starting points
|
|
87
87
|
|
|
@@ -863,7 +863,7 @@ Set `responsive={false}` to keep the sidebar in flow at every width.
|
|
|
863
863
|
- `enterPreset: "none" | "fade" | "scale" | "slide-right" | "slide-left" | "slide-top" | "slide-bottom"` — 入りだけ別扱いにしたいときのプリセット。`"none"` で入りのアニメーションを止める。
|
|
864
864
|
省略時は `preset` に従う。
|
|
865
865
|
|
|
866
|
-
`Drawer` の `slideIn` / `slideOut`
|
|
866
|
+
`Drawer` の `slideIn` / `slideOut` のように片方だけ切りたい API があるのに、
|
|
867
867
|
`preset` は両相を一括で決めるため表現できなかった(T58)。
|
|
868
868
|
- `leavePreset: "none" | "fade" | "scale" | "slide-right" | "slide-left" | "slide-top" | "slide-bottom"` — 出だけ別扱いにしたいときのプリセット。`"none"` で出のアニメーションを止める。
|
|
869
869
|
- `enter: string` = "" — Class applied during the enter transition
|
|
@@ -1844,6 +1844,16 @@ When a function is passed, it is called as (error, errorInfo, reset) => ReactNod
|
|
|
1844
1844
|
@default "sm"
|
|
1845
1845
|
- `message: string` — Loading message displayed below the indicator.
|
|
1846
1846
|
- `fixed: boolean` = false — Whether to use position: fixed (covers the whole screen).
|
|
1847
|
+
|
|
1848
|
+
When `false` (the default) the overlay is `position: absolute`, so it covers
|
|
1849
|
+
**the nearest positioned ancestor** — not necessarily the element you wrapped.
|
|
1850
|
+
Give that element a position explicitly, e.g. `<Box position="relative">`.
|
|
1851
|
+
|
|
1852
|
+
`Card` sets `position: relative` for this reason (T88), so
|
|
1853
|
+
`<Card><LoadingOverlay /></Card>` covers the card. A plain `<div>` does not,
|
|
1854
|
+
and the overlay will spread to the viewport — measured at 1280x800 from the
|
|
1855
|
+
origin while the card it was meant to cover was 1248x75.
|
|
1856
|
+
|
|
1847
1857
|
@default false
|
|
1848
1858
|
- `zIndex: number` — z-index of the overlay.
|
|
1849
1859
|
- `children: React.ReactNode` — Custom loading content, replacing the default indicator.
|
|
@@ -2164,6 +2174,7 @@ Same derivation as `padding`. There is no `--wim-radius-xs` / `-3xl` /
|
|
|
2164
2174
|
- `asChild: boolean` — Whether to use the Radix Slot pattern
|
|
2165
2175
|
- **Chip** — Filter/Selection tokens (aka Pill, Token)
|
|
2166
2176
|
- `asChild: boolean` = false — If true, the chip will be rendered as its child, merging its props onto that child.
|
|
2177
|
+
Cannot be combined with `onDelete` (T99).
|
|
2167
2178
|
- `children: React.ReactNode` — Content to display
|
|
2168
2179
|
- `content: React.ReactNode` — Content to display (alternative to children)
|
|
2169
2180
|
- `onClick: (e: React.MouseEvent<HTMLButtonElement | HTMLSpanElement>) => void` — Click event. When provided, the chip behaves as a button.
|
|
@@ -2424,14 +2435,16 @@ Same derivation as `padding`. There is no `--wim-radius-xs` / `-3xl` /
|
|
|
2424
2435
|
- `containerClassName: string` — Additional class name for the scroll container
|
|
2425
2436
|
- `card: boolean` = false — Add outer border and border-radius to the container (DataGrid look)
|
|
2426
2437
|
- **Tag** — Compact visual descriptors used for labeling or categorizing content
|
|
2427
|
-
- `asChild: boolean` — If true, the tag will be rendered as its child, merging its props onto that child.
|
|
2438
|
+
- `asChild: boolean` = false — If true, the tag will be rendered as its child, merging its props onto that child.
|
|
2439
|
+
Cannot be combined with `onDelete` — the delete control is a second element, and
|
|
2440
|
+
`asChild` requires a single React element child (T99).
|
|
2428
2441
|
- `children: React.ReactNode` — Content to display
|
|
2429
2442
|
- `content: React.ReactNode` — Content to display (alternative to children)
|
|
2430
2443
|
- `intent: IndicatorIntent` — Intent (semantic state)
|
|
2431
2444
|
- `variant: "solid" | "outline" | "subtle"` — Visual style variant
|
|
2432
2445
|
- `size: Extract<ComponentSize, "sm" | "md" | "lg">` — Size
|
|
2433
2446
|
- `icon: React.ReactNode` — Icon
|
|
2434
|
-
- `onDelete: (e: React.MouseEvent<HTMLButtonElement>) => void` — Delete event. When provided, a × button is shown.
|
|
2447
|
+
- `onDelete: (e: React.MouseEvent<HTMLButtonElement>) => void` — Delete event. When provided, a × button is shown. Incompatible with `asChild`.
|
|
2435
2448
|
- `disabled: boolean` — Whether the tag is disabled
|
|
2436
2449
|
- `interactive: boolean` = false — Whether to enable the interactive state
|
|
2437
2450
|
- **Timeline** — A vertical list mapping events or history in chronological order
|
package/dist/llms.txt
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## What this is
|
|
6
6
|
|
|
7
|
-
**wimui** v0.
|
|
7
|
+
**wimui** v0.18.0 — a React 19 component library: 218 documented components across 10 categories, with design tokens, dark mode, i18n (en/ja/pt-BR) and WAI-ARIA compliant a11y. Peer deps: react ^19, react-dom ^19 (plus optional peers for specific components — see package.json).
|
|
8
8
|
|
|
9
9
|
## Install & required setup
|
|
10
10
|
|
|
@@ -72,16 +72,16 @@ Single components are judged by state/a11y/token compliance. **Composed screens*
|
|
|
72
72
|
2. Contrast density: hero/showcase sparse, data regions (tables/lists) dense. Uniform "medium density" reads as AI.
|
|
73
73
|
3. Never override a component's defaults via inline `style` (`padding:0`, `borderRadius:0`). Add a prop/token instead.
|
|
74
74
|
4. Never hardcode gap/padding/size — use `--wim-spacing-*` tokens.
|
|
75
|
-
5. Keep one radius stance per screen (`radius.component` / `radius.container` / `radius.overlay`); don't mix 0 and lg arbitrarily.
|
|
75
|
+
5. Keep one radius stance per screen (`radius.component` / `radius.container` / `radius.overlay`); don't mix 0 and lg arbitrarily. Narrow table cards must share the same radius token as the adjacent toolbar/pagination chrome — not jump to `radius.container` while chrome stays on `radius.component`.
|
|
76
76
|
6. Limit accent color: primary surfaces (solid buttons, emphasis backgrounds) 1–2 per view.
|
|
77
77
|
7. Give demo content real substance (product-context copy, internally consistent numbers/dates/names — active ≤ total, dates not evenly spaced).
|
|
78
|
-
8. Keep one elevation stance per screen: don't mix surfaces raised by shadow with surfaces cut by borders. `Card` and `Stats` default to `elevated`, so pass `variant="outline"` when the screen is border-led. If the outer container already casts a shadow, its contents need only a border.
|
|
78
|
+
8. Keep one elevation stance per screen: don't mix surfaces raised by shadow with surfaces cut by borders. `Card` and `Stats` default to `elevated`, so pass `variant="outline"` when the screen is border-led. If the outer container already casts a shadow, its contents need only a border. On admin/list screens, `Table`/`DataGrid` mobile cards must stay border-only like the toolbar and pagination — row cards with `shadow-sm` while chrome is flat outline is the same mixed stance.
|
|
79
79
|
9. Never wrap a component that already draws its own frame. `<Card><Table card /></Card>` doubles the border and nests radii (12px inside 4px). `Table` takes a `card` prop and `Stats` is already a Card — place them directly.
|
|
80
80
|
10. Always pass `intent` on `Badge` / `Tag` / `Chip`. Their default is `primary` (the accent), so an ordinary value like `pending` or `member` gets painted as loudly as an exception and the colour stops carrying information. Use `intent="neutral"` for ordinary values.
|
|
81
81
|
11. Pick colour by good/bad, not by direction. `Stats.Trend` ties the arrow and the colour together, so `up` is always the success colour — using it for a metric where up is bad (failures, error rate) renders the bad news as good. Use a colourless form such as `Stats.Description` instead. Don't approximate a meaning the API cannot express.
|
|
82
82
|
12. Keep the chrome quiet. Breadcrumb, page title, summary line, toolbar and filter bar frame the content; they must not compete with the protagonist. Don't promote a one-line summary to an `Alert`/`Banner`, don't wrap the filter bar in a `Card` (its border doubles up with the data region's), keep primary surfaces out of the chrome, and don't stack a KPI tile row above a table screen. Corollary of protagonist and accent limits, but it is the rule most often broken on admin/list screens — the test is whether the eye lands on the data first.
|
|
83
83
|
13. Add intentional "wobble": mix in 1–2 incomplete rows (a truncated long name, a missing optional field, an extreme value, an error/unread state) and show non-happy-path states (hover/focus/disabled/error/empty/loading).
|
|
84
|
-
14. Check the screen at 390px and 768px before calling it done. The page itself must never scroll sideways (`document.scrollWidth > document.documentElement.clientWidth` is a bug — the usual cause is a group of controls that cannot wrap, e.g. several buttons packed into one `Toolbar.Group`; split them into separate groups). Data tables need their narrow mode turned on (`<DataGrid mobileCard>`) rather than an inner scrollbar: without it columns collapse and a short string like a `Code` lot number breaks one character per line. The switch
|
|
84
|
+
14. Check the screen at 390px and 768px before calling it done. The page itself must never scroll sideways (`document.scrollWidth > document.documentElement.clientWidth` is a bug — the usual cause is a group of controls that cannot wrap, e.g. several buttons packed into one `Toolbar.Group`; split them into separate groups). Data tables need their narrow mode turned on (`<DataGrid mobileCard>` / `<Table mobileCard>`) rather than an inner scrollbar: without it columns collapse and a short string like a `Code` lot number breaks one character per line. The default card switch is `container-down(sm)` (576px). Wide grids that still overflow at tablet should pass `mobileCard="md"` so cards continue through 768px.
|
|
85
85
|
|
|
86
86
|
## Recipes — copy-paste starting points
|
|
87
87
|
|
|
@@ -629,7 +629,8 @@
|
|
|
629
629
|
"accessibility": "Acessibilidade Visual"
|
|
630
630
|
},
|
|
631
631
|
"command_palette": {
|
|
632
|
-
"no_results": "Nenhum resultado encontrado."
|
|
632
|
+
"no_results": "Nenhum resultado encontrado.",
|
|
633
|
+
"label": "Paleta de comandos"
|
|
633
634
|
},
|
|
634
635
|
"treeview": {
|
|
635
636
|
"collapse": "Recolher {{label}}",
|