@mezzanine-ui/core 0.15.3 → 0.16.0
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/alert/alert.js +1 -1
- package/calendarMethodsLuxon/index.js +1 -1
- package/form/formField.js +1 -1
- package/message/message.js +1 -1
- package/modal/modal.js +1 -1
- package/notification/notification.js +1 -1
- package/package.json +5 -5
package/alert/alert.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TimesCircleFilledIcon, ExclamationCircleFilledIcon, CheckCircleFilledIcon } from '@mezzanine-ui/icons';
|
|
2
2
|
|
|
3
3
|
const alertPrefix = 'mzn-alert';
|
|
4
4
|
const alertIcons = {
|
package/form/formField.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TimesCircleFilledIcon, ExclamationCircleFilledIcon, CheckCircleFilledIcon } from '@mezzanine-ui/icons';
|
|
2
2
|
import { formPrefix } from './form.js';
|
|
3
3
|
|
|
4
4
|
const formFieldPrefix = `${formPrefix}-field`;
|
package/message/message.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { InfoCircleFilledIcon, TimesCircleFilledIcon, ExclamationCircleFilledIcon, CheckCircleFilledIcon } from '@mezzanine-ui/icons';
|
|
2
2
|
|
|
3
3
|
const messagePrefix = 'mzn-message';
|
|
4
4
|
const messageIcons = {
|
package/modal/modal.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { InfoCircleFilledIcon, TimesCircleFilledIcon, ExclamationCircleFilledIcon, CheckCircleFilledIcon } from '@mezzanine-ui/icons';
|
|
2
2
|
|
|
3
3
|
const modalPrefix = 'mzn-modal';
|
|
4
4
|
const modalSeverityIcons = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { InfoCircleFilledIcon, TimesCircleFilledIcon, ExclamationCircleFilledIcon, CheckCircleFilledIcon } from '@mezzanine-ui/icons';
|
|
2
2
|
|
|
3
3
|
const notificationPrefix = 'mzn-notif';
|
|
4
4
|
const notificationRootPrefix = `${notificationPrefix}-root`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mezzanine-ui/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"description": "Core for mezzanine-ui",
|
|
5
5
|
"author": "Mezzanine",
|
|
6
6
|
"repository": {
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@mezzanine-ui/icons": "^0.
|
|
44
|
-
"@mezzanine-ui/system": "^0.
|
|
43
|
+
"@mezzanine-ui/icons": "^0.16.0",
|
|
44
|
+
"@mezzanine-ui/system": "^0.16.0",
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
|
-
"tslib": "^2.
|
|
46
|
+
"tslib": "^2.8.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@types/luxon": "^3.
|
|
49
|
+
"@types/luxon": "^3.6.2"
|
|
50
50
|
}
|
|
51
51
|
}
|