@design.estate/dees-catalog 3.55.0 → 3.55.1
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_bundle/bundle.js +100 -105
- package/dist_ts_web/00_commitinfo_data.js +1 -1
- package/dist_ts_web/elements/00group-appui/dees-appui/dees-appui.js +2 -3
- package/dist_ts_web/elements/00group-appui/dees-appui-appbar/styles.js +7 -7
- package/dist_ts_web/elements/00group-appui/dees-appui-bottombar/dees-appui-bottombar.js +11 -11
- package/dist_ts_web/elements/00group-appui/dees-appui-maincontent/dees-appui-maincontent.js +3 -4
- package/dist_ts_web/elements/00group-appui/dees-appui-mainmenu/dees-appui-mainmenu.js +32 -33
- package/dist_ts_web/elements/00group-appui/dees-appui-secondarymenu/dees-appui-secondarymenu.js +29 -30
- package/dist_ts_web/elements/00group-appui/dees-appui-tabs/dees-appui-tabs.js +21 -22
- package/dist_watch/bundle.js +98 -103
- package/dist_watch/bundle.js.map +2 -2
- package/package.json +1 -1
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/elements/00group-appui/dees-appui/dees-appui.ts +1 -2
- package/ts_web/elements/00group-appui/dees-appui-appbar/styles.ts +6 -6
- package/ts_web/elements/00group-appui/dees-appui-bottombar/dees-appui-bottombar.ts +10 -10
- package/ts_web/elements/00group-appui/dees-appui-maincontent/dees-appui-maincontent.ts +2 -3
- package/ts_web/elements/00group-appui/dees-appui-mainmenu/dees-appui-mainmenu.ts +31 -32
- package/ts_web/elements/00group-appui/dees-appui-secondarymenu/dees-appui-secondarymenu.ts +28 -29
- package/ts_web/elements/00group-appui/dees-appui-tabs/dees-appui-tabs.ts +20 -21
package/dist_bundle/bundle.js
CHANGED
|
@@ -135831,8 +135831,8 @@ var appuiAppbarStyles = [
|
|
|
135831
135831
|
position: relative;
|
|
135832
135832
|
width: 100%;
|
|
135833
135833
|
height: var(--appbar-height);
|
|
135834
|
-
border-bottom: 1px solid
|
|
135835
|
-
background:
|
|
135834
|
+
border-bottom: 1px solid var(--dees-color-border-default);
|
|
135835
|
+
background: var(--dees-color-bg-primary);
|
|
135836
135836
|
color: ${cssManager.bdTheme("#00000080", "#ffffff80")};
|
|
135837
135837
|
font-size: var(--appbar-font-size);
|
|
135838
135838
|
display: grid;
|
|
@@ -135897,8 +135897,8 @@ var appuiAppbarStyles = [
|
|
|
135897
135897
|
top: 100%;
|
|
135898
135898
|
left: 0;
|
|
135899
135899
|
min-width: 200px;
|
|
135900
|
-
background:
|
|
135901
|
-
border: 1px solid
|
|
135900
|
+
background: var(--dees-color-bg-primary);
|
|
135901
|
+
border: 1px solid var(--dees-color-border-default);
|
|
135902
135902
|
border-radius: 4px;
|
|
135903
135903
|
box-shadow: ${cssManager.bdTheme("0 4px 12px rgba(0, 0, 0, 0.15)", "0 4px 12px rgba(0, 0, 0, 0.3)")};
|
|
135904
135904
|
margin-top: 4px;
|
|
@@ -135931,7 +135931,7 @@ var appuiAppbarStyles = [
|
|
|
135931
135931
|
|
|
135932
135932
|
.dropdown-divider {
|
|
135933
135933
|
height: 1px;
|
|
135934
|
-
background:
|
|
135934
|
+
background: var(--dees-color-border-default);
|
|
135935
135935
|
margin: 4px 0;
|
|
135936
135936
|
}
|
|
135937
135937
|
|
|
@@ -136034,7 +136034,7 @@ var appuiAppbarStyles = [
|
|
|
136034
136034
|
width: 8px;
|
|
136035
136035
|
height: 8px;
|
|
136036
136036
|
border-radius: 50%;
|
|
136037
|
-
border: 2px solid
|
|
136037
|
+
border: 2px solid var(--dees-color-bg-primary);
|
|
136038
136038
|
}
|
|
136039
136039
|
|
|
136040
136040
|
.user-status.online {
|
|
@@ -137383,10 +137383,10 @@ __publicField(_DeesAppuiBottombar, "styles", [
|
|
|
137383
137383
|
align-items: center;
|
|
137384
137384
|
padding: 0 8px;
|
|
137385
137385
|
gap: 4px;
|
|
137386
|
-
background:
|
|
137387
|
-
border-top: 1px solid
|
|
137386
|
+
background: var(--dees-color-bg-tertiary);
|
|
137387
|
+
border-top: 1px solid var(--dees-color-border-default);
|
|
137388
137388
|
font-size: 11px;
|
|
137389
|
-
color:
|
|
137389
|
+
color: var(--dees-color-text-muted);
|
|
137390
137390
|
}
|
|
137391
137391
|
|
|
137392
137392
|
.widget {
|
|
@@ -137401,8 +137401,8 @@ __publicField(_DeesAppuiBottombar, "styles", [
|
|
|
137401
137401
|
}
|
|
137402
137402
|
|
|
137403
137403
|
.widget:hover {
|
|
137404
|
-
background:
|
|
137405
|
-
color:
|
|
137404
|
+
background: var(--dees-color-hover);
|
|
137405
|
+
color: var(--dees-color-text-secondary);
|
|
137406
137406
|
}
|
|
137407
137407
|
|
|
137408
137408
|
.widget dees-icon {
|
|
@@ -137412,7 +137412,7 @@ __publicField(_DeesAppuiBottombar, "styles", [
|
|
|
137412
137412
|
.widget-separator {
|
|
137413
137413
|
width: 1px;
|
|
137414
137414
|
height: 14px;
|
|
137415
|
-
background:
|
|
137415
|
+
background: var(--dees-color-border-strong);
|
|
137416
137416
|
margin: 0 4px;
|
|
137417
137417
|
}
|
|
137418
137418
|
|
|
@@ -137455,12 +137455,12 @@ __publicField(_DeesAppuiBottombar, "styles", [
|
|
|
137455
137455
|
border-radius: 3px;
|
|
137456
137456
|
cursor: pointer;
|
|
137457
137457
|
transition: background 0.15s ease;
|
|
137458
|
-
color:
|
|
137458
|
+
color: var(--dees-color-text-muted);
|
|
137459
137459
|
}
|
|
137460
137460
|
|
|
137461
137461
|
.action-button:hover {
|
|
137462
|
-
background:
|
|
137463
|
-
color:
|
|
137462
|
+
background: var(--dees-color-hover);
|
|
137463
|
+
color: var(--dees-color-text-secondary);
|
|
137464
137464
|
}
|
|
137465
137465
|
|
|
137466
137466
|
.action-button.disabled {
|
|
@@ -137470,7 +137470,7 @@ __publicField(_DeesAppuiBottombar, "styles", [
|
|
|
137470
137470
|
|
|
137471
137471
|
.action-button.disabled:hover {
|
|
137472
137472
|
background: transparent;
|
|
137473
|
-
color:
|
|
137473
|
+
color: var(--dees-color-text-muted);
|
|
137474
137474
|
}
|
|
137475
137475
|
`
|
|
137476
137476
|
]);
|
|
@@ -168367,28 +168367,27 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
168367
168367
|
themeDefaultStyles,
|
|
168368
168368
|
cssManager.defaultStyles,
|
|
168369
168369
|
i`
|
|
168370
|
-
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
|
|
168371
168370
|
:host {
|
|
168372
168371
|
--menu-width-expanded: 200px;
|
|
168373
168372
|
--menu-width-collapsed: 56px;
|
|
168374
|
-
--tooltip-bg:
|
|
168375
|
-
--tooltip-fg:
|
|
168373
|
+
--tooltip-bg: var(--dees-color-tooltip-bg);
|
|
168374
|
+
--tooltip-fg: var(--dees-color-tooltip-fg);
|
|
168376
168375
|
position: relative;
|
|
168377
168376
|
display: block;
|
|
168378
168377
|
height: 100%;
|
|
168379
168378
|
}
|
|
168380
168379
|
|
|
168381
168380
|
.mainContainer {
|
|
168382
|
-
color:
|
|
168381
|
+
color: var(--dees-color-text-secondary);
|
|
168383
168382
|
z-index: ${zIndexLayers.fixed.appBar};
|
|
168384
168383
|
display: flex;
|
|
168385
168384
|
flex-direction: column;
|
|
168386
168385
|
position: relative;
|
|
168387
168386
|
width: var(--menu-width-expanded);
|
|
168388
168387
|
height: 100%;
|
|
168389
|
-
background:
|
|
168388
|
+
background: var(--dees-color-bg-secondary);
|
|
168390
168389
|
user-select: none;
|
|
168391
|
-
border-right: 1px solid
|
|
168390
|
+
border-right: 1px solid var(--dees-color-border-subtle);
|
|
168392
168391
|
font-family: 'Geist Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
|
168393
168392
|
transition: width 0.25s ease;
|
|
168394
168393
|
}
|
|
@@ -168406,23 +168405,23 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
168406
168405
|
width: 24px;
|
|
168407
168406
|
height: 24px;
|
|
168408
168407
|
border-radius: 50%;
|
|
168409
|
-
background:
|
|
168410
|
-
border: 1px solid
|
|
168408
|
+
background: var(--dees-color-bg-primary);
|
|
168409
|
+
border: 1px solid var(--dees-color-border-strong);
|
|
168411
168410
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
168412
168411
|
cursor: pointer;
|
|
168413
168412
|
z-index: 10;
|
|
168414
168413
|
display: flex;
|
|
168415
168414
|
align-items: center;
|
|
168416
168415
|
justify-content: center;
|
|
168417
|
-
color:
|
|
168416
|
+
color: var(--dees-color-text-muted);
|
|
168418
168417
|
opacity: 0;
|
|
168419
168418
|
transition: opacity 0.2s ease, background 0.15s ease;
|
|
168420
168419
|
padding: 0;
|
|
168421
168420
|
}
|
|
168422
168421
|
|
|
168423
168422
|
.collapse-toggle:hover {
|
|
168424
|
-
background:
|
|
168425
|
-
color:
|
|
168423
|
+
background: var(--dees-color-bg-tertiary);
|
|
168424
|
+
color: var(--dees-color-text-primary);
|
|
168426
168425
|
}
|
|
168427
168426
|
|
|
168428
168427
|
:host(:hover) .collapse-toggle {
|
|
@@ -168440,14 +168439,14 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
168440
168439
|
gap: 10px;
|
|
168441
168440
|
height: 48px;
|
|
168442
168441
|
padding: 0 14px;
|
|
168443
|
-
border-bottom: 1px solid
|
|
168442
|
+
border-bottom: 1px solid var(--dees-color-border-subtle);
|
|
168444
168443
|
flex-shrink: 0;
|
|
168445
168444
|
box-sizing: border-box;
|
|
168446
168445
|
}
|
|
168447
168446
|
|
|
168448
168447
|
.logoSection .logoIcon {
|
|
168449
168448
|
font-size: 22px;
|
|
168450
|
-
color:
|
|
168449
|
+
color: var(--dees-color-text-primary);
|
|
168451
168450
|
flex-shrink: 0;
|
|
168452
168451
|
}
|
|
168453
168452
|
|
|
@@ -168455,7 +168454,7 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
168455
168454
|
flex: 1;
|
|
168456
168455
|
font-size: 15px;
|
|
168457
168456
|
font-weight: 600;
|
|
168458
|
-
color:
|
|
168457
|
+
color: var(--dees-color-text-primary);
|
|
168459
168458
|
white-space: nowrap;
|
|
168460
168459
|
overflow: hidden;
|
|
168461
168460
|
text-overflow: ellipsis;
|
|
@@ -168490,12 +168489,12 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
168490
168489
|
}
|
|
168491
168490
|
|
|
168492
168491
|
.menuSection::-webkit-scrollbar-thumb {
|
|
168493
|
-
background:
|
|
168492
|
+
background: var(--dees-color-scrollbar-thumb);
|
|
168494
168493
|
border-radius: 3px;
|
|
168495
168494
|
}
|
|
168496
168495
|
|
|
168497
168496
|
.menuSection::-webkit-scrollbar-thumb:hover {
|
|
168498
|
-
background:
|
|
168497
|
+
background: var(--dees-color-scrollbar-thumb-hover);
|
|
168499
168498
|
}
|
|
168500
168499
|
|
|
168501
168500
|
/* Menu Group */
|
|
@@ -168512,7 +168511,7 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
168512
168511
|
padding: 8px 12px 6px;
|
|
168513
168512
|
font-size: 11px;
|
|
168514
168513
|
font-weight: 600;
|
|
168515
|
-
color:
|
|
168514
|
+
color: var(--dees-color-text-muted);
|
|
168516
168515
|
text-transform: uppercase;
|
|
168517
168516
|
letter-spacing: 0.5px;
|
|
168518
168517
|
white-space: nowrap;
|
|
@@ -168550,21 +168549,21 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
168550
168549
|
border-radius: 6px;
|
|
168551
168550
|
cursor: pointer;
|
|
168552
168551
|
transition: all 0.15s ease;
|
|
168553
|
-
color:
|
|
168552
|
+
color: var(--dees-color-text-secondary);
|
|
168554
168553
|
}
|
|
168555
168554
|
|
|
168556
168555
|
.tab:hover {
|
|
168557
|
-
background:
|
|
168556
|
+
background: var(--dees-color-hover);
|
|
168558
168557
|
color: ${cssManager.bdTheme("#262626", "#e5e5e5")};
|
|
168559
168558
|
}
|
|
168560
168559
|
|
|
168561
168560
|
.tab:active {
|
|
168562
|
-
background:
|
|
168561
|
+
background: var(--dees-color-active);
|
|
168563
168562
|
}
|
|
168564
168563
|
|
|
168565
168564
|
.tab.selectedTab {
|
|
168566
|
-
background:
|
|
168567
|
-
color:
|
|
168565
|
+
background: var(--dees-color-active);
|
|
168566
|
+
color: var(--dees-color-text-primary);
|
|
168568
168567
|
}
|
|
168569
168568
|
|
|
168570
168569
|
.tab.selectedTab::before {
|
|
@@ -168575,7 +168574,7 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
168575
168574
|
transform: translateY(-50%);
|
|
168576
168575
|
width: 3px;
|
|
168577
168576
|
height: 16px;
|
|
168578
|
-
background:
|
|
168577
|
+
background: var(--dees-color-text-primary);
|
|
168579
168578
|
border-radius: 0 2px 2px 0;
|
|
168580
168579
|
}
|
|
168581
168580
|
|
|
@@ -168665,23 +168664,23 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
168665
168664
|
}
|
|
168666
168665
|
|
|
168667
168666
|
.badge.default {
|
|
168668
|
-
background:
|
|
168669
|
-
color:
|
|
168667
|
+
background: var(--dees-color-badge-default-bg);
|
|
168668
|
+
color: var(--dees-color-badge-default-fg);
|
|
168670
168669
|
}
|
|
168671
168670
|
|
|
168672
168671
|
.badge.success {
|
|
168673
|
-
background:
|
|
168674
|
-
color:
|
|
168672
|
+
background: var(--dees-color-badge-success-bg);
|
|
168673
|
+
color: var(--dees-color-badge-success-fg);
|
|
168675
168674
|
}
|
|
168676
168675
|
|
|
168677
168676
|
.badge.warning {
|
|
168678
|
-
background:
|
|
168679
|
-
color:
|
|
168677
|
+
background: var(--dees-color-badge-warning-bg);
|
|
168678
|
+
color: var(--dees-color-badge-warning-fg);
|
|
168680
168679
|
}
|
|
168681
168680
|
|
|
168682
168681
|
.badge.error {
|
|
168683
|
-
background:
|
|
168684
|
-
color:
|
|
168682
|
+
background: var(--dees-color-badge-error-bg);
|
|
168683
|
+
color: var(--dees-color-badge-error-fg);
|
|
168685
168684
|
}
|
|
168686
168685
|
|
|
168687
168686
|
:host([collapsed]) .badge {
|
|
@@ -168692,7 +168691,7 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
168692
168691
|
.bottomSection {
|
|
168693
168692
|
flex-shrink: 0;
|
|
168694
168693
|
padding: 8px;
|
|
168695
|
-
border-top: 1px solid
|
|
168694
|
+
border-top: 1px solid var(--dees-color-border-subtle);
|
|
168696
168695
|
display: flex;
|
|
168697
168696
|
flex-direction: column;
|
|
168698
168697
|
gap: 2px;
|
|
@@ -169197,30 +169196,29 @@ __publicField(_DeesAppuiSecondarymenu, "styles", [
|
|
|
169197
169196
|
themeDefaultStyles,
|
|
169198
169197
|
cssManager.defaultStyles,
|
|
169199
169198
|
i`
|
|
169200
|
-
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
|
|
169201
169199
|
:host {
|
|
169202
169200
|
--sidebar-width-expanded: 240px;
|
|
169203
169201
|
--sidebar-width-collapsed: 56px;
|
|
169204
|
-
--sidebar-bg:
|
|
169205
|
-
--sidebar-fg:
|
|
169206
|
-
--sidebar-fg-muted:
|
|
169207
|
-
--sidebar-fg-active:
|
|
169208
|
-
--sidebar-border:
|
|
169209
|
-
--sidebar-hover:
|
|
169210
|
-
--sidebar-active:
|
|
169211
|
-
--sidebar-accent:
|
|
169212
|
-
--tooltip-bg:
|
|
169213
|
-
--tooltip-fg:
|
|
169202
|
+
--sidebar-bg: var(--dees-color-bg-secondary);
|
|
169203
|
+
--sidebar-fg: var(--dees-color-text-secondary);
|
|
169204
|
+
--sidebar-fg-muted: var(--dees-color-text-muted);
|
|
169205
|
+
--sidebar-fg-active: var(--dees-color-text-primary);
|
|
169206
|
+
--sidebar-border: var(--dees-color-border-subtle);
|
|
169207
|
+
--sidebar-hover: var(--dees-color-hover);
|
|
169208
|
+
--sidebar-active: var(--dees-color-active);
|
|
169209
|
+
--sidebar-accent: var(--dees-color-text-primary);
|
|
169210
|
+
--tooltip-bg: var(--dees-color-tooltip-bg);
|
|
169211
|
+
--tooltip-fg: var(--dees-color-tooltip-fg);
|
|
169214
169212
|
|
|
169215
169213
|
/* Badge colors */
|
|
169216
|
-
--badge-default-bg:
|
|
169217
|
-
--badge-default-fg:
|
|
169218
|
-
--badge-success-bg:
|
|
169219
|
-
--badge-success-fg:
|
|
169220
|
-
--badge-warning-bg:
|
|
169221
|
-
--badge-warning-fg:
|
|
169222
|
-
--badge-error-bg:
|
|
169223
|
-
--badge-error-fg:
|
|
169214
|
+
--badge-default-bg: var(--dees-color-badge-default-bg);
|
|
169215
|
+
--badge-default-fg: var(--dees-color-badge-default-fg);
|
|
169216
|
+
--badge-success-bg: var(--dees-color-badge-success-bg);
|
|
169217
|
+
--badge-success-fg: var(--dees-color-badge-success-fg);
|
|
169218
|
+
--badge-warning-bg: var(--dees-color-badge-warning-bg);
|
|
169219
|
+
--badge-warning-fg: var(--dees-color-badge-warning-fg);
|
|
169220
|
+
--badge-error-bg: var(--dees-color-badge-error-bg);
|
|
169221
|
+
--badge-error-fg: var(--dees-color-badge-error-fg);
|
|
169224
169222
|
|
|
169225
169223
|
/* Action colors */
|
|
169226
169224
|
--action-primary: ${cssManager.bdTheme("#2563eb", "#3b82f6")};
|
|
@@ -169260,23 +169258,23 @@ __publicField(_DeesAppuiSecondarymenu, "styles", [
|
|
|
169260
169258
|
width: 24px;
|
|
169261
169259
|
height: 24px;
|
|
169262
169260
|
border-radius: 50%;
|
|
169263
|
-
background:
|
|
169264
|
-
border: 1px solid
|
|
169261
|
+
background: var(--dees-color-bg-primary);
|
|
169262
|
+
border: 1px solid var(--dees-color-border-strong);
|
|
169265
169263
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
169266
169264
|
cursor: pointer;
|
|
169267
169265
|
z-index: 10;
|
|
169268
169266
|
display: flex;
|
|
169269
169267
|
align-items: center;
|
|
169270
169268
|
justify-content: center;
|
|
169271
|
-
color:
|
|
169269
|
+
color: var(--dees-color-text-muted);
|
|
169272
169270
|
opacity: 0;
|
|
169273
169271
|
transition: opacity 0.2s ease, background 0.15s ease;
|
|
169274
169272
|
padding: 0;
|
|
169275
169273
|
}
|
|
169276
169274
|
|
|
169277
169275
|
.collapse-toggle:hover {
|
|
169278
|
-
background:
|
|
169279
|
-
color:
|
|
169276
|
+
background: var(--dees-color-bg-tertiary);
|
|
169277
|
+
color: var(--dees-color-text-primary);
|
|
169280
169278
|
}
|
|
169281
169279
|
|
|
169282
169280
|
:host(:hover) .collapse-toggle {
|
|
@@ -169339,12 +169337,12 @@ __publicField(_DeesAppuiSecondarymenu, "styles", [
|
|
|
169339
169337
|
}
|
|
169340
169338
|
|
|
169341
169339
|
.menuSection::-webkit-scrollbar-thumb {
|
|
169342
|
-
background:
|
|
169340
|
+
background: var(--dees-color-scrollbar-thumb);
|
|
169343
169341
|
border-radius: 3px;
|
|
169344
169342
|
}
|
|
169345
169343
|
|
|
169346
169344
|
.menuSection::-webkit-scrollbar-thumb:hover {
|
|
169347
|
-
background:
|
|
169345
|
+
background: var(--dees-color-scrollbar-thumb-hover);
|
|
169348
169346
|
}
|
|
169349
169347
|
|
|
169350
169348
|
/* Menu Group */
|
|
@@ -169385,7 +169383,7 @@ __publicField(_DeesAppuiSecondarymenu, "styles", [
|
|
|
169385
169383
|
gap: 8px;
|
|
169386
169384
|
font-size: 11px;
|
|
169387
169385
|
font-weight: 600;
|
|
169388
|
-
color:
|
|
169386
|
+
color: var(--dees-color-text-warm);
|
|
169389
169387
|
text-transform: uppercase;
|
|
169390
169388
|
letter-spacing: 0.5px;
|
|
169391
169389
|
white-space: nowrap;
|
|
@@ -169394,13 +169392,13 @@ __publicField(_DeesAppuiSecondarymenu, "styles", [
|
|
|
169394
169392
|
|
|
169395
169393
|
.groupHeader .groupTitle dees-icon {
|
|
169396
169394
|
font-size: 16px;
|
|
169397
|
-
color:
|
|
169395
|
+
color: var(--dees-color-text-warm);
|
|
169398
169396
|
}
|
|
169399
169397
|
|
|
169400
169398
|
.groupHeader .chevron {
|
|
169401
169399
|
font-size: 12px;
|
|
169402
169400
|
transition: transform 0.2s ease;
|
|
169403
|
-
color:
|
|
169401
|
+
color: var(--dees-color-text-warm);
|
|
169404
169402
|
}
|
|
169405
169403
|
|
|
169406
169404
|
.groupHeader.collapsed .chevron {
|
|
@@ -170440,7 +170438,6 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170440
170438
|
themeDefaultStyles,
|
|
170441
170439
|
cssManager.defaultStyles,
|
|
170442
170440
|
i`
|
|
170443
|
-
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
|
|
170444
170441
|
:host {
|
|
170445
170442
|
display: block;
|
|
170446
170443
|
position: relative;
|
|
@@ -170456,7 +170453,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170456
170453
|
|
|
170457
170454
|
.tabs-wrapper.horizontal-wrapper {
|
|
170458
170455
|
height: 48px;
|
|
170459
|
-
border-bottom: 1px solid
|
|
170456
|
+
border-bottom: 1px solid var(--dees-color-border-default);
|
|
170460
170457
|
box-sizing: border-box;
|
|
170461
170458
|
overflow: hidden;
|
|
170462
170459
|
display: flex;
|
|
@@ -170513,13 +170510,13 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170513
170510
|
.tab-actions.left {
|
|
170514
170511
|
padding-left: 12px;
|
|
170515
170512
|
padding-right: 8px;
|
|
170516
|
-
border-right: 1px solid
|
|
170513
|
+
border-right: 1px solid var(--dees-color-border-default);
|
|
170517
170514
|
}
|
|
170518
170515
|
|
|
170519
170516
|
.tab-actions.right {
|
|
170520
170517
|
padding-right: 12px;
|
|
170521
170518
|
padding-left: 8px;
|
|
170522
|
-
border-left: 1px solid
|
|
170519
|
+
border-left: 1px solid var(--dees-color-border-default);
|
|
170523
170520
|
}
|
|
170524
170521
|
|
|
170525
170522
|
.tab-action-button {
|
|
@@ -170532,17 +170529,17 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170532
170529
|
cursor: pointer;
|
|
170533
170530
|
transition: background 0.15s ease, color 0.15s ease;
|
|
170534
170531
|
background: transparent;
|
|
170535
|
-
color:
|
|
170532
|
+
color: var(--dees-color-text-muted);
|
|
170536
170533
|
flex-shrink: 0;
|
|
170537
170534
|
}
|
|
170538
170535
|
|
|
170539
170536
|
.tab-action-button:hover {
|
|
170540
|
-
background:
|
|
170541
|
-
color:
|
|
170537
|
+
background: var(--dees-color-active);
|
|
170538
|
+
color: var(--dees-color-text-primary);
|
|
170542
170539
|
}
|
|
170543
170540
|
|
|
170544
170541
|
.tab-action-button:active {
|
|
170545
|
-
background:
|
|
170542
|
+
background: var(--dees-color-pressed);
|
|
170546
170543
|
}
|
|
170547
170544
|
|
|
170548
170545
|
.tab-action-button.disabled {
|
|
@@ -170552,7 +170549,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170552
170549
|
|
|
170553
170550
|
.tab-action-button.disabled:hover {
|
|
170554
170551
|
background: transparent;
|
|
170555
|
-
color:
|
|
170552
|
+
color: var(--dees-color-text-muted);
|
|
170556
170553
|
}
|
|
170557
170554
|
|
|
170558
170555
|
.tab-action-button dees-icon {
|
|
@@ -170617,12 +170614,12 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170617
170614
|
font-size: 14px;
|
|
170618
170615
|
gap: 2px;
|
|
170619
170616
|
position: relative;
|
|
170620
|
-
background:
|
|
170617
|
+
background: var(--dees-color-bg-tertiary);
|
|
170621
170618
|
border-radius: 8px;
|
|
170622
170619
|
}
|
|
170623
170620
|
|
|
170624
170621
|
.tab {
|
|
170625
|
-
color:
|
|
170622
|
+
color: var(--dees-color-text-muted);
|
|
170626
170623
|
white-space: nowrap;
|
|
170627
170624
|
cursor: pointer;
|
|
170628
170625
|
transition: color 0.15s ease;
|
|
@@ -170650,7 +170647,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170650
170647
|
transform: translateY(-50%);
|
|
170651
170648
|
height: 20px;
|
|
170652
170649
|
width: 1px;
|
|
170653
|
-
background:
|
|
170650
|
+
background: var(--dees-color-border-default);
|
|
170654
170651
|
opacity: 0.5;
|
|
170655
170652
|
}
|
|
170656
170653
|
|
|
@@ -170671,11 +170668,11 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170671
170668
|
}
|
|
170672
170669
|
|
|
170673
170670
|
.tab:hover {
|
|
170674
|
-
color:
|
|
170671
|
+
color: var(--dees-color-text-primary);
|
|
170675
170672
|
}
|
|
170676
170673
|
|
|
170677
170674
|
.horizontal .tab:hover {
|
|
170678
|
-
background:
|
|
170675
|
+
background: var(--dees-color-hover);
|
|
170679
170676
|
}
|
|
170680
170677
|
|
|
170681
170678
|
.horizontal .tab:hover::after,
|
|
@@ -170688,7 +170685,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170688
170685
|
}
|
|
170689
170686
|
|
|
170690
170687
|
.horizontal .tab.selectedTab {
|
|
170691
|
-
color:
|
|
170688
|
+
color: var(--dees-color-text-primary);
|
|
170692
170689
|
}
|
|
170693
170690
|
|
|
170694
170691
|
.horizontal .tab.selectedTab::after,
|
|
@@ -170697,7 +170694,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170697
170694
|
}
|
|
170698
170695
|
|
|
170699
170696
|
.vertical .tab.selectedTab {
|
|
170700
|
-
color:
|
|
170697
|
+
color: var(--dees-color-text-primary);
|
|
170701
170698
|
}
|
|
170702
170699
|
|
|
170703
170700
|
.tab dees-icon {
|
|
@@ -170717,7 +170714,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170717
170714
|
.tabs-wrapper .tabIndicator {
|
|
170718
170715
|
height: 3px;
|
|
170719
170716
|
bottom: 0;
|
|
170720
|
-
background:
|
|
170717
|
+
background: var(--dees-color-accent-primary);
|
|
170721
170718
|
border-radius: 3px 3px 0 0;
|
|
170722
170719
|
z-index: 3;
|
|
170723
170720
|
}
|
|
@@ -170730,7 +170727,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170730
170727
|
left: 8px;
|
|
170731
170728
|
right: 8px;
|
|
170732
170729
|
border-radius: 6px;
|
|
170733
|
-
background:
|
|
170730
|
+
background: var(--dees-color-bg-primary);
|
|
170734
170731
|
z-index: 1;
|
|
170735
170732
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
|
|
170736
170733
|
}
|
|
@@ -170746,7 +170743,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170746
170743
|
margin-left: 8px;
|
|
170747
170744
|
opacity: 0.4;
|
|
170748
170745
|
transition: opacity 0.15s, background 0.15s;
|
|
170749
|
-
color:
|
|
170746
|
+
color: var(--dees-color-text-muted);
|
|
170750
170747
|
}
|
|
170751
170748
|
|
|
170752
170749
|
.tab:hover .tab-close {
|
|
@@ -170755,8 +170752,8 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
170755
170752
|
|
|
170756
170753
|
.tab-close:hover {
|
|
170757
170754
|
opacity: 1;
|
|
170758
|
-
background:
|
|
170759
|
-
color:
|
|
170755
|
+
background: var(--dees-color-pressed);
|
|
170756
|
+
color: var(--dees-color-accent-error);
|
|
170760
170757
|
}
|
|
170761
170758
|
|
|
170762
170759
|
.tab.selectedTab .tab-close {
|
|
@@ -170892,14 +170889,13 @@ __publicField(_DeesAppuiMaincontent, "styles", [
|
|
|
170892
170889
|
themeDefaultStyles,
|
|
170893
170890
|
cssManager.defaultStyles,
|
|
170894
170891
|
i`
|
|
170895
|
-
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
|
|
170896
170892
|
:host {
|
|
170897
|
-
color:
|
|
170893
|
+
color: var(--dees-color-text-secondary);
|
|
170898
170894
|
display: grid;
|
|
170899
170895
|
grid-template-rows: auto 1fr;
|
|
170900
170896
|
width: 100%;
|
|
170901
170897
|
height: 100%;
|
|
170902
|
-
background:
|
|
170898
|
+
background: var(--dees-color-bg-secondary);
|
|
170903
170899
|
}
|
|
170904
170900
|
|
|
170905
170901
|
.maincontainer {
|
|
@@ -171903,12 +171899,11 @@ __publicField(_DeesAppui, "styles", [
|
|
|
171903
171899
|
themeDefaultStyles,
|
|
171904
171900
|
cssManager.defaultStyles,
|
|
171905
171901
|
i`
|
|
171906
|
-
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
|
|
171907
171902
|
:host {
|
|
171908
171903
|
position: absolute;
|
|
171909
171904
|
height: 100%;
|
|
171910
171905
|
width: 100%;
|
|
171911
|
-
background:
|
|
171906
|
+
background: var(--dees-color-bg-tertiary);
|
|
171912
171907
|
}
|
|
171913
171908
|
.maingrid {
|
|
171914
171909
|
position: absolute;
|
|
@@ -197174,7 +197169,7 @@ init_group_runtime();
|
|
|
197174
197169
|
// ts_web/00_commitinfo_data.ts
|
|
197175
197170
|
var commitinfo = {
|
|
197176
197171
|
name: "@design.estate/dees-catalog",
|
|
197177
|
-
version: "3.55.
|
|
197172
|
+
version: "3.55.1",
|
|
197178
197173
|
description: "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript."
|
|
197179
197174
|
};
|
|
197180
197175
|
export {
|
|
@@ -199141,4 +199136,4 @@ ibantools/jsnext/ibantools.js:
|
|
|
199141
199136
|
* @preferred
|
|
199142
199137
|
*)
|
|
199143
199138
|
*/
|
|
199144
|
-
//# sourceMappingURL=bundle-
|
|
199139
|
+
//# sourceMappingURL=bundle-1775295441101.js.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@design.estate/dees-catalog',
|
|
6
|
-
version: '3.55.
|
|
6
|
+
version: '3.55.1',
|
|
7
7
|
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsNkJBQTZCO0lBQ25DLE9BQU8sRUFBRSxRQUFRO0lBQ2pCLFdBQVcsRUFBRSxzSkFBc0o7Q0FDcEssQ0FBQSJ9
|