solid-ui 2.4.30-8f949f2f → 2.4.30-9860a9c0

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/solid-ui.js CHANGED
@@ -12321,7 +12321,7 @@ function tabWidget(options) {
12321
12321
  var rootElement = dom.createElement('div'); // 20200117a
12322
12322
 
12323
12323
  rootElement.setAttribute('style', style.tabsRootElement);
12324
- rootElement.style.flexDirection = (vertical ? 'row' : 'column') + (flipped ? '-reverse;' : ';');
12324
+ rootElement.style.flexDirection = (vertical ? 'row' : 'column') + (flipped ? '-reverse' : '');
12325
12325
  var navElement = rootElement.appendChild(dom.createElement('nav'));
12326
12326
  navElement.setAttribute('style', style.tabsNavElement);
12327
12327
  var mainElement = rootElement.appendChild(dom.createElement('main'));
@@ -13695,8 +13695,8 @@ Object.defineProperty(exports, "__esModule", ({
13695
13695
  }));
13696
13696
  exports.versionInfo = void 0;
13697
13697
  var versionInfo = exports.versionInfo = {
13698
- buildTime: '2023-12-01T18:53:44Z',
13699
- commit: '8f949f2f2819d5572bf40923421a6f042ca14b48',
13698
+ buildTime: '2023-12-04T09:55:48Z',
13699
+ commit: '9860a9c06ad29c66d8081aa156be4d45f8607983',
13700
13700
  npmInfo: {
13701
13701
  'solid-ui': '2.4.30',
13702
13702
  npm: '8.19.4',