@ihk-gfi/lux-components-theme 19.1.0 → 19.2.0
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/package.json +1 -1
- package/prebuilt-themes/luxtheme-authentic-min.css +1 -1
- package/prebuilt-themes/luxtheme-authentic-min.css.map +1 -1
- package/prebuilt-themes/luxtheme-authentic.css +173 -38
- package/prebuilt-themes/luxtheme-authentic.css.map +1 -1
- package/prebuilt-themes/luxtheme-green-min.css +1 -1
- package/prebuilt-themes/luxtheme-green-min.css.map +1 -1
- package/prebuilt-themes/luxtheme-green.css +259 -40
- package/prebuilt-themes/luxtheme-green.css.map +1 -1
- package/src/base/_luxcomponents.scss +7 -0
- package/src/base/_luxstyles.scss +12 -0
- package/src/base/components/_luxButton.scss +0 -10
- package/src/base/components/_luxFilter.scss +3 -37
- package/src/base/components/_luxMenu.scss +162 -1
- package/src/base/components/_luxTile.scss +0 -1
- package/src/base/components/_luxTileAc.scss +15 -1
- package/src/green/_custom.scss +101 -3
|
@@ -1084,19 +1084,28 @@ lux-tile-ac .mat-mdc-card.lux-tile-ac .lux-tile-content {
|
|
|
1084
1084
|
width: 100%;
|
|
1085
1085
|
grid-template-columns: 1fr auto;
|
|
1086
1086
|
gap: 5px;
|
|
1087
|
+
min-width: 0;
|
|
1087
1088
|
}
|
|
1088
1089
|
lux-tile-ac .mat-mdc-card.lux-tile-ac .lux-tile-content mat-card-title.lux-tile-title {
|
|
1089
1090
|
color: rgba(0, 0, 0, 0.87);
|
|
1090
|
-
font-family: "Blogger Sans", "Source Sans Pro", Helvetica, Arial, sans-serif;
|
|
1091
1091
|
line-height: 30px;
|
|
1092
1092
|
font-size: 1.25rem;
|
|
1093
1093
|
margin: 0;
|
|
1094
|
+
min-width: 0;
|
|
1095
|
+
}
|
|
1096
|
+
lux-tile-ac .mat-mdc-card.lux-tile-ac .lux-tile-content mat-card-title.lux-tile-title span {
|
|
1097
|
+
font-family: "Blogger Sans", "Source Sans Pro", Helvetica, Arial, sans-serif;
|
|
1098
|
+
}
|
|
1099
|
+
lux-tile-ac .mat-mdc-card.lux-tile-ac .lux-tile-content mat-card-subtitle.lux-tile-subtitle span {
|
|
1100
|
+
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
|
|
1101
|
+
font-size: 0.9375rem;
|
|
1094
1102
|
}
|
|
1095
1103
|
lux-tile-ac .mat-mdc-card.lux-tile-ac .lux-tile-content mat-card-subtitle.mat-mdc-card-subtitle:not(:first-child) {
|
|
1096
1104
|
color: rgba(0, 0, 0, 0.6);
|
|
1097
1105
|
font-size: 0.875rem;
|
|
1098
1106
|
font-weight: normal;
|
|
1099
1107
|
margin: 0px;
|
|
1108
|
+
min-width: 0;
|
|
1100
1109
|
grid-row-start: 2;
|
|
1101
1110
|
}
|
|
1102
1111
|
lux-tile-ac .mat-mdc-card.lux-tile-ac:not([class*=mat-elevation-z]) {
|
|
@@ -1235,7 +1244,6 @@ lux-tile .lux-tile-label {
|
|
|
1235
1244
|
flex-shrink: 1;
|
|
1236
1245
|
flex-grow: 0;
|
|
1237
1246
|
min-height: 40px;
|
|
1238
|
-
max-height: 70px;
|
|
1239
1247
|
text-align: center;
|
|
1240
1248
|
text-decoration-line: underline;
|
|
1241
1249
|
}
|
|
@@ -1791,6 +1799,18 @@ lux-card.lux-card-grow mat-card-content {
|
|
|
1791
1799
|
text-overflow: ellipsis;
|
|
1792
1800
|
}
|
|
1793
1801
|
|
|
1802
|
+
.lux-crop-2-lines {
|
|
1803
|
+
overflow: hidden;
|
|
1804
|
+
white-space: normal;
|
|
1805
|
+
word-wrap: break-word;
|
|
1806
|
+
overflow-wrap: break-word;
|
|
1807
|
+
display: -webkit-box;
|
|
1808
|
+
-webkit-box-orient: vertical;
|
|
1809
|
+
-webkit-line-clamp: 2;
|
|
1810
|
+
line-clamp: 2;
|
|
1811
|
+
text-overflow: ellipsis;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1794
1814
|
.lux-label {
|
|
1795
1815
|
color: rgba(0, 0, 0, 0.6);
|
|
1796
1816
|
font-size: 0.75rem;
|
|
@@ -5460,9 +5480,6 @@ lux-button button:not([disabled]):focus-visible {
|
|
|
5460
5480
|
lux-button button:not([disabled]):not(.mat-mdc-fab):not(.mat-mdc-raised-button):not(.mat-mdc-unelevated-button):hover, lux-button button:not([disabled]).mat-mdc-outlined-button:hover {
|
|
5461
5481
|
background-color: #3c5772;
|
|
5462
5482
|
}
|
|
5463
|
-
lux-button button:not([disabled]):not(.mat-mdc-fab):not(.mat-mdc-raised-button):not(.mat-mdc-unelevated-button):hover.mat-accent, lux-button button:not([disabled]).mat-mdc-outlined-button:hover.mat-accent {
|
|
5464
|
-
color: #2b9838;
|
|
5465
|
-
}
|
|
5466
5483
|
lux-button button:not([disabled]).mat-mdc-fab:hover, lux-button button:not([disabled]).mat-mdc-raised-button:hover, lux-button button:not([disabled]).mat-mdc-unelevated-button:hover {
|
|
5467
5484
|
background-color: #3c5772 !important;
|
|
5468
5485
|
}
|
|
@@ -6217,6 +6234,113 @@ lux-menu .lux-menu-trigger > lux-button button.mat-mdc-button {
|
|
|
6217
6234
|
margin: 0;
|
|
6218
6235
|
}
|
|
6219
6236
|
|
|
6237
|
+
.lux-menu-section-panel,
|
|
6238
|
+
.lux-menu-section-panel:not(.lux-menu-panel-large) {
|
|
6239
|
+
min-width: 260px !important;
|
|
6240
|
+
max-width: 100%;
|
|
6241
|
+
}
|
|
6242
|
+
|
|
6243
|
+
.lux-menu-section-panel,
|
|
6244
|
+
.lux-menu-section-panel:has(.lux-menu-panel-large) {
|
|
6245
|
+
min-width: 360px !important;
|
|
6246
|
+
max-width: 100%;
|
|
6247
|
+
}
|
|
6248
|
+
|
|
6249
|
+
.lux-menu-section-panel .lux-menu-item-content {
|
|
6250
|
+
display: flex;
|
|
6251
|
+
align-items: center;
|
|
6252
|
+
width: 100%;
|
|
6253
|
+
}
|
|
6254
|
+
.lux-menu-section-panel .lux-menu-item-icon {
|
|
6255
|
+
margin-right: 8px;
|
|
6256
|
+
flex-shrink: 0;
|
|
6257
|
+
}
|
|
6258
|
+
.lux-menu-section-panel .lux-button-label {
|
|
6259
|
+
text-align: left;
|
|
6260
|
+
flex: 1 1 auto;
|
|
6261
|
+
white-space: normal;
|
|
6262
|
+
}
|
|
6263
|
+
.lux-menu-section-panel .lux-menu-item-badge-right {
|
|
6264
|
+
min-width: 0px !important;
|
|
6265
|
+
margin-left: auto;
|
|
6266
|
+
align-self: center;
|
|
6267
|
+
display: flex;
|
|
6268
|
+
}
|
|
6269
|
+
.lux-menu-section-panel .lux-button-label-subtitle {
|
|
6270
|
+
color: #3a5f94;
|
|
6271
|
+
font-size: 0.875rem;
|
|
6272
|
+
font-style: normal;
|
|
6273
|
+
font-weight: 400;
|
|
6274
|
+
letter-spacing: 0.07px;
|
|
6275
|
+
}
|
|
6276
|
+
.lux-menu-section-panel .lux-menu-panelheader-username {
|
|
6277
|
+
display: flex;
|
|
6278
|
+
padding: 12px 16px;
|
|
6279
|
+
flex-direction: column;
|
|
6280
|
+
align-items: flex-start;
|
|
6281
|
+
gap: 4px;
|
|
6282
|
+
align-self: stretch;
|
|
6283
|
+
font-weight: 600;
|
|
6284
|
+
font-size: 1rem;
|
|
6285
|
+
font-style: normal;
|
|
6286
|
+
line-height: 120%;
|
|
6287
|
+
}
|
|
6288
|
+
.lux-menu-section-panel .lux-menu-panelheader-username-subtitle {
|
|
6289
|
+
display: flex;
|
|
6290
|
+
flex-direction: column;
|
|
6291
|
+
align-items: flex-start;
|
|
6292
|
+
gap: 4px;
|
|
6293
|
+
align-self: stretch;
|
|
6294
|
+
font-weight: 400;
|
|
6295
|
+
font-size: 0.75rem;
|
|
6296
|
+
font-style: normal;
|
|
6297
|
+
line-height: normal;
|
|
6298
|
+
}
|
|
6299
|
+
.lux-menu-section-panel .lux-menu-section-title {
|
|
6300
|
+
display: flex;
|
|
6301
|
+
padding: 8px 16px;
|
|
6302
|
+
flex-direction: column;
|
|
6303
|
+
justify-content: center;
|
|
6304
|
+
align-items: flex-start;
|
|
6305
|
+
align-self: stretch;
|
|
6306
|
+
color: #605e5e;
|
|
6307
|
+
font-weight: 600;
|
|
6308
|
+
font-size: 1rem;
|
|
6309
|
+
letter-spacing: 0.08px;
|
|
6310
|
+
line-height: 120%; /* 19.2px */
|
|
6311
|
+
}
|
|
6312
|
+
.lux-menu-section-panel .lux-menu-item-divider {
|
|
6313
|
+
padding: 4px;
|
|
6314
|
+
}
|
|
6315
|
+
.lux-menu-section-panel .lux-menu-item-divider-large {
|
|
6316
|
+
margin-right: 16px;
|
|
6317
|
+
margin-left: 16px;
|
|
6318
|
+
}
|
|
6319
|
+
.lux-menu-section-panel .lux-menu-item.lux-menu-item-selected {
|
|
6320
|
+
background-color: #d5e3ff !important;
|
|
6321
|
+
}
|
|
6322
|
+
.lux-menu-section-panel .lux-menu-item-selected {
|
|
6323
|
+
background-color: #d5e3ff;
|
|
6324
|
+
}
|
|
6325
|
+
.lux-menu-section-panel .lux-menu-item-selected.lux-button-label {
|
|
6326
|
+
text-decoration-line: underline;
|
|
6327
|
+
text-decoration-style: solid;
|
|
6328
|
+
text-decoration-thickness: 10%;
|
|
6329
|
+
text-underline-offset: 5%;
|
|
6330
|
+
text-underline-position: from-font;
|
|
6331
|
+
}
|
|
6332
|
+
.lux-menu-section-panel .lux-menu-item-selected.lux-button-label-subtitle {
|
|
6333
|
+
text-decoration-color: #3a5f94;
|
|
6334
|
+
text-decoration-line: underline;
|
|
6335
|
+
text-decoration-style: solid;
|
|
6336
|
+
text-decoration-thickness: 12%;
|
|
6337
|
+
text-underline-offset: 5%;
|
|
6338
|
+
text-underline-position: from-font;
|
|
6339
|
+
}
|
|
6340
|
+
.lux-menu-section-panel .lux-menu-item-badge-right {
|
|
6341
|
+
text-align: end;
|
|
6342
|
+
}
|
|
6343
|
+
|
|
6220
6344
|
/** ########## Hover / Focus ########## **/
|
|
6221
6345
|
.lux-menu-panel .lux-menu-item:not([disabled=true]):focus-visible {
|
|
6222
6346
|
outline: 4px solid rgb(0, 152, 218) !important;
|
|
@@ -6232,7 +6356,40 @@ lux-menu .lux-menu-trigger > lux-button button.mat-mdc-button {
|
|
|
6232
6356
|
background-color: #4d7094;
|
|
6233
6357
|
}
|
|
6234
6358
|
.lux-menu-panel .lux-menu-item:not([disabled=true]):hover .mat-icon-no-color {
|
|
6235
|
-
color: #
|
|
6359
|
+
color: #ffffff;
|
|
6360
|
+
}
|
|
6361
|
+
|
|
6362
|
+
/** ########## Hover / Focus ########## **/
|
|
6363
|
+
.lux-menu-panel.lux-menu-section-panel .lux-menu-item:not([disabled=true]):focus-visible {
|
|
6364
|
+
background-color: #ffffff;
|
|
6365
|
+
color: #003366;
|
|
6366
|
+
border-radius: 4px;
|
|
6367
|
+
}
|
|
6368
|
+
.lux-menu-panel.lux-menu-section-panel .lux-menu-item:not([disabled=true]):focus-visible:after {
|
|
6369
|
+
width: 0px;
|
|
6370
|
+
border: none;
|
|
6371
|
+
}
|
|
6372
|
+
.lux-menu-panel.lux-menu-section-panel .lux-menu-item:not([disabled=true]):focus-visible .lux-button-label-subtitle {
|
|
6373
|
+
color: #3a5f94;
|
|
6374
|
+
}
|
|
6375
|
+
.lux-menu-panel.lux-menu-section-panel .lux-menu-item:not([disabled=true]):focus-visible .mat-icon-no-color {
|
|
6376
|
+
color: #003366;
|
|
6377
|
+
}
|
|
6378
|
+
.lux-menu-panel.lux-menu-section-panel .lux-menu-item:not([disabled=true]):hover {
|
|
6379
|
+
color: #ffffff;
|
|
6380
|
+
}
|
|
6381
|
+
.lux-menu-panel.lux-menu-section-panel .lux-menu-item:not([disabled=true]):hover .mat-icon-no-color {
|
|
6382
|
+
color: #ffffff;
|
|
6383
|
+
}
|
|
6384
|
+
.lux-menu-panel.lux-menu-section-panel .lux-menu-item:not([disabled=true]):hover .lux-button-label-subtitle {
|
|
6385
|
+
color: #ecf1ff;
|
|
6386
|
+
}
|
|
6387
|
+
.lux-menu-panel.lux-menu-section-panel .lux-menu-item:not([disabled=true]):hover .lux-button-label.lux-menu-item-selected {
|
|
6388
|
+
background-color: #4d7094;
|
|
6389
|
+
}
|
|
6390
|
+
.lux-menu-panel.lux-menu-section-panel .lux-menu-item:not([disabled=true]):hover .lux-button-label-subtitle.lux-menu-item-selected {
|
|
6391
|
+
background-color: #4d7094;
|
|
6392
|
+
text-decoration-color: #ffffff;
|
|
6236
6393
|
}
|
|
6237
6394
|
|
|
6238
6395
|
lux-table {
|
|
@@ -6447,8 +6604,7 @@ lux-table th.cdk-keyboard-focused div.mat-sort-header-container {
|
|
|
6447
6604
|
}
|
|
6448
6605
|
|
|
6449
6606
|
lux-filter-form lux-menu div.lux-menu-custom-trigger {
|
|
6450
|
-
padding
|
|
6451
|
-
padding-bottom: 4px;
|
|
6607
|
+
padding: 4px;
|
|
6452
6608
|
}
|
|
6453
6609
|
lux-filter-form .no-filter-active {
|
|
6454
6610
|
padding: 8px 25px;
|
|
@@ -6480,44 +6636,16 @@ lux-filter-form .filterPanel .mat-action-row {
|
|
|
6480
6636
|
padding: 0 !important;
|
|
6481
6637
|
border: none;
|
|
6482
6638
|
}
|
|
6483
|
-
lux-filter-form .
|
|
6484
|
-
|
|
6485
|
-
}
|
|
6486
|
-
lux-filter-form lux-menu.filter-menu .lux-menu-extended {
|
|
6487
|
-
padding: 0 !important;
|
|
6639
|
+
lux-filter-form .lux-filter-form-button button.lux-button.lux-icon-button {
|
|
6640
|
+
margin-left: 16px;
|
|
6488
6641
|
}
|
|
6489
6642
|
lux-filter-form lux-menu.filter-menu .lux-filter-menu-trigger button.lux-button-rounded {
|
|
6490
6643
|
height: 36px;
|
|
6491
6644
|
width: 36px;
|
|
6492
6645
|
min-width: 36px;
|
|
6493
6646
|
max-width: 36px;
|
|
6494
|
-
background-color: transparent;
|
|
6495
|
-
color: #003366;
|
|
6496
|
-
padding: 0px !important;
|
|
6497
|
-
margin: 0px 4px !important;
|
|
6498
6647
|
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
|
|
6499
6648
|
}
|
|
6500
|
-
lux-filter-form lux-menu .lux-filter-menu-trigger button:not([disabled]).mat-fab.lux-button-rounded:hover {
|
|
6501
|
-
background-color: transparent !important;
|
|
6502
|
-
color: #4d7094;
|
|
6503
|
-
}
|
|
6504
|
-
lux-filter-form lux-menu .lux-filter-menu-trigger button:not([disabled]).mat-fab.lux-button-rounded:focus-visible {
|
|
6505
|
-
outline: 4px solid rgb(0, 152, 218) !important;
|
|
6506
|
-
outline-offset: -4px;
|
|
6507
|
-
background-color: transparent !important;
|
|
6508
|
-
}
|
|
6509
|
-
lux-filter-form lux-menu .lux-filter-menu-trigger button:not([disabled]).mat-fab.lux-button-rounded:active {
|
|
6510
|
-
background-color: transparent !important;
|
|
6511
|
-
color: #002753;
|
|
6512
|
-
}
|
|
6513
|
-
lux-filter-form lux-accordion lux-panel-header-title {
|
|
6514
|
-
width: 100%;
|
|
6515
|
-
}
|
|
6516
|
-
lux-filter-form lux-accordion lux-panel-header-title mat-panel-title.mat-expansion-panel-header-title {
|
|
6517
|
-
align-items: center;
|
|
6518
|
-
justify-content: space-between;
|
|
6519
|
-
margin: 0px;
|
|
6520
|
-
}
|
|
6521
6649
|
lux-filter-form lux-card .lux-card-header .lux-card-title,
|
|
6522
6650
|
lux-filter-form lux-card .lux-card-header .lux-card-subtitle {
|
|
6523
6651
|
height: 36px;
|
|
@@ -7495,6 +7623,13 @@ mat-expansion-panel.mat-expansion-panel:not([class*=mat-elevation-z]) .mat-expan
|
|
|
7495
7623
|
font-size: 1rem;
|
|
7496
7624
|
}
|
|
7497
7625
|
|
|
7626
|
+
.mat-expansion-panel-header.lux-dynamic-height {
|
|
7627
|
+
min-height: unset;
|
|
7628
|
+
height: unset;
|
|
7629
|
+
padding-top: 11px;
|
|
7630
|
+
padding-bottom: 11px;
|
|
7631
|
+
}
|
|
7632
|
+
|
|
7498
7633
|
.mat-expansion-panel {
|
|
7499
7634
|
--mat-expansion-container-shape: 4px;
|
|
7500
7635
|
--mat-expansion-container-shape: 4px;
|