@dynatrace/strato-components 1.5.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/buttons/button/Button.css +16 -16
- package/buttons/button/Button.d.ts +4 -4
- package/buttons/button/Button.js +47 -34
- package/buttons/button/Button.sty.js +4 -4
- package/buttons/button/Label.d.ts +2 -2
- package/buttons/button/Label.js +8 -7
- package/buttons/button/Prefix.d.ts +2 -2
- package/buttons/button/Prefix.js +6 -15
- package/buttons/button/Suffix.d.ts +3 -3
- package/buttons/button/Suffix.js +6 -15
- package/buttons/intent-button/IntentButton.d.ts +2 -2
- package/buttons/intent-button/IntentButton.js +16 -21
- package/buttons/intent-button/useIntentButton.d.ts +4 -3
- package/content/progress/ProgressBar.css +71 -71
- package/content/progress/ProgressBar.d.ts +4 -5
- package/content/progress/ProgressBar.js +49 -41
- package/content/progress/ProgressBar.sty.js +5 -5
- package/content/progress/ProgressBarIcon.css +2 -2
- package/content/progress/ProgressBarIcon.d.ts +1 -2
- package/content/progress/ProgressBarIcon.js +6 -5
- package/content/progress/ProgressBarIcon.sty.js +1 -1
- package/content/progress/ProgressBarLabel.css +3 -3
- package/content/progress/ProgressBarLabel.d.ts +1 -2
- package/content/progress/ProgressBarLabel.js +8 -7
- package/content/progress/ProgressBarLabel.sty.js +1 -1
- package/content/progress/ProgressBarValue.css +5 -5
- package/content/progress/ProgressBarValue.d.ts +1 -2
- package/content/progress/ProgressBarValue.js +8 -7
- package/content/progress/ProgressBarValue.sty.js +1 -1
- package/content/progress/ProgressCircle.css +40 -40
- package/content/progress/ProgressCircle.d.ts +1 -2
- package/content/progress/ProgressCircle.js +60 -55
- package/content/progress/ProgressCircle.sty.js +5 -5
- package/content/progress/contexts/SharedProgressBarPropsContext.d.ts +1 -2
- package/content/progress/contexts/SharedProgressBarPropsContext.js +2 -12
- package/content/skeleton/Skeleton.css +6 -6
- package/content/skeleton/Skeleton.d.ts +2 -2
- package/content/skeleton/Skeleton.js +6 -5
- package/content/skeleton/Skeleton.sty.js +1 -1
- package/content/skeleton/SkeletonText.d.ts +2 -2
- package/content/skeleton/SkeletonText.js +9 -18
- package/core/components/app-root/AppRoot.d.ts +3 -3
- package/core/components/app-root/AppRoot.js +15 -24
- package/core/components/focus-scope/FocusScope.d.ts +1 -2
- package/core/components/focus-scope/FocusScope.js +7 -16
- package/core/contexts/FocusContext.d.ts +1 -0
- package/core/contexts/FocusContext.js +2 -1
- package/core/hooks/useFontsUpdated.js +1 -1
- package/core/hooks/useMergeRefs.d.ts +2 -2
- package/core/index.d.ts +2 -1
- package/core/index.js +3 -1
- package/core/providers/FocusProvider.d.ts +1 -2
- package/core/providers/FocusProvider.js +35 -18
- package/core/styles/focusRing.css +66 -66
- package/core/styles/focusRing.sty.js +2 -2
- package/core/styles/useFocusRing.d.ts +3 -3
- package/core/types/polymorph.d.ts +1 -1
- package/core/types/styling-props.d.ts +1 -1
- package/core/types/with-children.d.ts +1 -1
- package/core/utils/_is-string-children.d.ts +2 -2
- package/core/utils/_is-string-children.js +2 -12
- package/core/utils/can-receive-default-text-format.d.ts +9 -0
- package/core/utils/can-receive-default-text-format.js +31 -0
- package/core/utils/colorUtils.css +60 -60
- package/core/utils/colorUtils.sty.js +2 -2
- package/core/utils/get-inert-value.d.ts +8 -0
- package/core/utils/get-inert-value.js +31 -0
- package/esm/buttons/button/Button.css +16 -16
- package/esm/buttons/button/Button.js +49 -35
- package/esm/buttons/button/Button.js.map +2 -2
- package/esm/buttons/button/Button.sty.js +4 -4
- package/esm/buttons/button/Button.sty.js.map +1 -1
- package/esm/buttons/button/Label.js +8 -7
- package/esm/buttons/button/Label.js.map +2 -2
- package/esm/buttons/button/Prefix.js +6 -5
- package/esm/buttons/button/Prefix.js.map +2 -2
- package/esm/buttons/button/Suffix.js +6 -5
- package/esm/buttons/button/Suffix.js.map +2 -2
- package/esm/buttons/intent-button/IntentButton.js +16 -11
- package/esm/buttons/intent-button/IntentButton.js.map +2 -2
- package/esm/buttons/intent-button/useIntentButton.js +4 -1
- package/esm/buttons/intent-button/useIntentButton.js.map +2 -2
- package/esm/content/progress/ProgressBar.css +71 -71
- package/esm/content/progress/ProgressBar.js +53 -41
- package/esm/content/progress/ProgressBar.js.map +2 -2
- package/esm/content/progress/ProgressBar.sty.js +5 -5
- package/esm/content/progress/ProgressBar.sty.js.map +1 -1
- package/esm/content/progress/ProgressBarIcon.css +2 -2
- package/esm/content/progress/ProgressBarIcon.js +6 -5
- package/esm/content/progress/ProgressBarIcon.js.map +2 -2
- package/esm/content/progress/ProgressBarIcon.sty.js +1 -1
- package/esm/content/progress/ProgressBarIcon.sty.js.map +1 -1
- package/esm/content/progress/ProgressBarLabel.css +3 -3
- package/esm/content/progress/ProgressBarLabel.js +8 -7
- package/esm/content/progress/ProgressBarLabel.js.map +2 -2
- package/esm/content/progress/ProgressBarLabel.sty.js +1 -1
- package/esm/content/progress/ProgressBarLabel.sty.js.map +1 -1
- package/esm/content/progress/ProgressBarValue.css +5 -5
- package/esm/content/progress/ProgressBarValue.js +8 -7
- package/esm/content/progress/ProgressBarValue.js.map +2 -2
- package/esm/content/progress/ProgressBarValue.sty.js +1 -1
- package/esm/content/progress/ProgressBarValue.sty.js.map +1 -1
- package/esm/content/progress/ProgressCircle.css +40 -40
- package/esm/content/progress/ProgressCircle.js +60 -55
- package/esm/content/progress/ProgressCircle.js.map +2 -2
- package/esm/content/progress/ProgressCircle.sty.js +5 -5
- package/esm/content/progress/ProgressCircle.sty.js.map +1 -1
- package/esm/content/progress/contexts/SharedProgressBarPropsContext.js +2 -2
- package/esm/content/progress/contexts/SharedProgressBarPropsContext.js.map +2 -2
- package/esm/content/skeleton/Skeleton.css +6 -6
- package/esm/content/skeleton/Skeleton.js +6 -5
- package/esm/content/skeleton/Skeleton.js.map +2 -2
- package/esm/content/skeleton/Skeleton.sty.js +1 -1
- package/esm/content/skeleton/Skeleton.sty.js.map +1 -1
- package/esm/content/skeleton/SkeletonText.js +9 -8
- package/esm/content/skeleton/SkeletonText.js.map +2 -2
- package/esm/core/components/app-root/AppRoot.js +15 -14
- package/esm/core/components/app-root/AppRoot.js.map +2 -2
- package/esm/core/components/focus-scope/FocusScope.js +7 -6
- package/esm/core/components/focus-scope/FocusScope.js.map +2 -2
- package/esm/core/contexts/FocusContext.js +2 -1
- package/esm/core/contexts/FocusContext.js.map +2 -2
- package/esm/core/hooks/useFontsUpdated.js +1 -1
- package/esm/core/hooks/useFontsUpdated.js.map +2 -2
- package/esm/core/hooks/useMergeRefs.js +3 -1
- package/esm/core/hooks/useMergeRefs.js.map +2 -2
- package/esm/core/index.js +3 -1
- package/esm/core/index.js.map +2 -2
- package/esm/core/providers/FocusProvider.js +35 -8
- package/esm/core/providers/FocusProvider.js.map +2 -2
- package/esm/core/styles/focusRing.css +66 -66
- package/esm/core/styles/focusRing.sty.js +2 -2
- package/esm/core/styles/focusRing.sty.js.map +1 -1
- package/esm/core/styles/useFocusRing.js.map +1 -1
- package/esm/core/utils/_is-string-children.js +2 -2
- package/esm/core/utils/_is-string-children.js.map +2 -2
- package/esm/core/utils/can-receive-default-text-format.js +15 -0
- package/esm/core/utils/can-receive-default-text-format.js.map +7 -0
- package/esm/core/utils/colorUtils.css +60 -60
- package/esm/core/utils/colorUtils.sty.js +2 -2
- package/esm/core/utils/colorUtils.sty.js.map +1 -1
- package/esm/core/utils/get-inert-value.js +12 -0
- package/esm/core/utils/get-inert-value.js.map +7 -0
- package/esm/layouts/container/Container.css +4 -4
- package/esm/layouts/container/Container.js +7 -6
- package/esm/layouts/container/Container.js.map +2 -2
- package/esm/layouts/container/Container.sty.js +1 -1
- package/esm/layouts/container/Container.sty.js.map +1 -1
- package/esm/layouts/divider/Divider.css +6 -6
- package/esm/layouts/divider/Divider.js +3 -2
- package/esm/layouts/divider/Divider.js.map +2 -2
- package/esm/layouts/divider/Divider.sty.js +1 -1
- package/esm/layouts/divider/Divider.sty.js.map +1 -1
- package/esm/layouts/flex/Flex.js +6 -5
- package/esm/layouts/flex/Flex.js.map +2 -2
- package/esm/layouts/grid/Grid.js +6 -5
- package/esm/layouts/grid/Grid.js.map +2 -2
- package/esm/layouts/surface/Surface.css +39 -39
- package/esm/layouts/surface/Surface.js +17 -14
- package/esm/layouts/surface/Surface.js.map +2 -2
- package/esm/layouts/surface/Surface.sty.js +2 -2
- package/esm/layouts/surface/Surface.sty.js.map +1 -1
- package/esm/layouts/surface/variables.sty.js +1 -1
- package/esm/layouts/surface/variables.sty.js.map +1 -1
- package/esm/styles/colorUtils.css +60 -60
- package/esm/styles/colorUtils.sty.js +2 -2
- package/esm/styles/colorUtils.sty.js.map +1 -1
- package/esm/styles/container.css +47 -47
- package/esm/styles/container.sty.js +2 -2
- package/esm/styles/container.sty.js.map +1 -1
- package/esm/styles/ellipsis.css +1 -1
- package/esm/styles/ellipsis.sty.js +1 -1
- package/esm/styles/ellipsis.sty.js.map +1 -1
- package/esm/styles/field.css +153 -153
- package/esm/styles/field.sty.js +2 -2
- package/esm/styles/field.sty.js.map +1 -1
- package/esm/styles/getFlexStyles.js.map +1 -1
- package/esm/styles/getGridStyles.js.map +1 -1
- package/esm/styles/getLayoutSizeStyles.js.map +1 -1
- package/esm/styles/sprinkles.css +262 -262
- package/esm/styles/sprinkles.sty.js +1 -1
- package/esm/styles/sprinkles.sty.js.map +1 -1
- package/esm/styles/textStyle.css +8 -8
- package/esm/styles/textStyle.sty.js +1 -1
- package/esm/styles/textStyle.sty.js.map +1 -1
- package/esm/typography/block-quote/Blockquote.css +2 -2
- package/esm/typography/block-quote/Blockquote.js +6 -5
- package/esm/typography/block-quote/Blockquote.js.map +2 -2
- package/esm/typography/block-quote/Blockquote.sty.js +1 -1
- package/esm/typography/block-quote/Blockquote.sty.js.map +1 -1
- package/esm/typography/code/Code.css +1 -1
- package/esm/typography/code/Code.js +6 -5
- package/esm/typography/code/Code.js.map +2 -2
- package/esm/typography/code/Code.sty.js +1 -1
- package/esm/typography/code/Code.sty.js.map +1 -1
- package/esm/typography/emphasis/Emphasis.css +1 -1
- package/esm/typography/emphasis/Emphasis.js +6 -5
- package/esm/typography/emphasis/Emphasis.js.map +2 -2
- package/esm/typography/emphasis/Emphasis.sty.js +1 -1
- package/esm/typography/emphasis/Emphasis.sty.js.map +1 -1
- package/esm/typography/external-link/ExternalLink.css +6 -6
- package/esm/typography/external-link/ExternalLink.js +22 -16
- package/esm/typography/external-link/ExternalLink.js.map +2 -2
- package/esm/typography/external-link/ExternalLink.sty.js +1 -1
- package/esm/typography/external-link/ExternalLink.sty.js.map +1 -1
- package/esm/typography/heading/Heading.css +7 -7
- package/esm/typography/heading/Heading.js +6 -5
- package/esm/typography/heading/Heading.js.map +2 -2
- package/esm/typography/heading/Heading.sty.js +1 -1
- package/esm/typography/heading/Heading.sty.js.map +1 -1
- package/esm/typography/highlight/Highlight.css +1 -1
- package/esm/typography/highlight/Highlight.js +31 -18
- package/esm/typography/highlight/Highlight.js.map +3 -3
- package/esm/typography/highlight/Highlight.sty.js +1 -1
- package/esm/typography/highlight/Highlight.sty.js.map +1 -1
- package/esm/typography/link/Link.css +4 -4
- package/esm/typography/link/Link.js +6 -5
- package/esm/typography/link/Link.js.map +2 -2
- package/esm/typography/link/Link.sty.js +1 -1
- package/esm/typography/link/Link.sty.js.map +1 -1
- package/esm/typography/list/List.css +4 -4
- package/esm/typography/list/List.js +14 -9
- package/esm/typography/list/List.js.map +2 -2
- package/esm/typography/list/List.sty.js +2 -2
- package/esm/typography/list/List.sty.js.map +1 -1
- package/esm/typography/paragraph/Paragraph.css +3 -3
- package/esm/typography/paragraph/Paragraph.js +6 -5
- package/esm/typography/paragraph/Paragraph.js.map +2 -2
- package/esm/typography/paragraph/Paragraph.sty.js +1 -1
- package/esm/typography/paragraph/Paragraph.sty.js.map +1 -1
- package/esm/typography/strikethrough/Strikethrough.css +1 -1
- package/esm/typography/strikethrough/Strikethrough.js +6 -5
- package/esm/typography/strikethrough/Strikethrough.js.map +2 -2
- package/esm/typography/strikethrough/Strikethrough.sty.js +1 -1
- package/esm/typography/strikethrough/Strikethrough.sty.js.map +1 -1
- package/esm/typography/strong/Strong.css +1 -1
- package/esm/typography/strong/Strong.js +6 -5
- package/esm/typography/strong/Strong.js.map +2 -2
- package/esm/typography/strong/Strong.sty.js +1 -1
- package/esm/typography/strong/Strong.sty.js.map +1 -1
- package/esm/typography/text/Text.css +3 -3
- package/esm/typography/text/Text.js +6 -5
- package/esm/typography/text/Text.js.map +2 -2
- package/esm/typography/text/Text.sty.js +1 -1
- package/esm/typography/text/Text.sty.js.map +1 -1
- package/esm/typography/text-ellipsis/TextEllipsis.css +6 -6
- package/esm/typography/text-ellipsis/TextEllipsis.js +12 -11
- package/esm/typography/text-ellipsis/TextEllipsis.js.map +2 -2
- package/esm/typography/text-ellipsis/TextEllipsis.sty.js +2 -2
- package/esm/typography/text-ellipsis/TextEllipsis.sty.js.map +1 -1
- package/layouts/container/Container.css +4 -4
- package/layouts/container/Container.js +7 -6
- package/layouts/container/Container.sty.js +1 -1
- package/layouts/divider/Divider.css +6 -6
- package/layouts/divider/Divider.d.ts +1 -2
- package/layouts/divider/Divider.js +3 -2
- package/layouts/divider/Divider.sty.js +1 -1
- package/layouts/flex/Flex.js +6 -5
- package/layouts/grid/Grid.d.ts +1 -1
- package/layouts/grid/Grid.js +6 -5
- package/layouts/surface/Surface.css +39 -39
- package/layouts/surface/Surface.js +17 -14
- package/layouts/surface/Surface.sty.js +2 -2
- package/layouts/surface/variables.sty.js +1 -1
- package/layouts/types/layout.types.d.ts +1 -1
- package/package.json +2 -2
- package/styles/colorUtils.css +60 -60
- package/styles/colorUtils.sty.js +2 -2
- package/styles/container.css +47 -47
- package/styles/container.sty.js +2 -2
- package/styles/ellipsis.css +1 -1
- package/styles/ellipsis.sty.js +1 -1
- package/styles/field.css +153 -153
- package/styles/field.sty.js +2 -2
- package/styles/getFlexStyles.d.ts +17 -17
- package/styles/getGridStyles.d.ts +22 -22
- package/styles/getLayoutSizeStyles.d.ts +1 -1
- package/styles/sprinkles.css +262 -262
- package/styles/sprinkles.sty.js +1 -1
- package/styles/textStyle.css +8 -8
- package/styles/textStyle.sty.js +1 -1
- package/typography/block-quote/Blockquote.css +2 -2
- package/typography/block-quote/Blockquote.d.ts +1 -2
- package/typography/block-quote/Blockquote.js +6 -5
- package/typography/block-quote/Blockquote.sty.js +1 -1
- package/typography/code/Code.css +1 -1
- package/typography/code/Code.d.ts +1 -2
- package/typography/code/Code.js +6 -5
- package/typography/code/Code.sty.js +1 -1
- package/typography/emphasis/Emphasis.css +1 -1
- package/typography/emphasis/Emphasis.d.ts +1 -2
- package/typography/emphasis/Emphasis.js +6 -5
- package/typography/emphasis/Emphasis.sty.js +1 -1
- package/typography/external-link/ExternalLink.css +6 -6
- package/typography/external-link/ExternalLink.d.ts +2 -2
- package/typography/external-link/ExternalLink.js +22 -16
- package/typography/external-link/ExternalLink.sty.js +1 -1
- package/typography/heading/Heading.css +7 -7
- package/typography/heading/Heading.d.ts +1 -2
- package/typography/heading/Heading.js +6 -5
- package/typography/heading/Heading.sty.js +1 -1
- package/typography/highlight/Highlight.css +1 -1
- package/typography/highlight/Highlight.d.ts +1 -1
- package/typography/highlight/Highlight.js +21 -17
- package/typography/highlight/Highlight.sty.js +1 -1
- package/typography/link/Link.css +4 -4
- package/typography/link/Link.d.ts +1 -1
- package/typography/link/Link.js +6 -5
- package/typography/link/Link.sty.js +1 -1
- package/typography/list/List.css +4 -4
- package/typography/list/List.d.ts +1 -2
- package/typography/list/List.js +10 -9
- package/typography/list/List.sty.js +2 -2
- package/typography/paragraph/Paragraph.css +3 -3
- package/typography/paragraph/Paragraph.d.ts +1 -2
- package/typography/paragraph/Paragraph.js +6 -5
- package/typography/paragraph/Paragraph.sty.js +1 -1
- package/typography/strikethrough/Strikethrough.css +1 -1
- package/typography/strikethrough/Strikethrough.d.ts +1 -2
- package/typography/strikethrough/Strikethrough.js +6 -5
- package/typography/strikethrough/Strikethrough.sty.js +1 -1
- package/typography/strong/Strong.css +1 -1
- package/typography/strong/Strong.d.ts +1 -2
- package/typography/strong/Strong.js +6 -5
- package/typography/strong/Strong.sty.js +1 -1
- package/typography/text/Text.css +3 -3
- package/typography/text/Text.js +6 -5
- package/typography/text/Text.sty.js +1 -1
- package/typography/text-ellipsis/TextEllipsis.css +6 -6
- package/typography/text-ellipsis/TextEllipsis.d.ts +2 -2
- package/typography/text-ellipsis/TextEllipsis.js +12 -11
- package/typography/text-ellipsis/TextEllipsis.sty.js +2 -2
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
2
|
var __defProp = Object.defineProperty;
|
|
4
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
6
|
var __export = (target, all) => {
|
|
9
7
|
for (var name in all)
|
|
@@ -17,21 +15,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
17
15
|
}
|
|
18
16
|
return to;
|
|
19
17
|
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
19
|
var FocusScope_exports = {};
|
|
30
20
|
__export(FocusScope_exports, {
|
|
31
21
|
FocusScope: () => FocusScope
|
|
32
22
|
});
|
|
33
23
|
module.exports = __toCommonJS(FocusScope_exports);
|
|
34
|
-
var
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
35
26
|
var import_useActiveElement = require("../../hooks/useActiveElement.js");
|
|
36
27
|
var import_useFocusContext = require("../../hooks/useFocusContext.js");
|
|
37
28
|
var import_focus_first_descendant = require("../../utils/focus-management/focus-first-descendant.js");
|
|
@@ -50,7 +41,7 @@ const FocusScope = (props) => {
|
|
|
50
41
|
const triggerElementCopy2 = triggerElement.current;
|
|
51
42
|
return () => {
|
|
52
43
|
focusContext.setBackgroundInertness(false);
|
|
53
|
-
|
|
44
|
+
focusContext.focusTriggerElement(triggerElementCopy2);
|
|
54
45
|
};
|
|
55
46
|
}
|
|
56
47
|
if (!autoFocus && !contain) {
|
|
@@ -69,14 +60,14 @@ const FocusScope = (props) => {
|
|
|
69
60
|
triggerElementCopy.focus();
|
|
70
61
|
};
|
|
71
62
|
}, [contain, autoFocus]);
|
|
72
|
-
return /* @__PURE__ */
|
|
63
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
73
64
|
"div",
|
|
74
65
|
{
|
|
75
66
|
style: { display: "contents" },
|
|
76
67
|
ref: wrapperRef,
|
|
77
|
-
"aria-labelledby": triggerElement.current.id
|
|
78
|
-
|
|
79
|
-
|
|
68
|
+
"aria-labelledby": triggerElement.current.id,
|
|
69
|
+
children
|
|
70
|
+
}
|
|
80
71
|
);
|
|
81
72
|
};
|
|
82
73
|
FocusScope.displayName = "FocusScope";
|
|
@@ -7,6 +7,7 @@ export type FocusContextProps = {
|
|
|
7
7
|
backgroundInertness?: boolean;
|
|
8
8
|
modality: Modality;
|
|
9
9
|
setBackgroundInertness: (value: boolean) => void;
|
|
10
|
+
focusTriggerElement: (value: HTMLElement | undefined) => void;
|
|
10
11
|
};
|
|
11
12
|
/**
|
|
12
13
|
* This context keeps all information needed for proper focus management.
|
|
@@ -25,5 +25,6 @@ var import_react = require("react");
|
|
|
25
25
|
const FocusContext = (0, import_react.createContext)({
|
|
26
26
|
modality: "unknown",
|
|
27
27
|
backgroundInertness: void 0,
|
|
28
|
-
setBackgroundInertness: (value) => null
|
|
28
|
+
setBackgroundInertness: (value) => null,
|
|
29
|
+
focusTriggerElement: (value) => null
|
|
29
30
|
});
|
|
@@ -25,7 +25,7 @@ var import_lodash_es = require("lodash");
|
|
|
25
25
|
var import_react = require("react");
|
|
26
26
|
function useFontsUpdated(callback) {
|
|
27
27
|
const [fontsUpdated, setFontsUpdated] = (0, import_react.useState)(false);
|
|
28
|
-
const prevFontFamilies = (0, import_react.useRef)();
|
|
28
|
+
const prevFontFamilies = (0, import_react.useRef)([]);
|
|
29
29
|
const fontFamilies = [];
|
|
30
30
|
const firstRender = (0, import_react.useRef)(true);
|
|
31
31
|
if (document.fonts) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { type MutableRefObject, type LegacyRef, type SetStateAction, type Dispatch, type RefCallback } from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* If you have multiple references (e.g. from different hooks) you need to apply to
|
|
4
4
|
* the same element, you can use the `useMergeRefs` hook to combine them into one
|
|
5
5
|
* reference.
|
|
6
6
|
*/
|
|
7
|
-
export declare function useMergeRefs<T = unknown>(refs: Array<
|
|
7
|
+
export declare function useMergeRefs<T = unknown>(refs: Array<MutableRefObject<T> | LegacyRef<T> | Dispatch<SetStateAction<T | null>> | undefined>): RefCallback<T>;
|
package/core/index.d.ts
CHANGED
|
@@ -17,13 +17,14 @@ export { isFocusable as _isFocusable } from './utils/focus-management/is-focusab
|
|
|
17
17
|
export { isBrowser as _isBrowser } from './utils/isBrowser.js';
|
|
18
18
|
export { mergeProps as _mergeProps, type NullToObject as _NullToObject, type TupleTypes as _TupleTypes, type UnionToIntersection as _UnionToIntersection, } from './utils/merge-props.js';
|
|
19
19
|
export { type _HeadingLevel, type _HeadingTag } from './types/heading.js';
|
|
20
|
-
export { useAriaLabelingProps as _useAriaLabelingProps } from './hooks/useAriaLabelingProps.js';
|
|
21
20
|
export { useId as _useId } from './hooks/useId.js';
|
|
21
|
+
export { useAriaLabelingProps as _useAriaLabelingProps } from './hooks/useAriaLabelingProps.js';
|
|
22
22
|
export { useSafeForwardProps as _useSafeForwardProps } from './hooks/useSafeForwardProps.js';
|
|
23
23
|
export type { UseSafeForwardReturnProps as _UseSafeForwardReturnProps } from './hooks/useSafeForwardProps.js';
|
|
24
24
|
export type { AriaDisabledProps, AriaLabelingProps, } from './types/a11y-props.js';
|
|
25
25
|
export type { DOMProps } from './types/dom.js';
|
|
26
26
|
export { uuidv4 as _uuidv4 } from './utils/uuidv4.js';
|
|
27
|
+
export { canReceiveDefaultTextFormat as _canReceiveDefaultTextFormat } from './utils/can-receive-default-text-format.js';
|
|
27
28
|
export { isStringChildren as _isStringChildren } from './utils/_is-string-children.js';
|
|
28
29
|
export { parseBoolean as _parseBoolean } from './utils/parse-boolean.js';
|
|
29
30
|
export { mulberry32 as _mulberry32 } from './utils/seed-random.js';
|
package/core/index.js
CHANGED
|
@@ -22,6 +22,7 @@ __export(core_exports, {
|
|
|
22
22
|
FocusScope: () => import_FocusScope.FocusScope,
|
|
23
23
|
_FocusProvider: () => import_FocusProvider.FocusProvider,
|
|
24
24
|
_attemptFocus: () => import_attempt_focus.attemptFocus,
|
|
25
|
+
_canReceiveDefaultTextFormat: () => import_can_receive_default_text_format.canReceiveDefaultTextFormat,
|
|
25
26
|
_focusFirstDescendant: () => import_focus_first_descendant.focusFirstDescendant,
|
|
26
27
|
_getFirstFocusableChild: () => import_get_first_focusable_child.getFirstFocusableChild,
|
|
27
28
|
_getLastFocusableChild: () => import_get_last_focusable_child.getLastFocusableChild,
|
|
@@ -51,10 +52,11 @@ var import_get_last_focusable_child = require("./utils/focus-management/get-last
|
|
|
51
52
|
var import_is_focusable = require("./utils/focus-management/is-focusable.js");
|
|
52
53
|
var import_isBrowser = require("./utils/isBrowser.js");
|
|
53
54
|
var import_merge_props = require("./utils/merge-props.js");
|
|
54
|
-
var import_useAriaLabelingProps = require("./hooks/useAriaLabelingProps.js");
|
|
55
55
|
var import_useId = require("./hooks/useId.js");
|
|
56
|
+
var import_useAriaLabelingProps = require("./hooks/useAriaLabelingProps.js");
|
|
56
57
|
var import_useSafeForwardProps = require("./hooks/useSafeForwardProps.js");
|
|
57
58
|
var import_uuidv4 = require("./utils/uuidv4.js");
|
|
59
|
+
var import_can_receive_default_text_format = require("./utils/can-receive-default-text-format.js");
|
|
58
60
|
var import_is_string_children = require("./utils/_is-string-children.js");
|
|
59
61
|
var import_parse_boolean = require("./utils/parse-boolean.js");
|
|
60
62
|
var import_seed_random = require("./utils/seed-random.js");
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { WithChildren } from '../types/with-children.js';
|
|
3
2
|
/**
|
|
4
3
|
* Type defining the modality options for the focus handling.
|
|
@@ -11,6 +10,6 @@ export type Modality = 'keyboard' | 'pointer' | 'touch' | 'unknown';
|
|
|
11
10
|
* @internal
|
|
12
11
|
*/
|
|
13
12
|
export declare const FocusProvider: {
|
|
14
|
-
({ children }: WithChildren):
|
|
13
|
+
({ children }: WithChildren): import("react/jsx-runtime.js").JSX.Element;
|
|
15
14
|
displayName: string;
|
|
16
15
|
};
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
2
|
var __defProp = Object.defineProperty;
|
|
4
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
6
|
var __export = (target, all) => {
|
|
9
7
|
for (var name in all)
|
|
@@ -17,31 +15,25 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
17
15
|
}
|
|
18
16
|
return to;
|
|
19
17
|
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
19
|
var FocusProvider_exports = {};
|
|
30
20
|
__export(FocusProvider_exports, {
|
|
31
21
|
FocusProvider: () => FocusProvider
|
|
32
22
|
});
|
|
33
23
|
module.exports = __toCommonJS(FocusProvider_exports);
|
|
34
|
-
var
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
35
26
|
var import_FocusContext = require("../contexts/FocusContext.js");
|
|
36
27
|
var import_useFocusContext = require("../hooks/useFocusContext.js");
|
|
28
|
+
var import_get_inert_value = require("../utils/get-inert-value.js");
|
|
37
29
|
var import_merge_props = require("../utils/merge-props.js");
|
|
38
30
|
const ignoreMap = [
|
|
39
31
|
"Alt",
|
|
40
32
|
"AltGraph",
|
|
41
33
|
"CapsLock",
|
|
42
34
|
"Control",
|
|
43
|
-
"Fn",
|
|
44
35
|
"FnLock",
|
|
36
|
+
"Fn",
|
|
45
37
|
"Hyper",
|
|
46
38
|
"Meta",
|
|
47
39
|
// Command (Mac), in some browsers also Windows-key
|
|
@@ -89,6 +81,7 @@ const FocusProvider = ({ children }) => {
|
|
|
89
81
|
const [backgroundInertness, setBackgroundInertness] = (0, import_react.useState)(false);
|
|
90
82
|
const focusContext = (0, import_useFocusContext.useFocusContext)();
|
|
91
83
|
const [modality, setModality] = (0, import_react.useState)("unknown");
|
|
84
|
+
const wrapperRef = (0, import_react.useRef)(null);
|
|
92
85
|
const setKeyboardInputModality = (0, import_react.useCallback)((event) => {
|
|
93
86
|
if (ignoreMap.includes(event.key)) {
|
|
94
87
|
setModality("pointer");
|
|
@@ -98,6 +91,29 @@ const FocusProvider = ({ children }) => {
|
|
|
98
91
|
setModality("keyboard");
|
|
99
92
|
}
|
|
100
93
|
}, []);
|
|
94
|
+
const focusTriggerElement = (0, import_react.useCallback)((ref) => {
|
|
95
|
+
if (wrapperRef.current?.getAttribute("inert") === null) {
|
|
96
|
+
ref?.focus();
|
|
97
|
+
return;
|
|
98
|
+
}
|
|
99
|
+
const observer = new MutationObserver((mutations) => {
|
|
100
|
+
for (const mutation of mutations) {
|
|
101
|
+
if (mutation.type === "attributes" && mutation.attributeName === "inert") {
|
|
102
|
+
if (wrapperRef.current?.getAttribute("inert") === null) {
|
|
103
|
+
ref?.focus();
|
|
104
|
+
observer.disconnect();
|
|
105
|
+
break;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
if (wrapperRef.current !== null) {
|
|
111
|
+
observer.observe(wrapperRef.current, { attributes: true });
|
|
112
|
+
setTimeout(() => {
|
|
113
|
+
observer.disconnect();
|
|
114
|
+
}, 5e3);
|
|
115
|
+
}
|
|
116
|
+
}, []);
|
|
101
117
|
const setMouseInputModality = (0, import_react.useCallback)((event) => {
|
|
102
118
|
switch (eventTypeMap[event.type]) {
|
|
103
119
|
case "touch":
|
|
@@ -126,22 +142,23 @@ const FocusProvider = ({ children }) => {
|
|
|
126
142
|
};
|
|
127
143
|
}, [setKeyboardInputModality, setMouseInputModality]);
|
|
128
144
|
const focusProps = backgroundInertness ? {
|
|
129
|
-
inert:
|
|
145
|
+
inert: (0, import_get_inert_value.getProperInertValue)(true),
|
|
130
146
|
tabIndex: -1,
|
|
131
147
|
"aria-hidden": true
|
|
132
148
|
} : { inert: void 0, tabIndex: void 0, "aria-hidden": false };
|
|
133
|
-
return /* @__PURE__ */
|
|
149
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
134
150
|
import_FocusContext.FocusContext.Provider,
|
|
135
151
|
{
|
|
136
152
|
value: {
|
|
137
153
|
...(0, import_merge_props.mergeProps)(focusContext, {
|
|
138
154
|
backgroundInertness,
|
|
139
155
|
setBackgroundInertness,
|
|
140
|
-
modality
|
|
156
|
+
modality,
|
|
157
|
+
focusTriggerElement
|
|
141
158
|
})
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
|
|
159
|
+
},
|
|
160
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { ref: wrapperRef, ...focusProps, children })
|
|
161
|
+
}
|
|
145
162
|
);
|
|
146
163
|
};
|
|
147
164
|
FocusProvider["displayName"] = "FocusProvider";
|
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
._z2r50s3-1-
|
|
1
|
+
._z2r50s3-1-6-2 {
|
|
2
2
|
outline: none;
|
|
3
3
|
}
|
|
4
|
-
._z2r50s3-1-
|
|
4
|
+
._z2r50s3-1-6-2:focus-visible {
|
|
5
5
|
outline: none;
|
|
6
6
|
}
|
|
7
|
-
._z2r50s4-1-
|
|
7
|
+
._z2r50s4-1-6-2 {
|
|
8
8
|
border-radius: var(--dt-borders-radius-field-subdued, 4px);
|
|
9
|
-
box-shadow: inset 0 0 0 var(--dt-borders-width-default, 1px) var(--_z2r50s0-1-
|
|
10
|
-
background-color: var(--_z2r50s2-1-
|
|
11
|
-
}
|
|
12
|
-
._z2r50s5-1-
|
|
13
|
-
box-shadow: inset 0 0 0 var(--dt-borders-width-emphasized, 2px) var(--_z2r50s0-1-
|
|
14
|
-
}
|
|
15
|
-
._z2r50s6-1-
|
|
16
|
-
--_z2r50s0-1-
|
|
17
|
-
--_z2r50s1-1-
|
|
18
|
-
--_z2r50s2-1-
|
|
19
|
-
}
|
|
20
|
-
._z2r50s7-1-
|
|
21
|
-
--_z2r50s0-1-
|
|
22
|
-
--_z2r50s1-1-
|
|
23
|
-
--_z2r50s2-1-
|
|
24
|
-
}
|
|
25
|
-
._z2r50s8-1-
|
|
26
|
-
--_z2r50s0-1-
|
|
27
|
-
--_z2r50s1-1-
|
|
28
|
-
--_z2r50s2-1-
|
|
29
|
-
}
|
|
30
|
-
._z2r50s9-1-
|
|
31
|
-
--_z2r50s0-1-
|
|
32
|
-
--_z2r50s1-1-
|
|
33
|
-
--_z2r50s2-1-
|
|
34
|
-
}
|
|
35
|
-
._z2r50sa-1-
|
|
36
|
-
--_z2r50s0-1-
|
|
37
|
-
--_z2r50s1-1-
|
|
38
|
-
--_z2r50s2-1-
|
|
39
|
-
}
|
|
40
|
-
._z2r50sb-1-
|
|
9
|
+
box-shadow: inset 0 0 0 var(--dt-borders-width-default, 1px) var(--_z2r50s0-1-6-2);
|
|
10
|
+
background-color: var(--_z2r50s2-1-6-2);
|
|
11
|
+
}
|
|
12
|
+
._z2r50s5-1-6-2._z2r50s5-1-6-2 {
|
|
13
|
+
box-shadow: inset 0 0 0 var(--dt-borders-width-emphasized, 2px) var(--_z2r50s0-1-6-2), inset 0 0 0 calc(var(--dt-borders-width-emphasized, 2px) + 1px) var(--_z2r50s1-1-6-2);
|
|
14
|
+
}
|
|
15
|
+
._z2r50s6-1-6-2 {
|
|
16
|
+
--_z2r50s0-1-6-2: var(--dt-colors-border-neutral-accent, #545587);
|
|
17
|
+
--_z2r50s1-1-6-2: var(--dt-colors-border-neutral-default, #d2d3e1);
|
|
18
|
+
--_z2r50s2-1-6-2: var(--dt-colors-background-field-neutral-emphasized, #dadbe7);
|
|
19
|
+
}
|
|
20
|
+
._z2r50s7-1-6-2 {
|
|
21
|
+
--_z2r50s0-1-6-2: var(--dt-colors-border-primary-accent, #454cc9);
|
|
22
|
+
--_z2r50s1-1-6-2: var(--dt-colors-border-primary-default, #ccd3f3);
|
|
23
|
+
--_z2r50s2-1-6-2: var(--dt-colors-background-field-primary-emphasized, #d6dbf4);
|
|
24
|
+
}
|
|
25
|
+
._z2r50s8-1-6-2 {
|
|
26
|
+
--_z2r50s0-1-6-2: var(--dt-colors-border-success-accent, #2c6360);
|
|
27
|
+
--_z2r50s1-1-6-2: var(--dt-colors-border-success-default, #cad6d7);
|
|
28
|
+
--_z2r50s2-1-6-2: var(--dt-colors-background-field-success-emphasized, #d4dddf);
|
|
29
|
+
}
|
|
30
|
+
._z2r50s9-1-6-2 {
|
|
31
|
+
--_z2r50s0-1-6-2: var(--dt-colors-border-warning-accent, #805100);
|
|
32
|
+
--_z2r50s1-1-6-2: var(--dt-colors-border-warning-default, #f4e5d5);
|
|
33
|
+
--_z2r50s2-1-6-2: var(--dt-colors-background-field-warning-emphasized, #f4e8de);
|
|
34
|
+
}
|
|
35
|
+
._z2r50sa-1-6-2 {
|
|
36
|
+
--_z2r50s0-1-6-2: var(--dt-colors-border-critical-accent, #b80031);
|
|
37
|
+
--_z2r50s1-1-6-2: var(--dt-colors-border-critical-default, #f1cdcf);
|
|
38
|
+
--_z2r50s2-1-6-2: var(--dt-colors-background-field-critical-emphasized, #f2d7d9);
|
|
39
|
+
}
|
|
40
|
+
._z2r50sb-1-6-2:focus-within {
|
|
41
41
|
outline: none;
|
|
42
42
|
}
|
|
43
|
-
._z2r50sc-1-
|
|
43
|
+
._z2r50sc-1-6-2:focus-within {
|
|
44
44
|
border-radius: var(--dt-borders-radius-field-subdued, 4px);
|
|
45
|
-
box-shadow: inset 0 0 0 var(--dt-borders-width-default, 1px) var(--_z2r50s0-1-
|
|
46
|
-
background-color: var(--_z2r50s2-1-
|
|
47
|
-
}
|
|
48
|
-
._z2r50sd-1-
|
|
49
|
-
box-shadow: inset 0 0 0 var(--dt-borders-width-emphasized, 2px) var(--_z2r50s0-1-
|
|
50
|
-
}
|
|
51
|
-
._z2r50se-1-
|
|
52
|
-
--_z2r50s0-1-
|
|
53
|
-
--_z2r50s1-1-
|
|
54
|
-
--_z2r50s2-1-
|
|
55
|
-
}
|
|
56
|
-
._z2r50sf-1-
|
|
57
|
-
--_z2r50s0-1-
|
|
58
|
-
--_z2r50s1-1-
|
|
59
|
-
--_z2r50s2-1-
|
|
60
|
-
}
|
|
61
|
-
._z2r50sg-1-
|
|
62
|
-
--_z2r50s0-1-
|
|
63
|
-
--_z2r50s1-1-
|
|
64
|
-
--_z2r50s2-1-
|
|
65
|
-
}
|
|
66
|
-
._z2r50sh-1-
|
|
67
|
-
--_z2r50s0-1-
|
|
68
|
-
--_z2r50s1-1-
|
|
69
|
-
--_z2r50s2-1-
|
|
70
|
-
}
|
|
71
|
-
._z2r50si-1-
|
|
72
|
-
--_z2r50s0-1-
|
|
73
|
-
--_z2r50s1-1-
|
|
74
|
-
--_z2r50s2-1-
|
|
45
|
+
box-shadow: inset 0 0 0 var(--dt-borders-width-default, 1px) var(--_z2r50s0-1-6-2);
|
|
46
|
+
background-color: var(--_z2r50s2-1-6-2);
|
|
47
|
+
}
|
|
48
|
+
._z2r50sd-1-6-2:focus-within {
|
|
49
|
+
box-shadow: inset 0 0 0 var(--dt-borders-width-emphasized, 2px) var(--_z2r50s0-1-6-2), inset 0 0 0 calc(var(--dt-borders-width-emphasized, 2px) + 1px) var(--_z2r50s1-1-6-2);
|
|
50
|
+
}
|
|
51
|
+
._z2r50se-1-6-2 {
|
|
52
|
+
--_z2r50s0-1-6-2: var(--dt-colors-border-neutral-accent, #545587);
|
|
53
|
+
--_z2r50s1-1-6-2: var(--dt-colors-border-neutral-default, #d2d3e1);
|
|
54
|
+
--_z2r50s2-1-6-2: var(--dt-colors-background-field-neutral-emphasized, #dadbe7);
|
|
55
|
+
}
|
|
56
|
+
._z2r50sf-1-6-2 {
|
|
57
|
+
--_z2r50s0-1-6-2: var(--dt-colors-border-primary-accent, #454cc9);
|
|
58
|
+
--_z2r50s1-1-6-2: var(--dt-colors-border-primary-default, #ccd3f3);
|
|
59
|
+
--_z2r50s2-1-6-2: var(--dt-colors-background-field-primary-emphasized, #d6dbf4);
|
|
60
|
+
}
|
|
61
|
+
._z2r50sg-1-6-2 {
|
|
62
|
+
--_z2r50s0-1-6-2: var(--dt-colors-border-success-accent, #2c6360);
|
|
63
|
+
--_z2r50s1-1-6-2: var(--dt-colors-border-success-default, #cad6d7);
|
|
64
|
+
--_z2r50s2-1-6-2: var(--dt-colors-background-field-success-emphasized, #d4dddf);
|
|
65
|
+
}
|
|
66
|
+
._z2r50sh-1-6-2 {
|
|
67
|
+
--_z2r50s0-1-6-2: var(--dt-colors-border-warning-accent, #805100);
|
|
68
|
+
--_z2r50s1-1-6-2: var(--dt-colors-border-warning-default, #f4e5d5);
|
|
69
|
+
--_z2r50s2-1-6-2: var(--dt-colors-background-field-warning-emphasized, #f4e8de);
|
|
70
|
+
}
|
|
71
|
+
._z2r50si-1-6-2 {
|
|
72
|
+
--_z2r50s0-1-6-2: var(--dt-colors-border-critical-accent, #b80031);
|
|
73
|
+
--_z2r50s1-1-6-2: var(--dt-colors-border-critical-default, #f1cdcf);
|
|
74
|
+
--_z2r50s2-1-6-2: var(--dt-colors-background-field-critical-emphasized, #f2d7d9);
|
|
75
75
|
}
|
|
@@ -24,5 +24,5 @@ __export(focusRing_css_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(focusRing_css_exports);
|
|
25
25
|
var import_focusRing_css_ts_vanilla = require("./focusRing.css");
|
|
26
26
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
27
|
-
var focusRingCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_z2r50s3-1-
|
|
28
|
-
var focusRingFocusWithinCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_z2r50sb-1-
|
|
27
|
+
var focusRingCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_z2r50s3-1-6-2", variantClassNames: { minimal: { true: "_z2r50s4-1-6-2", false: "_z2r50s5-1-6-2" }, variant: { neutral: "_z2r50s6-1-6-2", primary: "_z2r50s7-1-6-2", success: "_z2r50s8-1-6-2", warning: "_z2r50s9-1-6-2", critical: "_z2r50sa-1-6-2" } }, defaultVariants: {}, compoundVariants: [] });
|
|
28
|
+
var focusRingFocusWithinCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_z2r50sb-1-6-2", variantClassNames: { minimal: { true: "_z2r50sc-1-6-2", false: "_z2r50sd-1-6-2" }, variant: { neutral: "_z2r50se-1-6-2", primary: "_z2r50sf-1-6-2", success: "_z2r50sg-1-6-2", warning: "_z2r50sh-1-6-2", critical: "_z2r50si-1-6-2" } }, defaultVariants: {}, compoundVariants: [] });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FocusEvent } from 'react';
|
|
1
|
+
import { type FocusEvent as ReactFocusEvent } from 'react';
|
|
2
2
|
/** @internal */
|
|
3
3
|
export type VariantType = 'neutral' | 'primary' | 'success' | 'warning' | 'critical';
|
|
4
4
|
/** @internal */
|
|
@@ -32,8 +32,8 @@ export type FocusRingProps = {
|
|
|
32
32
|
focusClassName: string;
|
|
33
33
|
/** Focus handlers used to manage the focus state. Must be applied to the element that receives the focus.*/
|
|
34
34
|
focusProps: {
|
|
35
|
-
onFocus: (e:
|
|
36
|
-
onBlur: (e:
|
|
35
|
+
onFocus: (e: ReactFocusEvent) => void;
|
|
36
|
+
onBlur: (e: ReactFocusEvent) => void;
|
|
37
37
|
};
|
|
38
38
|
/** Whether or not the element got focus via keyboard. */
|
|
39
39
|
isFocusVisible: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* Returns whether children only consist of text nodes.
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
|
-
export declare function isStringChildren(children:
|
|
6
|
+
export declare function isStringChildren(children: ReactNode): children is string;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
2
|
var __defProp = Object.defineProperty;
|
|
4
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
6
|
var __export = (target, all) => {
|
|
9
7
|
for (var name in all)
|
|
@@ -17,25 +15,17 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
17
15
|
}
|
|
18
16
|
return to;
|
|
19
17
|
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
19
|
var is_string_children_exports = {};
|
|
30
20
|
__export(is_string_children_exports, {
|
|
31
21
|
isStringChildren: () => isStringChildren
|
|
32
22
|
});
|
|
33
23
|
module.exports = __toCommonJS(is_string_children_exports);
|
|
34
|
-
var import_react =
|
|
24
|
+
var import_react = require("react");
|
|
35
25
|
var import_react_intl = require("react-intl");
|
|
36
26
|
var import_react_is = require("react-is");
|
|
37
27
|
function isStringChildren(children) {
|
|
38
|
-
const childrenArray = import_react.
|
|
28
|
+
const childrenArray = import_react.Children.toArray(children);
|
|
39
29
|
if (!childrenArray.some(import_react_is.isElement)) {
|
|
40
30
|
return true;
|
|
41
31
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ReactElement, type ReactNode } from 'react';
|
|
2
|
+
import { type MessageDescriptor } from 'react-intl';
|
|
3
|
+
/**
|
|
4
|
+
* Returns whether children only consists of stringifiable children, that can receive standard text formatting.
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare function canReceiveDefaultTextFormat(children: ReactNode): children is string | number | boolean | null | undefined | ReactElement<MessageDescriptor & {
|
|
8
|
+
values: Record<string, any>;
|
|
9
|
+
}>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var can_receive_default_text_format_exports = {};
|
|
20
|
+
__export(can_receive_default_text_format_exports, {
|
|
21
|
+
canReceiveDefaultTextFormat: () => canReceiveDefaultTextFormat
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(can_receive_default_text_format_exports);
|
|
24
|
+
var import_react = require("react");
|
|
25
|
+
var import_react_intl = require("react-intl");
|
|
26
|
+
function canReceiveDefaultTextFormat(children) {
|
|
27
|
+
const childrenArray = import_react.Children.toArray(children);
|
|
28
|
+
return childrenArray.every(
|
|
29
|
+
(child) => typeof child === "string" || typeof child === "number" || typeof child === "boolean" || child === null || child === void 0 || (0, import_react.isValidElement)(child) && child.type && child.type === import_react_intl.FormattedMessage
|
|
30
|
+
);
|
|
31
|
+
}
|