solid-ui 2.4.28-cdaefc01 → 2.4.28-e21f60c1

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
@@ -10393,6 +10393,7 @@ var style = {
10393
10393
  participantsBlock: 'height: 1.5em; width: 1.5em; margin: 0.3em; border 0.01em solid #888;',
10394
10394
  personTableTD: 'vertical-align: middle;',
10395
10395
  // tabs
10396
+ tabsDefaultBackgroundColor: '#ddddcc',
10396
10397
  tabsNavElement: 'margin: 0;',
10397
10398
  tabsRootElement: 'display: flex; height: 100%; width: 100%;',
10398
10399
  tabsMainElement: 'margin: 0; width:100%; height: 100%;',
@@ -12283,12 +12284,11 @@ var TabElement = /*#__PURE__*/function (_HTMLElement3) {
12283
12284
  *
12284
12285
  * @param options
12285
12286
  */
12286
- var tabsDefaultBackgroundColor = '#ddddcc';
12287
12287
  function tabWidget(options) {
12288
12288
  var subject = options.subject;
12289
12289
  var dom = options.dom || document;
12290
12290
  var orientation = parseInt(options.orientation || '0');
12291
- var backgroundColor = options.backgroundColor || tabsDefaultBackgroundColor;
12291
+ var backgroundColor = options.backgroundColor || style.tabsDefaultBackgroundColor;
12292
12292
  var flipped = orientation & 2;
12293
12293
  var vertical = orientation & 1;
12294
12294
  var onClose = options.onClose;
@@ -13685,8 +13685,8 @@ Object.defineProperty(exports, "__esModule", ({
13685
13685
  }));
13686
13686
  exports.versionInfo = void 0;
13687
13687
  var versionInfo = {
13688
- buildTime: '2023-07-01T18:17:29Z',
13689
- commit: 'cdaefc011d313e905fbee9c4d8f1c8cfea739122',
13688
+ buildTime: '2023-07-01T18:02:23Z',
13689
+ commit: 'e21f60c14dc28ede71cc357a9e23bf9fc3cbafd0',
13690
13690
  npmInfo: {
13691
13691
  'solid-ui': '2.4.28',
13692
13692
  npm: '8.19.4',