@micromag/screen-slideshow 0.4.88 → 0.4.90-alpha.1

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.
Files changed (2) hide show
  1. package/es/index.js +3 -2
  2. package/package.json +11 -11
package/es/index.js CHANGED
@@ -282,9 +282,10 @@ function SlideshowScreen(t0) {
282
282
  t27 = isPlaceholder ? /*#__PURE__*/jsx(ScreenElement, {
283
283
  placeholder: "image",
284
284
  placeholderProps: {
285
- className: styles.placeholder,
286
- height: "100%"
285
+ width: "50%",
286
+ height: "50%"
287
287
  },
288
+ placeholderClassName: "position-absolute top-50 start-50 translate-middle w-100",
288
289
  emptyLabel: /*#__PURE__*/jsx(FormattedMessage, {
289
290
  id: "ebsPd4",
290
291
  defaultMessage: "Image"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-slideshow",
3
- "version": "0.4.88",
3
+ "version": "0.4.90-alpha.1",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -62,15 +62,15 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@babel/runtime": "^7.28.6",
65
- "@micromag/core": "^0.4.88",
66
- "@micromag/element-background": "^0.4.88",
67
- "@micromag/element-container": "^0.4.88",
68
- "@micromag/element-footer": "^0.4.88",
69
- "@micromag/element-header": "^0.4.88",
70
- "@micromag/element-layout": "^0.4.88",
71
- "@micromag/element-text": "^0.4.88",
72
- "@micromag/element-visual": "^0.4.88",
73
- "@micromag/transforms": "^0.4.88",
65
+ "@micromag/core": "^0.4.90-alpha.1",
66
+ "@micromag/element-background": "^0.4.90-alpha.1",
67
+ "@micromag/element-container": "^0.4.90-alpha.1",
68
+ "@micromag/element-footer": "^0.4.90-alpha.1",
69
+ "@micromag/element-header": "^0.4.90-alpha.1",
70
+ "@micromag/element-layout": "^0.4.90-alpha.1",
71
+ "@micromag/element-text": "^0.4.90-alpha.1",
72
+ "@micromag/element-visual": "^0.4.90-alpha.1",
73
+ "@micromag/transforms": "^0.4.90-alpha.1",
74
74
  "classnames": "^2.2.6",
75
75
  "lodash": "^4.17.23",
76
76
  "react-intl": "^8.1.3 || ^10.0.0",
@@ -80,6 +80,6 @@
80
80
  "access": "public",
81
81
  "registry": "https://registry.npmjs.org/"
82
82
  },
83
- "gitHead": "cf331286bb6037d61e664cd5c961955c136719c6",
83
+ "gitHead": "a13dd2242ee733dc3b3663354783f0b4395f9926",
84
84
  "types": "es/index.d.ts"
85
85
  }