@keenmate/pure-admin-theme-express 1.4.0 → 1.5.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.
Files changed (2) hide show
  1. package/dist/express.css +531 -65
  2. package/package.json +1 -1
package/dist/express.css CHANGED
@@ -268,7 +268,7 @@ body.pa-container-2xl .pa-navbar {
268
268
  gap: 1.6rem;
269
269
  }
270
270
 
271
- .pa-header__left {
271
+ .pa-header__start {
272
272
  display: flex;
273
273
  align-items: center;
274
274
  gap: 1.6rem;
@@ -283,7 +283,7 @@ body.pa-container-2xl .pa-navbar {
283
283
  justify-content: center;
284
284
  }
285
285
 
286
- .pa-header__right {
286
+ .pa-header__end {
287
287
  display: flex;
288
288
  align-items: center;
289
289
  gap: 1.6rem;
@@ -385,7 +385,7 @@ body.pa-layout--sticky .pa-layout__inner {
385
385
  gap: 1.6rem;
386
386
  }
387
387
 
388
- .pa-footer__left {
388
+ .pa-footer__start {
389
389
  display: flex;
390
390
  align-items: center;
391
391
  gap: 1.6rem;
@@ -400,14 +400,14 @@ body.pa-layout--sticky .pa-layout__inner {
400
400
  justify-content: center;
401
401
  }
402
402
 
403
- .pa-footer__right {
403
+ .pa-footer__end {
404
404
  display: flex;
405
405
  align-items: center;
406
406
  gap: 1.6rem;
407
407
  flex-shrink: 0;
408
408
  }
409
409
 
410
- .pa-footer__right--vertical {
410
+ .pa-footer__end--vertical {
411
411
  flex-direction: column;
412
412
  align-items: flex-end;
413
413
  gap: 0.4rem;
@@ -419,22 +419,22 @@ body.pa-layout--sticky .pa-layout__inner {
419
419
  min-height: auto;
420
420
  padding: 0.8rem 1.6rem;
421
421
  }
422
- .pa-footer__left,
422
+ .pa-footer__start,
423
423
  .pa-footer__center,
424
- .pa-footer__right {
424
+ .pa-footer__end {
425
425
  flex-shrink: 1;
426
426
  min-width: 0;
427
427
  }
428
- .pa-footer__left {
428
+ .pa-footer__start {
429
429
  flex: 1 1 auto;
430
430
  }
431
431
  .pa-footer__center {
432
432
  display: none;
433
433
  }
434
- .pa-footer__right {
434
+ .pa-footer__end {
435
435
  flex: 0 1 auto;
436
436
  }
437
- .pa-footer__right--vertical {
437
+ .pa-footer__end--vertical {
438
438
  align-items: flex-end;
439
439
  }
440
440
  }
@@ -3120,6 +3120,26 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
3120
3120
  padding: 2.4rem 1.6rem;
3121
3121
  }
3122
3122
 
3123
+ .pa-card--ghost {
3124
+ background: transparent !important;
3125
+ border: none !important;
3126
+ box-shadow: none !important;
3127
+ }
3128
+
3129
+ .pa-card--ghost:hover {
3130
+ box-shadow: none !important;
3131
+ }
3132
+
3133
+ .pa-card--ghost .pa-card__header {
3134
+ background: transparent !important;
3135
+ border-bottom: none !important;
3136
+ }
3137
+
3138
+ .pa-card--ghost .pa-card__footer {
3139
+ background: transparent !important;
3140
+ border-top: none !important;
3141
+ }
3142
+
3123
3143
  .pa-card--color-1 {
3124
3144
  border-color: var(--pa-color-1);
3125
3145
  }
@@ -3588,21 +3608,21 @@ a.pa-card p {
3588
3608
  background: linear-gradient(to right, var(--pa-main-bg), color-mix(in srgb, var(--pa-main-bg) 80%, transparent));
3589
3609
  }
3590
3610
 
3591
- .pa-tabs--scrollable .pa-tabs__scroll-btn--left, .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
3611
+ .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
3592
3612
  inset-inline-start: 0;
3593
3613
  background: linear-gradient(to right, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
3594
3614
  }
3595
3615
 
3596
- [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--left, [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
3616
+ [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
3597
3617
  background: linear-gradient(to left, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
3598
3618
  }
3599
3619
 
3600
- .pa-tabs--scrollable .pa-tabs__scroll-btn--right, .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
3620
+ .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
3601
3621
  inset-inline-end: 0;
3602
3622
  background: linear-gradient(to left, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
3603
3623
  }
3604
3624
 
3605
- [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--right, [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
3625
+ [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
3606
3626
  background: linear-gradient(to right, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
3607
3627
  }
3608
3628
 
@@ -5305,19 +5325,19 @@ a.pa-card p {
5305
5325
  margin: 0;
5306
5326
  }
5307
5327
 
5308
- .pa-btn--align-left {
5328
+ .pa-btn--align-start {
5309
5329
  justify-content: flex-start;
5310
5330
  }
5311
5331
 
5312
- .pa-btn--align-left .pa-btn__icon {
5332
+ .pa-btn--align-start .pa-btn__icon {
5313
5333
  padding-inline-start: 0;
5314
5334
  }
5315
5335
 
5316
- .pa-btn--align-right {
5336
+ .pa-btn--align-end {
5317
5337
  justify-content: flex-end;
5318
5338
  }
5319
5339
 
5320
- .pa-btn--align-right .pa-btn__icon {
5340
+ .pa-btn--align-end .pa-btn__icon {
5321
5341
  padding-inline-end: 0;
5322
5342
  }
5323
5343
 
@@ -6340,7 +6360,7 @@ a.pa-card p {
6340
6360
  text-align: end;
6341
6361
  }
6342
6362
 
6343
- .pa-popover--right .pa-popover__body {
6363
+ .pa-popover--end .pa-popover__body {
6344
6364
  text-align: end;
6345
6365
  }
6346
6366
 
@@ -8978,6 +8998,12 @@ web-multiselect {
8978
8998
  .pa-table-card:has(.pa-detail-view) .pa-table-card__body {
8979
8999
  position: relative;
8980
9000
  overflow: hidden;
9001
+ display: flex;
9002
+ flex-direction: column;
9003
+ }
9004
+
9005
+ .pa-table-card:has(.pa-detail-view) .pa-table-card__body .pa-detail-view {
9006
+ flex: 1;
8981
9007
  }
8982
9008
 
8983
9009
  .pa-table-card__header {
@@ -9420,7 +9446,7 @@ web-multiselect {
9420
9446
  justify-content: center;
9421
9447
  }
9422
9448
 
9423
- .pa-pager--left {
9449
+ .pa-pager--start {
9424
9450
  justify-content: flex-start;
9425
9451
  }
9426
9452
 
@@ -9428,7 +9454,7 @@ web-multiselect {
9428
9454
  justify-content: center;
9429
9455
  }
9430
9456
 
9431
- .pa-pager--right {
9457
+ .pa-pager--end {
9432
9458
  justify-content: flex-end;
9433
9459
  }
9434
9460
 
@@ -9477,7 +9503,7 @@ web-multiselect {
9477
9503
  justify-content: center;
9478
9504
  }
9479
9505
 
9480
- .pa-load-more--left {
9506
+ .pa-load-more--start {
9481
9507
  justify-content: flex-start;
9482
9508
  }
9483
9509
 
@@ -9485,7 +9511,7 @@ web-multiselect {
9485
9511
  justify-content: center;
9486
9512
  }
9487
9513
 
9488
- .pa-load-more--right {
9514
+ .pa-load-more--end {
9489
9515
  justify-content: flex-end;
9490
9516
  }
9491
9517
 
@@ -10045,7 +10071,7 @@ code {
10045
10071
  justify-content: center;
10046
10072
  }
10047
10073
 
10048
- .pa-pager--left {
10074
+ .pa-pager--start {
10049
10075
  justify-content: flex-start;
10050
10076
  }
10051
10077
 
@@ -10053,7 +10079,7 @@ code {
10053
10079
  justify-content: center;
10054
10080
  }
10055
10081
 
10056
- .pa-pager--right {
10082
+ .pa-pager--end {
10057
10083
  justify-content: flex-end;
10058
10084
  }
10059
10085
 
@@ -10102,7 +10128,7 @@ code {
10102
10128
  justify-content: center;
10103
10129
  }
10104
10130
 
10105
- .pa-load-more--left {
10131
+ .pa-load-more--start {
10106
10132
  justify-content: flex-start;
10107
10133
  }
10108
10134
 
@@ -10110,7 +10136,7 @@ code {
10110
10136
  justify-content: center;
10111
10137
  }
10112
10138
 
10113
- .pa-load-more--right {
10139
+ .pa-load-more--end {
10114
10140
  justify-content: flex-end;
10115
10141
  }
10116
10142
 
@@ -11316,73 +11342,73 @@ code {
11316
11342
  border-radius: 500px 0 0 500px;
11317
11343
  }
11318
11344
 
11319
- .pa-timeline--alternating.pa-timeline--left::after {
11345
+ .pa-timeline--alternating.pa-timeline--start::after {
11320
11346
  left: 90px;
11321
11347
  }
11322
11348
 
11323
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item {
11349
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item {
11324
11350
  width: 100%;
11325
11351
  padding-left: 120px;
11326
11352
  padding-right: 0;
11327
11353
  left: 0 !important;
11328
11354
  }
11329
11355
 
11330
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item::after {
11356
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item::after {
11331
11357
  left: 82px;
11332
11358
  }
11333
11359
 
11334
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item::before {
11360
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item::before {
11335
11361
  left: 100px;
11336
11362
  }
11337
11363
 
11338
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item .pa-timeline__date {
11364
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__date {
11339
11365
  right: auto;
11340
11366
  left: 15px;
11341
11367
  }
11342
11368
 
11343
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item .pa-timeline__icon {
11369
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__icon {
11344
11370
  right: auto;
11345
11371
  left: 146px;
11346
11372
  }
11347
11373
 
11348
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item .pa-timeline__content {
11374
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__content {
11349
11375
  padding: 3.2rem 3.2rem 3.2rem calc(6.4rem + 40px);
11350
11376
  border-radius: 500px 0 0 500px;
11351
11377
  }
11352
11378
 
11353
- .pa-timeline--alternating.pa-timeline--right::after {
11379
+ .pa-timeline--alternating.pa-timeline--end::after {
11354
11380
  right: 90px;
11355
11381
  left: auto;
11356
11382
  }
11357
11383
 
11358
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item {
11384
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item {
11359
11385
  width: 100%;
11360
11386
  padding-left: 0;
11361
11387
  padding-right: 120px;
11362
11388
  left: 0 !important;
11363
11389
  }
11364
11390
 
11365
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item::after {
11391
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item::after {
11366
11392
  right: 82px;
11367
11393
  left: auto;
11368
11394
  }
11369
11395
 
11370
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item::before {
11396
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item::before {
11371
11397
  right: 100px;
11372
11398
  left: auto;
11373
11399
  }
11374
11400
 
11375
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item .pa-timeline__date {
11401
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__date {
11376
11402
  left: auto;
11377
11403
  right: 15px;
11378
11404
  }
11379
11405
 
11380
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item .pa-timeline__icon {
11406
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__icon {
11381
11407
  left: auto;
11382
11408
  right: 146px;
11383
11409
  }
11384
11410
 
11385
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item .pa-timeline__content {
11411
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__content {
11386
11412
  padding: 3.2rem calc(6.4rem + 40px) 3.2rem 3.2rem;
11387
11413
  border-radius: 0 500px 500px 0;
11388
11414
  }
@@ -12776,6 +12802,10 @@ code {
12776
12802
  position: relative;
12777
12803
  }
12778
12804
 
12805
+ .pa-detail-panel__content--bordered {
12806
+ border-block: 1px solid var(--pa-border-color);
12807
+ }
12808
+
12779
12809
  .pa-detail-panel--overlay .pa-detail-panel__content {
12780
12810
  position: absolute;
12781
12811
  top: 0;
@@ -12876,6 +12906,7 @@ code {
12876
12906
  .pa-detail-panel__body {
12877
12907
  flex: 1;
12878
12908
  overflow-y: auto;
12909
+ overscroll-behavior: contain;
12879
12910
  padding: 1.2rem 1.6rem;
12880
12911
  }
12881
12912
 
@@ -13232,6 +13263,10 @@ code {
13232
13263
  margin-top: 2.4rem;
13233
13264
  }
13234
13265
 
13266
+ .pa-fields-container {
13267
+ container-type: inline-size;
13268
+ }
13269
+
13235
13270
  .pa-fields {
13236
13271
  display: flex;
13237
13272
  flex-direction: column;
@@ -13257,6 +13292,11 @@ code {
13257
13292
  grid-template-columns: repeat(4, 1fr);
13258
13293
  }
13259
13294
 
13295
+ @container (max-width: 768px) {
13296
+ .pa-fields--cols-2, .pa-fields--cols-3, .pa-fields--cols-4 {
13297
+ grid-template-columns: 1fr;
13298
+ }
13299
+ }
13260
13300
  @media (max-width: 768px) {
13261
13301
  .pa-fields--cols-2, .pa-fields--cols-3, .pa-fields--cols-4 {
13262
13302
  grid-template-columns: 1fr;
@@ -13347,6 +13387,11 @@ code {
13347
13387
  min-width: 0;
13348
13388
  }
13349
13389
 
13390
+ @container (max-width: 768px) {
13391
+ .pa-fields--row {
13392
+ flex-direction: column;
13393
+ }
13394
+ }
13350
13395
  @media (max-width: 768px) {
13351
13396
  .pa-fields--row {
13352
13397
  flex-direction: column;
@@ -13435,6 +13480,427 @@ code {
13435
13480
  padding-inline-start: 0;
13436
13481
  }
13437
13482
 
13483
+ .pa-fields--linear {
13484
+ gap: 0.8rem;
13485
+ border-inline-start: none;
13486
+ padding-inline-start: 0;
13487
+ }
13488
+
13489
+ .pa-fields--linear .pa-field {
13490
+ flex-direction: row;
13491
+ align-items: center;
13492
+ gap: 1.2rem;
13493
+ font-size: 1.4rem;
13494
+ line-height: 1.5;
13495
+ min-height: 2.8rem;
13496
+ }
13497
+
13498
+ .pa-fields--linear .pa-field__label {
13499
+ flex: 0 0 10rem;
13500
+ font-size: 1.4rem;
13501
+ text-transform: none;
13502
+ letter-spacing: normal;
13503
+ opacity: 1;
13504
+ font-weight: 400;
13505
+ color: var(--pa-text-color-2);
13506
+ }
13507
+
13508
+ .pa-fields--linear .pa-field__value {
13509
+ flex: 1;
13510
+ min-width: 0;
13511
+ font-size: 1.4rem;
13512
+ font-weight: 500;
13513
+ color: var(--pa-text-color-1);
13514
+ }
13515
+
13516
+ .pa-fields--chips {
13517
+ flex-direction: row;
13518
+ flex-wrap: wrap;
13519
+ gap: 0.6rem 1.4rem;
13520
+ padding: 0.4rem 0;
13521
+ border-inline-start: none;
13522
+ padding-inline-start: 0;
13523
+ }
13524
+
13525
+ .pa-fields--chips .pa-field {
13526
+ flex-direction: row;
13527
+ align-items: center;
13528
+ gap: 0.5rem;
13529
+ font-size: 1.4rem;
13530
+ }
13531
+
13532
+ .pa-fields--chips .pa-field__label {
13533
+ font-size: 1.4rem;
13534
+ text-transform: none;
13535
+ letter-spacing: normal;
13536
+ opacity: 1;
13537
+ font-weight: 400;
13538
+ color: var(--pa-text-color-2);
13539
+ }
13540
+
13541
+ .pa-fields--chips .pa-field__value {
13542
+ background: rgba(128, 128, 128, 0.1);
13543
+ color: var(--pa-text-color-1);
13544
+ font-weight: 500;
13545
+ padding: 0.2rem 0.8rem;
13546
+ border-radius: 4px;
13547
+ font-size: 1.3rem;
13548
+ }
13549
+
13550
+ .pa-fields--chips .pa-field__value--success {
13551
+ background: var(--pa-success-bg-light, rgba(0, 200, 80, 0.12));
13552
+ color: var(--pa-success-color, #28a745);
13553
+ }
13554
+
13555
+ .pa-fields--chips .pa-field__value--warning {
13556
+ background: var(--pa-warning-bg-light, rgba(255, 165, 0, 0.12));
13557
+ color: var(--pa-warning-color, #e68a00);
13558
+ }
13559
+
13560
+ .pa-fields--chips .pa-field__value--danger {
13561
+ background: var(--pa-danger-bg-light, rgba(255, 0, 0, 0.12));
13562
+ color: var(--pa-danger-color, #dc3545);
13563
+ }
13564
+
13565
+ .pa-desc-container {
13566
+ container-type: inline-size;
13567
+ }
13568
+
13569
+ .pa-desc-table {
13570
+ display: grid;
13571
+ grid-template-columns: repeat(3, auto 1fr);
13572
+ border: 1px solid var(--pa-border-color);
13573
+ border-radius: 4px;
13574
+ overflow: hidden;
13575
+ }
13576
+
13577
+ .pa-desc-table--cols-2 {
13578
+ grid-template-columns: repeat(2, auto 1fr);
13579
+ }
13580
+
13581
+ .pa-desc-table--fixed {
13582
+ grid-template-columns: repeat(3, minmax(0, var(--label-width, 14rem)) minmax(0, 1fr));
13583
+ }
13584
+
13585
+ .pa-desc-table--fixed.pa-desc-table--cols-2 {
13586
+ grid-template-columns: repeat(2, minmax(0, var(--label-width, 14rem)) minmax(0, 1fr));
13587
+ }
13588
+
13589
+ .pa-desc-table__label, .pa-desc-table__value {
13590
+ padding: 1.2rem 1.6rem;
13591
+ border-bottom: 1px solid var(--pa-border-color);
13592
+ font-size: 1.4rem;
13593
+ line-height: 1.5;
13594
+ }
13595
+
13596
+ .pa-desc-table__label {
13597
+ background: rgba(128, 128, 128, 0.06);
13598
+ color: var(--pa-text-color-2);
13599
+ font-weight: 400;
13600
+ white-space: nowrap;
13601
+ border-inline-end: 1px solid var(--pa-border-color);
13602
+ }
13603
+
13604
+ .pa-desc-table__label::after {
13605
+ content: ":";
13606
+ margin-inline-start: 2px;
13607
+ }
13608
+
13609
+ .pa-desc-table__value {
13610
+ color: var(--pa-text-color-1);
13611
+ font-weight: 500;
13612
+ border-inline-end: 1px solid var(--pa-border-color);
13613
+ min-width: 0;
13614
+ }
13615
+
13616
+ .pa-desc-table__value--full {
13617
+ grid-column: 2/-1;
13618
+ }
13619
+
13620
+ .pa-desc-table--middle .pa-desc-table__label, .pa-desc-table--middle .pa-desc-table__value {
13621
+ display: flex;
13622
+ align-items: center;
13623
+ }
13624
+
13625
+ .pa-desc-table--label-end .pa-desc-table__label {
13626
+ text-align: end;
13627
+ justify-content: flex-end;
13628
+ }
13629
+
13630
+ .pa-desc-table--label-center .pa-desc-table__label {
13631
+ text-align: center;
13632
+ justify-content: center;
13633
+ }
13634
+
13635
+ .pa-desc-table--truncate .pa-desc-table__label, .pa-desc-table--truncate .pa-desc-table__value {
13636
+ overflow: hidden;
13637
+ text-overflow: ellipsis;
13638
+ white-space: nowrap;
13639
+ }
13640
+
13641
+ @container (max-width: 768px) {
13642
+ .pa-desc-table, .pa-desc-table--cols-2 {
13643
+ grid-template-columns: auto 1fr;
13644
+ }
13645
+ .pa-desc-table--fixed, .pa-desc-table--fixed.pa-desc-table--cols-2 {
13646
+ grid-template-columns: minmax(0, var(--label-width, 14rem)) minmax(0, 1fr);
13647
+ }
13648
+ .pa-desc-table .pa-desc-table__value--full {
13649
+ grid-column: 2;
13650
+ }
13651
+ }
13652
+ @media (max-width: 768px) {
13653
+ .pa-desc-table, .pa-desc-table--cols-2 {
13654
+ grid-template-columns: auto 1fr;
13655
+ }
13656
+ .pa-desc-table--fixed, .pa-desc-table--fixed.pa-desc-table--cols-2 {
13657
+ grid-template-columns: minmax(0, var(--label-width, 14rem)) minmax(0, 1fr);
13658
+ }
13659
+ .pa-desc-table .pa-desc-table__value--full {
13660
+ grid-column: 2;
13661
+ }
13662
+ }
13663
+ .pa-dot-leaders {
13664
+ display: flex;
13665
+ flex-direction: column;
13666
+ gap: 0;
13667
+ }
13668
+
13669
+ .pa-dot-leaders__item {
13670
+ display: flex;
13671
+ align-items: baseline;
13672
+ padding: 0.6rem 0;
13673
+ }
13674
+
13675
+ .pa-dot-leaders__item--total {
13676
+ margin-top: 0.4rem;
13677
+ padding-top: 0.8rem;
13678
+ border-top: 2px solid var(--pa-text-color-1);
13679
+ }
13680
+
13681
+ .pa-dot-leaders__label {
13682
+ font-size: 1.4rem;
13683
+ font-weight: 500;
13684
+ color: var(--pa-text-color-2);
13685
+ white-space: nowrap;
13686
+ flex-shrink: 0;
13687
+ }
13688
+
13689
+ .pa-dot-leaders__leader {
13690
+ flex: 1;
13691
+ border-bottom: 2px dotted var(--pa-border-color);
13692
+ margin: 0 0.8rem;
13693
+ margin-bottom: 0.25em;
13694
+ min-width: 2rem;
13695
+ }
13696
+
13697
+ .pa-dot-leaders__value {
13698
+ font-size: 1.4rem;
13699
+ font-weight: 600;
13700
+ color: var(--pa-text-color-1);
13701
+ white-space: nowrap;
13702
+ text-align: end;
13703
+ font-variant-numeric: tabular-nums;
13704
+ }
13705
+
13706
+ .pa-dot-leaders__item--total .pa-dot-leaders__label {
13707
+ font-weight: 700;
13708
+ color: var(--pa-text-color-1);
13709
+ }
13710
+
13711
+ .pa-dot-leaders__item--total .pa-dot-leaders__value {
13712
+ font-size: 1.6rem;
13713
+ font-weight: 700;
13714
+ }
13715
+
13716
+ .pa-prop-card {
13717
+ border: 1px solid var(--pa-border-color);
13718
+ border-radius: 6px;
13719
+ overflow: hidden;
13720
+ }
13721
+
13722
+ .pa-prop-card__header {
13723
+ padding: 1rem 1.6rem;
13724
+ font-weight: 600;
13725
+ font-size: 1.3rem;
13726
+ text-transform: uppercase;
13727
+ letter-spacing: 0.04em;
13728
+ color: var(--pa-text-color-2);
13729
+ background: rgba(128, 128, 128, 0.04);
13730
+ border-bottom: 1px solid var(--pa-border-color);
13731
+ }
13732
+
13733
+ .pa-prop-card__row {
13734
+ display: flex;
13735
+ justify-content: space-between;
13736
+ align-items: center;
13737
+ padding: 1rem 1.6rem;
13738
+ border-bottom: 1px solid rgba(128, 128, 128, 0.08);
13739
+ font-size: 1.4rem;
13740
+ gap: 1.6rem;
13741
+ }
13742
+
13743
+ .pa-prop-card__row:last-child {
13744
+ border-bottom: none;
13745
+ }
13746
+
13747
+ .pa-prop-card__label {
13748
+ color: var(--pa-text-color-2);
13749
+ font-weight: 400;
13750
+ flex-shrink: 0;
13751
+ }
13752
+
13753
+ .pa-prop-card__value {
13754
+ color: var(--pa-text-color-1);
13755
+ font-weight: 500;
13756
+ text-align: end;
13757
+ overflow-wrap: anywhere;
13758
+ }
13759
+
13760
+ .pa-prop-card__value--bold {
13761
+ font-weight: 700;
13762
+ }
13763
+
13764
+ .pa-banded-container {
13765
+ container-type: inline-size;
13766
+ }
13767
+
13768
+ .pa-banded {
13769
+ border: 1px solid var(--pa-border-color);
13770
+ border-radius: 4px;
13771
+ overflow: hidden;
13772
+ }
13773
+
13774
+ .pa-banded__row {
13775
+ display: flex;
13776
+ border-bottom: 1px solid var(--pa-border-color);
13777
+ font-size: 1.4rem;
13778
+ align-items: stretch;
13779
+ }
13780
+
13781
+ .pa-banded__row:last-child {
13782
+ border-bottom: none;
13783
+ }
13784
+
13785
+ .pa-banded__label {
13786
+ flex: 0 0 auto;
13787
+ width: 14rem;
13788
+ padding: 0.8rem 1.2rem;
13789
+ background: rgba(128, 128, 128, 0.06);
13790
+ color: var(--pa-text-color-2);
13791
+ font-weight: 500;
13792
+ border-inline-end: 1px solid var(--pa-border-color);
13793
+ display: flex;
13794
+ align-items: flex-start;
13795
+ }
13796
+
13797
+ .pa-banded__value {
13798
+ flex: 1;
13799
+ padding: 0.8rem 1.2rem;
13800
+ color: var(--pa-text-color-1);
13801
+ font-weight: 400;
13802
+ display: flex;
13803
+ align-items: flex-start;
13804
+ overflow-wrap: anywhere;
13805
+ min-width: 0;
13806
+ }
13807
+
13808
+ .pa-banded--narrow .pa-banded__label {
13809
+ width: 10rem;
13810
+ }
13811
+
13812
+ .pa-banded--wide .pa-banded__label {
13813
+ width: 20rem;
13814
+ }
13815
+
13816
+ .pa-banded--middle .pa-banded__label, .pa-banded--middle .pa-banded__value {
13817
+ align-items: center;
13818
+ }
13819
+
13820
+ .pa-banded--label-end .pa-banded__label {
13821
+ justify-content: flex-end;
13822
+ }
13823
+
13824
+ .pa-banded--label-center .pa-banded__label {
13825
+ justify-content: center;
13826
+ }
13827
+
13828
+ .pa-banded--truncate .pa-banded__label, .pa-banded--truncate .pa-banded__value {
13829
+ overflow: hidden;
13830
+ text-overflow: ellipsis;
13831
+ white-space: nowrap;
13832
+ }
13833
+
13834
+ @container (max-width: 768px) {
13835
+ .pa-banded__row {
13836
+ flex-direction: column;
13837
+ }
13838
+ .pa-banded .pa-banded__label {
13839
+ width: auto !important;
13840
+ border-inline-end: none;
13841
+ border-bottom: 1px solid var(--pa-border-color);
13842
+ }
13843
+ .pa-banded .pa-banded__label, .pa-banded .pa-banded__value {
13844
+ display: block;
13845
+ }
13846
+ }
13847
+ @media (max-width: 768px) {
13848
+ .pa-banded__row {
13849
+ flex-direction: column;
13850
+ }
13851
+ .pa-banded .pa-banded__label {
13852
+ width: auto !important;
13853
+ border-inline-end: none;
13854
+ border-bottom: 1px solid var(--pa-border-color);
13855
+ }
13856
+ .pa-banded .pa-banded__label, .pa-banded .pa-banded__value {
13857
+ display: block;
13858
+ }
13859
+ }
13860
+ .pa-accent-grid {
13861
+ display: grid;
13862
+ grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
13863
+ gap: 0.8rem;
13864
+ }
13865
+
13866
+ .pa-accent-grid__item {
13867
+ padding: 0.8rem 1.2rem;
13868
+ padding-inline-start: 1.4rem;
13869
+ border-inline-start: 3px solid var(--pa-accent, #3b82f6);
13870
+ }
13871
+
13872
+ .pa-accent-grid__item--success {
13873
+ border-inline-start-color: var(--pa-success-color, #28a745);
13874
+ }
13875
+
13876
+ .pa-accent-grid__item--warning {
13877
+ border-inline-start-color: var(--pa-warning-color, #e68a00);
13878
+ }
13879
+
13880
+ .pa-accent-grid__item--danger {
13881
+ border-inline-start-color: var(--pa-danger-color, #dc3545);
13882
+ }
13883
+
13884
+ .pa-accent-grid__item--info {
13885
+ border-inline-start-color: var(--pa-info-color, #17a2b8);
13886
+ }
13887
+
13888
+ .pa-accent-grid__label {
13889
+ font-size: 1.1rem;
13890
+ font-weight: 500;
13891
+ color: var(--pa-text-color-2);
13892
+ margin-bottom: 0.2rem;
13893
+ text-transform: uppercase;
13894
+ letter-spacing: 0.03em;
13895
+ }
13896
+
13897
+ .pa-accent-grid__value {
13898
+ font-size: 1.5rem;
13899
+ font-weight: 600;
13900
+ color: var(--pa-text-color-1);
13901
+ line-height: 1.2;
13902
+ }
13903
+
13438
13904
  /* ========================================
13439
13905
  Utility Components
13440
13906
  Font utilities, compact mode, component showcase
@@ -13788,14 +14254,6 @@ html.font-size-xlarge {
13788
14254
  text-align: end;
13789
14255
  }
13790
14256
 
13791
- .pa-text--left {
13792
- text-align: start;
13793
- }
13794
-
13795
- .pa-text--right {
13796
- text-align: end;
13797
- }
13798
-
13799
14257
  .pa-text--caption {
13800
14258
  font-size: 1.2rem;
13801
14259
  color: var(--pa-text-color-2);
@@ -14321,14 +14779,6 @@ html.font-size-xlarge {
14321
14779
  text-align: end;
14322
14780
  }
14323
14781
 
14324
- .text-left {
14325
- text-align: start;
14326
- }
14327
-
14328
- .text-right {
14329
- text-align: end;
14330
- }
14331
-
14332
14782
  /* Pure Admin Visual Framework - SCSS Variables Only */
14333
14783
  /* NOTE: 10px rem base - all rem values are now in 10px units (1rem = 10px) */
14334
14784
  .m-0 {
@@ -15661,18 +16111,10 @@ html.font-size-xlarge {
15661
16111
  flex-shrink: 1 !important;
15662
16112
  }
15663
16113
 
15664
- .text-left {
15665
- text-align: left !important;
15666
- }
15667
-
15668
16114
  .text-center {
15669
16115
  text-align: center !important;
15670
16116
  }
15671
16117
 
15672
- .text-right {
15673
- text-align: right !important;
15674
- }
15675
-
15676
16118
  .text-nowrap {
15677
16119
  white-space: nowrap !important;
15678
16120
  }
@@ -16272,6 +16714,26 @@ html.font-size-xlarge {
16272
16714
  min-height: 50rem !important;
16273
16715
  }
16274
16716
 
16717
+ .minhr-60 {
16718
+ min-height: 60rem !important;
16719
+ }
16720
+
16721
+ .minhr-70 {
16722
+ min-height: 70rem !important;
16723
+ }
16724
+
16725
+ .minhr-80 {
16726
+ min-height: 80rem !important;
16727
+ }
16728
+
16729
+ .minhr-90 {
16730
+ min-height: 90rem !important;
16731
+ }
16732
+
16733
+ .minhr-100 {
16734
+ min-height: 100rem !important;
16735
+ }
16736
+
16275
16737
  .maxhr-1 {
16276
16738
  max-height: 1rem !important;
16277
16739
  }
@@ -16916,6 +17378,10 @@ html.font-size-xlarge {
16916
17378
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
16917
17379
  }
16918
17380
 
17381
+ .pa-cq {
17382
+ container-type: inline-size;
17383
+ }
17384
+
16919
17385
  .pa-header__brand h1 {
16920
17386
  color: #000000 !important;
16921
17387
  font-weight: 700 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keenmate/pure-admin-theme-express",
3
- "version": "1.4.0",
3
+ "version": "1.5.1",
4
4
  "description": "Express theme for Pure Admin",
5
5
  "style": "dist/express.css",
6
6
  "exports": {