@instructure/ui-options 11.0.1-snapshot-0 → 11.0.1-snapshot-2

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/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [11.0.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v11.0.0...v11.0.1-snapshot-0) (2025-10-07)
6
+ ## [11.0.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v11.0.0...v11.0.1-snapshot-2) (2025-10-10)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-options
9
9
 
@@ -36,7 +36,7 @@ import { isAndroidOrIOS } from '@instructure/ui-utils';
36
36
  import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
37
37
  /**
38
38
  ---
39
- category: components
39
+ category: components/utilities
40
40
  ---
41
41
  **/
42
42
  let Options = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyles, generateComponentTheme), _dec(_class = _dec2(_class = (_Options = class Options extends Component {
@@ -42,7 +42,7 @@ var _dec, _dec2, _class, _Options;
42
42
  */
43
43
  /**
44
44
  ---
45
- category: components
45
+ category: components/utilities
46
46
  ---
47
47
  **/
48
48
  let Options = exports.Options = (_dec = (0, _uiReactUtils.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = _dec2(_class = (_Options = class Options extends _react.Component {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-options",
3
- "version": "11.0.1-snapshot-0",
3
+ "version": "11.0.1-snapshot-2",
4
4
  "description": "A view-only component for composing interactive lists and menus.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "11.0.1-snapshot-0",
27
- "@instructure/ui-babel-preset": "11.0.1-snapshot-0",
28
- "@instructure/ui-color-utils": "11.0.1-snapshot-0",
29
- "@instructure/ui-themes": "11.0.1-snapshot-0",
26
+ "@instructure/ui-axe-check": "11.0.1-snapshot-2",
27
+ "@instructure/ui-babel-preset": "11.0.1-snapshot-2",
28
+ "@instructure/ui-color-utils": "11.0.1-snapshot-2",
29
+ "@instructure/ui-themes": "11.0.1-snapshot-2",
30
30
  "@testing-library/jest-dom": "^6.6.3",
31
31
  "@testing-library/react": "15.0.7",
32
32
  "@testing-library/user-event": "^14.6.1",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@babel/runtime": "^7.27.6",
37
- "@instructure/emotion": "11.0.1-snapshot-0",
38
- "@instructure/shared-types": "11.0.1-snapshot-0",
39
- "@instructure/ui-icons": "11.0.1-snapshot-0",
40
- "@instructure/ui-react-utils": "11.0.1-snapshot-0",
41
- "@instructure/ui-utils": "11.0.1-snapshot-0",
42
- "@instructure/ui-view": "11.0.1-snapshot-0"
37
+ "@instructure/emotion": "11.0.1-snapshot-2",
38
+ "@instructure/shared-types": "11.0.1-snapshot-2",
39
+ "@instructure/ui-icons": "11.0.1-snapshot-2",
40
+ "@instructure/ui-react-utils": "11.0.1-snapshot-2",
41
+ "@instructure/ui-utils": "11.0.1-snapshot-2",
42
+ "@instructure/ui-view": "11.0.1-snapshot-2"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": ">=18 <=19"