@micromag/editor 0.3.486 → 0.3.488

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 CHANGED
@@ -1408,7 +1408,7 @@ function ScreenStates(_ref) {
1408
1408
  return /*#__PURE__*/React.createElement("div", {
1409
1409
  className: "p-1 align-self-stretch d-flex flex-column"
1410
1410
  }, /*#__PURE__*/React.createElement("h6", {
1411
- className: classNames(['fw-normal', 'text-muted', styles$a.title])
1411
+ className: classNames(['fw-normal', 'text-body-secondary', styles$a.title])
1412
1412
  }, /*#__PURE__*/React.createElement(FormattedMessage, label)), repeatable ? /*#__PURE__*/React.createElement("ul", {
1413
1413
  className: "d-flex list-unstyled m-n1 flex-grow-1"
1414
1414
  }, repeatableItems.map(function (item, index) {
package/lib/index.js CHANGED
@@ -1936,7 +1936,7 @@ function ScreenStates(_ref) {
1936
1936
  return /*#__PURE__*/React.createElement("div", {
1937
1937
  className: "p-1 align-self-stretch d-flex flex-column"
1938
1938
  }, /*#__PURE__*/React.createElement("h6", {
1939
- className: classNames(['fw-normal', 'text-muted', styles$a.title])
1939
+ className: classNames(['fw-normal', 'text-body-secondary', styles$a.title])
1940
1940
  }, /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, label)), repeatable ? /*#__PURE__*/React.createElement("ul", {
1941
1941
  className: "d-flex list-unstyled m-n1 flex-grow-1"
1942
1942
  }, repeatableItems.map(function (item, index) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/editor",
3
- "version": "0.3.486",
3
+ "version": "0.3.488",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -72,11 +72,11 @@
72
72
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
73
73
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
74
74
  "@fortawesome/react-fontawesome": "^0.1.13",
75
- "@micromag/core": "^0.3.486",
76
- "@micromag/elements": "^0.3.486",
77
- "@micromag/fields": "^0.3.486",
78
- "@micromag/screens": "^0.3.486",
79
- "@micromag/viewer": "^0.3.486",
75
+ "@micromag/core": "^0.3.488",
76
+ "@micromag/elements": "^0.3.488",
77
+ "@micromag/fields": "^0.3.488",
78
+ "@micromag/screens": "^0.3.488",
79
+ "@micromag/viewer": "^0.3.488",
80
80
  "classnames": "^2.2.6",
81
81
  "lodash": "^4.17.21",
82
82
  "prop-types": "^15.7.2",
@@ -91,5 +91,5 @@
91
91
  "access": "public",
92
92
  "registry": "https://registry.npmjs.org/"
93
93
  },
94
- "gitHead": "dc11ac41ea80f5d5c5d7c247bfa146fda3cc9905"
94
+ "gitHead": "36ecbf590ebb8eabac17e47fc48ffb8bf8c8178c"
95
95
  }