ninegrid2 6.1306.0 → 6.1307.0

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/dist/index.js CHANGED
@@ -113,7 +113,7 @@ import "./nx/nxPanel.js";
113
113
  //import "./nx/nxPanel2.js";
114
114
  import "./nx/nxButtons.js";
115
115
  import "./nx/nxModal.js";
116
- import "./nx/nxEditor.js";
116
+ //import "./nx/nxEditor.js";
117
117
 
118
118
  import "./ai/aiSettings.js";
119
119
  import "./ai/aiMessage.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1306.0",
4
+ "version": "6.1307.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/rollup.config.js CHANGED
@@ -3,7 +3,7 @@ import commonjs from "@rollup/plugin-commonjs";
3
3
  import postcss from 'rollup-plugin-postcss';
4
4
  import json from '@rollup/plugin-json';
5
5
  import url from '@rollup/plugin-url';
6
- import { string } from 'rollup-plugin-string';
6
+ //import { string } from 'rollup-plugin-string';
7
7
 
8
8
  export default {
9
9
  input: "src/index.js",
@@ -24,7 +24,7 @@ export default {
24
24
  external: [],
25
25
  plugins: [
26
26
  json(),
27
- string({ include: '**/*.svg' }),
27
+ //string({ include: '**/*.svg' }),
28
28
  url({
29
29
  exclude: [/\.svg$/],
30
30
  include: ['**/*.png', '**/*.jpg', '**/*.gif'],
package/src/index.js CHANGED
@@ -113,7 +113,7 @@ import "./nx/nxPanel.js";
113
113
  //import "./nx/nxPanel2.js";
114
114
  import "./nx/nxButtons.js";
115
115
  import "./nx/nxModal.js";
116
- import "./nx/nxEditor.js";
116
+ //import "./nx/nxEditor.js";
117
117
 
118
118
  import "./ai/aiSettings.js";
119
119
  import "./ai/aiMessage.js";