@haiilo/catalyst 5.1.1 → 5.2.1
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/dist/catalyst/catalyst.css +57 -41
- package/dist/catalyst/catalyst.esm.js +1 -1
- package/dist/catalyst/p-da9b125a.entry.js +10 -0
- package/dist/catalyst/p-da9b125a.entry.js.map +1 -0
- package/dist/catalyst/scss/_mixins.scss +1 -1
- package/dist/catalyst/scss/_snippets/_form-label.scss +5 -0
- package/dist/catalyst/scss/_variables.scss +0 -7
- package/dist/catalyst/scss/index.scss +1 -1
- package/dist/catalyst/scss/index.shadow.scss +1 -1
- package/dist/catalyst/scss/utils/_border.scss +36 -0
- package/dist/cjs/cat-alert_24.cjs.entry.js +24 -13
- package/dist/cjs/cat-alert_24.cjs.entry.js.map +1 -1
- package/dist/collection/components/cat-button/cat-button.css +4 -4
- package/dist/collection/components/cat-checkbox/cat-checkbox.css +2 -2
- package/dist/collection/components/cat-dropdown/cat-dropdown.css +2 -2
- package/dist/collection/components/cat-dropdown/cat-dropdown.js +1 -0
- package/dist/collection/components/cat-dropdown/cat-dropdown.js.map +1 -1
- package/dist/collection/components/cat-input/cat-input.css +11 -6
- package/dist/collection/components/cat-input/cat-input.js +12 -3
- package/dist/collection/components/cat-input/cat-input.js.map +1 -1
- package/dist/collection/components/cat-label/cat-label.css +1 -1
- package/dist/collection/components/cat-radio/cat-radio.css +1 -1
- package/dist/collection/components/cat-select/cat-select.css +9 -5
- package/dist/collection/components/cat-textarea/cat-textarea.css +10 -5
- package/dist/collection/components/cat-toggle/cat-toggle.css +2 -2
- package/dist/collection/components/cat-tooltip/cat-tooltip.css +1 -1
- package/dist/collection/components/cat-tooltip/cat-tooltip.js +1 -0
- package/dist/collection/components/cat-tooltip/cat-tooltip.js.map +1 -1
- package/dist/collection/scss/_mixins.scss +1 -1
- package/dist/collection/scss/_snippets/_form-label.scss +5 -0
- package/dist/collection/scss/_variables.scss +0 -7
- package/dist/collection/scss/index.scss +1 -1
- package/dist/collection/scss/index.shadow.scss +1 -1
- package/dist/collection/scss/utils/_border.scss +36 -0
- package/dist/components/cat-button2.js +1 -1
- package/dist/components/cat-button2.js.map +1 -1
- package/dist/components/cat-checkbox2.js +1 -1
- package/dist/components/cat-checkbox2.js.map +1 -1
- package/dist/components/cat-dropdown2.js +2 -1
- package/dist/components/cat-dropdown2.js.map +1 -1
- package/dist/components/cat-input.js +13 -4
- package/dist/components/cat-input.js.map +1 -1
- package/dist/components/cat-label.js +1 -1
- package/dist/components/cat-label.js.map +1 -1
- package/dist/components/cat-radio.js +1 -1
- package/dist/components/cat-radio.js.map +1 -1
- package/dist/components/cat-select2.js +1 -1
- package/dist/components/cat-select2.js.map +1 -1
- package/dist/components/cat-textarea.js +1 -1
- package/dist/components/cat-textarea.js.map +1 -1
- package/dist/components/cat-toggle.js +1 -1
- package/dist/components/cat-toggle.js.map +1 -1
- package/dist/components/cat-tooltip.js +2 -1
- package/dist/components/cat-tooltip.js.map +1 -1
- package/dist/esm/cat-alert_24.entry.js +24 -13
- package/dist/esm/cat-alert_24.entry.js.map +1 -1
- package/dist/types/components/cat-input/cat-input.d.ts +2 -1
- package/package.json +2 -2
- package/dist/catalyst/p-44e1b613.entry.js +0 -10
- package/dist/catalyst/p-44e1b613.entry.js.map +0 -1
- package/dist/catalyst/scss/utils/_sizing.scss +0 -16
- package/dist/collection/scss/utils/_sizing.scss +0 -16
- /package/dist/catalyst/scss/utils/{_sizing.mixins.scss → _border.mixins.scss} +0 -0
- /package/dist/collection/scss/utils/{_sizing.mixins.scss → _border.mixins.scss} +0 -0
|
@@ -514,7 +514,7 @@ body {
|
|
|
514
514
|
.cat-dialog {
|
|
515
515
|
background-color: white;
|
|
516
516
|
border-radius: var(--cat-border-radius-l, 0.5rem);
|
|
517
|
-
box-shadow: 0
|
|
517
|
+
box-shadow: 0 32px 64px -12px rgba(27, 31, 38, 0.14);
|
|
518
518
|
container: dialog/inline-size;
|
|
519
519
|
}
|
|
520
520
|
|
|
@@ -832,7 +832,7 @@ small,
|
|
|
832
832
|
}
|
|
833
833
|
|
|
834
834
|
.cat-muted {
|
|
835
|
-
color: rgb(var(--cat-font-color-muted,
|
|
835
|
+
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
836
836
|
}
|
|
837
837
|
|
|
838
838
|
ol,
|
|
@@ -948,7 +948,7 @@ pre code {
|
|
|
948
948
|
kbd,
|
|
949
949
|
code {
|
|
950
950
|
margin: 0 0.125rem;
|
|
951
|
-
color: rgb(var(--cat-font-color-muted,
|
|
951
|
+
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
952
952
|
background: white;
|
|
953
953
|
box-shadow: 0 0 0 2px rgb(var(--cat-border-color, 235, 236, 240));
|
|
954
954
|
border-radius: var(--cat-border-radius-s, 0.125rem);
|
|
@@ -971,6 +971,45 @@ code {
|
|
|
971
971
|
padding: 0.0625rem 0.25rem;
|
|
972
972
|
}
|
|
973
973
|
|
|
974
|
+
/**
|
|
975
|
+
* Auto-generated file. Do not edit directly.
|
|
976
|
+
*/
|
|
977
|
+
.cat-radius-l {
|
|
978
|
+
border-radius: var(--cat-border-radius-l, 0.5rem);
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.cat-radius-m {
|
|
982
|
+
border-radius: var(--cat-border-radius-m, 0.25rem);
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.cat-radius-s {
|
|
986
|
+
border-radius: var(--cat-border-radius-s, 0.125rem);
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
.cat-radius-0 {
|
|
990
|
+
border-radius: 0;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.cat-radius-full {
|
|
994
|
+
border-radius: 100rem;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
.cat-border-light {
|
|
998
|
+
border: 1px solid rgb(var(--cat-border-color-light, 242, 244, 247));
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
.cat-border {
|
|
1002
|
+
border: 1px solid rgb(var(--cat-border-color, 235, 236, 240));
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
.cat-border-dark {
|
|
1006
|
+
border: 1px solid rgb(var(--cat-border-color-dark, 215, 219, 224));
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
.cat-border-none {
|
|
1010
|
+
border: none !important;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
974
1013
|
/**
|
|
975
1014
|
* Auto-generated file. Do not edit directly.
|
|
976
1015
|
*/
|
|
@@ -1196,7 +1235,7 @@ code {
|
|
|
1196
1235
|
}
|
|
1197
1236
|
|
|
1198
1237
|
.cat-muted {
|
|
1199
|
-
color: rgb(var(--cat-font-color-muted,
|
|
1238
|
+
color: rgb(var(--cat-font-color-muted, 81, 92, 108)) !important;
|
|
1200
1239
|
}
|
|
1201
1240
|
|
|
1202
1241
|
.cat-text-reset {
|
|
@@ -1400,59 +1439,59 @@ code {
|
|
|
1400
1439
|
}
|
|
1401
1440
|
|
|
1402
1441
|
.cat-elevation-1 {
|
|
1403
|
-
box-shadow: 0
|
|
1442
|
+
box-shadow: 0 1px 2px rgba(27, 31, 38, 0.05);
|
|
1404
1443
|
}
|
|
1405
1444
|
|
|
1406
1445
|
.cat-elevation-hover-1:hover, .cat-elevation-hover-1:focus, .cat-elevation-hover-1:focus-within {
|
|
1407
|
-
box-shadow: 0
|
|
1446
|
+
box-shadow: 0 1px 2px rgba(27, 31, 38, 0.05);
|
|
1408
1447
|
}
|
|
1409
1448
|
|
|
1410
1449
|
.cat-elevation-2 {
|
|
1411
|
-
box-shadow: 0
|
|
1450
|
+
box-shadow: 0 1px 2px rgba(27, 31, 38, 0.06), 0 1px 3px rgba(27, 31, 38, 0.1);
|
|
1412
1451
|
}
|
|
1413
1452
|
|
|
1414
1453
|
.cat-elevation-hover-2:hover, .cat-elevation-hover-2:focus, .cat-elevation-hover-2:focus-within {
|
|
1415
|
-
box-shadow: 0
|
|
1454
|
+
box-shadow: 0 1px 2px rgba(27, 31, 38, 0.06), 0 1px 3px rgba(27, 31, 38, 0.1);
|
|
1416
1455
|
}
|
|
1417
1456
|
|
|
1418
1457
|
.cat-elevation-3 {
|
|
1419
|
-
box-shadow: 0
|
|
1458
|
+
box-shadow: 0 2px 4px -2px rgba(27, 31, 38, 0.06), 0 4px 8px -2px rgba(27, 31, 38, 0.1);
|
|
1420
1459
|
}
|
|
1421
1460
|
|
|
1422
1461
|
.cat-elevation-hover-3:hover, .cat-elevation-hover-3:focus, .cat-elevation-hover-3:focus-within {
|
|
1423
|
-
box-shadow: 0
|
|
1462
|
+
box-shadow: 0 2px 4px -2px rgba(27, 31, 38, 0.06), 0 4px 8px -2px rgba(27, 31, 38, 0.1);
|
|
1424
1463
|
}
|
|
1425
1464
|
|
|
1426
1465
|
.cat-elevation-4 {
|
|
1427
|
-
box-shadow: 0
|
|
1466
|
+
box-shadow: 0 4px 6px -2px rgba(27, 31, 38, 0.03), 0 12px 16px -4px rgba(27, 31, 38, 0.08);
|
|
1428
1467
|
}
|
|
1429
1468
|
|
|
1430
1469
|
.cat-elevation-hover-4:hover, .cat-elevation-hover-4:focus, .cat-elevation-hover-4:focus-within {
|
|
1431
|
-
box-shadow: 0
|
|
1470
|
+
box-shadow: 0 4px 6px -2px rgba(27, 31, 38, 0.03), 0 12px 16px -4px rgba(27, 31, 38, 0.08);
|
|
1432
1471
|
}
|
|
1433
1472
|
|
|
1434
1473
|
.cat-elevation-5 {
|
|
1435
|
-
box-shadow: 0
|
|
1474
|
+
box-shadow: 0 8px 8px -4px rgba(27, 31, 38, 0.03), 0 20px 24px -4px rgba(27, 31, 38, 0.08);
|
|
1436
1475
|
}
|
|
1437
1476
|
|
|
1438
1477
|
.cat-elevation-hover-5:hover, .cat-elevation-hover-5:focus, .cat-elevation-hover-5:focus-within {
|
|
1439
|
-
box-shadow: 0
|
|
1478
|
+
box-shadow: 0 8px 8px -4px rgba(27, 31, 38, 0.03), 0 20px 24px -4px rgba(27, 31, 38, 0.08);
|
|
1440
1479
|
}
|
|
1441
1480
|
|
|
1442
1481
|
.cat-elevation-6 {
|
|
1443
|
-
box-shadow: 0
|
|
1482
|
+
box-shadow: 0 24px 48px -12px rgba(27, 31, 38, 0.18);
|
|
1444
1483
|
}
|
|
1445
1484
|
|
|
1446
1485
|
.cat-elevation-hover-6:hover, .cat-elevation-hover-6:focus, .cat-elevation-hover-6:focus-within {
|
|
1447
|
-
box-shadow: 0
|
|
1486
|
+
box-shadow: 0 24px 48px -12px rgba(27, 31, 38, 0.18);
|
|
1448
1487
|
}
|
|
1449
1488
|
|
|
1450
1489
|
.cat-elevation-7 {
|
|
1451
|
-
box-shadow: 0
|
|
1490
|
+
box-shadow: 0 32px 64px -12px rgba(27, 31, 38, 0.14);
|
|
1452
1491
|
}
|
|
1453
1492
|
|
|
1454
1493
|
.cat-elevation-hover-7:hover, .cat-elevation-hover-7:focus, .cat-elevation-hover-7:focus-within {
|
|
1455
|
-
box-shadow: 0
|
|
1494
|
+
box-shadow: 0 32px 64px -12px rgba(27, 31, 38, 0.14);
|
|
1456
1495
|
}
|
|
1457
1496
|
|
|
1458
1497
|
/**
|
|
@@ -1739,29 +1778,6 @@ code {
|
|
|
1739
1778
|
--grid-min: 100%;
|
|
1740
1779
|
}
|
|
1741
1780
|
|
|
1742
|
-
/**
|
|
1743
|
-
* Auto-generated file. Do not edit directly.
|
|
1744
|
-
*/
|
|
1745
|
-
.cat-radius-l {
|
|
1746
|
-
border-radius: var(--cat-border-radius-l, 0.5rem);
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
.cat-radius-m {
|
|
1750
|
-
border-radius: var(--cat-border-radius-m, 0.25rem);
|
|
1751
|
-
}
|
|
1752
|
-
|
|
1753
|
-
.cat-radius-s {
|
|
1754
|
-
border-radius: var(--cat-border-radius-s, 0.125rem);
|
|
1755
|
-
}
|
|
1756
|
-
|
|
1757
|
-
.cat-radius-0 {
|
|
1758
|
-
border-radius: 0;
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
.cat-radius-full {
|
|
1762
|
-
border-radius: 100rem;
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
1781
|
/**
|
|
1766
1782
|
* Auto-generated file. Do not edit directly.
|
|
1767
1783
|
*/
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,b as a}from"./p-d1fb9d96.js";export{s as setNonce}from"./p-d1fb9d96.js";const t=()=>{const a=import.meta.url;const t={};if(a!==""){t.resourcesUrl=new URL(".",a).href}return e(t)};t().then((e=>a([["p-
|
|
1
|
+
import{p as e,b as a}from"./p-d1fb9d96.js";export{s as setNonce}from"./p-d1fb9d96.js";const t=()=>{const a=import.meta.url;const t={};if(a!==""){t.resourcesUrl=new URL(".",a).href}return e(t)};t().then((e=>a([["p-da9b125a",[[1,"cat-select-demo"],[1,"cat-input",{requiredMarker:[1,"required-marker"],horizontal:[4],autoComplete:[1,"auto-complete"],clearable:[4],disabled:[4],hint:[1],icon:[1],iconRight:[4,"icon-right"],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],max:[8],maxLength:[2,"max-length"],min:[8],minLength:[2,"min-length"],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],round:[4],type:[1],value:[1032],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],doFocus:[64],doBlur:[64],doClick:[64],clear:[64]}],[1,"cat-pagination",{page:[1026],pageCount:[2,"page-count"],activePadding:[2,"active-padding"],sidePadding:[2,"side-padding"],size:[1],variant:[1],round:[4],compact:[4],iconPrev:[1,"icon-prev"],iconNext:[1,"icon-next"]}],[1,"cat-tabs",{activeTab:[1,"active-tab"],tabsAlign:[1,"tabs-align"],tabs:[32],activeTabId:[32]},[[0,"keydown","onKeydown"]]],[1,"cat-alert",{color:[513],icon:[1],noIcon:[4,"no-icon"]}],[1,"cat-textarea",{requiredMarker:[1,"required-marker"],horizontal:[4],disabled:[4],hint:[1],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],maxLength:[2,"max-length"],minLength:[2,"min-length"],name:[1],placeholder:[1],readonly:[4],required:[4],rows:[2],value:[1032],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],doFocus:[64],doBlur:[64],doClick:[64]}],[1,"cat-badge",{variant:[513],color:[513],size:[513],round:[516],pulse:[516]}],[1,"cat-card"],[1,"cat-form-group",{requiredMarker:[1,"required-marker"],labelSize:[1,"label-size"]}],[1,"cat-label",{requiredMarker:[1,"required-marker"],for:[1],required:[4]}],[1,"cat-radio",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64],doClick:[64]}],[1,"cat-radio-group",{name:[1],value:[1025],disabled:[4],a11yLabel:[1,"a11y-label"],labelLeft:[4,"label-left"]},[[0,"keydown","onKeydown"],[0,"input","onInput"],[2,"blur","onBlur"]]],[1,"cat-tab",{label:[513],icon:[513],iconOnly:[520,"icon-only"],iconRight:[516,"icon-right"],url:[513],urlTarget:[513,"url-target"],deactivated:[516]},[[0,"click","onClick"]]],[1,"cat-toggle",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1032],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64],doClick:[64]}],[1,"cat-tooltip",{content:[1],disabled:[4],placement:[1],round:[4],size:[1],showDelay:[2,"show-delay"],hideDelay:[2,"hide-delay"],longTouchDuration:[2,"long-touch-duration"],hasSlottedContent:[32]},[[0,"keydown","handleKeyDown"]]],[1,"cat-select",{requiredMarker:[1,"required-marker"],multiple:[4],debounce:[2],placement:[1],value:[1025],disabled:[4],placeholder:[1],hint:[1],identifier:[1],label:[1],name:[1],labelHidden:[4,"label-hidden"],required:[4],clearable:[4],tags:[4],tagHint:[1,"tag-hint"],noItems:[1,"no-items"],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],connector:[32],state:[32],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],connect:[64]},[[0,"blur","onBlur"],[0,"keydown","onKeyDown"],[0,"keyup","onKeyUp"]]],[1,"cat-dropdown",{placement:[1],noAutoClose:[4,"no-auto-close"],overflow:[4],close:[64]},[[0,"catClick","clickHandler"]]],[1,"cat-avatar",{size:[1],round:[4],label:[1],initials:[1],src:[1],icon:[1],url:[1],urlTarget:[1,"url-target"],backgroundImage:[32]}],[1,"cat-checkbox",{checked:[1028],disabled:[4],identifier:[1],indeterminate:[4],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1032],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64],doClick:[64]}],[1,"cat-scrollable",{noShadowX:[4,"no-shadow-x"],noShadowY:[4,"no-shadow-y"],noOverflowX:[4,"no-overflow-x"],noOverflowY:[4,"no-overflow-y"],noOverscroll:[4,"no-overscroll"],noScrolledInit:[4,"no-scrolled-init"],scrolledBuffer:[2,"scrolled-buffer"]}],[1,"cat-skeleton",{effect:[1],variant:[1],size:[1],lines:[2]}],[1,"cat-button",{variant:[1],color:[1],active:[4],size:[1],name:[1],value:[1],disabled:[4],loading:[4],submit:[4],noEllipsis:[4,"no-ellipsis"],round:[4],url:[1],urlTarget:[1,"url-target"],icon:[1],iconSrc:[1,"icon-src"],iconOnly:[8,"icon-only"],iconRight:[4,"icon-right"],buttonId:[1,"button-id"],a11yLabel:[1,"a11y-label"],a11yCurrent:[1,"a11y-current"],nativeAttributes:[16],_iconOnly:[32],doFocus:[64],doBlur:[64],doClick:[64]},[[0,"click","haltDisabledEvents"]]],[1,"cat-spinner",{size:[1],a11yLabel:[1,"a11y-label"]}],[1,"cat-icon",{icon:[1],iconSrc:[1,"icon-src"],size:[1],a11yLabel:[1,"a11y-label"]}]]]],e)));
|
|
2
2
|
//# sourceMappingURL=catalyst.esm.js.map
|