@micromag/screen-game-sort 0.4.18 → 0.4.19
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 +2 -2
- package/package.json +13 -13
package/es/index.js
CHANGED
|
@@ -471,7 +471,7 @@ function GameSort(_ref) {
|
|
|
471
471
|
}))), resultsVisible && results !== null ? /*#__PURE__*/React.createElement("div", {
|
|
472
472
|
className: styles.results,
|
|
473
473
|
style: _objectSpread({}, getStyleFromBox(resultsBoxStyle))
|
|
474
|
-
}, /*#__PURE__*/React.createElement(Text, results)) : /*#__PURE__*/React.createElement(Button, {
|
|
474
|
+
}, /*#__PURE__*/React.createElement(Text, results)) : !isPlaceholder ? /*#__PURE__*/React.createElement(Button, {
|
|
475
475
|
className: styles.submitButton,
|
|
476
476
|
disabled: validated !== null,
|
|
477
477
|
type: "button",
|
|
@@ -483,7 +483,7 @@ function GameSort(_ref) {
|
|
|
483
483
|
"type": 0,
|
|
484
484
|
"value": "Submit"
|
|
485
485
|
}]
|
|
486
|
-
})), !isPlaceholder && hasFooter ? /*#__PURE__*/React.createElement("div", {
|
|
486
|
+
})) : null, !isPlaceholder && hasFooter ? /*#__PURE__*/React.createElement("div", {
|
|
487
487
|
className: styles.footer,
|
|
488
488
|
ref: footerRef,
|
|
489
489
|
style: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-game-sort",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.19",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -65,17 +65,17 @@
|
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@babel/runtime": "^7.28.6",
|
|
68
|
-
"@micromag/core": "^0.4.
|
|
69
|
-
"@micromag/element-background": "^0.4.
|
|
70
|
-
"@micromag/element-button": "^0.4.
|
|
71
|
-
"@micromag/element-container": "^0.4.
|
|
72
|
-
"@micromag/element-footer": "^0.4.
|
|
73
|
-
"@micromag/element-header": "^0.4.
|
|
74
|
-
"@micromag/element-heading": "^0.4.
|
|
75
|
-
"@micromag/element-layout": "^0.4.
|
|
76
|
-
"@micromag/element-text": "^0.4.
|
|
77
|
-
"@micromag/element-visual": "^0.4.
|
|
78
|
-
"@micromag/transforms": "^0.4.
|
|
68
|
+
"@micromag/core": "^0.4.19",
|
|
69
|
+
"@micromag/element-background": "^0.4.19",
|
|
70
|
+
"@micromag/element-button": "^0.4.19",
|
|
71
|
+
"@micromag/element-container": "^0.4.19",
|
|
72
|
+
"@micromag/element-footer": "^0.4.19",
|
|
73
|
+
"@micromag/element-header": "^0.4.19",
|
|
74
|
+
"@micromag/element-heading": "^0.4.19",
|
|
75
|
+
"@micromag/element-layout": "^0.4.19",
|
|
76
|
+
"@micromag/element-text": "^0.4.19",
|
|
77
|
+
"@micromag/element-visual": "^0.4.19",
|
|
78
|
+
"@micromag/transforms": "^0.4.19",
|
|
79
79
|
"@react-spring/web": "^10.0.3",
|
|
80
80
|
"@use-gesture/react": "^10.3.0",
|
|
81
81
|
"classnames": "^2.2.6",
|
|
@@ -87,6 +87,6 @@
|
|
|
87
87
|
"access": "public",
|
|
88
88
|
"registry": "https://registry.npmjs.org/"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "a63f6767ff494180f4ee718e47d274bfc8d82eb4",
|
|
91
91
|
"types": "es/index.d.ts"
|
|
92
92
|
}
|