@micromag/viewer 0.3.35 → 0.3.36

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
@@ -743,7 +743,7 @@ var defaultProps$5 = {
743
743
  onClickItem: null,
744
744
  onClose: null,
745
745
  onShare: null,
746
- thumbsPerLine: 4,
746
+ thumbsPerLine: 3,
747
747
  toggleFullscreen: null,
748
748
  fullscreenActive: false,
749
749
  fullscreenEnabled: false,
package/lib/index.js CHANGED
@@ -761,7 +761,7 @@ var defaultProps$5 = {
761
761
  onClickItem: null,
762
762
  onClose: null,
763
763
  onShare: null,
764
- thumbsPerLine: 4,
764
+ thumbsPerLine: 3,
765
765
  toggleFullscreen: null,
766
766
  fullscreenActive: false,
767
767
  fullscreenEnabled: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/viewer",
3
- "version": "0.3.35",
3
+ "version": "0.3.36",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -59,12 +59,12 @@
59
59
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
60
60
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
61
61
  "@fortawesome/react-fontawesome": "^0.1.13",
62
- "@micromag/core": "^0.3.35",
63
- "@micromag/element-scroll": "^0.3.35",
64
- "@micromag/elements": "^0.3.35",
65
- "@micromag/fields": "^0.3.35",
66
- "@micromag/intl": "^0.3.35",
67
- "@micromag/screens": "^0.3.35",
62
+ "@micromag/core": "^0.3.36",
63
+ "@micromag/element-scroll": "^0.3.36",
64
+ "@micromag/elements": "^0.3.36",
65
+ "@micromag/fields": "^0.3.36",
66
+ "@micromag/intl": "^0.3.36",
67
+ "@micromag/screens": "^0.3.36",
68
68
  "@react-spring/core": "^9.1.1",
69
69
  "@react-spring/web": "^9.1.1",
70
70
  "@use-gesture/react": "^10.2.4",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "4fd919d4dadf04fd8265b6bae91a9c5b77981db0"
84
+ "gitHead": "3a430d587a82acb0bf94fe7f842c7f96707a98f4"
85
85
  }