@idds/js 1.0.86 → 1.0.87

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.
@@ -20,6 +20,7 @@ var InaUI = (() => {
20
20
  // src/js/bundle.js
21
21
  var bundle_exports = {};
22
22
  __export(bundle_exports, {
23
+ Table: () => Table,
23
24
  initAccordion: () => initAccordion,
24
25
  initButtonGroup: () => initButtonGroup,
25
26
  initCheckbox: () => initCheckbox,
package/dist/index.js CHANGED
@@ -3702,6 +3702,7 @@ function initAll() {
3702
3702
  }
3703
3703
  export {
3704
3704
  PREFIX,
3705
+ Table,
3705
3706
  initAll,
3706
3707
  setBrandTheme,
3707
3708
  showToast
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idds/js",
3
- "version": "1.0.86",
3
+ "version": "1.0.87",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },