@geotab/zenith 3.10.0-beta.6 → 3.10.0-beta.7
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/README.md +1 -1
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ Zenith library provides components defined in Zenith Design System. It includes
|
|
|
55
55
|
- `Nav` empty state support
|
|
56
56
|
- Allow multiple columns to be disabled in `ColumnsList`
|
|
57
57
|
- Flip icons for Arabic (RTL) language
|
|
58
|
-
- `
|
|
58
|
+
- Fix `ColumnsList` keyboard focus skipping disabled items
|
|
59
59
|
- Add `ariaLabel` prop to `CardButton` for accessible name override
|
|
60
60
|
- Fix `GroupsFilter` dropdown scrolling into blank space
|
|
61
61
|
- Fix `Dropdown` ARIA pattern — non-search dropdowns now use `menu` role instead of `dialog`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geotab/zenith",
|
|
3
|
-
"version": "3.10.0-beta.
|
|
3
|
+
"version": "3.10.0-beta.7",
|
|
4
4
|
"description": "Zenith components library on React",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "esm/index.d.ts",
|
|
@@ -118,5 +118,8 @@
|
|
|
118
118
|
"last 1 firefox version",
|
|
119
119
|
"last 1 safari version"
|
|
120
120
|
]
|
|
121
|
+
},
|
|
122
|
+
"publishConfig": {
|
|
123
|
+
"access": "public"
|
|
121
124
|
}
|
|
122
125
|
}
|