igniteui-webcomponents 4.2.0 → 4.2.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/CHANGELOG.md +25 -8
- package/README.md +12 -2
- package/components/avatar/themes/avatar.base.css.js +10 -2
- package/components/avatar/themes/avatar.base.css.js.map +1 -1
- package/components/badge/themes/light/badge.base.css.js +6 -0
- package/components/badge/themes/light/badge.base.css.js.map +1 -1
- package/components/button/button.js +2 -6
- package/components/button/button.js.map +1 -1
- package/components/button/themes/button/light/button.base.css.js +22 -49
- package/components/button/themes/button/light/button.base.css.js.map +1 -1
- package/components/button/themes/button/light/button.bootstrap.css.js +31 -61
- package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -1
- package/components/button/themes/button/light/button.fluent.css.js +15 -41
- package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
- package/components/button/themes/button/light/button.indigo.css.js +15 -26
- package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
- package/components/button/themes/button/light/button.material.css.js +28 -57
- package/components/button/themes/button/light/button.material.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.base.css.js +9 -3
- package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +2 -2
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js +2 -2
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.indigo.css.js +2 -2
- package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.material.css.js +2 -2
- package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -1
- package/components/calendar/calendar.d.ts +5 -0
- package/components/calendar/calendar.js +10 -2
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/common/calendar.model.js.map +1 -1
- package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js +1 -1
- package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js.map +1 -1
- package/components/calendar/themes/calendar.base.css.js +4 -7
- package/components/calendar/themes/calendar.base.css.js.map +1 -1
- package/components/calendar/themes/fluent/calendar.fluent.css.js +43 -16
- package/components/calendar/themes/fluent/calendar.fluent.css.js.map +1 -1
- package/components/calendar/themes/fluent/days-view.fluent.css.js +39 -27
- package/components/calendar/themes/fluent/days-view.fluent.css.js.map +1 -1
- package/components/calendar/themes/fluent/year-month-view.fluent.css.js +15 -9
- package/components/calendar/themes/fluent/year-month-view.fluent.css.js.map +1 -1
- package/components/card/themes/light/card.content.bootstrap.css.js +3 -3
- package/components/card/themes/light/card.content.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/card.content.indigo.css.js +1 -1
- package/components/card/themes/light/card.content.indigo.css.js.map +1 -1
- package/components/card/themes/light/card.content.material.css.js +1 -1
- package/components/card/themes/light/card.content.material.css.js.map +1 -1
- package/components/card/themes/light/card.header.bootstrap.css.js +4 -4
- package/components/card/themes/light/card.header.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/card.header.fluent.css.js +4 -4
- package/components/card/themes/light/card.header.fluent.css.js.map +1 -1
- package/components/card/themes/light/card.header.indigo.css.js +2 -2
- package/components/card/themes/light/card.header.indigo.css.js.map +1 -1
- package/components/card/themes/light/card.header.material.css.js +2 -2
- package/components/card/themes/light/card.header.material.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.bootstrap.css.js +1 -1
- package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.fluent.css.js +1 -1
- package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.indigo.css.js +1 -1
- package/components/checkbox/themes/light/checkbox.indigo.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.material.css.js +1 -1
- package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.base.css.js +1 -1
- package/components/checkbox/themes/light/switch.base.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.fluent.css.js +1 -1
- package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -1
- package/components/chip/themes/chip.base.css.js +3 -3
- package/components/chip/themes/chip.base.css.js.map +1 -1
- package/components/chip/themes/chip.bootstrap.css.js +3 -3
- package/components/chip/themes/chip.bootstrap.css.js.map +1 -1
- package/components/chip/themes/chip.fluent.css.js +4 -4
- package/components/chip/themes/chip.fluent.css.js.map +1 -1
- package/components/chip/themes/chip.indigo.css.js +3 -3
- package/components/chip/themes/chip.indigo.css.js.map +1 -1
- package/components/chip/themes/chip.material.css.js +3 -3
- package/components/chip/themes/chip.material.css.js.map +1 -1
- package/components/combo/combo-header.js.map +1 -1
- package/components/combo/combo-item.js.map +1 -1
- package/components/combo/combo-list.js.map +1 -1
- package/components/combo/combo.js +10 -6
- package/components/combo/combo.js.map +1 -1
- package/components/combo/controllers/data.d.ts +1 -0
- package/components/combo/controllers/data.js +4 -0
- package/components/combo/controllers/data.js.map +1 -1
- package/components/combo/controllers/selection.d.ts +2 -2
- package/components/combo/controllers/selection.js +7 -9
- package/components/combo/controllers/selection.js.map +1 -1
- package/components/combo/themes/light/combo.base.css.js +3 -3
- package/components/combo/themes/light/combo.base.css.js.map +1 -1
- package/components/combo/themes/light/combo.bootstrap.css.js +1 -1
- package/components/combo/themes/light/combo.bootstrap.css.js.map +1 -1
- package/components/combo/themes/light/combo.fluent.css.js +3 -3
- package/components/combo/themes/light/combo.fluent.css.js.map +1 -1
- package/components/combo/themes/light/combo.indigo.css.js +2 -2
- package/components/combo/themes/light/combo.indigo.css.js.map +1 -1
- package/components/combo/themes/light/combo.material.css.js +3 -3
- package/components/combo/themes/light/combo.material.css.js.map +1 -1
- package/components/combo/themes/light/header/combo-header.base.css.js +3 -3
- package/components/combo/themes/light/header/combo-header.base.css.js.map +1 -1
- package/components/combo/themes/light/item/combo-item.base.css.js +7 -7
- package/components/combo/themes/light/item/combo-item.base.css.js.map +1 -1
- package/components/combo/types.d.ts +1 -0
- package/components/combo/types.js.map +1 -1
- package/components/common/definitions/defineAllComponents.js +10 -0
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/dialog/themes/light/dialog.base.css.js +2 -2
- package/components/dialog/themes/light/dialog.base.css.js.map +1 -1
- package/components/dialog/themes/light/dialog.bootstrap.css.js +1 -1
- package/components/dialog/themes/light/dialog.bootstrap.css.js.map +1 -1
- package/components/dialog/themes/light/dialog.fluent.css.js +1 -1
- package/components/dialog/themes/light/dialog.fluent.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown-group.base.css.js +3 -3
- package/components/dropdown/themes/light/dropdown-group.base.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown-group.fluent.css.js +1 -1
- package/components/dropdown/themes/light/dropdown-group.fluent.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown-header.base.css.js +3 -3
- package/components/dropdown/themes/light/dropdown-header.base.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown-header.fluent.css.js +1 -1
- package/components/dropdown/themes/light/dropdown-header.fluent.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown-item.base.css.js +7 -7
- package/components/dropdown/themes/light/dropdown-item.base.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown-item.fluent.css.js +1 -1
- package/components/dropdown/themes/light/dropdown-item.fluent.css.js.map +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.base.css.js +11 -11
- package/components/expansion-panel/themes/light/expansion-panel.base.css.js.map +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js +2 -2
- package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js.map +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js +3 -3
- package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js.map +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js.map +1 -1
- package/components/icon/icon.material.css.js +1 -1
- package/components/icon/icon.material.css.js.map +1 -1
- package/components/icon/icon.registry.js +2 -0
- package/components/icon/icon.registry.js.map +1 -1
- package/components/input/themes/light/input.base.css.js +2 -2
- package/components/input/themes/light/input.base.css.js.map +1 -1
- package/components/input/themes/light/input.bootstrap.css.js +8 -7
- package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
- package/components/input/themes/light/input.fluent.css.js +3 -3
- package/components/input/themes/light/input.fluent.css.js.map +1 -1
- package/components/input/themes/light/input.indigo.css.js +3 -3
- package/components/input/themes/light/input.indigo.css.js.map +1 -1
- package/components/input/themes/light/input.material.css.js +8 -8
- package/components/input/themes/light/input.material.css.js.map +1 -1
- package/components/list/themes/light/list-header.base.css.js +3 -3
- package/components/list/themes/light/list-header.base.css.js.map +1 -1
- package/components/list/themes/light/list-item.base.css.js +8 -8
- package/components/list/themes/light/list-item.base.css.js.map +1 -1
- package/components/list/themes/light/list-item.bootstrap.css.js +2 -2
- package/components/list/themes/light/list-item.bootstrap.css.js.map +1 -1
- package/components/list/themes/light/list-item.fluent.css.js +1 -1
- package/components/list/themes/light/list-item.fluent.css.js.map +1 -1
- package/components/list/themes/light/list-item.indigo.css.js +1 -1
- package/components/list/themes/light/list-item.indigo.css.js.map +1 -1
- package/components/mask-input/mask-input.js.map +1 -1
- package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js +1 -1
- package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js.map +1 -1
- package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js +1 -1
- package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js.map +1 -1
- package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js +1 -1
- package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js.map +1 -1
- package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js +1 -1
- package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.base.css.js +1 -1
- package/components/navbar/themes/light/navbar.base.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.bootstrap.css.js +1 -1
- package/components/navbar/themes/light/navbar.bootstrap.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.fluent.css.js +1 -1
- package/components/navbar/themes/light/navbar.fluent.css.js.map +1 -1
- package/components/radio/themes/light/radio.base.css.js +1 -1
- package/components/radio/themes/light/radio.base.css.js.map +1 -1
- package/components/radio/themes/light/radio.fluent.css.js +1 -1
- package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
- package/components/rating/rating-symbol.base.css.js +1 -1
- package/components/rating/rating-symbol.base.css.js.map +1 -1
- package/components/rating/rating.base.css.js +2 -2
- package/components/rating/rating.base.css.js.map +1 -1
- package/components/rating/rating.bootstrap.css.js +2 -2
- package/components/rating/rating.bootstrap.css.js.map +1 -1
- package/components/rating/rating.fluent.css.js +2 -2
- package/components/rating/rating.fluent.css.js.map +1 -1
- package/components/rating/rating.indigo.css.js +2 -2
- package/components/rating/rating.indigo.css.js.map +1 -1
- package/components/select/select.js +7 -0
- package/components/select/select.js.map +1 -1
- package/components/select/themes/light/select.base.css.js +1 -1
- package/components/select/themes/light/select.base.css.js.map +1 -1
- package/components/select/themes/light/select.bootstrap.css.js +1 -1
- package/components/select/themes/light/select.bootstrap.css.js.map +1 -1
- package/components/select/themes/light/select.fluent.css.js +1 -1
- package/components/select/themes/light/select.fluent.css.js.map +1 -1
- package/components/select/themes/light/select.indigo.css.js +1 -1
- package/components/select/themes/light/select.indigo.css.js.map +1 -1
- package/components/select/themes/light/select.material.css.js +1 -1
- package/components/select/themes/light/select.material.css.js.map +1 -1
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/themes/light/slider.base.css.js +2 -2
- package/components/slider/themes/light/slider.base.css.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.base.css.js +1 -1
- package/components/snackbar/themes/light/snackbar.base.css.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.fluent.css.js +1 -1
- package/components/snackbar/themes/light/snackbar.fluent.css.js.map +1 -1
- package/components/stepper/step.js.map +1 -1
- package/components/stepper/themes/step/light/step.base.css.js +3 -3
- package/components/stepper/themes/step/light/step.base.css.js.map +1 -1
- package/components/tabs/themes/light/tab.base.css.js +1 -1
- package/components/tabs/themes/light/tab.base.css.js.map +1 -1
- package/components/toast/themes/toast.base.css.js +4 -4
- package/components/toast/themes/toast.base.css.js.map +1 -1
- package/components/toast/themes/toast.fluent.css.js +9 -0
- package/components/toast/themes/toast.fluent.css.js.map +1 -1
- package/components/tree/themes/light/tree-item.base.css.js +3 -3
- package/components/tree/themes/light/tree-item.base.css.js.map +1 -1
- package/package.json +2 -2
- package/themes/dark/bootstrap.css +20 -34
- package/themes/dark/fluent.css +38 -33
- package/themes/dark/indigo.css +0 -13
- package/themes/dark/material.css +20 -33
- package/themes/light/bootstrap.css +20 -34
- package/themes/light/fluent.css +20 -33
- package/themes/light/indigo.css +0 -13
- package/themes/light/material.css +20 -33
- package/vscode-html-custom-data.json +1 -1
|
@@ -363,7 +363,6 @@
|
|
|
363
363
|
|
|
364
364
|
:root {
|
|
365
365
|
--ig-font-family: 'Titillium Web', sans-serif;
|
|
366
|
-
--ig-h1-font-family: var(--ig-font-family);
|
|
367
366
|
--ig-h1-font-size: 6rem;
|
|
368
367
|
--ig-h1-font-weight: 300;
|
|
369
368
|
--ig-h1-font-style: normal;
|
|
@@ -372,7 +371,6 @@
|
|
|
372
371
|
--ig-h1-text-transform: none;
|
|
373
372
|
--ig-h1-margin-top: 1.75rem;
|
|
374
373
|
--ig-h1-margin-bottom: 3.5rem;
|
|
375
|
-
--ig-h2-font-family: var(--ig-font-family);
|
|
376
374
|
--ig-h2-font-size: 3.75rem;
|
|
377
375
|
--ig-h2-font-weight: 300;
|
|
378
376
|
--ig-h2-font-style: normal;
|
|
@@ -381,7 +379,6 @@
|
|
|
381
379
|
--ig-h2-text-transform: none;
|
|
382
380
|
--ig-h2-margin-top: 1.75rem;
|
|
383
381
|
--ig-h2-margin-bottom: 1.75rem;
|
|
384
|
-
--ig-h3-font-family: var(--ig-font-family);
|
|
385
382
|
--ig-h3-font-size: 3rem;
|
|
386
383
|
--ig-h3-font-weight: 400;
|
|
387
384
|
--ig-h3-font-style: normal;
|
|
@@ -390,7 +387,6 @@
|
|
|
390
387
|
--ig-h3-text-transform: none;
|
|
391
388
|
--ig-h3-margin-top: 1.75rem;
|
|
392
389
|
--ig-h3-margin-bottom: 0;
|
|
393
|
-
--ig-h4-font-family: var(--ig-font-family);
|
|
394
390
|
--ig-h4-font-size: 2.125rem;
|
|
395
391
|
--ig-h4-font-weight: 400;
|
|
396
392
|
--ig-h4-font-style: normal;
|
|
@@ -399,7 +395,6 @@
|
|
|
399
395
|
--ig-h4-text-transform: none;
|
|
400
396
|
--ig-h4-margin-top: 1.75rem;
|
|
401
397
|
--ig-h4-margin-bottom: 0;
|
|
402
|
-
--ig-h5-font-family: var(--ig-font-family);
|
|
403
398
|
--ig-h5-font-size: 1.5rem;
|
|
404
399
|
--ig-h5-font-weight: 400;
|
|
405
400
|
--ig-h5-font-style: normal;
|
|
@@ -408,7 +403,6 @@
|
|
|
408
403
|
--ig-h5-text-transform: none;
|
|
409
404
|
--ig-h5-margin-top: 1.75rem;
|
|
410
405
|
--ig-h5-margin-bottom: 0;
|
|
411
|
-
--ig-h6-font-family: var(--ig-font-family);
|
|
412
406
|
--ig-h6-font-size: 1.25rem;
|
|
413
407
|
--ig-h6-font-weight: 600;
|
|
414
408
|
--ig-h6-font-style: normal;
|
|
@@ -417,7 +411,6 @@
|
|
|
417
411
|
--ig-h6-text-transform: none;
|
|
418
412
|
--ig-h6-margin-top: 0;
|
|
419
413
|
--ig-h6-margin-bottom: 0;
|
|
420
|
-
--ig-subtitle-1-font-family: var(--ig-font-family);
|
|
421
414
|
--ig-subtitle-1-font-size: 1rem;
|
|
422
415
|
--ig-subtitle-1-font-weight: 400;
|
|
423
416
|
--ig-subtitle-1-font-style: normal;
|
|
@@ -426,7 +419,6 @@
|
|
|
426
419
|
--ig-subtitle-1-text-transform: none;
|
|
427
420
|
--ig-subtitle-1-margin-top: 0;
|
|
428
421
|
--ig-subtitle-1-margin-bottom: 0;
|
|
429
|
-
--ig-subtitle-2-font-family: var(--ig-font-family);
|
|
430
422
|
--ig-subtitle-2-font-size: 0.875rem;
|
|
431
423
|
--ig-subtitle-2-font-weight: 600;
|
|
432
424
|
--ig-subtitle-2-font-style: normal;
|
|
@@ -435,7 +427,6 @@
|
|
|
435
427
|
--ig-subtitle-2-text-transform: none;
|
|
436
428
|
--ig-subtitle-2-margin-top: 0;
|
|
437
429
|
--ig-subtitle-2-margin-bottom: 0;
|
|
438
|
-
--ig-body-1-font-family: var(--ig-font-family);
|
|
439
430
|
--ig-body-1-font-size: 1rem;
|
|
440
431
|
--ig-body-1-font-weight: 400;
|
|
441
432
|
--ig-body-1-font-style: normal;
|
|
@@ -444,7 +435,6 @@
|
|
|
444
435
|
--ig-body-1-text-transform: none;
|
|
445
436
|
--ig-body-1-margin-top: 1.75rem;
|
|
446
437
|
--ig-body-1-margin-bottom: 1rem;
|
|
447
|
-
--ig-body-2-font-family: var(--ig-font-family);
|
|
448
438
|
--ig-body-2-font-size: 0.875rem;
|
|
449
439
|
--ig-body-2-font-weight: 400;
|
|
450
440
|
--ig-body-2-font-style: normal;
|
|
@@ -453,7 +443,6 @@
|
|
|
453
443
|
--ig-body-2-text-transform: none;
|
|
454
444
|
--ig-body-2-margin-top: 0;
|
|
455
445
|
--ig-body-2-margin-bottom: 0;
|
|
456
|
-
--ig-button-font-family: var(--ig-font-family);
|
|
457
446
|
--ig-button-font-size: 0.875rem;
|
|
458
447
|
--ig-button-font-weight: 600;
|
|
459
448
|
--ig-button-font-style: normal;
|
|
@@ -462,7 +451,6 @@
|
|
|
462
451
|
--ig-button-text-transform: uppercase;
|
|
463
452
|
--ig-button-margin-top: 0;
|
|
464
453
|
--ig-button-margin-bottom: 0;
|
|
465
|
-
--ig-caption-font-family: var(--ig-font-family);
|
|
466
454
|
--ig-caption-font-size: 0.75rem;
|
|
467
455
|
--ig-caption-font-weight: 400;
|
|
468
456
|
--ig-caption-font-style: normal;
|
|
@@ -471,7 +459,6 @@
|
|
|
471
459
|
--ig-caption-text-transform: none;
|
|
472
460
|
--ig-caption-margin-top: 0;
|
|
473
461
|
--ig-caption-margin-bottom: 0;
|
|
474
|
-
--ig-overline-font-family: var(--ig-font-family);
|
|
475
462
|
--ig-overline-font-size: 0.625rem;
|
|
476
463
|
--ig-overline-font-weight: 400;
|
|
477
464
|
--ig-overline-font-style: normal;
|
|
@@ -483,7 +470,7 @@
|
|
|
483
470
|
}
|
|
484
471
|
|
|
485
472
|
.ig-typography h1 {
|
|
486
|
-
font-family: var(--ig-h1-font-family);
|
|
473
|
+
font-family: var(--ig-h1-font-family, var(--ig-font-family));
|
|
487
474
|
font-size: var(--ig-h1-font-size);
|
|
488
475
|
font-weight: var(--ig-h1-font-weight);
|
|
489
476
|
font-style: var(--ig-h1-font-style);
|
|
@@ -494,7 +481,7 @@
|
|
|
494
481
|
margin-bottom: var(--ig-h1-margin-bottom);
|
|
495
482
|
}
|
|
496
483
|
.ig-typography h2 {
|
|
497
|
-
font-family: var(--ig-h2-font-family);
|
|
484
|
+
font-family: var(--ig-h2-font-family, var(--ig-font-family));
|
|
498
485
|
font-size: var(--ig-h2-font-size);
|
|
499
486
|
font-weight: var(--ig-h2-font-weight);
|
|
500
487
|
font-style: var(--ig-h2-font-style);
|
|
@@ -505,7 +492,7 @@
|
|
|
505
492
|
margin-bottom: var(--ig-h2-margin-bottom);
|
|
506
493
|
}
|
|
507
494
|
.ig-typography h3 {
|
|
508
|
-
font-family: var(--ig-h3-font-family);
|
|
495
|
+
font-family: var(--ig-h3-font-family, var(--ig-font-family));
|
|
509
496
|
font-size: var(--ig-h3-font-size);
|
|
510
497
|
font-weight: var(--ig-h3-font-weight);
|
|
511
498
|
font-style: var(--ig-h3-font-style);
|
|
@@ -516,7 +503,7 @@
|
|
|
516
503
|
margin-bottom: var(--ig-h3-margin-bottom);
|
|
517
504
|
}
|
|
518
505
|
.ig-typography h4 {
|
|
519
|
-
font-family: var(--ig-h4-font-family);
|
|
506
|
+
font-family: var(--ig-h4-font-family, var(--ig-font-family));
|
|
520
507
|
font-size: var(--ig-h4-font-size);
|
|
521
508
|
font-weight: var(--ig-h4-font-weight);
|
|
522
509
|
font-style: var(--ig-h4-font-style);
|
|
@@ -527,7 +514,7 @@
|
|
|
527
514
|
margin-bottom: var(--ig-h4-margin-bottom);
|
|
528
515
|
}
|
|
529
516
|
.ig-typography h5 {
|
|
530
|
-
font-family: var(--ig-h5-font-family);
|
|
517
|
+
font-family: var(--ig-h5-font-family, var(--ig-font-family));
|
|
531
518
|
font-size: var(--ig-h5-font-size);
|
|
532
519
|
font-weight: var(--ig-h5-font-weight);
|
|
533
520
|
font-style: var(--ig-h5-font-style);
|
|
@@ -538,7 +525,7 @@
|
|
|
538
525
|
margin-bottom: var(--ig-h5-margin-bottom);
|
|
539
526
|
}
|
|
540
527
|
.ig-typography h6 {
|
|
541
|
-
font-family: var(--ig-h6-font-family);
|
|
528
|
+
font-family: var(--ig-h6-font-family, var(--ig-font-family));
|
|
542
529
|
font-size: var(--ig-h6-font-size);
|
|
543
530
|
font-weight: var(--ig-h6-font-weight);
|
|
544
531
|
font-style: var(--ig-h6-font-style);
|
|
@@ -549,7 +536,7 @@
|
|
|
549
536
|
margin-bottom: var(--ig-h6-margin-bottom);
|
|
550
537
|
}
|
|
551
538
|
.ig-typography p {
|
|
552
|
-
font-family: var(--ig-body-1-font-family);
|
|
539
|
+
font-family: var(--ig-body-1-font-family, var(--ig-font-family));
|
|
553
540
|
font-size: var(--ig-body-1-font-size);
|
|
554
541
|
font-weight: var(--ig-body-1-font-weight);
|
|
555
542
|
font-style: var(--ig-body-1-font-style);
|
|
@@ -560,7 +547,7 @@
|
|
|
560
547
|
margin-bottom: var(--ig-body-1-margin-bottom);
|
|
561
548
|
}
|
|
562
549
|
.ig-typography .ig-typography__h1 {
|
|
563
|
-
font-family: var(--ig-h1-font-family);
|
|
550
|
+
font-family: var(--ig-h1-font-family, var(--ig-font-family));
|
|
564
551
|
font-size: var(--ig-h1-font-size);
|
|
565
552
|
font-weight: var(--ig-h1-font-weight);
|
|
566
553
|
font-style: var(--ig-h1-font-style);
|
|
@@ -571,7 +558,7 @@
|
|
|
571
558
|
margin-bottom: var(--ig-h1-margin-bottom);
|
|
572
559
|
}
|
|
573
560
|
.ig-typography .ig-typography__h2 {
|
|
574
|
-
font-family: var(--ig-h2-font-family);
|
|
561
|
+
font-family: var(--ig-h2-font-family, var(--ig-font-family));
|
|
575
562
|
font-size: var(--ig-h2-font-size);
|
|
576
563
|
font-weight: var(--ig-h2-font-weight);
|
|
577
564
|
font-style: var(--ig-h2-font-style);
|
|
@@ -582,7 +569,7 @@
|
|
|
582
569
|
margin-bottom: var(--ig-h2-margin-bottom);
|
|
583
570
|
}
|
|
584
571
|
.ig-typography .ig-typography__h3 {
|
|
585
|
-
font-family: var(--ig-h3-font-family);
|
|
572
|
+
font-family: var(--ig-h3-font-family, var(--ig-font-family));
|
|
586
573
|
font-size: var(--ig-h3-font-size);
|
|
587
574
|
font-weight: var(--ig-h3-font-weight);
|
|
588
575
|
font-style: var(--ig-h3-font-style);
|
|
@@ -593,7 +580,7 @@
|
|
|
593
580
|
margin-bottom: var(--ig-h3-margin-bottom);
|
|
594
581
|
}
|
|
595
582
|
.ig-typography .ig-typography__h4 {
|
|
596
|
-
font-family: var(--ig-h4-font-family);
|
|
583
|
+
font-family: var(--ig-h4-font-family, var(--ig-font-family));
|
|
597
584
|
font-size: var(--ig-h4-font-size);
|
|
598
585
|
font-weight: var(--ig-h4-font-weight);
|
|
599
586
|
font-style: var(--ig-h4-font-style);
|
|
@@ -604,7 +591,7 @@
|
|
|
604
591
|
margin-bottom: var(--ig-h4-margin-bottom);
|
|
605
592
|
}
|
|
606
593
|
.ig-typography .ig-typography__h5 {
|
|
607
|
-
font-family: var(--ig-h5-font-family);
|
|
594
|
+
font-family: var(--ig-h5-font-family, var(--ig-font-family));
|
|
608
595
|
font-size: var(--ig-h5-font-size);
|
|
609
596
|
font-weight: var(--ig-h5-font-weight);
|
|
610
597
|
font-style: var(--ig-h5-font-style);
|
|
@@ -615,7 +602,7 @@
|
|
|
615
602
|
margin-bottom: var(--ig-h5-margin-bottom);
|
|
616
603
|
}
|
|
617
604
|
.ig-typography .ig-typography__h6 {
|
|
618
|
-
font-family: var(--ig-h6-font-family);
|
|
605
|
+
font-family: var(--ig-h6-font-family, var(--ig-font-family));
|
|
619
606
|
font-size: var(--ig-h6-font-size);
|
|
620
607
|
font-weight: var(--ig-h6-font-weight);
|
|
621
608
|
font-style: var(--ig-h6-font-style);
|
|
@@ -626,7 +613,7 @@
|
|
|
626
613
|
margin-bottom: var(--ig-h6-margin-bottom);
|
|
627
614
|
}
|
|
628
615
|
.ig-typography .ig-typography__subtitle-1 {
|
|
629
|
-
font-family: var(--ig-subtitle-1-font-family);
|
|
616
|
+
font-family: var(--ig-subtitle-1-font-family, var(--ig-font-family));
|
|
630
617
|
font-size: var(--ig-subtitle-1-font-size);
|
|
631
618
|
font-weight: var(--ig-subtitle-1-font-weight);
|
|
632
619
|
font-style: var(--ig-subtitle-1-font-style);
|
|
@@ -637,7 +624,7 @@
|
|
|
637
624
|
margin-bottom: var(--ig-subtitle-1-margin-bottom);
|
|
638
625
|
}
|
|
639
626
|
.ig-typography .ig-typography__subtitle-2 {
|
|
640
|
-
font-family: var(--ig-subtitle-2-font-family);
|
|
627
|
+
font-family: var(--ig-subtitle-2-font-family, var(--ig-font-family));
|
|
641
628
|
font-size: var(--ig-subtitle-2-font-size);
|
|
642
629
|
font-weight: var(--ig-subtitle-2-font-weight);
|
|
643
630
|
font-style: var(--ig-subtitle-2-font-style);
|
|
@@ -648,7 +635,7 @@
|
|
|
648
635
|
margin-bottom: var(--ig-subtitle-2-margin-bottom);
|
|
649
636
|
}
|
|
650
637
|
.ig-typography .ig-typography__body-1 {
|
|
651
|
-
font-family: var(--ig-body-1-font-family);
|
|
638
|
+
font-family: var(--ig-body-1-font-family, var(--ig-font-family));
|
|
652
639
|
font-size: var(--ig-body-1-font-size);
|
|
653
640
|
font-weight: var(--ig-body-1-font-weight);
|
|
654
641
|
font-style: var(--ig-body-1-font-style);
|
|
@@ -659,7 +646,7 @@
|
|
|
659
646
|
margin-bottom: var(--ig-body-1-margin-bottom);
|
|
660
647
|
}
|
|
661
648
|
.ig-typography .ig-typography__body-2 {
|
|
662
|
-
font-family: var(--ig-body-2-font-family);
|
|
649
|
+
font-family: var(--ig-body-2-font-family, var(--ig-font-family));
|
|
663
650
|
font-size: var(--ig-body-2-font-size);
|
|
664
651
|
font-weight: var(--ig-body-2-font-weight);
|
|
665
652
|
font-style: var(--ig-body-2-font-style);
|
|
@@ -670,7 +657,7 @@
|
|
|
670
657
|
margin-bottom: var(--ig-body-2-margin-bottom);
|
|
671
658
|
}
|
|
672
659
|
.ig-typography .ig-typography__button {
|
|
673
|
-
font-family: var(--ig-button-font-family);
|
|
660
|
+
font-family: var(--ig-button-font-family, var(--ig-font-family));
|
|
674
661
|
font-size: var(--ig-button-font-size);
|
|
675
662
|
font-weight: var(--ig-button-font-weight);
|
|
676
663
|
font-style: var(--ig-button-font-style);
|
|
@@ -681,7 +668,7 @@
|
|
|
681
668
|
margin-bottom: var(--ig-button-margin-bottom);
|
|
682
669
|
}
|
|
683
670
|
.ig-typography .ig-typography__caption {
|
|
684
|
-
font-family: var(--ig-caption-font-family);
|
|
671
|
+
font-family: var(--ig-caption-font-family, var(--ig-font-family));
|
|
685
672
|
font-size: var(--ig-caption-font-size);
|
|
686
673
|
font-weight: var(--ig-caption-font-weight);
|
|
687
674
|
font-style: var(--ig-caption-font-style);
|
|
@@ -692,7 +679,7 @@
|
|
|
692
679
|
margin-bottom: var(--ig-caption-margin-bottom);
|
|
693
680
|
}
|
|
694
681
|
.ig-typography .ig-typography__overline {
|
|
695
|
-
font-family: var(--ig-overline-font-family);
|
|
682
|
+
font-family: var(--ig-overline-font-family, var(--ig-font-family));
|
|
696
683
|
font-size: var(--ig-overline-font-size);
|
|
697
684
|
font-weight: var(--ig-overline-font-weight);
|
|
698
685
|
font-style: var(--ig-overline-font-style);
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
290
|
"name": "igc-calendar",
|
|
291
|
-
"description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `header-orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visible-months` {`number`} - The number of months displayed in days view.\n\n * `active-view` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `styles` - \n\n * `tagName` {`\"igc-calendar\"`} - \n\n * `formatterMonth` {`DateTimeFormat`} - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `formatterMonthDay` {`DateTimeFormat`} - \n\n * `rangePreviewDate` {`Date | undefined`} - \n\n * `activeDaysViewIndex` {`number`} - \n\n * `daysViews` {`NodeList`} - \n\n * `monthsView` - \n\n * `yearsView` - \n\n * `hideOutsideDays` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hideHeader` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `headerOrientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visibleMonths` {`number`} - The number of months displayed in days view.\n\n * `activeView` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `formatOptions` {`Pick<DateTimeFormatOptions, \"month\" | \"weekday\">`} - The options used to format the months and the weekdays in the calendar views.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `yearPerPage` {`18 | 15`} - \n\n * `previousButtonLabel` {`string`} - \n\n * `nextButtonLabel` {`string`} - \n\n * `handleKeyDown` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `calendarModel` - \n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `showWeekNumbers` {`boolean`} - Show/hide the week numbers.\n\n * `weekStart` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `activeDate` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\n * `disabledDates` {`DateRangeDescriptor[]`} - Gets/sets disabled dates.\n\n * `specialDates` {`DateRangeDescriptor[]`} - Gets/sets special dates.",
|
|
291
|
+
"description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `header-orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visible-months` {`number`} - The number of months displayed in days view.\n\n * `active-view` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `styles` - \n\n * `tagName` {`\"igc-calendar\"`} - \n\n * `formatterMonth` {`DateTimeFormat`} - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `formatterMonthDay` {`DateTimeFormat`} - \n\n * `themeController` {`ThemeController`} - \n\n * `theme` {`Theme`} - \n\n * `rangePreviewDate` {`Date | undefined`} - \n\n * `activeDaysViewIndex` {`number`} - \n\n * `daysViews` {`NodeList`} - \n\n * `monthsView` - \n\n * `yearsView` - \n\n * `hideOutsideDays` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hideHeader` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `headerOrientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visibleMonths` {`number`} - The number of months displayed in days view.\n\n * `activeView` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `formatOptions` {`Pick<DateTimeFormatOptions, \"month\" | \"weekday\">`} - The options used to format the months and the weekdays in the calendar views.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `yearPerPage` {`18 | 15`} - \n\n * `previousButtonLabel` {`string`} - \n\n * `nextButtonLabel` {`string`} - \n\n * `handleKeyDown` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `calendarModel` - \n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `showWeekNumbers` {`boolean`} - Show/hide the week numbers.\n\n * `weekStart` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `activeDate` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\n * `disabledDates` {`DateRangeDescriptor[]`} - Gets/sets disabled dates.\n\n * `specialDates` {`DateRangeDescriptor[]`} - Gets/sets special dates.",
|
|
292
292
|
"attributes": [
|
|
293
293
|
{
|
|
294
294
|
"name": "hide-outside-days",
|