@instructure/ui-modal 11.7.4-snapshot-50 → 11.7.4-snapshot-52

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.7.4-snapshot-50](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-50) (2026-06-18)
6
+ ## [11.7.4-snapshot-52](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-52) (2026-06-19)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-modal
9
9
 
@@ -42,6 +42,7 @@ import { jsx as _jsx } from "@emotion/react/jsx-runtime";
42
42
  let ModalBody = (_dec = withStyleNew(generateStyle, 'ModalBody'), _dec(_class = class ModalBody extends Component {
43
43
  static displayName = 'ModalBody';
44
44
  static componentId = 'Modal.Body';
45
+ static themeId = 'ModalBody';
45
46
  static allowedProps = allowedProps;
46
47
  static defaultProps = {
47
48
  padding: 'medium',
@@ -38,6 +38,7 @@ id: Modal.Footer
38
38
  let ModalFooter = (_dec = withStyleNew(generateStyle, 'ModalFooter'), _dec(_class = class ModalFooter extends Component {
39
39
  static displayName = 'ModalFooter';
40
40
  static componentId = 'Modal.Footer';
41
+ static themeId = 'ModalFooter';
41
42
  static allowedProps = allowedProps;
42
43
  static defaultProps = {
43
44
  variant: 'default'
@@ -40,6 +40,7 @@ id: Modal.Header
40
40
  let ModalHeader = (_dec = withStyleNew(generateStyle, 'ModalHeader'), _dec(_class = class ModalHeader extends Component {
41
41
  static displayName = 'ModalHeader';
42
42
  static componentId = 'Modal.Header';
43
+ static themeId = 'ModalHeader';
43
44
  static allowedProps = allowedProps;
44
45
  static defaultProps = {
45
46
  variant: 'default',
@@ -47,6 +47,7 @@ id: Modal.Body
47
47
  let ModalBody = exports.ModalBody = (_dec = (0, _emotion.withStyleNew)(_styles.default, 'ModalBody'), _dec(_class = class ModalBody extends _react.Component {
48
48
  static displayName = 'ModalBody';
49
49
  static componentId = 'Modal.Body';
50
+ static themeId = 'ModalBody';
50
51
  static allowedProps = _props.allowedProps;
51
52
  static defaultProps = {
52
53
  padding: 'medium',
@@ -44,6 +44,7 @@ id: Modal.Footer
44
44
  let ModalFooter = exports.ModalFooter = (_dec = (0, _emotion.withStyleNew)(_styles.default, 'ModalFooter'), _dec(_class = class ModalFooter extends _react.Component {
45
45
  static displayName = 'ModalFooter';
46
46
  static componentId = 'Modal.Footer';
47
+ static themeId = 'ModalFooter';
47
48
  static allowedProps = _props.allowedProps;
48
49
  static defaultProps = {
49
50
  variant: 'default'
@@ -47,6 +47,7 @@ id: Modal.Header
47
47
  let ModalHeader = exports.ModalHeader = (_dec = (0, _emotion.withStyleNew)(_styles.default, 'ModalHeader'), _dec(_class = class ModalHeader extends _react.Component {
48
48
  static displayName = 'ModalHeader';
49
49
  static componentId = 'Modal.Header';
50
+ static themeId = 'ModalHeader';
50
51
  static allowedProps = _props.allowedProps;
51
52
  static defaultProps = {
52
53
  variant: 'default',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-modal",
3
- "version": "11.7.4-snapshot-50",
3
+ "version": "11.7.4-snapshot-52",
4
4
  "description": "A component for displaying content in a dialog overlay",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,28 +15,28 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
- "@instructure/console": "11.7.4-snapshot-50",
19
- "@instructure/emotion": "11.7.4-snapshot-50",
20
- "@instructure/ui-buttons": "11.7.4-snapshot-50",
21
- "@instructure/ui-dialog": "11.7.4-snapshot-50",
22
- "@instructure/shared-types": "11.7.4-snapshot-50",
23
- "@instructure/ui-overlays": "11.7.4-snapshot-50",
24
- "@instructure/ui-motion": "11.7.4-snapshot-50",
25
- "@instructure/ui-react-utils": "11.7.4-snapshot-50",
26
- "@instructure/ui-portal": "11.7.4-snapshot-50",
27
- "@instructure/ui-utils": "11.7.4-snapshot-50",
28
- "@instructure/ui-view": "11.7.4-snapshot-50",
29
- "@instructure/ui-themes": "11.7.4-snapshot-50",
30
- "@instructure/ui-dom-utils": "11.7.4-snapshot-50"
18
+ "@instructure/console": "11.7.4-snapshot-52",
19
+ "@instructure/ui-buttons": "11.7.4-snapshot-52",
20
+ "@instructure/ui-dialog": "11.7.4-snapshot-52",
21
+ "@instructure/shared-types": "11.7.4-snapshot-52",
22
+ "@instructure/emotion": "11.7.4-snapshot-52",
23
+ "@instructure/ui-dom-utils": "11.7.4-snapshot-52",
24
+ "@instructure/ui-motion": "11.7.4-snapshot-52",
25
+ "@instructure/ui-portal": "11.7.4-snapshot-52",
26
+ "@instructure/ui-react-utils": "11.7.4-snapshot-52",
27
+ "@instructure/ui-themes": "11.7.4-snapshot-52",
28
+ "@instructure/ui-utils": "11.7.4-snapshot-52",
29
+ "@instructure/ui-view": "11.7.4-snapshot-52",
30
+ "@instructure/ui-overlays": "11.7.4-snapshot-52"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@testing-library/jest-dom": "^6.6.3",
34
34
  "@testing-library/react": "15.0.7",
35
35
  "@testing-library/user-event": "^14.6.1",
36
36
  "vitest": "^3.2.2",
37
- "@instructure/ui-babel-preset": "11.7.4-snapshot-50",
38
- "@instructure/ui-position": "11.7.4-snapshot-50",
39
- "@instructure/ui-color-utils": "11.7.4-snapshot-50"
37
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-52",
38
+ "@instructure/ui-color-utils": "11.7.4-snapshot-52",
39
+ "@instructure/ui-position": "11.7.4-snapshot-52"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": ">=18 <=19"
@@ -46,6 +46,7 @@ id: Modal.Body
46
46
  class ModalBody extends Component<ModalBodyProps> {
47
47
  static displayName = 'ModalBody'
48
48
  static readonly componentId = 'Modal.Body'
49
+ static readonly themeId = 'ModalBody'
49
50
 
50
51
  static allowedProps = allowedProps
51
52
  static defaultProps = {
@@ -41,6 +41,7 @@ id: Modal.Footer
41
41
  class ModalFooter extends Component<ModalFooterProps> {
42
42
  static displayName = 'ModalFooter'
43
43
  static readonly componentId = 'Modal.Footer'
44
+ static readonly themeId = 'ModalFooter'
44
45
 
45
46
  static allowedProps = allowedProps
46
47
  static defaultProps = {
@@ -52,6 +52,7 @@ id: Modal.Header
52
52
  class ModalHeader extends Component<ModalHeaderProps> {
53
53
  static displayName = 'ModalHeader'
54
54
  static readonly componentId = 'Modal.Header'
55
+ static readonly themeId = 'ModalHeader'
55
56
 
56
57
  static allowedProps = allowedProps
57
58
  static defaultProps = {