memorial-ui-component-library 1.0.6-dev.2403 → 1.0.7-dev.2406

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.
@@ -10536,7 +10536,7 @@ __webpack_require__.d(__webpack_exports__, {
10536
10536
  SdRater: function() { return /* reexport */ rater; },
10537
10537
  SdSelect: function() { return /* reexport */ select_select; },
10538
10538
  SdSelectOption: function() { return /* reexport */ select_option; },
10539
- SdTabs: function() { return /* reexport */ lib_tabs; },
10539
+ SdTabs: function() { return /* reexport */ tabs; },
10540
10540
  "default": function() { return /* binding */ entry_lib; },
10541
10541
  install: function() { return /* reexport */ src_install; }
10542
10542
  });
@@ -22792,7 +22792,7 @@ var loader_component = normalizeComponent(
22792
22792
 
22793
22793
  /* harmony default export */ var loader = (loader_component.exports);
22794
22794
  ;// ./package.json
22795
- var package_namespaceObject = {"rE":"1.0.6"};
22795
+ var package_namespaceObject = {"rE":"1.0.7"};
22796
22796
  ;// ./global-options.ts
22797
22797
 
22798
22798
  var $memorial = {
@@ -29171,6 +29171,7 @@ function src_install(V, options) {
29171
29171
  V.use(lib_radio);
29172
29172
  V.use(lib_rater);
29173
29173
  V.use(lib_select);
29174
+ V.use(lib_tabs);
29174
29175
  }
29175
29176
  // Pre-install library in browser environments
29176
29177
  if (typeof window !== 'undefined' && window.Vue) {
@@ -29206,7 +29207,7 @@ var Directives = {
29206
29207
  SdRater: rater,
29207
29208
  SdSelect: select_select,
29208
29209
  SdSelectOption: select_option,
29209
- SdTabs: lib_tabs
29210
+ SdTabs: tabs
29210
29211
  });
29211
29212
  ;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
29212
29213