@doist/reactist 12.0.2 → 12.0.3
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/reactist.cjs.development.js +2 -1
- package/dist/reactist.cjs.development.js.map +1 -1
- package/dist/reactist.cjs.production.min.js.map +1 -1
- package/es/components/menu/menu.js +2 -1
- package/es/components/menu/menu.js.map +1 -1
- package/lib/components/menu/menu.d.ts +2 -1
- package/lib/components/menu/menu.js.map +1 -1
- package/package.json +1 -1
- package/styles/menu.css +1 -1
- package/styles/reactist.css +1 -1
|
@@ -3160,7 +3160,8 @@ const MenuContext = /*#__PURE__*/React.createContext( // Ariakit gives us no mea
|
|
|
3160
3160
|
{});
|
|
3161
3161
|
/**
|
|
3162
3162
|
* Wrapper component to control a menu. It does not render anything, only providing the state
|
|
3163
|
-
* management for the menu components inside it.
|
|
3163
|
+
* management for the menu components inside it. Note that if you are relying on the `[role='menu']`
|
|
3164
|
+
* attribute to style the menu list, it is applied a `menubar` role instead in Safari.
|
|
3164
3165
|
*/
|
|
3165
3166
|
|
|
3166
3167
|
function Menu(_ref) {
|