@micromag/media-gallery 0.3.486 → 0.3.487
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/es/index.js +8 -8
- package/lib/index.js +8 -8
- package/package.json +5 -5
package/es/index.js
CHANGED
|
@@ -116,7 +116,7 @@ var GalleryItem = function GalleryItem(_ref) {
|
|
|
116
116
|
}) : null, /*#__PURE__*/React.createElement("div", {
|
|
117
117
|
className: classNames(['text-truncate', styles$b.label])
|
|
118
118
|
}, /*#__PURE__*/React.createElement("small", null, title), size !== null ? /*#__PURE__*/React.createElement("small", {
|
|
119
|
-
className: "text-
|
|
119
|
+
className: "text-body-secondary ms-1"
|
|
120
120
|
}, size) : null)),
|
|
121
121
|
theme: selected ? null : null,
|
|
122
122
|
className: classNames([styles$b.container, _defineProperty(_defineProperty({}, styles$b.selected, selected), className, className !== null)]),
|
|
@@ -500,7 +500,7 @@ function MediaMetadata(_ref) {
|
|
|
500
500
|
}, /*#__PURE__*/React.createElement("div", {
|
|
501
501
|
className: "row"
|
|
502
502
|
}, /*#__PURE__*/React.createElement("div", {
|
|
503
|
-
className: "col-4 text-
|
|
503
|
+
className: "col-4 text-body-secondary"
|
|
504
504
|
}, /*#__PURE__*/React.createElement(FormattedMessage, {
|
|
505
505
|
id: "OkNUmk",
|
|
506
506
|
defaultMessage: [{
|
|
@@ -514,7 +514,7 @@ function MediaMetadata(_ref) {
|
|
|
514
514
|
}, /*#__PURE__*/React.createElement("div", {
|
|
515
515
|
className: "row"
|
|
516
516
|
}, /*#__PURE__*/React.createElement("div", {
|
|
517
|
-
className: "col-4 text-
|
|
517
|
+
className: "col-4 text-body-secondary"
|
|
518
518
|
}, /*#__PURE__*/React.createElement(FormattedMessage, {
|
|
519
519
|
id: "aovRFH",
|
|
520
520
|
defaultMessage: [{
|
|
@@ -528,7 +528,7 @@ function MediaMetadata(_ref) {
|
|
|
528
528
|
}, /*#__PURE__*/React.createElement("div", {
|
|
529
529
|
className: "row"
|
|
530
530
|
}, /*#__PURE__*/React.createElement("div", {
|
|
531
|
-
className: "col-4 text-
|
|
531
|
+
className: "col-4 text-body-secondary"
|
|
532
532
|
}, /*#__PURE__*/React.createElement(FormattedMessage, {
|
|
533
533
|
id: "eoW0tZ",
|
|
534
534
|
defaultMessage: [{
|
|
@@ -542,7 +542,7 @@ function MediaMetadata(_ref) {
|
|
|
542
542
|
}, /*#__PURE__*/React.createElement("div", {
|
|
543
543
|
className: "row"
|
|
544
544
|
}, /*#__PURE__*/React.createElement("div", {
|
|
545
|
-
className: "col-4 text-
|
|
545
|
+
className: "col-4 text-body-secondary"
|
|
546
546
|
}, /*#__PURE__*/React.createElement(FormattedMessage, {
|
|
547
547
|
id: "mv37oK",
|
|
548
548
|
defaultMessage: [{
|
|
@@ -556,7 +556,7 @@ function MediaMetadata(_ref) {
|
|
|
556
556
|
}, /*#__PURE__*/React.createElement("div", {
|
|
557
557
|
className: "row"
|
|
558
558
|
}, /*#__PURE__*/React.createElement("div", {
|
|
559
|
-
className: "col-4 text-
|
|
559
|
+
className: "col-4 text-body-secondary"
|
|
560
560
|
}, /*#__PURE__*/React.createElement(FormattedMessage, {
|
|
561
561
|
id: "liyV7Y",
|
|
562
562
|
defaultMessage: [{
|
|
@@ -570,7 +570,7 @@ function MediaMetadata(_ref) {
|
|
|
570
570
|
}, /*#__PURE__*/React.createElement("div", {
|
|
571
571
|
className: "row"
|
|
572
572
|
}, /*#__PURE__*/React.createElement("div", {
|
|
573
|
-
className: "col-4 text-
|
|
573
|
+
className: "col-4 text-body-secondary"
|
|
574
574
|
}, /*#__PURE__*/React.createElement(FormattedMessage, {
|
|
575
575
|
id: "7uyslu",
|
|
576
576
|
defaultMessage: [{
|
|
@@ -584,7 +584,7 @@ function MediaMetadata(_ref) {
|
|
|
584
584
|
}, /*#__PURE__*/React.createElement("div", {
|
|
585
585
|
className: "row"
|
|
586
586
|
}, /*#__PURE__*/React.createElement("div", {
|
|
587
|
-
className: "col-4 text-
|
|
587
|
+
className: "col-4 text-body-secondary"
|
|
588
588
|
}, /*#__PURE__*/React.createElement(FormattedMessage, {
|
|
589
589
|
id: "sUR1xV",
|
|
590
590
|
defaultMessage: [{
|
package/lib/index.js
CHANGED
|
@@ -118,7 +118,7 @@ var GalleryItem = function GalleryItem(_ref) {
|
|
|
118
118
|
}) : null, /*#__PURE__*/React.createElement("div", {
|
|
119
119
|
className: classNames(['text-truncate', styles$b.label])
|
|
120
120
|
}, /*#__PURE__*/React.createElement("small", null, title), size !== null ? /*#__PURE__*/React.createElement("small", {
|
|
121
|
-
className: "text-
|
|
121
|
+
className: "text-body-secondary ms-1"
|
|
122
122
|
}, size) : null)),
|
|
123
123
|
theme: selected ? null : null,
|
|
124
124
|
className: classNames([styles$b.container, _defineProperty(_defineProperty({}, styles$b.selected, selected), className, className !== null)]),
|
|
@@ -502,7 +502,7 @@ function MediaMetadata(_ref) {
|
|
|
502
502
|
}, /*#__PURE__*/React.createElement("div", {
|
|
503
503
|
className: "row"
|
|
504
504
|
}, /*#__PURE__*/React.createElement("div", {
|
|
505
|
-
className: "col-4 text-
|
|
505
|
+
className: "col-4 text-body-secondary"
|
|
506
506
|
}, /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
|
|
507
507
|
id: "OkNUmk",
|
|
508
508
|
defaultMessage: [{
|
|
@@ -516,7 +516,7 @@ function MediaMetadata(_ref) {
|
|
|
516
516
|
}, /*#__PURE__*/React.createElement("div", {
|
|
517
517
|
className: "row"
|
|
518
518
|
}, /*#__PURE__*/React.createElement("div", {
|
|
519
|
-
className: "col-4 text-
|
|
519
|
+
className: "col-4 text-body-secondary"
|
|
520
520
|
}, /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
|
|
521
521
|
id: "aovRFH",
|
|
522
522
|
defaultMessage: [{
|
|
@@ -530,7 +530,7 @@ function MediaMetadata(_ref) {
|
|
|
530
530
|
}, /*#__PURE__*/React.createElement("div", {
|
|
531
531
|
className: "row"
|
|
532
532
|
}, /*#__PURE__*/React.createElement("div", {
|
|
533
|
-
className: "col-4 text-
|
|
533
|
+
className: "col-4 text-body-secondary"
|
|
534
534
|
}, /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
|
|
535
535
|
id: "eoW0tZ",
|
|
536
536
|
defaultMessage: [{
|
|
@@ -544,7 +544,7 @@ function MediaMetadata(_ref) {
|
|
|
544
544
|
}, /*#__PURE__*/React.createElement("div", {
|
|
545
545
|
className: "row"
|
|
546
546
|
}, /*#__PURE__*/React.createElement("div", {
|
|
547
|
-
className: "col-4 text-
|
|
547
|
+
className: "col-4 text-body-secondary"
|
|
548
548
|
}, /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
|
|
549
549
|
id: "mv37oK",
|
|
550
550
|
defaultMessage: [{
|
|
@@ -558,7 +558,7 @@ function MediaMetadata(_ref) {
|
|
|
558
558
|
}, /*#__PURE__*/React.createElement("div", {
|
|
559
559
|
className: "row"
|
|
560
560
|
}, /*#__PURE__*/React.createElement("div", {
|
|
561
|
-
className: "col-4 text-
|
|
561
|
+
className: "col-4 text-body-secondary"
|
|
562
562
|
}, /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
|
|
563
563
|
id: "liyV7Y",
|
|
564
564
|
defaultMessage: [{
|
|
@@ -572,7 +572,7 @@ function MediaMetadata(_ref) {
|
|
|
572
572
|
}, /*#__PURE__*/React.createElement("div", {
|
|
573
573
|
className: "row"
|
|
574
574
|
}, /*#__PURE__*/React.createElement("div", {
|
|
575
|
-
className: "col-4 text-
|
|
575
|
+
className: "col-4 text-body-secondary"
|
|
576
576
|
}, /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
|
|
577
577
|
id: "7uyslu",
|
|
578
578
|
defaultMessage: [{
|
|
@@ -586,7 +586,7 @@ function MediaMetadata(_ref) {
|
|
|
586
586
|
}, /*#__PURE__*/React.createElement("div", {
|
|
587
587
|
className: "row"
|
|
588
588
|
}, /*#__PURE__*/React.createElement("div", {
|
|
589
|
-
className: "col-4 text-
|
|
589
|
+
className: "col-4 text-body-secondary"
|
|
590
590
|
}, /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
|
|
591
591
|
id: "sUR1xV",
|
|
592
592
|
defaultMessage: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/media-gallery",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.487",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
67
67
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
68
68
|
"@fortawesome/react-fontawesome": "^0.1.13",
|
|
69
|
-
"@micromag/core": "^0.3.
|
|
70
|
-
"@micromag/data": "^0.3.
|
|
71
|
-
"bootstrap": "5.
|
|
69
|
+
"@micromag/core": "^0.3.487",
|
|
70
|
+
"@micromag/data": "^0.3.487",
|
|
71
|
+
"bootstrap": "^5.3.0",
|
|
72
72
|
"classnames": "^2.2.6",
|
|
73
73
|
"lodash": "^4.17.21",
|
|
74
74
|
"pretty-bytes": "^5.3.0",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"access": "public",
|
|
81
81
|
"registry": "https://registry.npmjs.org/"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "aaa0df7566c8291eca5aab8ab6c8b103152c110c"
|
|
84
84
|
}
|