@keenmate/pure-admin-theme-express 1.4.0 → 1.5.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.
Files changed (2) hide show
  1. package/dist/express.css +41 -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
  }
@@ -3588,21 +3588,21 @@ a.pa-card p {
3588
3588
  background: linear-gradient(to right, var(--pa-main-bg), color-mix(in srgb, var(--pa-main-bg) 80%, transparent));
3589
3589
  }
3590
3590
 
3591
- .pa-tabs--scrollable .pa-tabs__scroll-btn--left, .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
3591
+ .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
3592
3592
  inset-inline-start: 0;
3593
3593
  background: linear-gradient(to right, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
3594
3594
  }
3595
3595
 
3596
- [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--left, [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
3596
+ [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
3597
3597
  background: linear-gradient(to left, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
3598
3598
  }
3599
3599
 
3600
- .pa-tabs--scrollable .pa-tabs__scroll-btn--right, .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
3600
+ .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
3601
3601
  inset-inline-end: 0;
3602
3602
  background: linear-gradient(to left, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
3603
3603
  }
3604
3604
 
3605
- [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--right, [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
3605
+ [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
3606
3606
  background: linear-gradient(to right, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
3607
3607
  }
3608
3608
 
@@ -5305,19 +5305,19 @@ a.pa-card p {
5305
5305
  margin: 0;
5306
5306
  }
5307
5307
 
5308
- .pa-btn--align-left {
5308
+ .pa-btn--align-start {
5309
5309
  justify-content: flex-start;
5310
5310
  }
5311
5311
 
5312
- .pa-btn--align-left .pa-btn__icon {
5312
+ .pa-btn--align-start .pa-btn__icon {
5313
5313
  padding-inline-start: 0;
5314
5314
  }
5315
5315
 
5316
- .pa-btn--align-right {
5316
+ .pa-btn--align-end {
5317
5317
  justify-content: flex-end;
5318
5318
  }
5319
5319
 
5320
- .pa-btn--align-right .pa-btn__icon {
5320
+ .pa-btn--align-end .pa-btn__icon {
5321
5321
  padding-inline-end: 0;
5322
5322
  }
5323
5323
 
@@ -6340,7 +6340,7 @@ a.pa-card p {
6340
6340
  text-align: end;
6341
6341
  }
6342
6342
 
6343
- .pa-popover--right .pa-popover__body {
6343
+ .pa-popover--end .pa-popover__body {
6344
6344
  text-align: end;
6345
6345
  }
6346
6346
 
@@ -9420,7 +9420,7 @@ web-multiselect {
9420
9420
  justify-content: center;
9421
9421
  }
9422
9422
 
9423
- .pa-pager--left {
9423
+ .pa-pager--start {
9424
9424
  justify-content: flex-start;
9425
9425
  }
9426
9426
 
@@ -9428,7 +9428,7 @@ web-multiselect {
9428
9428
  justify-content: center;
9429
9429
  }
9430
9430
 
9431
- .pa-pager--right {
9431
+ .pa-pager--end {
9432
9432
  justify-content: flex-end;
9433
9433
  }
9434
9434
 
@@ -9477,7 +9477,7 @@ web-multiselect {
9477
9477
  justify-content: center;
9478
9478
  }
9479
9479
 
9480
- .pa-load-more--left {
9480
+ .pa-load-more--start {
9481
9481
  justify-content: flex-start;
9482
9482
  }
9483
9483
 
@@ -9485,7 +9485,7 @@ web-multiselect {
9485
9485
  justify-content: center;
9486
9486
  }
9487
9487
 
9488
- .pa-load-more--right {
9488
+ .pa-load-more--end {
9489
9489
  justify-content: flex-end;
9490
9490
  }
9491
9491
 
@@ -10045,7 +10045,7 @@ code {
10045
10045
  justify-content: center;
10046
10046
  }
10047
10047
 
10048
- .pa-pager--left {
10048
+ .pa-pager--start {
10049
10049
  justify-content: flex-start;
10050
10050
  }
10051
10051
 
@@ -10053,7 +10053,7 @@ code {
10053
10053
  justify-content: center;
10054
10054
  }
10055
10055
 
10056
- .pa-pager--right {
10056
+ .pa-pager--end {
10057
10057
  justify-content: flex-end;
10058
10058
  }
10059
10059
 
@@ -10102,7 +10102,7 @@ code {
10102
10102
  justify-content: center;
10103
10103
  }
10104
10104
 
10105
- .pa-load-more--left {
10105
+ .pa-load-more--start {
10106
10106
  justify-content: flex-start;
10107
10107
  }
10108
10108
 
@@ -10110,7 +10110,7 @@ code {
10110
10110
  justify-content: center;
10111
10111
  }
10112
10112
 
10113
- .pa-load-more--right {
10113
+ .pa-load-more--end {
10114
10114
  justify-content: flex-end;
10115
10115
  }
10116
10116
 
@@ -11316,73 +11316,73 @@ code {
11316
11316
  border-radius: 500px 0 0 500px;
11317
11317
  }
11318
11318
 
11319
- .pa-timeline--alternating.pa-timeline--left::after {
11319
+ .pa-timeline--alternating.pa-timeline--start::after {
11320
11320
  left: 90px;
11321
11321
  }
11322
11322
 
11323
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item {
11323
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item {
11324
11324
  width: 100%;
11325
11325
  padding-left: 120px;
11326
11326
  padding-right: 0;
11327
11327
  left: 0 !important;
11328
11328
  }
11329
11329
 
11330
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item::after {
11330
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item::after {
11331
11331
  left: 82px;
11332
11332
  }
11333
11333
 
11334
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item::before {
11334
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item::before {
11335
11335
  left: 100px;
11336
11336
  }
11337
11337
 
11338
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item .pa-timeline__date {
11338
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__date {
11339
11339
  right: auto;
11340
11340
  left: 15px;
11341
11341
  }
11342
11342
 
11343
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item .pa-timeline__icon {
11343
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__icon {
11344
11344
  right: auto;
11345
11345
  left: 146px;
11346
11346
  }
11347
11347
 
11348
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item .pa-timeline__content {
11348
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__content {
11349
11349
  padding: 3.2rem 3.2rem 3.2rem calc(6.4rem + 40px);
11350
11350
  border-radius: 500px 0 0 500px;
11351
11351
  }
11352
11352
 
11353
- .pa-timeline--alternating.pa-timeline--right::after {
11353
+ .pa-timeline--alternating.pa-timeline--end::after {
11354
11354
  right: 90px;
11355
11355
  left: auto;
11356
11356
  }
11357
11357
 
11358
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item {
11358
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item {
11359
11359
  width: 100%;
11360
11360
  padding-left: 0;
11361
11361
  padding-right: 120px;
11362
11362
  left: 0 !important;
11363
11363
  }
11364
11364
 
11365
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item::after {
11365
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item::after {
11366
11366
  right: 82px;
11367
11367
  left: auto;
11368
11368
  }
11369
11369
 
11370
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item::before {
11370
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item::before {
11371
11371
  right: 100px;
11372
11372
  left: auto;
11373
11373
  }
11374
11374
 
11375
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item .pa-timeline__date {
11375
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__date {
11376
11376
  left: auto;
11377
11377
  right: 15px;
11378
11378
  }
11379
11379
 
11380
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item .pa-timeline__icon {
11380
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__icon {
11381
11381
  left: auto;
11382
11382
  right: 146px;
11383
11383
  }
11384
11384
 
11385
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item .pa-timeline__content {
11385
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__content {
11386
11386
  padding: 3.2rem calc(6.4rem + 40px) 3.2rem 3.2rem;
11387
11387
  border-radius: 0 500px 500px 0;
11388
11388
  }
@@ -13788,14 +13788,6 @@ html.font-size-xlarge {
13788
13788
  text-align: end;
13789
13789
  }
13790
13790
 
13791
- .pa-text--left {
13792
- text-align: start;
13793
- }
13794
-
13795
- .pa-text--right {
13796
- text-align: end;
13797
- }
13798
-
13799
13791
  .pa-text--caption {
13800
13792
  font-size: 1.2rem;
13801
13793
  color: var(--pa-text-color-2);
@@ -14321,14 +14313,6 @@ html.font-size-xlarge {
14321
14313
  text-align: end;
14322
14314
  }
14323
14315
 
14324
- .text-left {
14325
- text-align: start;
14326
- }
14327
-
14328
- .text-right {
14329
- text-align: end;
14330
- }
14331
-
14332
14316
  /* Pure Admin Visual Framework - SCSS Variables Only */
14333
14317
  /* NOTE: 10px rem base - all rem values are now in 10px units (1rem = 10px) */
14334
14318
  .m-0 {
@@ -15661,18 +15645,10 @@ html.font-size-xlarge {
15661
15645
  flex-shrink: 1 !important;
15662
15646
  }
15663
15647
 
15664
- .text-left {
15665
- text-align: left !important;
15666
- }
15667
-
15668
15648
  .text-center {
15669
15649
  text-align: center !important;
15670
15650
  }
15671
15651
 
15672
- .text-right {
15673
- text-align: right !important;
15674
- }
15675
-
15676
15652
  .text-nowrap {
15677
15653
  white-space: nowrap !important;
15678
15654
  }
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.0",
4
4
  "description": "Express theme for Pure Admin",
5
5
  "style": "dist/express.css",
6
6
  "exports": {