@lucca-front/ng 15.1.0 → 15.1.2
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.
|
|
3
|
+
"version": "15.1.2",
|
|
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.
|
|
33
|
-
"@lucca-front/scss": "v15.1.
|
|
32
|
+
"@lucca-front/icons": "v15.1.2",
|
|
33
|
+
"@lucca-front/scss": "v15.1.2",
|
|
34
34
|
"@types/dompurify": "^2.3.0",
|
|
35
35
|
"dompurify": "^2.3.0",
|
|
36
36
|
"rxjs": "^6.0.0 || ^7.0.0"
|
|
@@ -27,7 +27,7 @@ function extractNgTemplates(fileNameOrSourceFile, content) {
|
|
|
27
27
|
.map((initializer) => ({
|
|
28
28
|
offsetStart: initializer.getStart(sourcefile) + initializer.getLeadingTriviaWidth(sourcefile),
|
|
29
29
|
offsetEnd: initializer.getEnd(),
|
|
30
|
-
content: initializer.text,
|
|
30
|
+
content: 'rawText' in initializer && initializer.rawText ? initializer.rawText : initializer.text,
|
|
31
31
|
})));
|
|
32
32
|
}));
|
|
33
33
|
return templates;
|
|
@@ -178,6 +178,57 @@ exports.mixinMapping = expand({
|
|
|
178
178
|
'media.smallerThan("{breakpoint}")': 'media.max("{breakpoint}")',
|
|
179
179
|
"media.largerThan('{breakpoint}')": "media.min('{breakpoint}')",
|
|
180
180
|
'media.largerThan("{breakpoint}")': 'media.min("{breakpoint}")',
|
|
181
|
+
'actionIcon.small': 'actionIcon.S',
|
|
182
|
+
'button.small': 'button.S',
|
|
183
|
+
'button.smaller': 'button.XS',
|
|
184
|
+
'button.counterSmall': 'button.counterS',
|
|
185
|
+
'button.counterSmaller': 'button.counterXS',
|
|
186
|
+
'button.iconSmall': 'button.iconS',
|
|
187
|
+
'button.iconSmaller': 'button.iconXS',
|
|
188
|
+
'button.loadingSmall': 'button.loadingS',
|
|
189
|
+
'callout.smaller': 'callout.S',
|
|
190
|
+
'checkbox.small': 'checkbox.S',
|
|
191
|
+
'checkbox.big': 'checkbox.L',
|
|
192
|
+
'container.small': 'container.S',
|
|
193
|
+
'file.small': 'file.S',
|
|
194
|
+
'label.numberSmall': 'label.numberS',
|
|
195
|
+
'label.numberSmaller': 'label.numberXS',
|
|
196
|
+
'loading.big': 'loading.L',
|
|
197
|
+
'menu.small': 'menu.S',
|
|
198
|
+
'radio.small': 'radio.S',
|
|
199
|
+
'radioButton.small': 'radioButton.S',
|
|
200
|
+
'section.small': 'section.S',
|
|
201
|
+
'section.smaller': 'section.XS',
|
|
202
|
+
'switch.small': 'switch.S',
|
|
203
|
+
'table.small': 'table.S',
|
|
204
|
+
'tableSorted.sortableSmall': 'tableSorted.sortableS',
|
|
205
|
+
'textfield.searchSmall': 'textfield.searchS',
|
|
206
|
+
'textfield.searchSmaller': 'textfield.searchXS',
|
|
207
|
+
'textfield.clearSmall': 'textfield.clearS',
|
|
208
|
+
'textfield.clearSmaller': 'textfield.clearXS',
|
|
209
|
+
'textfield.noLabelSmaller': 'textfield.noLabelXS',
|
|
210
|
+
'textfield.multilineSmall': 'textfield.multilineS',
|
|
211
|
+
'textfield.small': 'textfield.S',
|
|
212
|
+
'textfield.smaller': 'textfield.XS',
|
|
213
|
+
'textfield.smallInputIcon': 'textfield.SInputIcon',
|
|
214
|
+
'textfield.smallerInputIcon': 'textfield.XSInputIcon',
|
|
215
|
+
'textfield.materialSmall': 'textfield.materialS',
|
|
216
|
+
'textfield.framedMultilineSmall': 'textfield.framedMultilineS',
|
|
217
|
+
'timeline.small': 'timeline.S',
|
|
218
|
+
'timeline.big': 'timeline.L',
|
|
219
|
+
'timeline.numberBig': 'timeline.numberL',
|
|
220
|
+
'timeline.verticalSmall': 'timeline.verticalS',
|
|
221
|
+
'timeline.verticalBig': 'timeline.verticalL',
|
|
222
|
+
'timeline.verticalNotSmallNotBig': 'timeline.verticalNotSNotL',
|
|
223
|
+
'timeline.addStepBig': 'timeline.addStepL',
|
|
224
|
+
'timeline.addStepVerticalNotBig': 'timeline.addStepVerticalNotL',
|
|
225
|
+
'timeline.addStepVerticalBig': 'timeline.addStepVerticalL',
|
|
226
|
+
'timeline.checkedPastStepVerticalNotBig': 'timeline.checkedPastStepVerticalNotL',
|
|
227
|
+
'timeline.checkedPastStepVerticalBig': 'timeline.checkedPastStepVerticalL',
|
|
228
|
+
'timeline.addBetweenStepVerticalNotBig': 'timeline.addBetweenStepVerticalNotL',
|
|
229
|
+
'timeline.addBetweenStepBig': 'timeline.addBetweenStepL',
|
|
230
|
+
'title.headline': 'title.XXXL',
|
|
231
|
+
'titleSection.headline': 'titleSection.XXXL',
|
|
181
232
|
});
|
|
182
233
|
function camelize(str) {
|
|
183
234
|
return str[0].toLowerCase() + str.slice(1);
|