@instructure/ui-modal
Advanced tools
Comparing version 10.8.1-snapshot-4 to 10.8.1-snapshot-6
@@ -6,10 +6,13 @@ # Change Log | ||
## [10.8.1-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.8.1-snapshot-4) (2024-12-12) | ||
## [10.8.1-snapshot-6](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.8.1-snapshot-6) (2024-12-12) | ||
**Note:** Version bump only for package @instructure/ui-modal | ||
### Features | ||
* **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4)) | ||
# [10.8.0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.8.0) (2024-12-09) | ||
@@ -16,0 +19,0 @@ |
@@ -24,2 +24,2 @@ /* | ||
*/ | ||
export { Modal } from './Modal'; | ||
export { Modal, ModalBody, ModalFooter, ModalHeader } from './Modal'; |
@@ -12,2 +12,20 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "ModalBody", { | ||
enumerable: true, | ||
get: function () { | ||
return _Modal.ModalBody; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ModalFooter", { | ||
enumerable: true, | ||
get: function () { | ||
return _Modal.ModalFooter; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ModalHeader", { | ||
enumerable: true, | ||
get: function () { | ||
return _Modal.ModalHeader; | ||
} | ||
}); | ||
var _Modal = require("./Modal"); |
{ | ||
"name": "@instructure/ui-modal", | ||
"version": "10.8.1-snapshot-4", | ||
"version": "10.8.1-snapshot-6", | ||
"description": "A component for displaying content in a dialog overlay", | ||
@@ -27,16 +27,16 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"@babel/runtime": "^7.26.0", | ||
"@instructure/console": "10.8.1-snapshot-4", | ||
"@instructure/emotion": "10.8.1-snapshot-4", | ||
"@instructure/shared-types": "10.8.1-snapshot-4", | ||
"@instructure/ui-buttons": "10.8.1-snapshot-4", | ||
"@instructure/ui-dialog": "10.8.1-snapshot-4", | ||
"@instructure/ui-dom-utils": "10.8.1-snapshot-4", | ||
"@instructure/ui-motion": "10.8.1-snapshot-4", | ||
"@instructure/ui-overlays": "10.8.1-snapshot-4", | ||
"@instructure/ui-portal": "10.8.1-snapshot-4", | ||
"@instructure/ui-prop-types": "10.8.1-snapshot-4", | ||
"@instructure/ui-react-utils": "10.8.1-snapshot-4", | ||
"@instructure/ui-testable": "10.8.1-snapshot-4", | ||
"@instructure/ui-utils": "10.8.1-snapshot-4", | ||
"@instructure/ui-view": "10.8.1-snapshot-4", | ||
"@instructure/console": "10.8.1-snapshot-6", | ||
"@instructure/emotion": "10.8.1-snapshot-6", | ||
"@instructure/shared-types": "10.8.1-snapshot-6", | ||
"@instructure/ui-buttons": "10.8.1-snapshot-6", | ||
"@instructure/ui-dialog": "10.8.1-snapshot-6", | ||
"@instructure/ui-dom-utils": "10.8.1-snapshot-6", | ||
"@instructure/ui-motion": "10.8.1-snapshot-6", | ||
"@instructure/ui-overlays": "10.8.1-snapshot-6", | ||
"@instructure/ui-portal": "10.8.1-snapshot-6", | ||
"@instructure/ui-prop-types": "10.8.1-snapshot-6", | ||
"@instructure/ui-react-utils": "10.8.1-snapshot-6", | ||
"@instructure/ui-testable": "10.8.1-snapshot-6", | ||
"@instructure/ui-utils": "10.8.1-snapshot-6", | ||
"@instructure/ui-view": "10.8.1-snapshot-6", | ||
"prop-types": "^15.8.1" | ||
@@ -48,6 +48,6 @@ }, | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "10.8.1-snapshot-4", | ||
"@instructure/ui-color-utils": "10.8.1-snapshot-4", | ||
"@instructure/ui-position": "10.8.1-snapshot-4", | ||
"@instructure/ui-themes": "10.8.1-snapshot-4", | ||
"@instructure/ui-babel-preset": "10.8.1-snapshot-6", | ||
"@instructure/ui-color-utils": "10.8.1-snapshot-6", | ||
"@instructure/ui-position": "10.8.1-snapshot-6", | ||
"@instructure/ui-themes": "10.8.1-snapshot-6", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
@@ -54,0 +54,0 @@ "@testing-library/react": "^16.0.1", |
@@ -24,3 +24,3 @@ /* | ||
*/ | ||
export { Modal } from './Modal' | ||
export { Modal, ModalBody, ModalFooter, ModalHeader } from './Modal' | ||
@@ -27,0 +27,0 @@ export type { ModalProps } from './Modal/props' |
@@ -1,2 +0,2 @@ | ||
export { Modal } from './Modal'; | ||
export { Modal, ModalBody, ModalFooter, ModalHeader } from './Modal'; | ||
export type { ModalProps } from './Modal/props'; | ||
@@ -3,0 +3,0 @@ export type { ModalBodyProps } from './Modal/ModalBody/props'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
497012
6178
+ Added@instructure/console@10.8.1-snapshot-6(transitive)
+ Added@instructure/debounce@10.8.1-snapshot-6(transitive)
+ Added@instructure/emotion@10.8.1-snapshot-6(transitive)
+ Added@instructure/shared-types@10.8.1-snapshot-6(transitive)
+ Added@instructure/theme-registry@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-a11y-content@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-a11y-utils@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-buttons@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-color-utils@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-decorator@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-dialog@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-dom-utils@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-focusable@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-i18n@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-icons@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-motion@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-overlays@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-popover@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-portal@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-position@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-prop-types@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-react-utils@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-svg-images@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-testable@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-themes@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-tooltip@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-utils@10.8.1-snapshot-6(transitive)
+ Added@instructure/ui-view@10.8.1-snapshot-6(transitive)
+ Added@instructure/uid@10.8.1-snapshot-6(transitive)
- Removed@instructure/console@10.8.1-snapshot-4(transitive)
- Removed@instructure/debounce@10.8.1-snapshot-4(transitive)
- Removed@instructure/emotion@10.8.1-snapshot-4(transitive)
- Removed@instructure/shared-types@10.8.1-snapshot-4(transitive)
- Removed@instructure/theme-registry@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-a11y-content@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-a11y-utils@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-buttons@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-color-utils@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-decorator@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-dialog@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-dom-utils@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-focusable@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-i18n@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-icons@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-motion@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-overlays@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-popover@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-portal@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-position@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-prop-types@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-react-utils@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-svg-images@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-testable@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-themes@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-tooltip@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-utils@10.8.1-snapshot-4(transitive)
- Removed@instructure/ui-view@10.8.1-snapshot-4(transitive)
- Removed@instructure/uid@10.8.1-snapshot-4(transitive)