jplan-pack 0.3.71 → 0.3.81

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.
@@ -5,8 +5,8 @@ import { default as DotsMenu } from './DotsMenu';
5
5
  import { default as IconSet } from './icon/IconSet';
6
6
  import { default as UiTable } from './table/UiTable';
7
7
  import { default as ParentCard } from './ParentCard';
8
- import { default as GlobalDialog } from './GlobalDialog';
8
+ import { default as JDialog } from './JDialog';
9
9
  import { default as ConfirmDialog } from './ConfirmDialog';
10
10
  import { default as JTextField } from './JTextField';
11
11
  import { TablerIcons } from './icon/tabler';
12
- export { CopyButton, JIconBtn, JBtn, JTextField, DotsMenu, ConfirmDialog, GlobalDialog, IconSet, TablerIcons, ParentCard, UiTable, };
12
+ export { CopyButton, JIconBtn, JBtn, JTextField, DotsMenu, ConfirmDialog, JDialog, IconSet, TablerIcons, ParentCard, UiTable, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jplan-pack",
3
- "version": "0.3.71",
3
+ "version": "0.3.81",
4
4
  "main": "./dist/jplan-pack.cjs.js",
5
5
  "module": "./dist/jplan-pack.es.js",
6
6
  "types": "dist/types/index.d.ts",