@micromag/media-gallery 0.4.4 → 0.4.6
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/assets/css/styles.css +1 -1
- package/es/index.js +1 -1
- package/es/styles.css +1 -1
- package/package.json +15 -15
package/assets/css/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.container .browser{--bs-input-color:hsla(0,0%,100%,.07)!important}
|
|
1
|
+
.micromag-media-gallery-new-media-gallery-container .micromag-media-gallery-new-media-gallery-browser{--bs-input-color:hsla(0,0%,100%,.07)!important}
|
package/es/index.js
CHANGED
|
@@ -445,7 +445,7 @@ function filters() {
|
|
|
445
445
|
}];
|
|
446
446
|
}
|
|
447
447
|
|
|
448
|
-
var styles = {"container":"container","browser":"browser"};
|
|
448
|
+
var styles = {"container":"micromag-media-gallery-new-media-gallery-container","browser":"micromag-media-gallery-new-media-gallery-browser"};
|
|
449
449
|
|
|
450
450
|
function MediaGallery(_ref) {
|
|
451
451
|
var _ref$value = _ref.value,
|
package/es/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.container .browser{--bs-input-color:hsla(0,0%,100%,.07)!important}
|
|
1
|
+
.micromag-media-gallery-new-media-gallery-container .micromag-media-gallery-new-media-gallery-browser{--bs-input-color:hsla(0,0%,100%,.07)!important}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/media-gallery",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"build": "../../scripts/prepare-package.sh --types"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@panneau/data": "^4.0.
|
|
55
|
-
"@panneau/displays": "^4.0.
|
|
56
|
-
"@panneau/fields": "^4.0.
|
|
57
|
-
"@panneau/filters": "^4.0.
|
|
58
|
-
"@panneau/uppy": "^4.0.
|
|
54
|
+
"@panneau/data": "^4.0.21",
|
|
55
|
+
"@panneau/displays": "^4.0.21",
|
|
56
|
+
"@panneau/fields": "^4.0.21",
|
|
57
|
+
"@panneau/filters": "^4.0.21",
|
|
58
|
+
"@panneau/uppy": "^4.0.21",
|
|
59
59
|
"react": "^19.2.0",
|
|
60
60
|
"react-dom": "^18.3.0 || ^19.0.0"
|
|
61
61
|
},
|
|
@@ -64,15 +64,15 @@
|
|
|
64
64
|
"react-dom": "^18.3.0 || ^19.0.0"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@babel/runtime": "^7.
|
|
67
|
+
"@babel/runtime": "^7.28.6",
|
|
68
68
|
"@folklore/routes": "^0.2.36",
|
|
69
|
-
"@fortawesome/fontawesome-svg-core": "^
|
|
70
|
-
"@fortawesome/free-solid-svg-icons": "^
|
|
71
|
-
"@fortawesome/react-fontawesome": "^
|
|
72
|
-
"@micromag/core": "^0.4.
|
|
73
|
-
"@micromag/data": "^0.4.
|
|
74
|
-
"@panneau/medias": "^4.0.
|
|
75
|
-
"bootstrap": "^5.3.
|
|
69
|
+
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
70
|
+
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
71
|
+
"@fortawesome/react-fontawesome": "^3.2.0",
|
|
72
|
+
"@micromag/core": "^0.4.6",
|
|
73
|
+
"@micromag/data": "^0.4.6",
|
|
74
|
+
"@panneau/medias": "^4.0.21",
|
|
75
|
+
"bootstrap": "^5.3.8",
|
|
76
76
|
"classnames": "^2.2.6",
|
|
77
77
|
"lodash": "^4.17.23",
|
|
78
78
|
"pretty-bytes": "^6.1.1",
|
|
@@ -83,6 +83,6 @@
|
|
|
83
83
|
"access": "public",
|
|
84
84
|
"registry": "https://registry.npmjs.org/"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "cf8440c2851b864167a1f545aa56551d55473263",
|
|
87
87
|
"types": "es/index.d.ts"
|
|
88
88
|
}
|