@micromag/element-keypad 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.
@@ -1 +1 @@
1
- .inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.slot{position:relative}
1
+ .micromag-element-keypad-inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.micromag-element-keypad-slot{position:relative}
package/es/index.js CHANGED
@@ -4,7 +4,7 @@ import classNames from 'classnames';
4
4
  import React from 'react';
5
5
  import { getStyleFromAlignment } from '@micromag/core/utils';
6
6
 
7
- var styles = {"inner":"inner"};
7
+ var styles = {"inner":"micromag-element-keypad-inner"};
8
8
 
9
9
  function Keypad(_ref) {
10
10
  var _ref$items = _ref.items,
package/es/styles.css CHANGED
@@ -1 +1 @@
1
- .inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.slot{position:relative}
1
+ .micromag-element-keypad-inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.micromag-element-keypad-slot{position:relative}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-keypad",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -59,8 +59,8 @@
59
59
  "react-dom": "^18.3.0 || ^19.0.0"
60
60
  },
61
61
  "dependencies": {
62
- "@babel/runtime": "^7.13.10",
63
- "@micromag/core": "^0.4.4",
62
+ "@babel/runtime": "^7.28.6",
63
+ "@micromag/core": "^0.4.6",
64
64
  "classnames": "^2.2.6",
65
65
  "lodash": "^4.17.23",
66
66
  "react-intl": "^8.1.3",
@@ -70,6 +70,6 @@
70
70
  "access": "public",
71
71
  "registry": "https://registry.npmjs.org/"
72
72
  },
73
- "gitHead": "04b8519c3a3ddace5a21497e22faa11865d57f6d",
73
+ "gitHead": "cf8440c2851b864167a1f545aa56551d55473263",
74
74
  "types": "es/index.d.ts"
75
75
  }