New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-modal

Package Overview
Dependencies
Maintainers
36
Versions
1259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-modal - npm Package Compare versions

Comparing version 10.8.1-snapshot-4 to 10.8.1-snapshot-6

7

CHANGELOG.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc