@micromag/screen-game-sort 0.3.721 → 0.3.723
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 +4 -2
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -424,7 +424,9 @@ var ShareScreen = function ShareScreen(_ref) {
|
|
|
424
424
|
var isValid = validated !== null && validated[itemIndex];
|
|
425
425
|
return /*#__PURE__*/React.createElement(animated.div, Object.assign({
|
|
426
426
|
key: "button-".concat(itemIndex),
|
|
427
|
-
className: classNames([styles.item, _defineProperty(_defineProperty(_defineProperty({
|
|
427
|
+
className: classNames([styles.item, _defineProperty(_defineProperty(_defineProperty({
|
|
428
|
+
clickable: dragEnabled
|
|
429
|
+
}, styles.isEmpty, isEmpty), styles.valid, validated !== null && isValid), styles.invalid, validated !== null && !isValid)]),
|
|
428
430
|
ref: function ref(_ref1) {
|
|
429
431
|
elementsRef.current[itemIndex] = _ref1;
|
|
430
432
|
},
|
|
@@ -657,7 +659,7 @@ var definition = {
|
|
|
657
659
|
})
|
|
658
660
|
}, {
|
|
659
661
|
name: 'submitTextStyle',
|
|
660
|
-
type: '
|
|
662
|
+
type: 'text-style-form',
|
|
661
663
|
label: defineMessage({
|
|
662
664
|
id: "OEckOD",
|
|
663
665
|
defaultMessage: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-game-sort",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.723",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"access": "public",
|
|
88
88
|
"registry": "https://registry.npmjs.org/"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "a6de0b4e65207c3729d6cae73e786bf3f664e2c7"
|
|
91
91
|
}
|