@capra/core 1.5.3 → 1.6.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/index.cjs +23 -23
- package/dist/index.d.cts +9 -9
- package/dist/index.d.mts +9 -9
- package/dist/index.mjs +23 -23
- package/dist/style.css +62 -32
- package/docs/conventions--docs.md +186 -0
- package/docs/core-alert--design.md +110 -0
- package/docs/core-alert--usage.md +13 -0
- package/docs/core-anchor--design.md +39 -0
- package/docs/core-anchor--usage.md +39 -0
- package/docs/core-autocompletefield--design.md +91 -0
- package/docs/core-autocompletefield--usage.md +18 -0
- package/docs/core-badge--design.md +70 -0
- package/docs/core-badge--usage.md +13 -0
- package/docs/core-breadcrumbs--design.md +65 -0
- package/docs/core-breadcrumbs--usage.md +16 -0
- package/docs/core-button--design.md +97 -0
- package/docs/core-button--usage.md +17 -0
- package/docs/core-buttonlink--design.md +7 -0
- package/docs/core-buttonlink--usage.md +24 -0
- package/docs/core-card--design.md +100 -0
- package/docs/core-card--usage.md +5 -0
- package/docs/core-checkbox--design.md +66 -0
- package/docs/core-checkbox--usage.md +34 -0
- package/docs/core-collapse--design.md +28 -0
- package/docs/core-collapse--usage.md +20 -0
- package/docs/core-datepickerfield--design.md +71 -0
- package/docs/core-datepickerfield--usage.md +57 -0
- package/docs/core-daterangepickerfield--design.md +76 -0
- package/docs/core-daterangepickerfield--usage.md +62 -0
- package/docs/core-divider--design.md +35 -0
- package/docs/core-divider--usage.md +8 -0
- package/docs/core-drawer--design.md +87 -0
- package/docs/core-drawer--usage.md +9 -0
- package/docs/core-emptystate--design.md +45 -0
- package/docs/core-emptystate--usage.md +13 -0
- package/docs/core-helpertext--design.md +30 -0
- package/docs/core-helpertext--usage.md +11 -0
- package/docs/core-iconbutton--design.md +87 -0
- package/docs/core-iconbutton--usage.md +15 -0
- package/docs/core-inputrow--design.md +85 -0
- package/docs/core-inputrow--usage.md +6 -0
- package/docs/core-label--design.md +27 -0
- package/docs/core-label--usage.md +17 -0
- package/docs/core-link--design.md +58 -0
- package/docs/core-link--usage.md +16 -0
- package/docs/core-listitem--design.md +70 -0
- package/docs/core-listitem--usage.md +6 -0
- package/docs/core-menu--design.md +106 -0
- package/docs/core-menu--usage.md +16 -0
- package/docs/core-modal--design.md +39 -0
- package/docs/core-modal--usage.md +11 -0
- package/docs/core-numberfield--design.md +12 -0
- package/docs/core-numberfield--usage.md +14 -0
- package/docs/core-pagination--design.md +30 -0
- package/docs/core-pagination--usage.md +13 -0
- package/docs/core-passwordfield--design.md +7 -0
- package/docs/core-passwordfield--usage.md +3 -0
- package/docs/core-pill--design.md +94 -0
- package/docs/core-pill--usage.md +10 -0
- package/docs/core-popover--design.md +25 -0
- package/docs/core-popover--usage.md +8 -0
- package/docs/core-radio--design.md +39 -0
- package/docs/core-radio--usage.md +8 -0
- package/docs/core-radiogroup--design.md +5 -0
- package/docs/core-radiogroup--usage.md +12 -0
- package/docs/core-radiotile--design.md +5 -0
- package/docs/core-radiotile--usage.md +10 -0
- package/docs/core-ribbon--design.md +39 -0
- package/docs/core-ribbon--usage.md +12 -0
- package/docs/core-skeleton--design.md +88 -0
- package/docs/core-skeleton--usage.md +13 -0
- package/docs/core-skeletongroup--design.md +50 -0
- package/docs/core-skeletongroup--usage.md +10 -0
- package/docs/core-spinner--design.md +99 -0
- package/docs/core-spinner--usage.md +11 -0
- package/docs/core-switch--design.md +145 -0
- package/docs/core-switch--usage.md +8 -0
- package/docs/core-tabnav--design.md +77 -0
- package/docs/core-tabnav--usage.md +63 -0
- package/docs/core-tag--design.md +21 -0
- package/docs/core-tag--usage.md +11 -0
- package/docs/core-text--design.md +32 -0
- package/docs/core-text--usage.md +10 -0
- package/docs/core-textarea--design.md +74 -0
- package/docs/core-textarea--usage.md +18 -0
- package/docs/core-textfield--design.md +81 -0
- package/docs/core-textfield--usage.md +12 -0
- package/docs/core-textinput--design.md +72 -0
- package/docs/core-textinput--usage.md +19 -0
- package/docs/core-toast--design.md +100 -0
- package/docs/core-toast--usage.md +11 -0
- package/docs/core-tooltip--design.md +61 -0
- package/docs/core-tooltip--usage.md +48 -0
- package/docs/core-topnav--design.md +75 -0
- package/docs/core-topnav--usage.md +6 -0
- package/docs/core-verticalnavigation--design.md +31 -0
- package/docs/core-verticalnavigation--usage.md +17 -0
- package/docs/core-visuallyhidden--design.md +87 -0
- package/docs/core-visuallyhidden--usage.md +35 -0
- package/docs/history-changelogs-capra-core--docs.md +49 -0
- package/docs/index.md +110 -0
- package/docs/using-capra--docs.md +39 -0
- package/package.json +5 -4
package/dist/index.cjs
CHANGED
|
@@ -270,12 +270,12 @@ Label$1.displayName = "Label";
|
|
|
270
270
|
//#endregion
|
|
271
271
|
//#region src/components/TextInput/TextInput.module.css
|
|
272
272
|
var TextInput_module_default = {
|
|
273
|
-
"errorIndicator": "capra-TextInput-module-
|
|
274
|
-
"input": "capra-TextInput-module-
|
|
275
|
-
"leadingSlot": "capra-TextInput-module-
|
|
276
|
-
"trailingSlot": "capra-TextInput-module-
|
|
277
|
-
"warningIndicator": "capra-TextInput-module-
|
|
278
|
-
"wrapper": "capra-TextInput-module-
|
|
273
|
+
"errorIndicator": "capra-TextInput-module-pTHfnG-errorIndicator",
|
|
274
|
+
"input": "capra-TextInput-module-pTHfnG-input",
|
|
275
|
+
"leadingSlot": "capra-TextInput-module-pTHfnG-leadingSlot",
|
|
276
|
+
"trailingSlot": "capra-TextInput-module-pTHfnG-trailingSlot",
|
|
277
|
+
"warningIndicator": "capra-TextInput-module-pTHfnG-warningIndicator",
|
|
278
|
+
"wrapper": "capra-TextInput-module-pTHfnG-wrapper"
|
|
279
279
|
};
|
|
280
280
|
//#endregion
|
|
281
281
|
//#region src/components/TextInput/TextInput.tsx
|
|
@@ -2733,23 +2733,23 @@ TextArea.displayName = "TextArea";
|
|
|
2733
2733
|
//#endregion
|
|
2734
2734
|
//#region src/components/Modal/Modal.module.css
|
|
2735
2735
|
var Modal_module_default = {
|
|
2736
|
-
"confirmationActions": "capra-Modal-module-
|
|
2737
|
-
"confirmationBody": "capra-Modal-module-
|
|
2738
|
-
"confirmationIcon": "capra-Modal-module-
|
|
2739
|
-
"confirmationLayout": "capra-Modal-module-
|
|
2740
|
-
"confirmationMessage": "capra-Modal-module-
|
|
2741
|
-
"confirmationSurface": "capra-Modal-module-
|
|
2742
|
-
"content": "capra-Modal-module-
|
|
2743
|
-
"contentShow": "capra-Modal-module-
|
|
2744
|
-
"expandedFooterLayout": "capra-Modal-module-
|
|
2745
|
-
"expandedTitleLayout": "capra-Modal-module-
|
|
2746
|
-
"footer": "capra-Modal-module-
|
|
2747
|
-
"footerActions": "capra-Modal-module-
|
|
2748
|
-
"header": "capra-Modal-module-
|
|
2749
|
-
"headerLeading": "capra-Modal-module-
|
|
2750
|
-
"overlay": "capra-Modal-module-
|
|
2751
|
-
"overlayShow": "capra-Modal-module-
|
|
2752
|
-
"surface": "capra-Modal-module-
|
|
2736
|
+
"confirmationActions": "capra-Modal-module-j-u8iq-confirmationActions",
|
|
2737
|
+
"confirmationBody": "capra-Modal-module-j-u8iq-confirmationBody",
|
|
2738
|
+
"confirmationIcon": "capra-Modal-module-j-u8iq-confirmationIcon",
|
|
2739
|
+
"confirmationLayout": "capra-Modal-module-j-u8iq-confirmationLayout",
|
|
2740
|
+
"confirmationMessage": "capra-Modal-module-j-u8iq-confirmationMessage",
|
|
2741
|
+
"confirmationSurface": "capra-Modal-module-j-u8iq-confirmationSurface",
|
|
2742
|
+
"content": "capra-Modal-module-j-u8iq-content",
|
|
2743
|
+
"contentShow": "capra-Modal-module-j-u8iq-contentShow",
|
|
2744
|
+
"expandedFooterLayout": "capra-Modal-module-j-u8iq-expandedFooterLayout",
|
|
2745
|
+
"expandedTitleLayout": "capra-Modal-module-j-u8iq-expandedTitleLayout",
|
|
2746
|
+
"footer": "capra-Modal-module-j-u8iq-footer",
|
|
2747
|
+
"footerActions": "capra-Modal-module-j-u8iq-footerActions",
|
|
2748
|
+
"header": "capra-Modal-module-j-u8iq-header",
|
|
2749
|
+
"headerLeading": "capra-Modal-module-j-u8iq-headerLeading",
|
|
2750
|
+
"overlay": "capra-Modal-module-j-u8iq-overlay",
|
|
2751
|
+
"overlayShow": "capra-Modal-module-j-u8iq-overlayShow",
|
|
2752
|
+
"surface": "capra-Modal-module-j-u8iq-surface"
|
|
2753
2753
|
};
|
|
2754
2754
|
//#endregion
|
|
2755
2755
|
//#region src/components/Text/Heading.tsx
|
package/dist/index.d.cts
CHANGED
|
@@ -125,7 +125,7 @@ declare const TextInput: React$2.ForwardRefExoticComponent<{
|
|
|
125
125
|
*/
|
|
126
126
|
size?: Size$3; /** Content after the input (e.g. icon or clear button). */
|
|
127
127
|
trailingSlot?: React$2.ReactNode;
|
|
128
|
-
} & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "style" | "
|
|
128
|
+
} & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "style" | "size" | "className"> & React$2.RefAttributes<HTMLInputElement>>;
|
|
129
129
|
//#endregion
|
|
130
130
|
//#region src/components/input-helpers/fieldLayout.d.ts
|
|
131
131
|
type FieldLayoutProps = {
|
|
@@ -172,7 +172,7 @@ declare const AutocompleteField: ((props: {
|
|
|
172
172
|
leadingSlot?: React$1.ReactNode;
|
|
173
173
|
size?: Size$3;
|
|
174
174
|
trailingSlot?: React$1.ReactNode;
|
|
175
|
-
} & StylingOverrideProps & Omit<Omit<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "style" | "
|
|
175
|
+
} & StylingOverrideProps & Omit<Omit<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "style" | "size" | "className"> & React$1.RefAttributes<HTMLInputElement>, "ref">, "value" | "onChange"> & React$1.RefAttributes<HTMLInputElement>) => React$1.ReactElement) & {
|
|
176
176
|
Item: typeof AutocompleteItem;
|
|
177
177
|
};
|
|
178
178
|
//#endregion
|
|
@@ -429,7 +429,7 @@ type RadioGroupProps = RadioGroupContextValue & StylingOverrideProps & Omit<Reac
|
|
|
429
429
|
/**
|
|
430
430
|
* A control wrapper for a group of radio buttons.
|
|
431
431
|
*/
|
|
432
|
-
declare const RadioGroup: (props: RadioGroupContextValue & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, "ref">, "
|
|
432
|
+
declare const RadioGroup: (props: RadioGroupContextValue & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, "ref">, "onChange" | "className"> & React$2.RefAttributes<HTMLFieldSetElement>) => React$2.ReactElement;
|
|
433
433
|
//#endregion
|
|
434
434
|
//#region src/components/Radio/Radio.d.ts
|
|
435
435
|
type ChildrenLabel = {
|
|
@@ -562,7 +562,7 @@ declare const Checkbox: React$2.ForwardRefExoticComponent<{
|
|
|
562
562
|
checked?: boolean; /** Default checked state for uncontrolled component. */
|
|
563
563
|
defaultChecked?: boolean; /** The label for the checkbox. */
|
|
564
564
|
children?: string | React$2.ReactNode;
|
|
565
|
-
} & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "
|
|
565
|
+
} & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "type" | "className"> & React$2.RefAttributes<HTMLInputElement>>;
|
|
566
566
|
//#endregion
|
|
567
567
|
//#region src/components/Collapse/Collapse.d.ts
|
|
568
568
|
/** Props forwarded to React Aria `Disclosure`; see https://reactaria.adobe.com/Disclosure */
|
|
@@ -636,7 +636,7 @@ declare const TextField: React$2.ForwardRefExoticComponent<{
|
|
|
636
636
|
/** Called with the new string value when the input changes. */onChange?: (value: string) => void; /** When true, shows a character count. */
|
|
637
637
|
showCount?: boolean;
|
|
638
638
|
value?: string | number | undefined;
|
|
639
|
-
} & FieldLayoutProps & Omit<TextInputProps, "
|
|
639
|
+
} & FieldLayoutProps & Omit<TextInputProps, "value" | "onChange"> & React$2.RefAttributes<HTMLInputElement>>;
|
|
640
640
|
//#endregion
|
|
641
641
|
//#region src/components/PasswordField/PasswordField.d.ts
|
|
642
642
|
type PasswordFieldProps = Omit<TextFieldProps, 'trailingSlot' | 'type'>;
|
|
@@ -660,7 +660,7 @@ type NumberFieldProps = Omit<TextInputProps, 'type' | 'onChange' | 'min' | 'max'
|
|
|
660
660
|
/**
|
|
661
661
|
* Number field built on React Aria `NumberField`, with custom increment/decrement controls (native spinners hidden).
|
|
662
662
|
*/
|
|
663
|
-
declare const NumberField: React$2.ForwardRefExoticComponent<Omit<TextInputProps, "
|
|
663
|
+
declare const NumberField: React$2.ForwardRefExoticComponent<Omit<TextInputProps, "max" | "min" | "step" | "type" | "onChange"> & {
|
|
664
664
|
/** Called with the unformatted number value when the number changes. */onChange?: (value: number) => void; /** Locale-aware display and parsing for the displayed value (see https://react-aria.adobe.com/NumberField#format-options) */
|
|
665
665
|
formatOptions?: Intl.NumberFormatOptions; /** Minimum value */
|
|
666
666
|
min?: number; /** Maximum value */
|
|
@@ -682,7 +682,7 @@ type DatePickerFieldProps<T extends DateValue = DateValue> = FieldLayoutProps &
|
|
|
682
682
|
required?: boolean; /** Invalid value; `appearance="danger"` also forces an invalid state for display. */
|
|
683
683
|
isInvalid?: boolean;
|
|
684
684
|
};
|
|
685
|
-
declare const DatePickerField: React$2.ForwardRefExoticComponent<FieldLayoutProps & Pick<TextInputProps, "placeholder" | "size" | "appearance" | "leadingSlot"> & Pick<DatePickerProps<DateValue>, "
|
|
685
|
+
declare const DatePickerField: React$2.ForwardRefExoticComponent<FieldLayoutProps & Pick<TextInputProps, "placeholder" | "size" | "appearance" | "leadingSlot"> & Pick<DatePickerProps<DateValue>, "value" | "onChange" | "defaultValue"> & {
|
|
686
686
|
/** Smallest date/time unit shown in the field. Only `day` and `second` are supported. */granularity?: "day" | "second";
|
|
687
687
|
} & StylingOverrideProps & {
|
|
688
688
|
/** When true, shows a clear control to the left of the calendar button while the field has a value. */canClear?: boolean; /** Disables the field. */
|
|
@@ -710,7 +710,7 @@ type DateRangePickerFieldProps<T extends DateValue = DateValue> = FieldLayoutPro
|
|
|
710
710
|
};
|
|
711
711
|
declare const DateRangePickerField: React$2.ForwardRefExoticComponent<FieldLayoutProps & Pick<TextInputProps, "size" | "appearance" | "leadingSlot"> & {
|
|
712
712
|
/** Placeholders for empty start and end, shown with a swap icon between them when the group is not focus-within. */placeholder?: DateRangePickerFieldPlaceholder;
|
|
713
|
-
} & Pick<DateRangePickerProps<DateValue>, "
|
|
713
|
+
} & Pick<DateRangePickerProps<DateValue>, "value" | "onChange" | "defaultValue" | "shouldCloseOnSelect"> & {
|
|
714
714
|
/** Smallest date/time unit shown in the fields. Only `day` and `second` are supported. */granularity?: "day" | "second";
|
|
715
715
|
} & StylingOverrideProps & {
|
|
716
716
|
/** When true, shows a clear control to the left of the calendar button while the field has a value. */canClear?: boolean; /** Disables the field. */
|
|
@@ -770,7 +770,7 @@ declare const TextArea: React$2.ForwardRefExoticComponent<{
|
|
|
770
770
|
autoSize?: TextAreaAutoSize; /** When true, shows a character count. */
|
|
771
771
|
showCount?: boolean; /** Called with the new string value when the input changes. */
|
|
772
772
|
onChange?: (value: string) => void;
|
|
773
|
-
} & FieldLayoutProps & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref">, "style" | "
|
|
773
|
+
} & FieldLayoutProps & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref">, "style" | "size" | "onChange" | "className"> & React$2.RefAttributes<HTMLTextAreaElement>>;
|
|
774
774
|
//#endregion
|
|
775
775
|
//#region src/components/Modal/Modal.d.ts
|
|
776
776
|
type ModalSize = 'sm' | 'md' | 'lg';
|
package/dist/index.d.mts
CHANGED
|
@@ -125,7 +125,7 @@ declare const TextInput: React$2.ForwardRefExoticComponent<{
|
|
|
125
125
|
*/
|
|
126
126
|
size?: Size$3; /** Content after the input (e.g. icon or clear button). */
|
|
127
127
|
trailingSlot?: React$2.ReactNode;
|
|
128
|
-
} & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "style" | "
|
|
128
|
+
} & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "style" | "size" | "className"> & React$2.RefAttributes<HTMLInputElement>>;
|
|
129
129
|
//#endregion
|
|
130
130
|
//#region src/components/input-helpers/fieldLayout.d.ts
|
|
131
131
|
type FieldLayoutProps = {
|
|
@@ -172,7 +172,7 @@ declare const AutocompleteField: ((props: {
|
|
|
172
172
|
leadingSlot?: React$1.ReactNode;
|
|
173
173
|
size?: Size$3;
|
|
174
174
|
trailingSlot?: React$1.ReactNode;
|
|
175
|
-
} & StylingOverrideProps & Omit<Omit<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "style" | "
|
|
175
|
+
} & StylingOverrideProps & Omit<Omit<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "style" | "size" | "className"> & React$1.RefAttributes<HTMLInputElement>, "ref">, "value" | "onChange"> & React$1.RefAttributes<HTMLInputElement>) => React$1.ReactElement) & {
|
|
176
176
|
Item: typeof AutocompleteItem;
|
|
177
177
|
};
|
|
178
178
|
//#endregion
|
|
@@ -429,7 +429,7 @@ type RadioGroupProps = RadioGroupContextValue & StylingOverrideProps & Omit<Reac
|
|
|
429
429
|
/**
|
|
430
430
|
* A control wrapper for a group of radio buttons.
|
|
431
431
|
*/
|
|
432
|
-
declare const RadioGroup: (props: RadioGroupContextValue & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, "ref">, "
|
|
432
|
+
declare const RadioGroup: (props: RadioGroupContextValue & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, "ref">, "onChange" | "className"> & React$2.RefAttributes<HTMLFieldSetElement>) => React$2.ReactElement;
|
|
433
433
|
//#endregion
|
|
434
434
|
//#region src/components/Radio/Radio.d.ts
|
|
435
435
|
type ChildrenLabel = {
|
|
@@ -562,7 +562,7 @@ declare const Checkbox: React$2.ForwardRefExoticComponent<{
|
|
|
562
562
|
checked?: boolean; /** Default checked state for uncontrolled component. */
|
|
563
563
|
defaultChecked?: boolean; /** The label for the checkbox. */
|
|
564
564
|
children?: string | React$2.ReactNode;
|
|
565
|
-
} & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "
|
|
565
|
+
} & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "type" | "className"> & React$2.RefAttributes<HTMLInputElement>>;
|
|
566
566
|
//#endregion
|
|
567
567
|
//#region src/components/Collapse/Collapse.d.ts
|
|
568
568
|
/** Props forwarded to React Aria `Disclosure`; see https://reactaria.adobe.com/Disclosure */
|
|
@@ -636,7 +636,7 @@ declare const TextField: React$2.ForwardRefExoticComponent<{
|
|
|
636
636
|
/** Called with the new string value when the input changes. */onChange?: (value: string) => void; /** When true, shows a character count. */
|
|
637
637
|
showCount?: boolean;
|
|
638
638
|
value?: string | number | undefined;
|
|
639
|
-
} & FieldLayoutProps & Omit<TextInputProps, "
|
|
639
|
+
} & FieldLayoutProps & Omit<TextInputProps, "value" | "onChange"> & React$2.RefAttributes<HTMLInputElement>>;
|
|
640
640
|
//#endregion
|
|
641
641
|
//#region src/components/PasswordField/PasswordField.d.ts
|
|
642
642
|
type PasswordFieldProps = Omit<TextFieldProps, 'trailingSlot' | 'type'>;
|
|
@@ -660,7 +660,7 @@ type NumberFieldProps = Omit<TextInputProps, 'type' | 'onChange' | 'min' | 'max'
|
|
|
660
660
|
/**
|
|
661
661
|
* Number field built on React Aria `NumberField`, with custom increment/decrement controls (native spinners hidden).
|
|
662
662
|
*/
|
|
663
|
-
declare const NumberField: React$2.ForwardRefExoticComponent<Omit<TextInputProps, "
|
|
663
|
+
declare const NumberField: React$2.ForwardRefExoticComponent<Omit<TextInputProps, "max" | "min" | "step" | "type" | "onChange"> & {
|
|
664
664
|
/** Called with the unformatted number value when the number changes. */onChange?: (value: number) => void; /** Locale-aware display and parsing for the displayed value (see https://react-aria.adobe.com/NumberField#format-options) */
|
|
665
665
|
formatOptions?: Intl.NumberFormatOptions; /** Minimum value */
|
|
666
666
|
min?: number; /** Maximum value */
|
|
@@ -682,7 +682,7 @@ type DatePickerFieldProps<T extends DateValue = DateValue> = FieldLayoutProps &
|
|
|
682
682
|
required?: boolean; /** Invalid value; `appearance="danger"` also forces an invalid state for display. */
|
|
683
683
|
isInvalid?: boolean;
|
|
684
684
|
};
|
|
685
|
-
declare const DatePickerField: React$2.ForwardRefExoticComponent<FieldLayoutProps & Pick<TextInputProps, "placeholder" | "size" | "appearance" | "leadingSlot"> & Pick<DatePickerProps<DateValue>, "
|
|
685
|
+
declare const DatePickerField: React$2.ForwardRefExoticComponent<FieldLayoutProps & Pick<TextInputProps, "placeholder" | "size" | "appearance" | "leadingSlot"> & Pick<DatePickerProps<DateValue>, "value" | "onChange" | "defaultValue"> & {
|
|
686
686
|
/** Smallest date/time unit shown in the field. Only `day` and `second` are supported. */granularity?: "day" | "second";
|
|
687
687
|
} & StylingOverrideProps & {
|
|
688
688
|
/** When true, shows a clear control to the left of the calendar button while the field has a value. */canClear?: boolean; /** Disables the field. */
|
|
@@ -710,7 +710,7 @@ type DateRangePickerFieldProps<T extends DateValue = DateValue> = FieldLayoutPro
|
|
|
710
710
|
};
|
|
711
711
|
declare const DateRangePickerField: React$2.ForwardRefExoticComponent<FieldLayoutProps & Pick<TextInputProps, "size" | "appearance" | "leadingSlot"> & {
|
|
712
712
|
/** Placeholders for empty start and end, shown with a swap icon between them when the group is not focus-within. */placeholder?: DateRangePickerFieldPlaceholder;
|
|
713
|
-
} & Pick<DateRangePickerProps<DateValue>, "
|
|
713
|
+
} & Pick<DateRangePickerProps<DateValue>, "value" | "onChange" | "defaultValue" | "shouldCloseOnSelect"> & {
|
|
714
714
|
/** Smallest date/time unit shown in the fields. Only `day` and `second` are supported. */granularity?: "day" | "second";
|
|
715
715
|
} & StylingOverrideProps & {
|
|
716
716
|
/** When true, shows a clear control to the left of the calendar button while the field has a value. */canClear?: boolean; /** Disables the field. */
|
|
@@ -770,7 +770,7 @@ declare const TextArea: React$2.ForwardRefExoticComponent<{
|
|
|
770
770
|
autoSize?: TextAreaAutoSize; /** When true, shows a character count. */
|
|
771
771
|
showCount?: boolean; /** Called with the new string value when the input changes. */
|
|
772
772
|
onChange?: (value: string) => void;
|
|
773
|
-
} & FieldLayoutProps & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref">, "style" | "
|
|
773
|
+
} & FieldLayoutProps & StylingOverrideProps & Omit<Omit<React$2.DetailedHTMLProps<React$2.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref">, "style" | "size" | "onChange" | "className"> & React$2.RefAttributes<HTMLTextAreaElement>>;
|
|
774
774
|
//#endregion
|
|
775
775
|
//#region src/components/Modal/Modal.d.ts
|
|
776
776
|
type ModalSize = 'sm' | 'md' | 'lg';
|
package/dist/index.mjs
CHANGED
|
@@ -246,12 +246,12 @@ Label$1.displayName = "Label";
|
|
|
246
246
|
//#endregion
|
|
247
247
|
//#region src/components/TextInput/TextInput.module.css
|
|
248
248
|
var TextInput_module_default = {
|
|
249
|
-
"errorIndicator": "capra-TextInput-module-
|
|
250
|
-
"input": "capra-TextInput-module-
|
|
251
|
-
"leadingSlot": "capra-TextInput-module-
|
|
252
|
-
"trailingSlot": "capra-TextInput-module-
|
|
253
|
-
"warningIndicator": "capra-TextInput-module-
|
|
254
|
-
"wrapper": "capra-TextInput-module-
|
|
249
|
+
"errorIndicator": "capra-TextInput-module-pTHfnG-errorIndicator",
|
|
250
|
+
"input": "capra-TextInput-module-pTHfnG-input",
|
|
251
|
+
"leadingSlot": "capra-TextInput-module-pTHfnG-leadingSlot",
|
|
252
|
+
"trailingSlot": "capra-TextInput-module-pTHfnG-trailingSlot",
|
|
253
|
+
"warningIndicator": "capra-TextInput-module-pTHfnG-warningIndicator",
|
|
254
|
+
"wrapper": "capra-TextInput-module-pTHfnG-wrapper"
|
|
255
255
|
};
|
|
256
256
|
//#endregion
|
|
257
257
|
//#region src/components/TextInput/TextInput.tsx
|
|
@@ -2709,23 +2709,23 @@ TextArea.displayName = "TextArea";
|
|
|
2709
2709
|
//#endregion
|
|
2710
2710
|
//#region src/components/Modal/Modal.module.css
|
|
2711
2711
|
var Modal_module_default = {
|
|
2712
|
-
"confirmationActions": "capra-Modal-module-
|
|
2713
|
-
"confirmationBody": "capra-Modal-module-
|
|
2714
|
-
"confirmationIcon": "capra-Modal-module-
|
|
2715
|
-
"confirmationLayout": "capra-Modal-module-
|
|
2716
|
-
"confirmationMessage": "capra-Modal-module-
|
|
2717
|
-
"confirmationSurface": "capra-Modal-module-
|
|
2718
|
-
"content": "capra-Modal-module-
|
|
2719
|
-
"contentShow": "capra-Modal-module-
|
|
2720
|
-
"expandedFooterLayout": "capra-Modal-module-
|
|
2721
|
-
"expandedTitleLayout": "capra-Modal-module-
|
|
2722
|
-
"footer": "capra-Modal-module-
|
|
2723
|
-
"footerActions": "capra-Modal-module-
|
|
2724
|
-
"header": "capra-Modal-module-
|
|
2725
|
-
"headerLeading": "capra-Modal-module-
|
|
2726
|
-
"overlay": "capra-Modal-module-
|
|
2727
|
-
"overlayShow": "capra-Modal-module-
|
|
2728
|
-
"surface": "capra-Modal-module-
|
|
2712
|
+
"confirmationActions": "capra-Modal-module-j-u8iq-confirmationActions",
|
|
2713
|
+
"confirmationBody": "capra-Modal-module-j-u8iq-confirmationBody",
|
|
2714
|
+
"confirmationIcon": "capra-Modal-module-j-u8iq-confirmationIcon",
|
|
2715
|
+
"confirmationLayout": "capra-Modal-module-j-u8iq-confirmationLayout",
|
|
2716
|
+
"confirmationMessage": "capra-Modal-module-j-u8iq-confirmationMessage",
|
|
2717
|
+
"confirmationSurface": "capra-Modal-module-j-u8iq-confirmationSurface",
|
|
2718
|
+
"content": "capra-Modal-module-j-u8iq-content",
|
|
2719
|
+
"contentShow": "capra-Modal-module-j-u8iq-contentShow",
|
|
2720
|
+
"expandedFooterLayout": "capra-Modal-module-j-u8iq-expandedFooterLayout",
|
|
2721
|
+
"expandedTitleLayout": "capra-Modal-module-j-u8iq-expandedTitleLayout",
|
|
2722
|
+
"footer": "capra-Modal-module-j-u8iq-footer",
|
|
2723
|
+
"footerActions": "capra-Modal-module-j-u8iq-footerActions",
|
|
2724
|
+
"header": "capra-Modal-module-j-u8iq-header",
|
|
2725
|
+
"headerLeading": "capra-Modal-module-j-u8iq-headerLeading",
|
|
2726
|
+
"overlay": "capra-Modal-module-j-u8iq-overlay",
|
|
2727
|
+
"overlayShow": "capra-Modal-module-j-u8iq-overlayShow",
|
|
2728
|
+
"surface": "capra-Modal-module-j-u8iq-surface"
|
|
2729
2729
|
};
|
|
2730
2730
|
//#endregion
|
|
2731
2731
|
//#region src/components/Text/Heading.tsx
|
package/dist/style.css
CHANGED
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
position: absolute;
|
|
343
343
|
overflow: hidden;
|
|
344
344
|
}
|
|
345
|
-
.capra-TextInput-module-
|
|
345
|
+
.capra-TextInput-module-pTHfnG-wrapper {
|
|
346
346
|
border: var(--cds2-border-default);
|
|
347
347
|
border-color: var(--cds2-temporary-input-border-primary);
|
|
348
348
|
border-radius: var(--cds2-radius-md);
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
border-color: var(--cds2-temporary-input-border-disabled);
|
|
372
372
|
color: var(--cds2-temporary-input-foreground-disabled);
|
|
373
373
|
|
|
374
|
-
& .capra-TextInput-module-
|
|
374
|
+
& .capra-TextInput-module-pTHfnG-leadingSlot, & .capra-TextInput-module-pTHfnG-trailingSlot {
|
|
375
375
|
color: var(--cds2-temporary-input-foreground-disabled);
|
|
376
376
|
}
|
|
377
377
|
}
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
&:has( > input:read-only) {
|
|
380
380
|
cursor: default;
|
|
381
381
|
|
|
382
|
-
& .capra-TextInput-module-
|
|
382
|
+
& .capra-TextInput-module-pTHfnG-input {
|
|
383
383
|
cursor: default;
|
|
384
384
|
}
|
|
385
385
|
}
|
|
@@ -387,12 +387,12 @@
|
|
|
387
387
|
&:has( > input:disabled) {
|
|
388
388
|
cursor: not-allowed;
|
|
389
389
|
|
|
390
|
-
& .capra-TextInput-module-
|
|
390
|
+
& .capra-TextInput-module-pTHfnG-input {
|
|
391
391
|
cursor: not-allowed;
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
394
|
|
|
395
|
-
& .capra-TextInput-module-
|
|
395
|
+
& .capra-TextInput-module-pTHfnG-input {
|
|
396
396
|
min-width: 0;
|
|
397
397
|
color: inherit;
|
|
398
398
|
font: inherit;
|
|
@@ -408,26 +408,56 @@
|
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
&[data-size="sm"] {
|
|
411
|
-
padding-inline: var(--cds2-spacing-md);
|
|
412
411
|
gap: var(--cds2-spacing-sm);
|
|
413
412
|
|
|
414
|
-
|
|
413
|
+
&:not(:has(.capra-TextInput-module-pTHfnG-leadingSlot)) .capra-TextInput-module-pTHfnG-input {
|
|
414
|
+
padding-inline-start: var(--cds2-spacing-md);
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
&:not(:has(.capra-TextInput-module-pTHfnG-trailingSlot)) .capra-TextInput-module-pTHfnG-input {
|
|
418
|
+
padding-inline-end: var(--cds2-spacing-md);
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
& .capra-TextInput-module-pTHfnG-input {
|
|
415
422
|
height: calc(var(--cds2-dimension-component-sm) - 2px);
|
|
416
423
|
font: var(--cds2-typography-body-sm-normal);
|
|
417
424
|
}
|
|
425
|
+
|
|
426
|
+
& .capra-TextInput-module-pTHfnG-leadingSlot {
|
|
427
|
+
padding-inline-start: var(--cds2-spacing-md);
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
& .capra-TextInput-module-pTHfnG-trailingSlot {
|
|
431
|
+
padding-inline-end: var(--cds2-spacing-md);
|
|
432
|
+
}
|
|
418
433
|
}
|
|
419
434
|
|
|
420
435
|
&[data-size="md"] {
|
|
421
|
-
padding-inline: var(--cds2-spacing-md);
|
|
422
436
|
gap: var(--cds2-spacing-md);
|
|
423
437
|
|
|
424
|
-
|
|
438
|
+
&:not(:has(.capra-TextInput-module-pTHfnG-leadingSlot)) .capra-TextInput-module-pTHfnG-input {
|
|
439
|
+
padding-inline-start: var(--cds2-spacing-md);
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
&:not(:has(.capra-TextInput-module-pTHfnG-trailingSlot)) .capra-TextInput-module-pTHfnG-input {
|
|
443
|
+
padding-inline-end: var(--cds2-spacing-md);
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
& .capra-TextInput-module-pTHfnG-input {
|
|
425
447
|
height: calc(var(--cds2-dimension-component-md) - 2px);
|
|
426
448
|
font: var(--cds2-typography-body-md-normal);
|
|
427
449
|
}
|
|
450
|
+
|
|
451
|
+
& .capra-TextInput-module-pTHfnG-leadingSlot {
|
|
452
|
+
padding-inline-start: var(--cds2-spacing-md);
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
& .capra-TextInput-module-pTHfnG-trailingSlot {
|
|
456
|
+
padding-inline-end: var(--cds2-spacing-md);
|
|
457
|
+
}
|
|
428
458
|
}
|
|
429
459
|
|
|
430
|
-
& .capra-TextInput-module-
|
|
460
|
+
& .capra-TextInput-module-pTHfnG-leadingSlot, & .capra-TextInput-module-pTHfnG-trailingSlot {
|
|
431
461
|
align-items: center;
|
|
432
462
|
gap: var(--cds2-spacing-xs);
|
|
433
463
|
color: var(--cds2-color-foreground-subtle);
|
|
@@ -435,7 +465,7 @@
|
|
|
435
465
|
display: inline-flex;
|
|
436
466
|
}
|
|
437
467
|
|
|
438
|
-
& .capra-TextInput-module-
|
|
468
|
+
& .capra-TextInput-module-pTHfnG-errorIndicator {
|
|
439
469
|
color: var(--cds2-color-foreground-danger-default);
|
|
440
470
|
flex-shrink: 0;
|
|
441
471
|
justify-content: center;
|
|
@@ -443,7 +473,7 @@
|
|
|
443
473
|
display: inline-flex;
|
|
444
474
|
}
|
|
445
475
|
|
|
446
|
-
& .capra-TextInput-module-
|
|
476
|
+
& .capra-TextInput-module-pTHfnG-warningIndicator {
|
|
447
477
|
color: var(--cds2-color-foreground-warning-default);
|
|
448
478
|
flex-shrink: 0;
|
|
449
479
|
justify-content: center;
|
|
@@ -2232,15 +2262,15 @@ input:disabled + .capra-Radio-module-ZI7rzq-inner:after {
|
|
|
2232
2262
|
color: var(--cds2-color-foreground-warning-default);
|
|
2233
2263
|
}
|
|
2234
2264
|
}
|
|
2235
|
-
.capra-Modal-module-
|
|
2265
|
+
.capra-Modal-module-j-u8iq-overlay {
|
|
2236
2266
|
background-color: var(--cds2-color-background-scrim);
|
|
2237
|
-
animation: capra-Modal-module-
|
|
2238
|
-
z-index:
|
|
2267
|
+
animation: capra-Modal-module-j-u8iq-overlayShow var(--cds2-motion-duration-medium-1) var(--cds2-motion-easing-standard);
|
|
2268
|
+
z-index: 10000;
|
|
2239
2269
|
position: fixed;
|
|
2240
2270
|
inset: 0;
|
|
2241
2271
|
}
|
|
2242
2272
|
|
|
2243
|
-
.capra-Modal-module-
|
|
2273
|
+
.capra-Modal-module-j-u8iq-surface {
|
|
2244
2274
|
background-color: var(--cds2-color-background-panel-solid);
|
|
2245
2275
|
border-radius: var(--cds2-radius-lg);
|
|
2246
2276
|
border: var(--cds2-border-default);
|
|
@@ -2248,7 +2278,7 @@ input:disabled + .capra-Radio-module-ZI7rzq-inner:after {
|
|
|
2248
2278
|
box-shadow: var(--cds2-shadow-high-down);
|
|
2249
2279
|
max-width: 100%;
|
|
2250
2280
|
max-height: min(80vh, 100vh - 48px);
|
|
2251
|
-
animation: capra-Modal-module-
|
|
2281
|
+
animation: capra-Modal-module-j-u8iq-contentShow var(--cds2-motion-duration-medium-1) var(--cds2-motion-easing-standard);
|
|
2252
2282
|
flex-direction: column;
|
|
2253
2283
|
padding: 0;
|
|
2254
2284
|
display: flex;
|
|
@@ -2271,7 +2301,7 @@ input:disabled + .capra-Radio-module-ZI7rzq-inner:after {
|
|
|
2271
2301
|
}
|
|
2272
2302
|
}
|
|
2273
2303
|
|
|
2274
|
-
.capra-Modal-module-
|
|
2304
|
+
.capra-Modal-module-j-u8iq-header {
|
|
2275
2305
|
padding: var(--cds2-spacing-md) var(--cds2-spacing-lg);
|
|
2276
2306
|
border-bottom: var(--cds2-border-default);
|
|
2277
2307
|
border-color: var(--cds2-color-border-neutral-subtle);
|
|
@@ -2282,21 +2312,21 @@ input:disabled + .capra-Radio-module-ZI7rzq-inner:after {
|
|
|
2282
2312
|
display: flex;
|
|
2283
2313
|
}
|
|
2284
2314
|
|
|
2285
|
-
.capra-Modal-module-
|
|
2315
|
+
.capra-Modal-module-j-u8iq-headerLeading {
|
|
2286
2316
|
align-items: center;
|
|
2287
2317
|
gap: var(--cds2-spacing-md);
|
|
2288
2318
|
flex: 1;
|
|
2289
2319
|
display: flex;
|
|
2290
2320
|
}
|
|
2291
2321
|
|
|
2292
|
-
.capra-Modal-module-
|
|
2322
|
+
.capra-Modal-module-j-u8iq-expandedTitleLayout {
|
|
2293
2323
|
align-items: center;
|
|
2294
2324
|
gap: var(--cds2-spacing-md);
|
|
2295
2325
|
flex-direction: row;
|
|
2296
2326
|
display: flex;
|
|
2297
2327
|
}
|
|
2298
2328
|
|
|
2299
|
-
.capra-Modal-module-
|
|
2329
|
+
.capra-Modal-module-j-u8iq-content {
|
|
2300
2330
|
padding: var(--cds2-spacing-lg);
|
|
2301
2331
|
flex-direction: column;
|
|
2302
2332
|
flex: 1;
|
|
@@ -2304,14 +2334,14 @@ input:disabled + .capra-Radio-module-ZI7rzq-inner:after {
|
|
|
2304
2334
|
overflow-y: auto;
|
|
2305
2335
|
}
|
|
2306
2336
|
|
|
2307
|
-
.capra-Modal-module-
|
|
2337
|
+
.capra-Modal-module-j-u8iq-footer {
|
|
2308
2338
|
padding: var(--cds2-spacing-md) var(--cds2-spacing-lg);
|
|
2309
2339
|
border-top: var(--cds2-border-default);
|
|
2310
2340
|
border-color: var(--cds2-color-border-neutral-subtle);
|
|
2311
2341
|
background-color: var(--cds2-color-background-neutral-subtle);
|
|
2312
2342
|
}
|
|
2313
2343
|
|
|
2314
|
-
.capra-Modal-module-
|
|
2344
|
+
.capra-Modal-module-j-u8iq-expandedFooterLayout {
|
|
2315
2345
|
justify-content: space-between;
|
|
2316
2346
|
align-items: center;
|
|
2317
2347
|
gap: var(--cds2-spacing-md);
|
|
@@ -2319,7 +2349,7 @@ input:disabled + .capra-Radio-module-ZI7rzq-inner:after {
|
|
|
2319
2349
|
display: flex;
|
|
2320
2350
|
}
|
|
2321
2351
|
|
|
2322
|
-
.capra-Modal-module-
|
|
2352
|
+
.capra-Modal-module-j-u8iq-footerActions {
|
|
2323
2353
|
justify-content: flex-end;
|
|
2324
2354
|
align-items: center;
|
|
2325
2355
|
gap: var(--cds2-spacing-md);
|
|
@@ -2328,20 +2358,20 @@ input:disabled + .capra-Radio-module-ZI7rzq-inner:after {
|
|
|
2328
2358
|
display: flex;
|
|
2329
2359
|
}
|
|
2330
2360
|
|
|
2331
|
-
.capra-Modal-module-
|
|
2361
|
+
.capra-Modal-module-j-u8iq-confirmationSurface {
|
|
2332
2362
|
border-radius: var(--cds2-radius-md);
|
|
2333
2363
|
width: min(400px, 100vw - 48px);
|
|
2334
2364
|
box-shadow: var(--cds2-shadow-high-down);
|
|
2335
2365
|
padding: var(--cds2-spacing-2xl) var(--cds2-spacing-2xl) var(--cds2-spacing-xl);
|
|
2336
2366
|
}
|
|
2337
2367
|
|
|
2338
|
-
.capra-Modal-module-
|
|
2368
|
+
.capra-Modal-module-j-u8iq-confirmationLayout {
|
|
2339
2369
|
align-items: flex-start;
|
|
2340
2370
|
gap: var(--cds2-spacing-lg);
|
|
2341
2371
|
display: flex;
|
|
2342
2372
|
}
|
|
2343
2373
|
|
|
2344
|
-
.capra-Modal-module-
|
|
2374
|
+
.capra-Modal-module-j-u8iq-confirmationIcon {
|
|
2345
2375
|
width: var(--cds2-dimension-component-sm);
|
|
2346
2376
|
height: var(--cds2-dimension-component-sm);
|
|
2347
2377
|
flex-shrink: 0;
|
|
@@ -2370,19 +2400,19 @@ input:disabled + .capra-Radio-module-ZI7rzq-inner:after {
|
|
|
2370
2400
|
}
|
|
2371
2401
|
}
|
|
2372
2402
|
|
|
2373
|
-
.capra-Modal-module-
|
|
2403
|
+
.capra-Modal-module-j-u8iq-confirmationBody {
|
|
2374
2404
|
gap: var(--cds2-spacing-md);
|
|
2375
2405
|
flex-direction: column;
|
|
2376
2406
|
flex: 1;
|
|
2377
2407
|
display: flex;
|
|
2378
2408
|
}
|
|
2379
2409
|
|
|
2380
|
-
.capra-Modal-module-
|
|
2410
|
+
.capra-Modal-module-j-u8iq-confirmationMessage {
|
|
2381
2411
|
font: var(--cds2-typography-body-md-normal);
|
|
2382
2412
|
margin: 0;
|
|
2383
2413
|
}
|
|
2384
2414
|
|
|
2385
|
-
.capra-Modal-module-
|
|
2415
|
+
.capra-Modal-module-j-u8iq-confirmationActions {
|
|
2386
2416
|
justify-content: flex-end;
|
|
2387
2417
|
gap: var(--cds2-spacing-md);
|
|
2388
2418
|
width: 100%;
|
|
@@ -2390,7 +2420,7 @@ input:disabled + .capra-Radio-module-ZI7rzq-inner:after {
|
|
|
2390
2420
|
display: flex;
|
|
2391
2421
|
}
|
|
2392
2422
|
|
|
2393
|
-
@keyframes capra-Modal-module-
|
|
2423
|
+
@keyframes capra-Modal-module-j-u8iq-overlayShow {
|
|
2394
2424
|
from {
|
|
2395
2425
|
opacity: 0;
|
|
2396
2426
|
}
|
|
@@ -2400,7 +2430,7 @@ input:disabled + .capra-Radio-module-ZI7rzq-inner:after {
|
|
|
2400
2430
|
}
|
|
2401
2431
|
}
|
|
2402
2432
|
|
|
2403
|
-
@keyframes capra-Modal-module-
|
|
2433
|
+
@keyframes capra-Modal-module-j-u8iq-contentShow {
|
|
2404
2434
|
from {
|
|
2405
2435
|
opacity: 0;
|
|
2406
2436
|
transform: translate(-50%, -20px) scale(.96);
|