@lucca-front/ng 15.1.0-rc.5 → 15.1.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/ng",
|
|
3
|
-
"version": "15.1.0
|
|
3
|
+
"version": "15.1.0",
|
|
4
4
|
"description": "A library of icons made by the team @Lucca",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@angular/common": "^15.0.0",
|
|
30
30
|
"@angular/core": "^15.0.0",
|
|
31
31
|
"@angular/cdk": "^15.0.0",
|
|
32
|
-
"@lucca-front/icons": "v15.1.0
|
|
33
|
-
"@lucca-front/scss": "v15.1.0
|
|
32
|
+
"@lucca-front/icons": "v15.1.0",
|
|
33
|
+
"@lucca-front/scss": "v15.1.0",
|
|
34
34
|
"@types/dompurify": "^2.3.0",
|
|
35
35
|
"dompurify": "^2.3.0",
|
|
36
36
|
"rxjs": "^6.0.0 || ^7.0.0"
|
|
@@ -13,6 +13,10 @@ const mappings = {
|
|
|
13
13
|
xl: 'XL',
|
|
14
14
|
xxl: 'XXL',
|
|
15
15
|
xxxl: 'XXXL',
|
|
16
|
+
// Ultra legacy sizes
|
|
17
|
+
sm: 'S',
|
|
18
|
+
md: 'M',
|
|
19
|
+
lg: 'L',
|
|
16
20
|
},
|
|
17
21
|
tshirtName: {
|
|
18
22
|
smallest: 'XXS',
|
|
@@ -31,10 +35,14 @@ const mappings = {
|
|
|
31
35
|
xs: 'XS',
|
|
32
36
|
s: 'S',
|
|
33
37
|
m: 'M',
|
|
34
|
-
|
|
38
|
+
l: 'L',
|
|
35
39
|
xl: 'XL',
|
|
36
40
|
xxl: 'XXL',
|
|
37
41
|
xxxl: 'XXXL',
|
|
42
|
+
// Ultra legacy sizes
|
|
43
|
+
sm: 'S',
|
|
44
|
+
md: 'M',
|
|
45
|
+
lg: 'L',
|
|
38
46
|
},
|
|
39
47
|
size: {
|
|
40
48
|
reset: '0',
|
|
@@ -149,7 +157,7 @@ exports.cssClassMapping = expand({
|
|
|
149
157
|
'mod-headline': 'mod-XXL',
|
|
150
158
|
'size-{size}': 'mod-{size}',
|
|
151
159
|
'size-{tshirtName}': 'mod-{tshirtName}',
|
|
152
|
-
'grid-{tshirtSize}': 'grid
|
|
160
|
+
'grid-{tshirtSize}': 'grid@mediaMin{tshirtSize}',
|
|
153
161
|
'grid-{tshirtSize}{gridSize}': 'grid-{gridSize}@mediaMin{tshirtSize}',
|
|
154
162
|
'grid-{tshirtSize}Offset{gridSize}': 'grid-offset{gridSize}@mediaMin{tshirtSize}',
|
|
155
163
|
'mod-{tshirtSize}Start': 'mod-start@mediaMin{tshirtSize}',
|