@pisell/materials 1.0.107 → 1.0.108

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.
@@ -247,7 +247,7 @@ export default {
247
247
  component: {
248
248
  isContainer: true,
249
249
  isModal: true,
250
- // rootSelector: ".ant-modal-content",
250
+ rootSelector: ".pisell-lowcode-modal-content",
251
251
  nestingRule: {
252
252
  parentWhitelist: ["Page", "Component"],
253
253
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.107",
3
+ "version": "1.0.108",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",