alit-layout 1.0.39 → 1.0.40

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/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -1272,7 +1272,7 @@ const ut = {
1272
1272
  {
1273
1273
  type: "slider",
1274
1274
  label: "列数",
1275
- target: [W.headline],
1275
+ target: [W.page, W.headline],
1276
1276
  key: p.sheetCard.choice_d,
1277
1277
  show: (e) => Object.values(ut).includes(e.problemType) && e.style[p.sheetCard.choice_a] !== I.choice_2,
1278
1278
  min: () => 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alit-layout",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "main": "dist/index.es.js",
5
5
  "module": "dist/index.es.js",
6
6
  "devDependencies": {