hr-design-system-handlebars 1.59.12 → 1.59.13
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/CHANGELOG.md +12 -0
- package/dist/assets/index.css +15 -210
- package/package.json +1 -1
- package/src/assets/css/custom-utilities.css +4 -38
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.59.13 (Wed Feb 28 2024)
|
|
2
|
+
|
|
3
|
+
#### ⚠️ Pushed to `main`
|
|
4
|
+
|
|
5
|
+
- 🐛 DPE-2928 ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.59.12 (Tue Feb 27 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3275,7 +3275,7 @@ article.indexText ul {
|
|
|
3275
3275
|
border-bottom-color: var(--color-secondary-ds);
|
|
3276
3276
|
}
|
|
3277
3277
|
.counter-reset {
|
|
3278
|
-
counter-reset:
|
|
3278
|
+
counter-reset: cnt1709114546592;
|
|
3279
3279
|
}
|
|
3280
3280
|
.hyphens-auto {
|
|
3281
3281
|
-webkit-hyphens: auto;
|
|
@@ -3318,7 +3318,7 @@ article.indexText ul {
|
|
|
3318
3318
|
@supports not (aspect-ratio: 16 / 9) {
|
|
3319
3319
|
.ar-16-9::before {
|
|
3320
3320
|
float: left;
|
|
3321
|
-
padding-top:
|
|
3321
|
+
padding-top: calc(9 / 16 * 100%);
|
|
3322
3322
|
content: '';
|
|
3323
3323
|
}
|
|
3324
3324
|
|
|
@@ -3334,7 +3334,7 @@ article.indexText ul {
|
|
|
3334
3334
|
@supports not (aspect-ratio: 4 / 3) {
|
|
3335
3335
|
.ar-4-3::before {
|
|
3336
3336
|
float: left;
|
|
3337
|
-
padding-top: calc(
|
|
3337
|
+
padding-top: calc(3 / 4 * 100%);
|
|
3338
3338
|
content: '';
|
|
3339
3339
|
}
|
|
3340
3340
|
|
|
@@ -3360,23 +3360,6 @@ article.indexText ul {
|
|
|
3360
3360
|
clear: both;
|
|
3361
3361
|
}
|
|
3362
3362
|
}
|
|
3363
|
-
.ar-auto {
|
|
3364
|
-
aspect-ratio: auto;
|
|
3365
|
-
}
|
|
3366
|
-
@supports not (aspect-ratio: auto) {
|
|
3367
|
-
.ar-auto::before {
|
|
3368
|
-
float: none;
|
|
3369
|
-
float: initial;
|
|
3370
|
-
padding-top: 0;
|
|
3371
|
-
content: '';
|
|
3372
|
-
}
|
|
3373
|
-
|
|
3374
|
-
.ar-auto::after {
|
|
3375
|
-
display: inline;
|
|
3376
|
-
content: '';
|
|
3377
|
-
clear: none;
|
|
3378
|
-
}
|
|
3379
|
-
}
|
|
3380
3363
|
/*! ********************************/
|
|
3381
3364
|
/*! Aspect Ratio with fallback end */
|
|
3382
3365
|
/*! ********************************/
|
|
@@ -3598,7 +3581,7 @@ article.indexText ul {
|
|
|
3598
3581
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3599
3582
|
}
|
|
3600
3583
|
.-ordered {
|
|
3601
|
-
counter-increment:
|
|
3584
|
+
counter-increment: cnt1709114546592 1;
|
|
3602
3585
|
}
|
|
3603
3586
|
.-ordered::before {
|
|
3604
3587
|
position: absolute;
|
|
@@ -3614,7 +3597,7 @@ article.indexText ul {
|
|
|
3614
3597
|
letter-spacing: .0125em;
|
|
3615
3598
|
--tw-text-opacity: 1;
|
|
3616
3599
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3617
|
-
content: counter(
|
|
3600
|
+
content: counter(cnt1709114546592);
|
|
3618
3601
|
}
|
|
3619
3602
|
/*! ****************************/
|
|
3620
3603
|
/*! DataPolicy stuff */
|
|
@@ -5399,36 +5382,6 @@ article.indexText ul {
|
|
|
5399
5382
|
clear: both;
|
|
5400
5383
|
}
|
|
5401
5384
|
}
|
|
5402
|
-
.print\:ar-auto {
|
|
5403
|
-
aspect-ratio: auto;
|
|
5404
|
-
}
|
|
5405
|
-
|
|
5406
|
-
@supports not (aspect-ratio: auto) {
|
|
5407
|
-
.print\:ar-auto::before {
|
|
5408
|
-
float: none;
|
|
5409
|
-
float: initial;
|
|
5410
|
-
padding-top: 0;
|
|
5411
|
-
content: '';
|
|
5412
|
-
}
|
|
5413
|
-
|
|
5414
|
-
.print\:ar-auto::after {
|
|
5415
|
-
display: inline;
|
|
5416
|
-
content: '';
|
|
5417
|
-
clear: none;
|
|
5418
|
-
}
|
|
5419
|
-
.print\:ar-auto::before {
|
|
5420
|
-
float: none;
|
|
5421
|
-
float: initial;
|
|
5422
|
-
padding-top: 0;
|
|
5423
|
-
content: '';
|
|
5424
|
-
}
|
|
5425
|
-
|
|
5426
|
-
.print\:ar-auto::after {
|
|
5427
|
-
display: inline;
|
|
5428
|
-
content: '';
|
|
5429
|
-
clear: none;
|
|
5430
|
-
}
|
|
5431
|
-
}
|
|
5432
5385
|
}
|
|
5433
5386
|
@media (min-width: 360px) {
|
|
5434
5387
|
|
|
@@ -5578,7 +5531,7 @@ article.indexText ul {
|
|
|
5578
5531
|
@supports not (aspect-ratio: 16 / 7) {
|
|
5579
5532
|
.sm480\:ar-16-7::before {
|
|
5580
5533
|
float: left;
|
|
5581
|
-
padding-top:
|
|
5534
|
+
padding-top: calc(7 / 16 * 100%);
|
|
5582
5535
|
content: '';
|
|
5583
5536
|
}
|
|
5584
5537
|
|
|
@@ -5589,35 +5542,7 @@ article.indexText ul {
|
|
|
5589
5542
|
}
|
|
5590
5543
|
.sm480\:ar-16-7::before {
|
|
5591
5544
|
float: left;
|
|
5592
|
-
padding-top:
|
|
5593
|
-
content: '';
|
|
5594
|
-
}
|
|
5595
|
-
|
|
5596
|
-
.sm480\:ar-16-7::after {
|
|
5597
|
-
display: block;
|
|
5598
|
-
content: '';
|
|
5599
|
-
clear: both;
|
|
5600
|
-
}
|
|
5601
|
-
}
|
|
5602
|
-
.sm480\:ar-16-7 {
|
|
5603
|
-
aspect-ratio: 16 / 7;
|
|
5604
|
-
}
|
|
5605
|
-
|
|
5606
|
-
@supports not (aspect-ratio: 16 / 7) {
|
|
5607
|
-
.sm480\:ar-16-7::before {
|
|
5608
|
-
float: left;
|
|
5609
|
-
padding-top: calc(16 / 7 * 100%);
|
|
5610
|
-
content: '';
|
|
5611
|
-
}
|
|
5612
|
-
|
|
5613
|
-
.sm480\:ar-16-7::after {
|
|
5614
|
-
display: block;
|
|
5615
|
-
content: '';
|
|
5616
|
-
clear: both;
|
|
5617
|
-
}
|
|
5618
|
-
.sm480\:ar-16-7::before {
|
|
5619
|
-
float: left;
|
|
5620
|
-
padding-top: calc(16 / 7 * 100%);
|
|
5545
|
+
padding-top: calc(7 / 16 * 100%);
|
|
5621
5546
|
content: '';
|
|
5622
5547
|
}
|
|
5623
5548
|
|
|
@@ -5659,36 +5584,6 @@ article.indexText ul {
|
|
|
5659
5584
|
clear: both;
|
|
5660
5585
|
}
|
|
5661
5586
|
}
|
|
5662
|
-
.print\:sm480\:ar-auto {
|
|
5663
|
-
aspect-ratio: auto;
|
|
5664
|
-
}
|
|
5665
|
-
|
|
5666
|
-
@supports not (aspect-ratio: auto) {
|
|
5667
|
-
.print\:sm480\:ar-auto::before {
|
|
5668
|
-
float: none;
|
|
5669
|
-
float: initial;
|
|
5670
|
-
padding-top: 0;
|
|
5671
|
-
content: '';
|
|
5672
|
-
}
|
|
5673
|
-
|
|
5674
|
-
.print\:sm480\:ar-auto::after {
|
|
5675
|
-
display: inline;
|
|
5676
|
-
content: '';
|
|
5677
|
-
clear: none;
|
|
5678
|
-
}
|
|
5679
|
-
.print\:sm480\:ar-auto::before {
|
|
5680
|
-
float: none;
|
|
5681
|
-
float: initial;
|
|
5682
|
-
padding-top: 0;
|
|
5683
|
-
content: '';
|
|
5684
|
-
}
|
|
5685
|
-
|
|
5686
|
-
.print\:sm480\:ar-auto::after {
|
|
5687
|
-
display: inline;
|
|
5688
|
-
content: '';
|
|
5689
|
-
clear: none;
|
|
5690
|
-
}
|
|
5691
|
-
}
|
|
5692
5587
|
}
|
|
5693
5588
|
}
|
|
5694
5589
|
@media (min-width: 640px) {
|
|
@@ -5974,7 +5869,7 @@ article.indexText ul {
|
|
|
5974
5869
|
@supports not (aspect-ratio: 16 / 9) {
|
|
5975
5870
|
.sm\:ar-16-9::before {
|
|
5976
5871
|
float: left;
|
|
5977
|
-
padding-top:
|
|
5872
|
+
padding-top: calc(9 / 16 * 100%);
|
|
5978
5873
|
content: '';
|
|
5979
5874
|
}
|
|
5980
5875
|
|
|
@@ -5985,7 +5880,7 @@ article.indexText ul {
|
|
|
5985
5880
|
}
|
|
5986
5881
|
.sm\:ar-16-9::before {
|
|
5987
5882
|
float: left;
|
|
5988
|
-
padding-top:
|
|
5883
|
+
padding-top: calc(9 / 16 * 100%);
|
|
5989
5884
|
content: '';
|
|
5990
5885
|
}
|
|
5991
5886
|
|
|
@@ -5995,36 +5890,6 @@ article.indexText ul {
|
|
|
5995
5890
|
clear: both;
|
|
5996
5891
|
}
|
|
5997
5892
|
}
|
|
5998
|
-
.sm\:ar-auto {
|
|
5999
|
-
aspect-ratio: auto;
|
|
6000
|
-
}
|
|
6001
|
-
|
|
6002
|
-
@supports not (aspect-ratio: auto) {
|
|
6003
|
-
.sm\:ar-auto::before {
|
|
6004
|
-
float: none;
|
|
6005
|
-
float: initial;
|
|
6006
|
-
padding-top: 0;
|
|
6007
|
-
content: '';
|
|
6008
|
-
}
|
|
6009
|
-
|
|
6010
|
-
.sm\:ar-auto::after {
|
|
6011
|
-
display: inline;
|
|
6012
|
-
content: '';
|
|
6013
|
-
clear: none;
|
|
6014
|
-
}
|
|
6015
|
-
.sm\:ar-auto::before {
|
|
6016
|
-
float: none;
|
|
6017
|
-
float: initial;
|
|
6018
|
-
padding-top: 0;
|
|
6019
|
-
content: '';
|
|
6020
|
-
}
|
|
6021
|
-
|
|
6022
|
-
.sm\:ar-auto::after {
|
|
6023
|
-
display: inline;
|
|
6024
|
-
content: '';
|
|
6025
|
-
clear: none;
|
|
6026
|
-
}
|
|
6027
|
-
}
|
|
6028
5893
|
|
|
6029
5894
|
.sm\:col-main {
|
|
6030
5895
|
grid-column: main;
|
|
@@ -6551,7 +6416,7 @@ article.indexText ul {
|
|
|
6551
6416
|
@supports not (aspect-ratio: 16 / 9) {
|
|
6552
6417
|
.md\:ar-16-9::before {
|
|
6553
6418
|
float: left;
|
|
6554
|
-
padding-top:
|
|
6419
|
+
padding-top: calc(9 / 16 * 100%);
|
|
6555
6420
|
content: '';
|
|
6556
6421
|
}
|
|
6557
6422
|
|
|
@@ -6562,7 +6427,7 @@ article.indexText ul {
|
|
|
6562
6427
|
}
|
|
6563
6428
|
.md\:ar-16-9::before {
|
|
6564
6429
|
float: left;
|
|
6565
|
-
padding-top:
|
|
6430
|
+
padding-top: calc(9 / 16 * 100%);
|
|
6566
6431
|
content: '';
|
|
6567
6432
|
}
|
|
6568
6433
|
|
|
@@ -6608,7 +6473,7 @@ article.indexText ul {
|
|
|
6608
6473
|
@supports not (aspect-ratio: 100 / 27.1) {
|
|
6609
6474
|
.md\:ar-100-27::before {
|
|
6610
6475
|
float: left;
|
|
6611
|
-
padding-top: calc(
|
|
6476
|
+
padding-top: calc(27.1 / 100 * 100%);
|
|
6612
6477
|
content: '';
|
|
6613
6478
|
}
|
|
6614
6479
|
|
|
@@ -6619,7 +6484,7 @@ article.indexText ul {
|
|
|
6619
6484
|
}
|
|
6620
6485
|
.md\:ar-100-27::before {
|
|
6621
6486
|
float: left;
|
|
6622
|
-
padding-top: calc(
|
|
6487
|
+
padding-top: calc(27.1 / 100 * 100%);
|
|
6623
6488
|
content: '';
|
|
6624
6489
|
}
|
|
6625
6490
|
|
|
@@ -6701,36 +6566,6 @@ article.indexText ul {
|
|
|
6701
6566
|
clear: both;
|
|
6702
6567
|
}
|
|
6703
6568
|
}
|
|
6704
|
-
.print\:md\:ar-auto {
|
|
6705
|
-
aspect-ratio: auto;
|
|
6706
|
-
}
|
|
6707
|
-
|
|
6708
|
-
@supports not (aspect-ratio: auto) {
|
|
6709
|
-
.print\:md\:ar-auto::before {
|
|
6710
|
-
float: none;
|
|
6711
|
-
float: initial;
|
|
6712
|
-
padding-top: 0;
|
|
6713
|
-
content: '';
|
|
6714
|
-
}
|
|
6715
|
-
|
|
6716
|
-
.print\:md\:ar-auto::after {
|
|
6717
|
-
display: inline;
|
|
6718
|
-
content: '';
|
|
6719
|
-
clear: none;
|
|
6720
|
-
}
|
|
6721
|
-
.print\:md\:ar-auto::before {
|
|
6722
|
-
float: none;
|
|
6723
|
-
float: initial;
|
|
6724
|
-
padding-top: 0;
|
|
6725
|
-
content: '';
|
|
6726
|
-
}
|
|
6727
|
-
|
|
6728
|
-
.print\:md\:ar-auto::after {
|
|
6729
|
-
display: inline;
|
|
6730
|
-
content: '';
|
|
6731
|
-
clear: none;
|
|
6732
|
-
}
|
|
6733
|
-
}
|
|
6734
6569
|
}
|
|
6735
6570
|
}
|
|
6736
6571
|
@media (min-width: 1024px) {
|
|
@@ -7205,7 +7040,7 @@ article.indexText ul {
|
|
|
7205
7040
|
@supports not (aspect-ratio: 100 / 27.1) {
|
|
7206
7041
|
.lg\:ar-100-27::before {
|
|
7207
7042
|
float: left;
|
|
7208
|
-
padding-top: calc(
|
|
7043
|
+
padding-top: calc(27.1 / 100 * 100%);
|
|
7209
7044
|
content: '';
|
|
7210
7045
|
}
|
|
7211
7046
|
|
|
@@ -7216,7 +7051,7 @@ article.indexText ul {
|
|
|
7216
7051
|
}
|
|
7217
7052
|
.lg\:ar-100-27::before {
|
|
7218
7053
|
float: left;
|
|
7219
|
-
padding-top: calc(
|
|
7054
|
+
padding-top: calc(27.1 / 100 * 100%);
|
|
7220
7055
|
content: '';
|
|
7221
7056
|
}
|
|
7222
7057
|
|
|
@@ -7321,36 +7156,6 @@ article.indexText ul {
|
|
|
7321
7156
|
clear: both;
|
|
7322
7157
|
}
|
|
7323
7158
|
}
|
|
7324
|
-
.print\:lg\:ar-auto {
|
|
7325
|
-
aspect-ratio: auto;
|
|
7326
|
-
}
|
|
7327
|
-
|
|
7328
|
-
@supports not (aspect-ratio: auto) {
|
|
7329
|
-
.print\:lg\:ar-auto::before {
|
|
7330
|
-
float: none;
|
|
7331
|
-
float: initial;
|
|
7332
|
-
padding-top: 0;
|
|
7333
|
-
content: '';
|
|
7334
|
-
}
|
|
7335
|
-
|
|
7336
|
-
.print\:lg\:ar-auto::after {
|
|
7337
|
-
display: inline;
|
|
7338
|
-
content: '';
|
|
7339
|
-
clear: none;
|
|
7340
|
-
}
|
|
7341
|
-
.print\:lg\:ar-auto::before {
|
|
7342
|
-
float: none;
|
|
7343
|
-
float: initial;
|
|
7344
|
-
padding-top: 0;
|
|
7345
|
-
content: '';
|
|
7346
|
-
}
|
|
7347
|
-
|
|
7348
|
-
.print\:lg\:ar-auto::after {
|
|
7349
|
-
display: inline;
|
|
7350
|
-
content: '';
|
|
7351
|
-
clear: none;
|
|
7352
|
-
}
|
|
7353
|
-
}
|
|
7354
7159
|
}
|
|
7355
7160
|
}
|
|
7356
7161
|
@media (min-width: 768px) and (max-width: 1023px) {
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"repository": "https://github.com/szuelch/hr-design-system-handlebars",
|
|
9
|
-
"version": "1.59.
|
|
9
|
+
"version": "1.59.13",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
@supports not (aspect-ratio: 16 / 9) {
|
|
33
33
|
.ar-16-9::before {
|
|
34
34
|
float: left;
|
|
35
|
-
padding-top:
|
|
35
|
+
padding-top: calc(9 / 16 * 100%);
|
|
36
36
|
content: '';
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
@supports not (aspect-ratio: 16 / 7) {
|
|
51
51
|
.ar-16-7::before {
|
|
52
52
|
float: left;
|
|
53
|
-
padding-top:
|
|
53
|
+
padding-top: calc(7 / 16 * 100%);
|
|
54
54
|
content: '';
|
|
55
55
|
}
|
|
56
56
|
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
@supports not (aspect-ratio: 4 / 3) {
|
|
69
69
|
.ar-4-3::before {
|
|
70
70
|
float: left;
|
|
71
|
-
padding-top: calc(
|
|
71
|
+
padding-top: calc(3 / 4 * 100%);
|
|
72
72
|
content: '';
|
|
73
73
|
}
|
|
74
74
|
|
|
@@ -96,23 +96,6 @@
|
|
|
96
96
|
clear: both;
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
-
.ar-16-7 {
|
|
100
|
-
aspect-ratio: 16 / 7;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
@supports not (aspect-ratio: 16 / 7) {
|
|
104
|
-
.ar-16-7::before {
|
|
105
|
-
float: left;
|
|
106
|
-
padding-top: calc(16 / 7 * 100%);
|
|
107
|
-
content: '';
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.ar-16-7::after {
|
|
111
|
-
display: block;
|
|
112
|
-
content: '';
|
|
113
|
-
clear: both;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
99
|
.ar-100-27 {
|
|
117
100
|
aspect-ratio: 100 / 27.1;
|
|
118
101
|
}
|
|
@@ -120,7 +103,7 @@
|
|
|
120
103
|
@supports not (aspect-ratio: 100 / 27.1) {
|
|
121
104
|
.ar-100-27::before {
|
|
122
105
|
float: left;
|
|
123
|
-
padding-top: calc(
|
|
106
|
+
padding-top: calc(27.1 / 100 * 100%);
|
|
124
107
|
content: '';
|
|
125
108
|
}
|
|
126
109
|
|
|
@@ -130,23 +113,6 @@
|
|
|
130
113
|
clear: both;
|
|
131
114
|
}
|
|
132
115
|
}
|
|
133
|
-
.ar-auto {
|
|
134
|
-
aspect-ratio: auto;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
@supports not (aspect-ratio: auto) {
|
|
138
|
-
.ar-auto::before {
|
|
139
|
-
float: initial;
|
|
140
|
-
padding-top: 0;
|
|
141
|
-
content: '';
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.ar-auto::after {
|
|
145
|
-
display: inline;
|
|
146
|
-
content: '';
|
|
147
|
-
clear: none;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
116
|
|
|
151
117
|
/*! ********************************/
|
|
152
118
|
/*! Aspect Ratio with fallback end */
|