@keenmate/pure-admin-core 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.
package/README.md CHANGED
@@ -194,23 +194,23 @@ Sizes: `0`, `xs`, `sm`, `md`, `base`, `lg`, `xl`, `2xl`, `auto`
194
194
  - `.pa-navbar` - Fixed navbar container
195
195
  - `.pa-navbar__inner` - Inner content wrapper
196
196
  - **Three-section layout:**
197
- - `.pa-header__left` - Left section (burger, brand, nav) - stays anchored left
197
+ - `.pa-header__start` - Start section (burger, brand, nav) - stays anchored to start
198
198
  - `.pa-header__center` - Center section (page title) - flexible
199
- - `.pa-header__right` - Right section (notifications, profile) - stays anchored right
199
+ - `.pa-header__end` - End section (notifications, profile) - stays anchored to end
200
200
  - `.pa-header__burger` - Hamburger menu button
201
201
  - `.pa-header__brand` - Brand/logo container
202
202
  - `.pa-header__nav` - Navigation links container
203
- - `.pa-header__nav--left/--right` - Navigation position
203
+ - `.pa-header__nav--start/--end` - Navigation position
204
204
  - `.pa-header__title` - Page title
205
205
  - `.pa-header__profile-btn` - Profile button
206
206
 
207
207
  ### Footer
208
208
  - `.pa-layout__footer` - Footer container (uses `min-height`, can expand)
209
209
  - **Three-section layout:**
210
- - `.pa-footer__left` - Left section (copyright) - stays anchored left
210
+ - `.pa-footer__start` - Start section (copyright) - stays anchored to start
211
211
  - `.pa-footer__center` - Center section (optional) - flexible
212
- - `.pa-footer__right` - Right section (version info, links) - stays anchored right
213
- - `.pa-footer__right--vertical` - Stack items vertically with right-aligned text
212
+ - `.pa-footer__end` - End section (version info, links) - stays anchored to end
213
+ - `.pa-footer__end--vertical` - Stack items vertically
214
214
 
215
215
  ### Forms
216
216
  - `.pa-input` - Text inputs
@@ -311,7 +311,7 @@ Works with both `pa-table` and `web-grid` component. First/last columns automati
311
311
  - `.pa-pager__info` - Page info display
312
312
  - `.pa-pager__input` - Page number input
313
313
  - `.pa-pager__text` - Text labels
314
- - `.pa-pager--left/center/right` - Alignment modifiers
314
+ - `.pa-pager--start/center/end` - Alignment modifiers
315
315
 
316
316
  ### Load More
317
317
  - `.pa-load-more` - Load more container
@@ -320,7 +320,7 @@ Works with both `pa-table` and `web-grid` component. First/last columns automati
320
320
  - `.pa-load-more__spinner` - Loading spinner
321
321
  - `.pa-load-more__text` - Button text
322
322
  - `.pa-load-more__count` - Item count display
323
- - `.pa-load-more--left/center/right` - Alignment modifiers
323
+ - `.pa-load-more--start/center/end` - Alignment modifiers
324
324
 
325
325
  ### Statistics
326
326
  - `.pa-stat` - Base statistics component
package/dist/css/main.css CHANGED
@@ -1332,18 +1332,10 @@
1332
1332
  flex-shrink: 1 !important;
1333
1333
  }
1334
1334
 
1335
- .text-left {
1336
- text-align: left !important;
1337
- }
1338
-
1339
1335
  .text-center {
1340
1336
  text-align: center !important;
1341
1337
  }
1342
1338
 
1343
- .text-right {
1344
- text-align: right !important;
1345
- }
1346
-
1347
1339
  .text-nowrap {
1348
1340
  white-space: nowrap !important;
1349
1341
  }
@@ -2790,7 +2782,7 @@ body.pa-container-2xl .pa-navbar {
2790
2782
  gap: 1.6rem;
2791
2783
  }
2792
2784
 
2793
- .pa-header__left {
2785
+ .pa-header__start {
2794
2786
  display: flex;
2795
2787
  align-items: center;
2796
2788
  gap: 1.6rem;
@@ -2805,7 +2797,7 @@ body.pa-container-2xl .pa-navbar {
2805
2797
  justify-content: center;
2806
2798
  }
2807
2799
 
2808
- .pa-header__right {
2800
+ .pa-header__end {
2809
2801
  display: flex;
2810
2802
  align-items: center;
2811
2803
  gap: 1.6rem;
@@ -2907,7 +2899,7 @@ body.pa-layout--sticky .pa-layout__inner {
2907
2899
  gap: 1.6rem;
2908
2900
  }
2909
2901
 
2910
- .pa-footer__left {
2902
+ .pa-footer__start {
2911
2903
  display: flex;
2912
2904
  align-items: center;
2913
2905
  gap: 1.6rem;
@@ -2922,13 +2914,13 @@ body.pa-layout--sticky .pa-layout__inner {
2922
2914
  justify-content: center;
2923
2915
  }
2924
2916
 
2925
- .pa-footer__right {
2917
+ .pa-footer__end {
2926
2918
  display: flex;
2927
2919
  align-items: center;
2928
2920
  gap: 1.6rem;
2929
2921
  flex-shrink: 0;
2930
2922
  }
2931
- .pa-footer__right--vertical {
2923
+ .pa-footer__end--vertical {
2932
2924
  flex-direction: column;
2933
2925
  align-items: flex-end;
2934
2926
  gap: 0.4rem;
@@ -2940,22 +2932,22 @@ body.pa-layout--sticky .pa-layout__inner {
2940
2932
  min-height: auto;
2941
2933
  padding: 0.8rem 1.6rem;
2942
2934
  }
2943
- .pa-footer__left,
2935
+ .pa-footer__start,
2944
2936
  .pa-footer__center,
2945
- .pa-footer__right {
2937
+ .pa-footer__end {
2946
2938
  flex-shrink: 1;
2947
2939
  min-width: 0;
2948
2940
  }
2949
- .pa-footer__left {
2941
+ .pa-footer__start {
2950
2942
  flex: 1 1 auto;
2951
2943
  }
2952
2944
  .pa-footer__center {
2953
2945
  display: none;
2954
2946
  }
2955
- .pa-footer__right {
2947
+ .pa-footer__end {
2956
2948
  flex: 0 1 auto;
2957
2949
  }
2958
- .pa-footer__right--vertical {
2950
+ .pa-footer__end--vertical {
2959
2951
  align-items: flex-end;
2960
2952
  }
2961
2953
  }
@@ -5340,6 +5332,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
5340
5332
  display: flex;
5341
5333
  justify-content: space-between;
5342
5334
  align-items: center;
5335
+ gap: 1.6rem;
5343
5336
  min-width: 0;
5344
5337
  }
5345
5338
  .pa-card__header h1,
@@ -5368,9 +5361,40 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
5368
5361
  color: var(--pa-text-color-1);
5369
5362
  font-size: 1.6rem;
5370
5363
  }
5364
+ .pa-card__header > h1,
5365
+ .pa-card__header > h2,
5366
+ .pa-card__header > h3,
5367
+ .pa-card__header > h4,
5368
+ .pa-card__header > h5,
5369
+ .pa-card__header > h6 {
5370
+ flex-shrink: 0;
5371
+ }
5372
+ .pa-card__header > p {
5373
+ flex: 1;
5374
+ min-width: 0;
5375
+ overflow: hidden;
5376
+ text-overflow: ellipsis;
5377
+ white-space: nowrap;
5378
+ color: var(--pa-text-color-2);
5379
+ font-size: 1.4rem;
5380
+ }
5381
+ .pa-card__header .pa-card__actions,
5382
+ .pa-card__header .pa-btn-group {
5383
+ flex-shrink: 0;
5384
+ }
5371
5385
  .pa-card__header .pa-btn {
5372
5386
  margin-top: -0.25rem;
5373
5387
  margin-bottom: -0.25rem;
5388
+ flex-shrink: 0;
5389
+ }
5390
+ .pa-card__header--wrap {
5391
+ flex-wrap: wrap;
5392
+ }
5393
+ .pa-card__header--wrap > p {
5394
+ white-space: normal;
5395
+ flex-basis: 100%;
5396
+ order: 1;
5397
+ margin-top: 0.4rem;
5374
5398
  }
5375
5399
  .pa-card__title {
5376
5400
  display: flex;
@@ -5888,18 +5912,18 @@ a.pa-card p {
5888
5912
  .pa-tabs--scrollable .pa-tabs__scroll-btn:hover {
5889
5913
  background: linear-gradient(to right, var(--pa-main-bg), color-mix(in srgb, var(--pa-main-bg) 80%, transparent));
5890
5914
  }
5891
- .pa-tabs--scrollable .pa-tabs__scroll-btn--left, .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
5915
+ .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
5892
5916
  inset-inline-start: 0;
5893
5917
  background: linear-gradient(to right, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
5894
5918
  }
5895
- [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--left, [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
5919
+ [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
5896
5920
  background: linear-gradient(to left, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
5897
5921
  }
5898
- .pa-tabs--scrollable .pa-tabs__scroll-btn--right, .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
5922
+ .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
5899
5923
  inset-inline-end: 0;
5900
5924
  background: linear-gradient(to left, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
5901
5925
  }
5902
- [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--right, [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
5926
+ [dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
5903
5927
  background: linear-gradient(to right, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
5904
5928
  }
5905
5929
  .pa-tabs--scrollable .pa-tabs__scroll-btn--visible {
@@ -7314,16 +7338,16 @@ a.pa-card p {
7314
7338
  .pa-btn:has(.pa-btn__icon) .pa-btn__icon:last-child {
7315
7339
  margin: 0;
7316
7340
  }
7317
- .pa-btn--align-left {
7341
+ .pa-btn--align-start {
7318
7342
  justify-content: flex-start;
7319
7343
  }
7320
- .pa-btn--align-left .pa-btn__icon {
7344
+ .pa-btn--align-start .pa-btn__icon {
7321
7345
  padding-inline-start: 0;
7322
7346
  }
7323
- .pa-btn--align-right {
7347
+ .pa-btn--align-end {
7324
7348
  justify-content: flex-end;
7325
7349
  }
7326
- .pa-btn--align-right .pa-btn__icon {
7350
+ .pa-btn--align-end .pa-btn__icon {
7327
7351
  padding-inline-end: 0;
7328
7352
  }
7329
7353
  .pa-btn--align-center {
@@ -8188,7 +8212,7 @@ a.pa-card p {
8188
8212
  text-align: end;
8189
8213
  }
8190
8214
 
8191
- .pa-popover--right .pa-popover__body {
8215
+ .pa-popover--end .pa-popover__body {
8192
8216
  text-align: end;
8193
8217
  }
8194
8218
 
@@ -10501,6 +10525,10 @@ web-multiselect {
10501
10525
  .pa-table-card:hover {
10502
10526
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
10503
10527
  }
10528
+ .pa-table-card:has(.pa-detail-view) .pa-table-card__body {
10529
+ position: relative;
10530
+ overflow: hidden;
10531
+ }
10504
10532
  .pa-table-card__header {
10505
10533
  padding: 0.5rem 1rem;
10506
10534
  min-height: 4rem;
@@ -10569,6 +10597,27 @@ web-multiselect {
10569
10597
  .pa-table-card__body .pa-table tbody tr:last-child td {
10570
10598
  border-bottom: none;
10571
10599
  }
10600
+ .pa-table-card__body .pa-detail-view {
10601
+ height: 100%;
10602
+ }
10603
+ .pa-table-card__body .pa-detail-view .pa-detail-view__main .pa-table {
10604
+ border-radius: 0;
10605
+ }
10606
+ .pa-table-card__body .pa-detail-view .pa-detail-view__main .pa-table th:first-child,
10607
+ .pa-table-card__body .pa-detail-view .pa-detail-view__main .pa-table td:first-child {
10608
+ padding-inline-start: 1rem;
10609
+ }
10610
+ .pa-table-card__body .pa-detail-view .pa-detail-view__main .pa-table th:last-child,
10611
+ .pa-table-card__body .pa-detail-view .pa-detail-view__main .pa-table td:last-child {
10612
+ padding-inline-end: 1rem;
10613
+ }
10614
+ .pa-table-card__body .pa-detail-view .pa-detail-view__main .pa-table tbody tr:last-child td {
10615
+ border-bottom: none;
10616
+ }
10617
+ .pa-table-card__body .pa-detail-view .pa-detail-view__main web-grid {
10618
+ --wg-cell-padding-left: 1rem;
10619
+ --wg-cell-padding-right: 1rem;
10620
+ }
10572
10621
  .pa-table-card__footer {
10573
10622
  padding: 1.2rem 1rem;
10574
10623
  border-top: 1px solid var(--pa-border-color);
@@ -10724,6 +10773,10 @@ web-multiselect {
10724
10773
  border-radius: 0;
10725
10774
  padding-inline: 0;
10726
10775
  }
10776
+ .pa-table-card--plain .pa-table-card__body:has(.pa-detail-view--overlay) {
10777
+ position: relative;
10778
+ overflow: hidden;
10779
+ }
10727
10780
  .pa-table-card--plain .pa-table-card__footer {
10728
10781
  background: transparent;
10729
10782
  border-top: none;
@@ -10828,13 +10881,13 @@ web-multiselect {
10828
10881
  .pa-pager {
10829
10882
  justify-content: center;
10830
10883
  }
10831
- .pa-pager--left {
10884
+ .pa-pager--start {
10832
10885
  justify-content: flex-start;
10833
10886
  }
10834
10887
  .pa-pager--center {
10835
10888
  justify-content: center;
10836
10889
  }
10837
- .pa-pager--right {
10890
+ .pa-pager--end {
10838
10891
  justify-content: flex-end;
10839
10892
  }
10840
10893
  .pa-pager__container {
@@ -10874,13 +10927,13 @@ web-multiselect {
10874
10927
  .pa-load-more {
10875
10928
  justify-content: center;
10876
10929
  }
10877
- .pa-load-more--left {
10930
+ .pa-load-more--start {
10878
10931
  justify-content: flex-start;
10879
10932
  }
10880
10933
  .pa-load-more--center {
10881
10934
  justify-content: center;
10882
10935
  }
10883
- .pa-load-more--right {
10936
+ .pa-load-more--end {
10884
10937
  justify-content: flex-end;
10885
10938
  }
10886
10939
  .pa-load-more__button {
@@ -11398,13 +11451,13 @@ code {
11398
11451
  .pa-pager {
11399
11452
  justify-content: center;
11400
11453
  }
11401
- .pa-pager--left {
11454
+ .pa-pager--start {
11402
11455
  justify-content: flex-start;
11403
11456
  }
11404
11457
  .pa-pager--center {
11405
11458
  justify-content: center;
11406
11459
  }
11407
- .pa-pager--right {
11460
+ .pa-pager--end {
11408
11461
  justify-content: flex-end;
11409
11462
  }
11410
11463
  .pa-pager__container {
@@ -11444,13 +11497,13 @@ code {
11444
11497
  .pa-load-more {
11445
11498
  justify-content: center;
11446
11499
  }
11447
- .pa-load-more--left {
11500
+ .pa-load-more--start {
11448
11501
  justify-content: flex-start;
11449
11502
  }
11450
11503
  .pa-load-more--center {
11451
11504
  justify-content: center;
11452
11505
  }
11453
- .pa-load-more--right {
11506
+ .pa-load-more--end {
11454
11507
  justify-content: flex-end;
11455
11508
  }
11456
11509
  .pa-load-more__button {
@@ -12511,60 +12564,60 @@ code {
12511
12564
  padding: 3.2rem 3.2rem 3.2rem calc(6.4rem + 40px);
12512
12565
  border-radius: 500px 0 0 500px;
12513
12566
  }
12514
- .pa-timeline--alternating.pa-timeline--left::after {
12567
+ .pa-timeline--alternating.pa-timeline--start::after {
12515
12568
  left: 90px;
12516
12569
  }
12517
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item {
12570
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item {
12518
12571
  width: 100%;
12519
12572
  padding-left: 120px;
12520
12573
  padding-right: 0;
12521
12574
  left: 0 !important;
12522
12575
  }
12523
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item::after {
12576
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item::after {
12524
12577
  left: 82px;
12525
12578
  }
12526
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item::before {
12579
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item::before {
12527
12580
  left: 100px;
12528
12581
  }
12529
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item .pa-timeline__date {
12582
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__date {
12530
12583
  right: auto;
12531
12584
  left: 15px;
12532
12585
  }
12533
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item .pa-timeline__icon {
12586
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__icon {
12534
12587
  right: auto;
12535
12588
  left: 146px;
12536
12589
  }
12537
- .pa-timeline--alternating.pa-timeline--left .pa-timeline__item .pa-timeline__content {
12590
+ .pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__content {
12538
12591
  padding: 3.2rem 3.2rem 3.2rem calc(6.4rem + 40px);
12539
12592
  border-radius: 500px 0 0 500px;
12540
12593
  }
12541
- .pa-timeline--alternating.pa-timeline--right::after {
12594
+ .pa-timeline--alternating.pa-timeline--end::after {
12542
12595
  right: 90px;
12543
12596
  left: auto;
12544
12597
  }
12545
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item {
12598
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item {
12546
12599
  width: 100%;
12547
12600
  padding-left: 0;
12548
12601
  padding-right: 120px;
12549
12602
  left: 0 !important;
12550
12603
  }
12551
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item::after {
12604
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item::after {
12552
12605
  right: 82px;
12553
12606
  left: auto;
12554
12607
  }
12555
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item::before {
12608
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item::before {
12556
12609
  right: 100px;
12557
12610
  left: auto;
12558
12611
  }
12559
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item .pa-timeline__date {
12612
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__date {
12560
12613
  left: auto;
12561
12614
  right: 15px;
12562
12615
  }
12563
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item .pa-timeline__icon {
12616
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__icon {
12564
12617
  left: auto;
12565
12618
  right: 146px;
12566
12619
  }
12567
- .pa-timeline--alternating.pa-timeline--right .pa-timeline__item .pa-timeline__content {
12620
+ .pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__content {
12568
12621
  padding: 3.2rem calc(6.4rem + 40px) 3.2rem 3.2rem;
12569
12622
  border-radius: 0 500px 500px 0;
12570
12623
  }
@@ -13771,14 +13824,17 @@ code {
13771
13824
  top: 0;
13772
13825
  inset-inline-end: 0;
13773
13826
  height: 100%;
13774
- z-index: 2;
13827
+ z-index: 3501;
13828
+ }
13829
+ .pa-detail-view--overlay .pa-detail-view__panel--open {
13830
+ max-width: 100%;
13775
13831
  }
13776
13832
 
13777
13833
  .pa-detail-view__overlay {
13778
13834
  position: absolute;
13779
13835
  inset: 0;
13780
13836
  background-color: var(--pa-detail-panel-overlay-bg);
13781
- z-index: 1;
13837
+ z-index: 3500;
13782
13838
  opacity: 0;
13783
13839
  visibility: hidden;
13784
13840
  cursor: pointer;
@@ -14559,6 +14615,62 @@ html.font-size-xlarge {
14559
14615
  max-height: 50rem;
14560
14616
  }
14561
14617
 
14618
+ .h-full {
14619
+ height: 100%;
14620
+ }
14621
+
14622
+ .h-screen {
14623
+ height: 100vh;
14624
+ }
14625
+
14626
+ .min-h-full {
14627
+ min-height: 100%;
14628
+ }
14629
+
14630
+ .min-h-screen {
14631
+ min-height: 100vh;
14632
+ }
14633
+
14634
+ .max-h-full {
14635
+ max-height: 100%;
14636
+ }
14637
+
14638
+ .max-h-screen {
14639
+ max-height: 100vh;
14640
+ }
14641
+
14642
+ .flex-1 {
14643
+ flex: 1 1 0%;
14644
+ }
14645
+
14646
+ .flex-auto {
14647
+ flex: 1 1 auto;
14648
+ }
14649
+
14650
+ .flex-initial {
14651
+ flex: 0 1 auto;
14652
+ }
14653
+
14654
+ .flex-none {
14655
+ flex: none;
14656
+ }
14657
+
14658
+ .flex-grow {
14659
+ flex-grow: 1;
14660
+ }
14661
+
14662
+ .flex-grow-0 {
14663
+ flex-grow: 0;
14664
+ }
14665
+
14666
+ .flex-shrink {
14667
+ flex-shrink: 1;
14668
+ }
14669
+
14670
+ .flex-shrink-0 {
14671
+ flex-shrink: 0;
14672
+ }
14673
+
14562
14674
  .overflow-auto {
14563
14675
  overflow: auto;
14564
14676
  }
@@ -14594,6 +14706,10 @@ html.font-size-xlarge {
14594
14706
  overflow-x: overlay;
14595
14707
  }
14596
14708
 
14709
+ .pa-scroll-lock {
14710
+ overflow: hidden !important;
14711
+ }
14712
+
14597
14713
  .cursor-pointer {
14598
14714
  cursor: pointer;
14599
14715
  }
@@ -14669,12 +14785,6 @@ html.font-size-xlarge {
14669
14785
  .pa-text--end {
14670
14786
  text-align: end;
14671
14787
  }
14672
- .pa-text--left {
14673
- text-align: start;
14674
- }
14675
- .pa-text--right {
14676
- text-align: end;
14677
- }
14678
14788
  .pa-text--caption {
14679
14789
  font-size: 1.2rem;
14680
14790
  color: var(--pa-text-color-2);
@@ -15193,11 +15303,3 @@ html.font-size-xlarge {
15193
15303
  .text-end {
15194
15304
  text-align: end;
15195
15305
  }
15196
-
15197
- .text-left {
15198
- text-align: start;
15199
- }
15200
-
15201
- .text-right {
15202
- text-align: end;
15203
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keenmate/pure-admin-core",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Lightweight, data-focused HTML/CSS admin framework built with PureCSS foundation and comprehensive component system",
5
5
  "style": "dist/css/main.css",
6
6
  "exports": {
@@ -38,7 +38,7 @@
38
38
  "components",
39
39
  "ui-kit"
40
40
  ],
41
- "author": "Pure Admin",
41
+ "author": "KeenMate",
42
42
  "license": "MIT",
43
43
  "peerDependencies": {
44
44
  "sass": "^1.0.0"
@@ -48,12 +48,13 @@
48
48
  },
49
49
  "repository": {
50
50
  "type": "git",
51
- "url": "git+https://github.com/pure-admin/core.git"
51
+ "url": "git+https://github.com/KeenMate/pure-admin.git",
52
+ "directory": "packages/core"
52
53
  },
53
54
  "bugs": {
54
- "url": "https://github.com/pure-admin/core/issues"
55
+ "url": "https://github.com/KeenMate/pure-admin/issues"
55
56
  },
56
- "homepage": "https://github.com/pure-admin/core#readme",
57
+ "homepage": "https://github.com/KeenMate/pure-admin#readme",
57
58
  "publishConfig": {
58
59
  "access": "public"
59
60
  }
@@ -263,14 +263,14 @@
263
263
 
264
264
  <!-- BUTTON ALIGNMENT -->
265
265
 
266
- <!-- Left Aligned (icon flush to left) -->
267
- <button class="pa-btn pa-btn--primary minwr-8 pa-btn--align-left">
266
+ <!-- Start Aligned (icon flush to inline-start) -->
267
+ <button class="pa-btn pa-btn--primary minwr-8 pa-btn--align-start">
268
268
  <span class="pa-btn__icon">✓</span>
269
269
  Save
270
270
  </button>
271
271
 
272
- <!-- Right Aligned (icon flush to right) -->
273
- <button class="pa-btn pa-btn--primary minwr-8 pa-btn--align-right">
272
+ <!-- End Aligned (icon flush to inline-end) -->
273
+ <button class="pa-btn pa-btn--primary minwr-8 pa-btn--align-end">
274
274
  Save
275
275
  <span class="pa-btn__icon">✓</span>
276
276
  </button>