@haiilo/catalyst 6.5.0 → 7.0.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/dist/catalyst/catalyst.css +64 -115
- package/dist/catalyst/catalyst.esm.js +1 -1
- package/dist/catalyst/catalyst.esm.js.map +1 -1
- package/dist/catalyst/p-5dab6694.entry.js +10 -0
- package/dist/catalyst/p-5dab6694.entry.js.map +1 -0
- package/dist/catalyst/scss/_snippets/_form-label.scss +5 -9
- package/dist/catalyst/scss/_variables.scss +29 -2
- package/dist/catalyst/scss/core/_base.scss +2 -4
- package/dist/catalyst/scss/core/_form.scss +14 -0
- package/dist/catalyst/scss/core/_notification.scss +2 -3
- package/dist/catalyst/scss/core/_typography.scss +17 -88
- package/dist/catalyst/scss/index.scss +1 -0
- package/dist/catalyst/scss/index.shadow.scss +1 -0
- package/dist/catalyst/scss/utils/_typography.mixins.scss +3 -26
- package/dist/catalyst/scss/vendor/_flatpickr.scss +8 -8
- package/dist/cjs/cat-alert_26.cjs.entry.js +66 -45
- package/dist/cjs/cat-alert_26.cjs.entry.js.map +1 -1
- package/dist/cjs/catalyst.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/cat-alert/cat-alert.css +0 -1
- package/dist/collection/components/cat-card/cat-card.css +0 -1
- package/dist/collection/components/cat-checkbox/cat-checkbox.css +9 -23
- package/dist/collection/components/cat-datepicker/cat-datepicker.css +0 -1
- package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.css +7 -10
- package/dist/collection/components/cat-dropdown/cat-dropdown.css +2 -0
- package/dist/collection/components/cat-input/cat-input.css +16 -20
- package/dist/collection/components/cat-radio/cat-radio.css +9 -23
- package/dist/collection/components/cat-radio-group/cat-radio-group.js +19 -11
- package/dist/collection/components/cat-radio-group/cat-radio-group.js.map +1 -1
- package/dist/collection/components/cat-scrollable/cat-scrollable.css +2 -0
- package/dist/collection/components/cat-select/cat-select.css +15 -25
- package/dist/collection/components/cat-select-demo/cat-select-demo.js +0 -1
- package/dist/collection/components/cat-select-demo/cat-select-demo.js.map +1 -1
- package/dist/collection/components/cat-skeleton/cat-skeleton.css +4 -4
- package/dist/collection/components/cat-tabs/cat-tabs.js +114 -29
- package/dist/collection/components/cat-tabs/cat-tabs.js.map +1 -1
- package/dist/collection/components/cat-textarea/cat-textarea.css +15 -17
- package/dist/collection/components/cat-toggle/cat-toggle.css +9 -23
- package/dist/collection/scss/_snippets/_form-label.scss +5 -9
- package/dist/collection/scss/_variables.scss +29 -2
- package/dist/collection/scss/core/_base.scss +2 -4
- package/dist/collection/scss/core/_form.scss +14 -0
- package/dist/collection/scss/core/_notification.scss +2 -3
- package/dist/collection/scss/core/_typography.scss +17 -88
- package/dist/collection/scss/index.scss +1 -0
- package/dist/collection/scss/index.shadow.scss +1 -0
- package/dist/collection/scss/utils/_typography.mixins.scss +3 -26
- package/dist/collection/scss/vendor/_flatpickr.scss +8 -8
- package/dist/components/cat-alert.js +1 -1
- package/dist/components/cat-alert.js.map +1 -1
- package/dist/components/cat-card.js +1 -1
- package/dist/components/cat-card.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-datepicker-inline.js +1 -1
- package/dist/components/cat-datepicker-inline.js.map +1 -1
- package/dist/components/cat-datepicker.js +1 -1
- package/dist/components/cat-datepicker.js.map +1 -1
- package/dist/components/cat-dropdown2.js.map +1 -1
- package/dist/components/cat-input2.js +1 -1
- package/dist/components/cat-input2.js.map +1 -1
- package/dist/components/cat-radio-group.js +19 -11
- package/dist/components/cat-radio-group.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-select-demo.js +1 -2
- package/dist/components/cat-select-demo.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-skeleton2.js +1 -1
- package/dist/components/cat-skeleton2.js.map +1 -1
- package/dist/components/cat-tabs.js +41 -27
- package/dist/components/cat-tabs.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/esm/cat-alert_26.entry.js +66 -45
- package/dist/esm/cat-alert_26.entry.js.map +1 -1
- package/dist/esm/catalyst.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/cat-radio-group/cat-radio-group.d.ts +3 -0
- package/dist/types/components/cat-tabs/cat-tabs.d.ts +23 -4
- package/dist/types/components.d.ts +18 -0
- package/package.json +2 -2
- package/dist/catalyst/p-d303131e.entry.js +0 -10
- package/dist/catalyst/p-d303131e.entry.js.map +0 -1
- package/dist/catalyst/scss/_snippets/_checkbox-hint.scss +0 -20
- package/dist/collection/scss/_snippets/_checkbox-hint.scss +0 -20
package/dist/cjs/catalyst.cjs.js
CHANGED
|
@@ -17,7 +17,7 @@ const patchBrowser = () => {
|
|
|
17
17
|
};
|
|
18
18
|
|
|
19
19
|
patchBrowser().then(options => {
|
|
20
|
-
return index.bootstrapLazy([["cat-alert_26.cjs",[[
|
|
20
|
+
return index.bootstrapLazy([["cat-alert_26.cjs",[[0,"cat-select-demo"],[1,"cat-datepicker",{"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":[1],"min":[1],"mode":[1],"name":[1],"placeholder":[1],"textPrefix":[1,"text-prefix"],"textSuffix":[1,"text-suffix"],"readonly":[4],"required":[4],"step":[2],"value":[1025],"errors":[4],"errorUpdate":[8,"error-update"],"nativeAttributes":[16],"nativePickerAttributes":[16],"doFocus":[64],"doBlur":[64]},null,{"value":["onValueChanged"],"disabled":["onDisabledChanged"],"readonly":["onDisabledChanged"],"min":["onMinChanged"],"max":["onMinChanged"]}],[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":[1537,"active-tab"],"tabsAlign":[1,"tabs-align"],"tabs":[32],"setActive":[64],"setActiveIndex":[64]},[[0,"keydown","onKeydown"]],{"activeTab":["onActiveTabChange"]}],[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":[1025],"errors":[4],"errorUpdate":[8,"error-update"],"nativeAttributes":[16],"hasSlottedLabel":[32],"hasSlottedHint":[32],"errorMap":[32],"doFocus":[64],"doBlur":[64],"clear":[64]},null,{"errors":["onErrorsChanged"]}],[1,"cat-badge",{"variant":[513],"color":[513],"size":[513],"round":[516],"pulse":[516]}],[1,"cat-button-group",{"a11yLabel":[1,"a11y-label"]}],[1,"cat-card"],[1,"cat-datepicker-inline",{"disabled":[4],"max":[1],"min":[1],"mode":[1],"readonly":[4],"step":[2],"value":[1025],"nativePickerAttributes":[16]},null,{"value":["onValueChanged"],"disabled":["onDisabledChanged"],"readonly":["onDisabledChanged"]}],[1,"cat-form-group",{"requiredMarker":[1,"required-marker"],"horizontal":[4],"labelSize":[1,"label-size"]},null,{"requiredMarker":["onRequiredMarkerChanged"],"horizontal":["onHorizontalChanged"]}],[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]}],[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,"focus","onFocus"],[2,"blur","onBlur"]],{"name":["onNameChanged"],"value":["onValueChanged"],"disabled":["onDisabledChanged"],"labelLeft":["onLabelLeftChanged"]}],[1,"cat-tab",{"label":[513],"icon":[513],"iconOnly":[520,"icon-only"],"iconRight":[516,"icon-right"],"url":[513],"urlTarget":[513,"url-target"],"deactivated":[516],"nativeAttributes":[16]},[[0,"click","onClick"]]],[1,"cat-toggle",{"checked":[1028],"disabled":[4],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"required":[4],"value":[1],"resolvedValue":[1032,"resolved-value"],"hint":[1],"labelLeft":[4,"label-left"],"nativeAttributes":[16],"hasSlottedLabel":[32],"hasSlottedHint":[32],"doFocus":[64],"doBlur":[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"],"horizontal":[4],"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"]],{"connector":["onConnectorChanged"],"value":["onValueChanged"],"errors":["onErrorsChanged"],"state":["onStateChanged"]}],[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":[1025],"errors":[4],"errorUpdate":[8,"error-update"],"nativeAttributes":[16],"hasSlottedLabel":[32],"hasSlottedHint":[32],"errorMap":[32],"doFocus":[64],"doBlur":[64],"clear":[64]},null,{"errors":["onErrorsChanged"]}],[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]},null,{"src":["onSrcChanged"]}],[1,"cat-checkbox",{"checked":[1028],"indeterminate":[1028],"disabled":[4],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"required":[4],"value":[1],"resolvedValue":[1032,"resolved-value"],"hint":[1],"labelLeft":[4,"label-left"],"nativeAttributes":[16],"hasSlottedLabel":[32],"hasSlottedHint":[32],"doFocus":[64],"doBlur":[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],"iconOnly":[8,"icon-only"],"iconRight":[4,"icon-right"],"buttonId":[1,"button-id"],"a11yLabel":[1,"a11y-label"],"a11yCurrent":[1,"a11y-current"],"nativeAttributes":[16],"nativeContentAttributes":[16],"buttonGroupPosition":[1,"button-group-position"],"_iconOnly":[32],"doFocus":[64],"doBlur":[64],"doClick":[64]},[[0,"click","haltDisabledEvents"]],{"iconOnly":["onIconOnlyChanged"]}],[1,"cat-spinner",{"size":[1],"a11yLabel":[1,"a11y-label"]}],[1,"cat-icon",{"icon":[1],"iconSrc":[1,"icon-src"],"size":[1],"a11yLabel":[1,"a11y-label"]}]]]], options);
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
exports.setNonce = index.setNonce;
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -6,7 +6,7 @@ const index = require('./index-329a3380.js');
|
|
|
6
6
|
|
|
7
7
|
const defineCustomElements = (win, options) => {
|
|
8
8
|
if (typeof window === 'undefined') return undefined;
|
|
9
|
-
return index.bootstrapLazy([["cat-alert_26.cjs",[[
|
|
9
|
+
return index.bootstrapLazy([["cat-alert_26.cjs",[[0,"cat-select-demo"],[1,"cat-datepicker",{"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":[1],"min":[1],"mode":[1],"name":[1],"placeholder":[1],"textPrefix":[1,"text-prefix"],"textSuffix":[1,"text-suffix"],"readonly":[4],"required":[4],"step":[2],"value":[1025],"errors":[4],"errorUpdate":[8,"error-update"],"nativeAttributes":[16],"nativePickerAttributes":[16],"doFocus":[64],"doBlur":[64]},null,{"value":["onValueChanged"],"disabled":["onDisabledChanged"],"readonly":["onDisabledChanged"],"min":["onMinChanged"],"max":["onMinChanged"]}],[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":[1537,"active-tab"],"tabsAlign":[1,"tabs-align"],"tabs":[32],"setActive":[64],"setActiveIndex":[64]},[[0,"keydown","onKeydown"]],{"activeTab":["onActiveTabChange"]}],[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":[1025],"errors":[4],"errorUpdate":[8,"error-update"],"nativeAttributes":[16],"hasSlottedLabel":[32],"hasSlottedHint":[32],"errorMap":[32],"doFocus":[64],"doBlur":[64],"clear":[64]},null,{"errors":["onErrorsChanged"]}],[1,"cat-badge",{"variant":[513],"color":[513],"size":[513],"round":[516],"pulse":[516]}],[1,"cat-button-group",{"a11yLabel":[1,"a11y-label"]}],[1,"cat-card"],[1,"cat-datepicker-inline",{"disabled":[4],"max":[1],"min":[1],"mode":[1],"readonly":[4],"step":[2],"value":[1025],"nativePickerAttributes":[16]},null,{"value":["onValueChanged"],"disabled":["onDisabledChanged"],"readonly":["onDisabledChanged"]}],[1,"cat-form-group",{"requiredMarker":[1,"required-marker"],"horizontal":[4],"labelSize":[1,"label-size"]},null,{"requiredMarker":["onRequiredMarkerChanged"],"horizontal":["onHorizontalChanged"]}],[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]}],[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,"focus","onFocus"],[2,"blur","onBlur"]],{"name":["onNameChanged"],"value":["onValueChanged"],"disabled":["onDisabledChanged"],"labelLeft":["onLabelLeftChanged"]}],[1,"cat-tab",{"label":[513],"icon":[513],"iconOnly":[520,"icon-only"],"iconRight":[516,"icon-right"],"url":[513],"urlTarget":[513,"url-target"],"deactivated":[516],"nativeAttributes":[16]},[[0,"click","onClick"]]],[1,"cat-toggle",{"checked":[1028],"disabled":[4],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"required":[4],"value":[1],"resolvedValue":[1032,"resolved-value"],"hint":[1],"labelLeft":[4,"label-left"],"nativeAttributes":[16],"hasSlottedLabel":[32],"hasSlottedHint":[32],"doFocus":[64],"doBlur":[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"],"horizontal":[4],"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"]],{"connector":["onConnectorChanged"],"value":["onValueChanged"],"errors":["onErrorsChanged"],"state":["onStateChanged"]}],[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":[1025],"errors":[4],"errorUpdate":[8,"error-update"],"nativeAttributes":[16],"hasSlottedLabel":[32],"hasSlottedHint":[32],"errorMap":[32],"doFocus":[64],"doBlur":[64],"clear":[64]},null,{"errors":["onErrorsChanged"]}],[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]},null,{"src":["onSrcChanged"]}],[1,"cat-checkbox",{"checked":[1028],"indeterminate":[1028],"disabled":[4],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"required":[4],"value":[1],"resolvedValue":[1032,"resolved-value"],"hint":[1],"labelLeft":[4,"label-left"],"nativeAttributes":[16],"hasSlottedLabel":[32],"hasSlottedHint":[32],"doFocus":[64],"doBlur":[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],"iconOnly":[8,"icon-only"],"iconRight":[4,"icon-right"],"buttonId":[1,"button-id"],"a11yLabel":[1,"a11y-label"],"a11yCurrent":[1,"a11y-current"],"nativeAttributes":[16],"nativeContentAttributes":[16],"buttonGroupPosition":[1,"button-group-position"],"_iconOnly":[32],"doFocus":[64],"doBlur":[64],"doClick":[64]},[[0,"click","haltDisabledEvents"]],{"iconOnly":["onIconOnlyChanged"]}],[1,"cat-spinner",{"size":[1],"a11yLabel":[1,"a11y-label"]}],[1,"cat-icon",{"icon":[1],"iconSrc":[1,"icon-src"],"size":[1],"a11yLabel":[1,"a11y-label"]}]]]], options);
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
exports.setNonce = index.setNonce;
|
|
@@ -3,20 +3,6 @@
|
|
|
3
3
|
*/
|
|
4
4
|
/* stylelint-disable value-keyword-case */
|
|
5
5
|
/* stylelint-enable value-keyword-case */
|
|
6
|
-
.hint-section {
|
|
7
|
-
display: flex;
|
|
8
|
-
gap: 0.5rem;
|
|
9
|
-
flex-direction: column;
|
|
10
|
-
color: rgb(var(--cat-hint-color, inherit));
|
|
11
|
-
}
|
|
12
|
-
.hint-section .input-hint,
|
|
13
|
-
.hint-section ::slotted([slot=hint]) {
|
|
14
|
-
font-size: 0.875rem;
|
|
15
|
-
line-height: 1.125rem;
|
|
16
|
-
font-weight: var(--cat-font-weight-body, 400);
|
|
17
|
-
margin: 0 !important;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
6
|
.hint-wrapper {
|
|
21
7
|
flex: 0 1 auto;
|
|
22
8
|
display: flex;
|
|
@@ -25,22 +11,22 @@
|
|
|
25
11
|
|
|
26
12
|
.hint-section {
|
|
27
13
|
flex: 1 1 auto;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
.input-hint,
|
|
32
|
-
::slotted([slot=hint]) {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
gap: 0.25rem;
|
|
33
17
|
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
18
|
+
font-size: 0.875rem;
|
|
19
|
+
line-height: 1.125rem;
|
|
20
|
+
}
|
|
21
|
+
.hint-section .input-hint,
|
|
22
|
+
.hint-section ::slotted([slot=hint]) {
|
|
23
|
+
margin: 0 !important;
|
|
37
24
|
}
|
|
38
25
|
|
|
39
26
|
:host {
|
|
40
27
|
display: flex;
|
|
41
28
|
flex-direction: column;
|
|
42
29
|
gap: 0.5rem;
|
|
43
|
-
margin-bottom: 1rem;
|
|
44
30
|
}
|
|
45
31
|
|
|
46
32
|
:host([hidden]) {
|
|
@@ -854,10 +854,9 @@ span.flatpickr-weekday {
|
|
|
854
854
|
}
|
|
855
855
|
|
|
856
856
|
.flatpickr-current-month {
|
|
857
|
-
font-family: var(--cat-font-family-head
|
|
857
|
+
font-family: var(--cat-font-family-head), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
858
858
|
font-size: 1.125rem;
|
|
859
859
|
line-height: 1.5rem;
|
|
860
|
-
color: rgb(var(--cat-font-color-head, 0, 0, 0));
|
|
861
860
|
font-weight: var(--cat-font-weight-head, 600);
|
|
862
861
|
font-feature-settings: "pnum";
|
|
863
862
|
height: 100%;
|
|
@@ -899,7 +898,7 @@ span.flatpickr-weekday {
|
|
|
899
898
|
}
|
|
900
899
|
.flatpickr-months .flatpickr-prev-month:hover,
|
|
901
900
|
.flatpickr-months .flatpickr-next-month:hover {
|
|
902
|
-
color: rgb(var(--cat-font-color-
|
|
901
|
+
color: rgb(var(--cat-font-color-base, 0, 0, 0));
|
|
903
902
|
}
|
|
904
903
|
|
|
905
904
|
.flatpickr-weekdays {
|
|
@@ -944,7 +943,7 @@ span.flatpickr-weekday {
|
|
|
944
943
|
}
|
|
945
944
|
|
|
946
945
|
.flatpickr-day {
|
|
947
|
-
color: rgb(var(--cat-font-color-
|
|
946
|
+
color: rgb(var(--cat-font-color-base, 0, 0, 0));
|
|
948
947
|
height: 2.25rem;
|
|
949
948
|
line-height: 2.25rem;
|
|
950
949
|
border: 0;
|
|
@@ -1021,7 +1020,7 @@ span.flatpickr-weekday {
|
|
|
1021
1020
|
justify-content: center;
|
|
1022
1021
|
}
|
|
1023
1022
|
.numInputWrapper span:hover {
|
|
1024
|
-
color: rgb(var(--cat-font-color-
|
|
1023
|
+
color: rgb(var(--cat-font-color-base, 0, 0, 0));
|
|
1025
1024
|
background: transparent;
|
|
1026
1025
|
}
|
|
1027
1026
|
|
|
@@ -1048,13 +1047,12 @@ span.flatpickr-weekday {
|
|
|
1048
1047
|
.flatpickr-time .flatpickr-time-separator,
|
|
1049
1048
|
.flatpickr-time .flatpickr-am-pm {
|
|
1050
1049
|
margin: 0 0.25rem;
|
|
1051
|
-
font-family: var(--cat-font-family-head
|
|
1050
|
+
font-family: var(--cat-font-family-head), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1052
1051
|
font-size: 1.125rem;
|
|
1053
1052
|
line-height: 1.5rem;
|
|
1054
|
-
color: rgb(var(--cat-font-color-head, 0, 0, 0));
|
|
1055
1053
|
font-weight: 400;
|
|
1056
1054
|
font-feature-settings: "pnum";
|
|
1057
|
-
color: rgb(var(--cat-font-color-
|
|
1055
|
+
color: rgb(var(--cat-font-color-base, 0, 0, 0));
|
|
1058
1056
|
line-height: 2.25rem;
|
|
1059
1057
|
}
|
|
1060
1058
|
|
|
@@ -1072,7 +1070,7 @@ span.flatpickr-weekday {
|
|
|
1072
1070
|
}
|
|
1073
1071
|
.flatpickr-time input {
|
|
1074
1072
|
background: transparent !important;
|
|
1075
|
-
color: rgb(var(--cat-font-color-
|
|
1073
|
+
color: rgb(var(--cat-font-color-base, 0, 0, 0));
|
|
1076
1074
|
font-size: 0.9375rem;
|
|
1077
1075
|
line-height: 2.25rem;
|
|
1078
1076
|
font-family: inherit;
|
|
@@ -1111,7 +1109,6 @@ span.flatpickr-weekday {
|
|
|
1111
1109
|
|
|
1112
1110
|
:host {
|
|
1113
1111
|
display: inline-flex;
|
|
1114
|
-
margin-bottom: 1rem;
|
|
1115
1112
|
}
|
|
1116
1113
|
:host > div {
|
|
1117
1114
|
display: flex;
|
|
@@ -3,17 +3,23 @@
|
|
|
3
3
|
*/
|
|
4
4
|
/* stylelint-disable value-keyword-case */
|
|
5
5
|
/* stylelint-enable value-keyword-case */
|
|
6
|
-
.hint-
|
|
6
|
+
.hint-wrapper {
|
|
7
|
+
flex: 0 1 auto;
|
|
7
8
|
display: flex;
|
|
8
9
|
gap: 0.5rem;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.hint-section {
|
|
13
|
+
flex: 1 1 auto;
|
|
14
|
+
display: flex;
|
|
9
15
|
flex-direction: column;
|
|
10
|
-
|
|
16
|
+
gap: 0.25rem;
|
|
17
|
+
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
18
|
+
font-size: 0.875rem;
|
|
19
|
+
line-height: 1.125rem;
|
|
11
20
|
}
|
|
12
21
|
.hint-section .input-hint,
|
|
13
22
|
.hint-section ::slotted([slot=hint]) {
|
|
14
|
-
font-size: 0.875rem;
|
|
15
|
-
line-height: 1.125rem;
|
|
16
|
-
font-weight: var(--cat-font-weight-body, 400);
|
|
17
23
|
margin: 0 !important;
|
|
18
24
|
}
|
|
19
25
|
|
|
@@ -285,27 +291,20 @@
|
|
|
285
291
|
flex-grow: 1;
|
|
286
292
|
justify-content: space-between;
|
|
287
293
|
gap: 0.25rem;
|
|
294
|
+
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
288
295
|
}
|
|
289
296
|
|
|
290
|
-
.label-optional
|
|
291
|
-
|
|
297
|
+
.label-optional,
|
|
298
|
+
.label-character-count {
|
|
299
|
+
display: inline-flex;
|
|
292
300
|
align-items: center;
|
|
293
301
|
max-height: 1.25rem;
|
|
294
302
|
font-size: 0.75rem;
|
|
295
303
|
line-height: 1rem;
|
|
296
|
-
font-weight: var(--cat-font-weight-body, 400);
|
|
297
|
-
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
298
304
|
}
|
|
299
305
|
|
|
300
306
|
.label-character-count {
|
|
301
|
-
display: flex;
|
|
302
|
-
align-items: center;
|
|
303
307
|
margin-left: auto;
|
|
304
|
-
max-height: 1.25rem;
|
|
305
|
-
font-size: 0.75rem;
|
|
306
|
-
line-height: 1rem;
|
|
307
|
-
font-weight: var(--cat-font-weight-body, 400);
|
|
308
|
-
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
309
308
|
}
|
|
310
309
|
|
|
311
310
|
.input-horizontal .label-container.hidden label,
|
|
@@ -348,8 +347,6 @@
|
|
|
348
347
|
display: flex;
|
|
349
348
|
font-size: 0.9375rem;
|
|
350
349
|
line-height: 1.25rem;
|
|
351
|
-
font-weight: var(--cat-font-weight-body, 400);
|
|
352
|
-
margin-bottom: 1rem;
|
|
353
350
|
}
|
|
354
351
|
|
|
355
352
|
:host([hidden]) {
|
|
@@ -412,8 +409,7 @@
|
|
|
412
409
|
.text-prefix,
|
|
413
410
|
.text-suffix {
|
|
414
411
|
display: inline-flex;
|
|
415
|
-
align-items: center;
|
|
416
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
412
|
+
align-items: center; /* stylelint-disable property-no-vendor-prefix */
|
|
417
413
|
-webkit-user-select: none;
|
|
418
414
|
-ms-user-select: none;
|
|
419
415
|
user-select: none;
|
|
@@ -3,20 +3,6 @@
|
|
|
3
3
|
*/
|
|
4
4
|
/* stylelint-disable value-keyword-case */
|
|
5
5
|
/* stylelint-enable value-keyword-case */
|
|
6
|
-
.hint-section {
|
|
7
|
-
display: flex;
|
|
8
|
-
gap: 0.5rem;
|
|
9
|
-
flex-direction: column;
|
|
10
|
-
color: rgb(var(--cat-hint-color, inherit));
|
|
11
|
-
}
|
|
12
|
-
.hint-section .input-hint,
|
|
13
|
-
.hint-section ::slotted([slot=hint]) {
|
|
14
|
-
font-size: 0.875rem;
|
|
15
|
-
line-height: 1.125rem;
|
|
16
|
-
font-weight: var(--cat-font-weight-body, 400);
|
|
17
|
-
margin: 0 !important;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
6
|
.hint-wrapper {
|
|
21
7
|
flex: 0 1 auto;
|
|
22
8
|
display: flex;
|
|
@@ -25,22 +11,22 @@
|
|
|
25
11
|
|
|
26
12
|
.hint-section {
|
|
27
13
|
flex: 1 1 auto;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
.input-hint,
|
|
32
|
-
::slotted([slot=hint]) {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
gap: 0.25rem;
|
|
33
17
|
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
18
|
+
font-size: 0.875rem;
|
|
19
|
+
line-height: 1.125rem;
|
|
20
|
+
}
|
|
21
|
+
.hint-section .input-hint,
|
|
22
|
+
.hint-section ::slotted([slot=hint]) {
|
|
23
|
+
margin: 0 !important;
|
|
37
24
|
}
|
|
38
25
|
|
|
39
26
|
:host {
|
|
40
27
|
display: flex;
|
|
41
28
|
flex-direction: column;
|
|
42
29
|
gap: 0.5rem;
|
|
43
|
-
margin-bottom: 1rem;
|
|
44
30
|
}
|
|
45
31
|
|
|
46
32
|
:host([hidden]) {
|
|
@@ -19,21 +19,22 @@ export class CatRadioGroup {
|
|
|
19
19
|
this.updateTabIndex();
|
|
20
20
|
}
|
|
21
21
|
onDisabledChanged(disabled) {
|
|
22
|
-
this.catRadioGroup.forEach(catRadio => (catRadio.disabled = disabled));
|
|
22
|
+
this.catRadioGroup.forEach(catRadio => (catRadio.disabled = catRadio.disabled || disabled));
|
|
23
23
|
}
|
|
24
24
|
onLabelLeftChanged(labelLeft) {
|
|
25
|
-
this.catRadioGroup.forEach(catRadio =>
|
|
26
|
-
if (labelLeft) {
|
|
27
|
-
catRadio.labelLeft = labelLeft;
|
|
28
|
-
}
|
|
29
|
-
});
|
|
25
|
+
this.catRadioGroup.forEach(catRadio => (catRadio.labelLeft = catRadio.labelLeft || labelLeft));
|
|
30
26
|
}
|
|
31
27
|
componentDidLoad() {
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
35
|
-
|
|
36
|
-
|
|
28
|
+
this.init();
|
|
29
|
+
this.mutationObserver = new MutationObserver(mutations => mutations.some(value => value.target.nodeName === 'CAT-RADIO') && this.init());
|
|
30
|
+
this.mutationObserver?.observe(this.hostElement, {
|
|
31
|
+
childList: true,
|
|
32
|
+
attributes: true,
|
|
33
|
+
subtree: true
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
disconnectedCallback() {
|
|
37
|
+
this.mutationObserver?.disconnect();
|
|
37
38
|
}
|
|
38
39
|
onKeydown(event) {
|
|
39
40
|
if (['ArrowDown', 'ArrowUp', 'ArrowRight', 'ArrowLeft'].includes(event.key) && this.catRadioGroup.length) {
|
|
@@ -68,6 +69,13 @@ export class CatRadioGroup {
|
|
|
68
69
|
render() {
|
|
69
70
|
return (h("div", { role: "radiogroup", "aria-label": this.a11yLabel }, h("slot", null)));
|
|
70
71
|
}
|
|
72
|
+
init() {
|
|
73
|
+
this.catRadioGroup = Array.from(this.hostElement.querySelectorAll(`cat-radio`));
|
|
74
|
+
this.onNameChanged(this.name);
|
|
75
|
+
this.onValueChanged(this.value);
|
|
76
|
+
this.onDisabledChanged(this.disabled);
|
|
77
|
+
this.onLabelLeftChanged(this.labelLeft);
|
|
78
|
+
}
|
|
71
79
|
updateTabIndex() {
|
|
72
80
|
if (this.catRadioGroup.length) {
|
|
73
81
|
this.catRadioGroup.forEach(value => value.shadowRoot?.querySelector('input')?.setAttribute('tabindex', '-1'));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cat-radio-group.js","sourceRoot":"","sources":["../../../src/components/cat-radio-group/cat-radio-group.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAgB,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEhG;;GAEG;AAMH,MAAM,OAAO,aAAa;;IAChB,kBAAa,GAA0B,EAAE,CAAC;;;
|
|
1
|
+
{"version":3,"file":"cat-radio-group.js","sourceRoot":"","sources":["../../../src/components/cat-radio-group/cat-radio-group.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Element, Event, EventEmitter, h, Listen, Prop, Watch } from '@stencil/core';\n\n/**\n * A group of radio buttons.\n */\n@Component({\n tag: 'cat-radio-group',\n styleUrl: 'cat-radio-group.scss',\n shadow: true\n})\nexport class CatRadioGroup {\n private catRadioGroup: HTMLCatRadioElement[] = [];\n private mutationObserver?: MutationObserver;\n\n @Element() hostElement!: HTMLElement;\n\n /**\n * The name of the radio group component.\n */\n @Prop() name?: string;\n\n /**\n * The value of the radio group.\n */\n @Prop({ mutable: true }) value?: string;\n\n /**\n * Whether this radio group is disabled.\n */\n @Prop() disabled = false;\n\n /**\n * Adds an accessible label for the radio group that\n * it is only shown in assistive technologies, like screen readers.\n */\n @Prop({ attribute: 'a11y-label' }) a11yLabel?: string;\n\n /**\n * Whether the label of the radios should appear to the left of them.\n */\n @Prop() labelLeft = false;\n\n /**\n * Emitted when the value is changed.\n */\n @Event() catChange!: EventEmitter<boolean | string>;\n\n /**\n * Emitted when the radio group received focus.\n */\n @Event() catFocus!: EventEmitter<FocusEvent>;\n\n /**\n * Emitted when the radio group loses focus.\n */\n @Event() catBlur!: EventEmitter<FocusEvent>;\n\n @Watch('name')\n onNameChanged(newName?: string) {\n this.catRadioGroup.forEach(catRadio => (catRadio.name = newName));\n }\n\n @Watch('value')\n onValueChanged(newValue?: string) {\n this.catRadioGroup.forEach(catRadio => (catRadio.checked = catRadio.value === newValue));\n this.updateTabIndex();\n }\n\n @Watch('disabled')\n onDisabledChanged(disabled: boolean) {\n this.catRadioGroup.forEach(catRadio => (catRadio.disabled = catRadio.disabled || disabled));\n }\n\n @Watch('labelLeft')\n onLabelLeftChanged(labelLeft: boolean) {\n this.catRadioGroup.forEach(catRadio => (catRadio.labelLeft = catRadio.labelLeft || labelLeft));\n }\n\n componentDidLoad(): void {\n this.init();\n this.mutationObserver = new MutationObserver(\n mutations => mutations.some(value => value.target.nodeName === 'CAT-RADIO') && this.init()\n );\n this.mutationObserver?.observe(this.hostElement, {\n childList: true,\n attributes: true,\n subtree: true\n });\n }\n\n disconnectedCallback() {\n this.mutationObserver?.disconnect();\n }\n\n @Listen('keydown')\n onKeydown(event: KeyboardEvent): void {\n if (['ArrowDown', 'ArrowUp', 'ArrowRight', 'ArrowLeft'].includes(event.key) && this.catRadioGroup.length) {\n const targetElements = this.catRadioGroup.filter(catRadio => !catRadio.disabled);\n const activeElement = document.activeElement as HTMLCatRadioElement;\n const activeIdx = this.catRadioGroup.findIndex(catRadio => catRadio === activeElement);\n const activeOff = ['ArrowDown', 'ArrowRight'].includes(event.key) ? 1 : -1;\n const targetIdx = activeIdx < 0 ? 0 : (activeIdx + activeOff + targetElements.length) % targetElements.length;\n targetElements[targetIdx].doFocus();\n targetElements[targetIdx].shadowRoot?.querySelector('input')?.click();\n this.updateTabIndex();\n event.preventDefault();\n }\n }\n\n @Listen('input')\n onInput(event: MouseEvent): void {\n const radio = this.catRadioGroup.find(radio => radio === event.target);\n if (radio?.localName === 'cat-radio') {\n this.value = radio?.checked ? radio?.value : undefined;\n this.catChange.emit(this.value);\n }\n }\n\n @Listen('focus', { capture: true })\n onFocus(event: FocusEvent): void {\n if (!event.relatedTarget) {\n this.catBlur.emit(event);\n }\n }\n\n @Listen('blur', { capture: true })\n onBlur(event: FocusEvent): void {\n if (!event.relatedTarget) {\n this.catBlur.emit(event);\n }\n }\n\n render() {\n return (\n <div role=\"radiogroup\" aria-label={this.a11yLabel}>\n <slot></slot>\n </div>\n );\n }\n\n private init() {\n this.catRadioGroup = Array.from(this.hostElement.querySelectorAll(`cat-radio`));\n this.onNameChanged(this.name);\n this.onValueChanged(this.value);\n this.onDisabledChanged(this.disabled);\n this.onLabelLeftChanged(this.labelLeft);\n }\n\n private updateTabIndex() {\n if (this.catRadioGroup.length) {\n this.catRadioGroup.forEach(value => value.shadowRoot?.querySelector('input')?.setAttribute('tabindex', '-1'));\n const checkedRadioIndex = this.catRadioGroup.findIndex(value => value.checked);\n this.catRadioGroup[checkedRadioIndex >= 0 ? checkedRadioIndex : 0].shadowRoot\n ?.querySelector('input')\n ?.setAttribute('tabindex', '0');\n }\n }\n}\n"]}
|
|
@@ -3,17 +3,23 @@
|
|
|
3
3
|
*/
|
|
4
4
|
/* stylelint-disable value-keyword-case */
|
|
5
5
|
/* stylelint-enable value-keyword-case */
|
|
6
|
-
.hint-
|
|
6
|
+
.hint-wrapper {
|
|
7
|
+
flex: 0 1 auto;
|
|
7
8
|
display: flex;
|
|
8
9
|
gap: 0.5rem;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.hint-section {
|
|
13
|
+
flex: 1 1 auto;
|
|
14
|
+
display: flex;
|
|
9
15
|
flex-direction: column;
|
|
10
|
-
|
|
16
|
+
gap: 0.25rem;
|
|
17
|
+
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
18
|
+
font-size: 0.875rem;
|
|
19
|
+
line-height: 1.125rem;
|
|
11
20
|
}
|
|
12
21
|
.hint-section .input-hint,
|
|
13
22
|
.hint-section ::slotted([slot=hint]) {
|
|
14
|
-
font-size: 0.875rem;
|
|
15
|
-
line-height: 1.125rem;
|
|
16
|
-
font-weight: var(--cat-font-weight-body, 400);
|
|
17
23
|
margin: 0 !important;
|
|
18
24
|
}
|
|
19
25
|
|
|
@@ -285,27 +291,20 @@
|
|
|
285
291
|
flex-grow: 1;
|
|
286
292
|
justify-content: space-between;
|
|
287
293
|
gap: 0.25rem;
|
|
294
|
+
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
288
295
|
}
|
|
289
296
|
|
|
290
|
-
.label-optional
|
|
291
|
-
|
|
297
|
+
.label-optional,
|
|
298
|
+
.label-character-count {
|
|
299
|
+
display: inline-flex;
|
|
292
300
|
align-items: center;
|
|
293
301
|
max-height: 1.25rem;
|
|
294
302
|
font-size: 0.75rem;
|
|
295
303
|
line-height: 1rem;
|
|
296
|
-
font-weight: var(--cat-font-weight-body, 400);
|
|
297
|
-
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
298
304
|
}
|
|
299
305
|
|
|
300
306
|
.label-character-count {
|
|
301
|
-
display: flex;
|
|
302
|
-
align-items: center;
|
|
303
307
|
margin-left: auto;
|
|
304
|
-
max-height: 1.25rem;
|
|
305
|
-
font-size: 0.75rem;
|
|
306
|
-
line-height: 1rem;
|
|
307
|
-
font-weight: var(--cat-font-weight-body, 400);
|
|
308
|
-
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
309
308
|
}
|
|
310
309
|
|
|
311
310
|
.input-horizontal .label-container.hidden label,
|
|
@@ -350,7 +349,6 @@
|
|
|
350
349
|
gap: 0.5rem;
|
|
351
350
|
line-height: 1.25rem;
|
|
352
351
|
position: relative;
|
|
353
|
-
margin-bottom: 1rem;
|
|
354
352
|
}
|
|
355
353
|
|
|
356
354
|
:host([hidden]) {
|
|
@@ -385,14 +383,6 @@ label.hidden {
|
|
|
385
383
|
gap: 1rem;
|
|
386
384
|
}
|
|
387
385
|
|
|
388
|
-
.input-optional {
|
|
389
|
-
margin-left: 0.25rem;
|
|
390
|
-
font-size: 0.75rem;
|
|
391
|
-
line-height: 1rem;
|
|
392
|
-
font-weight: var(--cat-font-weight-body, 400);
|
|
393
|
-
color: rgb(var(--cat-font-color-muted, 81, 92, 108));
|
|
394
|
-
}
|
|
395
|
-
|
|
396
386
|
.select-wrapper {
|
|
397
387
|
display: flex;
|
|
398
388
|
align-items: flex-start;
|