@gpichot/spectacle-deck 1.2.7 → 1.2.8

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 (3) hide show
  1. package/index.cjs +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -1221,7 +1221,7 @@ var componentsMap = {
1221
1221
  fontWeight: 500,
1222
1222
  fontFamily: 'Bitter,"Helvetica Neue",Helvetica,Arial,sans-serif',
1223
1223
  fontSize: 67,
1224
- flex: "0 1 100%",
1224
+ flex: "0 1 auto",
1225
1225
  maxWidth: "65%",
1226
1226
  textAlign: "left"
1227
1227
  }
package/index.mjs CHANGED
@@ -1174,7 +1174,7 @@ var componentsMap = {
1174
1174
  fontWeight: 500,
1175
1175
  fontFamily: 'Bitter,"Helvetica Neue",Helvetica,Arial,sans-serif',
1176
1176
  fontSize: 67,
1177
- flex: "0 1 100%",
1177
+ flex: "0 1 auto",
1178
1178
  maxWidth: "65%",
1179
1179
  textAlign: "left"
1180
1180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpichot/spectacle-deck",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.cjs",