@cimpress-ui/react 1.6.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/components/app-header/app-header.d.ts +1 -0
- package/dist/commonjs/components/app-header/app-header.d.ts.map +1 -1
- package/dist/commonjs/components/app-header/app-header.js +2 -2
- package/dist/commonjs/components/app-header/app-header.js.map +1 -1
- package/dist/commonjs/components/app-header/nav-button.d.ts +8 -0
- package/dist/commonjs/components/app-header/nav-button.d.ts.map +1 -0
- package/dist/commonjs/components/app-header/nav-button.js +18 -0
- package/dist/commonjs/components/app-header/nav-button.js.map +1 -0
- package/dist/commonjs/components/app-header/side-nav.d.ts +34 -0
- package/dist/commonjs/components/app-header/side-nav.d.ts.map +1 -0
- package/dist/commonjs/components/app-header/side-nav.js +35 -0
- package/dist/commonjs/components/app-header/side-nav.js.map +1 -0
- package/dist/commonjs/components/app-shell/app-shell.d.ts +10 -0
- package/dist/commonjs/components/app-shell/app-shell.d.ts.map +1 -0
- package/dist/commonjs/components/app-shell/app-shell.js +16 -0
- package/dist/commonjs/components/app-shell/app-shell.js.map +1 -0
- package/dist/commonjs/components/drawer/drawer.d.ts +6 -1
- package/dist/commonjs/components/drawer/drawer.d.ts.map +1 -1
- package/dist/commonjs/components/drawer/drawer.js +2 -2
- package/dist/commonjs/components/drawer/drawer.js.map +1 -1
- package/dist/commonjs/components/hidden/hidden.d.ts +7 -0
- package/dist/commonjs/components/hidden/hidden.d.ts.map +1 -0
- package/dist/commonjs/components/hidden/hidden.js +19 -0
- package/dist/commonjs/components/hidden/hidden.js.map +1 -0
- package/dist/commonjs/components/number-field/number-field.d.ts +1 -1
- package/dist/commonjs/components/number-field/number-field.d.ts.map +1 -1
- package/dist/commonjs/components/number-field/number-field.js.map +1 -1
- package/dist/commonjs/components/text-inputs/text-area.d.ts +11 -1
- package/dist/commonjs/components/text-inputs/text-area.d.ts.map +1 -1
- package/dist/commonjs/components/text-inputs/text-area.js +5 -1
- package/dist/commonjs/components/text-inputs/text-area.js.map +1 -1
- package/dist/commonjs/components/text-inputs/text-field.d.ts +11 -1
- package/dist/commonjs/components/text-inputs/text-field.d.ts.map +1 -1
- package/dist/commonjs/components/text-inputs/text-field.js +10 -5
- package/dist/commonjs/components/text-inputs/text-field.js.map +1 -1
- package/dist/commonjs/components/tooltip/tooltip.d.ts +2 -0
- package/dist/commonjs/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/commonjs/components/tooltip/tooltip.js +2 -2
- package/dist/commonjs/components/tooltip/tooltip.js.map +1 -1
- package/dist/commonjs/icons/index.d.ts +1 -0
- package/dist/commonjs/icons/index.d.ts.map +1 -1
- package/dist/commonjs/icons/index.js +3 -1
- package/dist/commonjs/icons/index.js.map +1 -1
- package/dist/commonjs/icons/unstable-expand.d.ts +8 -0
- package/dist/commonjs/icons/unstable-expand.d.ts.map +1 -0
- package/dist/commonjs/icons/unstable-expand.js +24 -0
- package/dist/commonjs/icons/unstable-expand.js.map +1 -0
- package/dist/commonjs/index.d.ts +4 -0
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -0
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/utils/use-is-mobile.d.ts +2 -0
- package/dist/commonjs/utils/use-is-mobile.d.ts.map +1 -0
- package/dist/commonjs/utils/use-is-mobile.js +9 -0
- package/dist/commonjs/utils/use-is-mobile.js.map +1 -0
- package/dist/commonjs/with-style-props.d.ts +1 -1
- package/dist/commonjs/with-style-props.d.ts.map +1 -1
- package/dist/commonjs/with-style-props.js +3 -1
- package/dist/commonjs/with-style-props.js.map +1 -1
- package/dist/esm/components/app-header/app-header.d.ts +1 -0
- package/dist/esm/components/app-header/app-header.d.ts.map +1 -1
- package/dist/esm/components/app-header/app-header.js +2 -2
- package/dist/esm/components/app-header/app-header.js.map +1 -1
- package/dist/esm/components/app-header/nav-button.d.ts +8 -0
- package/dist/esm/components/app-header/nav-button.d.ts.map +1 -0
- package/dist/esm/components/app-header/nav-button.js +12 -0
- package/dist/esm/components/app-header/nav-button.js.map +1 -0
- package/dist/esm/components/app-header/side-nav.d.ts +34 -0
- package/dist/esm/components/app-header/side-nav.d.ts.map +1 -0
- package/dist/esm/components/app-header/side-nav.js +29 -0
- package/dist/esm/components/app-header/side-nav.js.map +1 -0
- package/dist/esm/components/app-shell/app-shell.d.ts +10 -0
- package/dist/esm/components/app-shell/app-shell.d.ts.map +1 -0
- package/dist/esm/components/app-shell/app-shell.js +9 -0
- package/dist/esm/components/app-shell/app-shell.js.map +1 -0
- package/dist/esm/components/drawer/drawer.d.ts +6 -1
- package/dist/esm/components/drawer/drawer.d.ts.map +1 -1
- package/dist/esm/components/drawer/drawer.js +2 -2
- package/dist/esm/components/drawer/drawer.js.map +1 -1
- package/dist/esm/components/hidden/hidden.d.ts +7 -0
- package/dist/esm/components/hidden/hidden.d.ts.map +1 -0
- package/dist/esm/components/hidden/hidden.js +13 -0
- package/dist/esm/components/hidden/hidden.js.map +1 -0
- package/dist/esm/components/number-field/number-field.d.ts +1 -1
- package/dist/esm/components/number-field/number-field.d.ts.map +1 -1
- package/dist/esm/components/number-field/number-field.js.map +1 -1
- package/dist/esm/components/text-inputs/text-area.d.ts +11 -1
- package/dist/esm/components/text-inputs/text-area.d.ts.map +1 -1
- package/dist/esm/components/text-inputs/text-area.js +6 -2
- package/dist/esm/components/text-inputs/text-area.js.map +1 -1
- package/dist/esm/components/text-inputs/text-field.d.ts +11 -1
- package/dist/esm/components/text-inputs/text-field.d.ts.map +1 -1
- package/dist/esm/components/text-inputs/text-field.js +11 -6
- package/dist/esm/components/text-inputs/text-field.js.map +1 -1
- package/dist/esm/components/tooltip/tooltip.d.ts +2 -0
- package/dist/esm/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/esm/components/tooltip/tooltip.js +2 -2
- package/dist/esm/components/tooltip/tooltip.js.map +1 -1
- package/dist/esm/icons/index.d.ts +1 -0
- package/dist/esm/icons/index.d.ts.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/index.js.map +1 -1
- package/dist/esm/icons/unstable-expand.d.ts +8 -0
- package/dist/esm/icons/unstable-expand.d.ts.map +1 -0
- package/dist/esm/icons/unstable-expand.js +19 -0
- package/dist/esm/icons/unstable-expand.js.map +1 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/utils/use-is-mobile.d.ts +2 -0
- package/dist/esm/utils/use-is-mobile.d.ts.map +1 -0
- package/dist/esm/utils/use-is-mobile.js +6 -0
- package/dist/esm/utils/use-is-mobile.js.map +1 -0
- package/dist/esm/with-style-props.d.ts +1 -1
- package/dist/esm/with-style-props.d.ts.map +1 -1
- package/dist/esm/with-style-props.js +3 -1
- package/dist/esm/with-style-props.js.map +1 -1
- package/dist-styles/core.css +1 -1
- package/dist-styles/styles.css +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-field.js","sourceRoot":"","sources":["../../../../src/components/text-inputs/text-field.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;;;;;;AAEb,6CAA0C;AAC1C,gDAA0D;AAC1D,gDAAwB;AACxB,
|
|
1
|
+
{"version":3,"file":"text-field.js","sourceRoot":"","sources":["../../../../src/components/text-inputs/text-field.tsx"],"names":[],"mappings":"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","sourcesContent":["'use client';\n\nimport { useId } from '@react-aria/utils';\nimport { useControlledState } from '@react-stately/utils';\nimport clsx from 'clsx';\nimport { type ForwardedRef, type KeyboardEvent, type RefObject, useImperativeHandle, useRef } from 'react';\nimport {\n type TextFieldProps as RACTextFieldProps,\n Group as RACGroup,\n Input as RACInput,\n TextField as RACTextField,\n} from 'react-aria-components';\nimport { forwardRef } from '../../forward-ref.js';\nimport { useLocalizedMessages } from '../../i18n/localization-provider.js';\nimport { useProductionWarning } from '../../utils/use-production-warning.js';\nimport { withStyleProps } from '../../with-style-props.js';\nimport { FormFieldDescription, FormFieldError, FormFieldLabel } from '../internal/form-field/form-field.js';\nimport { XButton } from '../internal/x-button/x-button.js';\nimport type { AffixProps, CommonProps, FieldWithPlaceholderProps } from '../types.js';\nimport { textStyle } from '../typography/utils.js';\n\nexport interface TextFieldProps\n extends CommonProps,\n FieldWithPlaceholderProps<string>,\n AffixProps,\n Pick<\n RACTextFieldProps,\n | 'value'\n | 'defaultValue'\n | 'onChange'\n | 'isDisabled'\n | 'isRequired'\n | 'isInvalid'\n | 'isReadOnly'\n | 'type'\n | 'autoFocus'\n | 'autoComplete'\n | 'inputMode'\n | 'minLength'\n | 'maxLength'\n | 'pattern'\n | 'onFocus'\n | 'onBlur'\n | 'onKeyDown'\n > {\n /**\n * Whether to render a button that can be used to clear the text field.\n * @default false\n */\n isClearable?: boolean;\n /** A React ref that allows access to the imperative API of this component. */\n apiRef?: RefObject<TextFieldApi | null>;\n}\n\n/** The imperative API exposed by the `TextField` component. */\nexport interface TextFieldApi {\n /** Focuses the input field. */\n focus: () => void;\n /** Selects the contents of the input field. */\n select: () => void;\n}\n\nfunction TextField(\n {\n label,\n description,\n error: errorMessage,\n placeholder,\n prefix,\n suffix,\n UNSAFE_className,\n UNSAFE_style,\n isClearable = false,\n value: consumerValue,\n defaultValue: consumerDefaultValue,\n onChange,\n apiRef,\n ...props\n }: TextFieldProps,\n ref: ForwardedRef<HTMLDivElement>,\n) {\n const { isDisabled, isReadOnly } = props;\n const inputRef = useRef<HTMLInputElement>(null);\n const [value, setValue] = useControlledState(consumerValue, consumerDefaultValue ?? '', onChange);\n const messages = useLocalizedMessages('common');\n const clearDescriptionId = useId();\n\n useImperativeHandle(\n apiRef,\n () => ({\n focus: () => inputRef.current?.focus(),\n select: () => inputRef.current?.select(),\n }),\n [],\n );\n\n const { 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledBy } = props;\n\n const isFieldClearable = isClearable && !isDisabled && !isReadOnly;\n\n function onKeyDown(e: KeyboardEvent) {\n if (!isFieldClearable) {\n return;\n }\n\n if (e.key === 'Escape') {\n e.preventDefault();\n\n setValue('');\n }\n }\n\n useProductionWarning(() => {\n if (!label && !ariaLabel && !ariaLabelledBy) {\n console.warn('TextField requires one of label / aria-label / aria-labelledby for accessibility');\n }\n }, [label, ariaLabel, ariaLabelledBy]);\n\n return (\n <RACTextField\n {...props}\n ref={ref}\n className={clsx('cim-text-field', UNSAFE_className)}\n style={UNSAFE_style}\n value={value}\n onChange={setValue}\n aria-describedby={[props['aria-describedby'], isFieldClearable ? clearDescriptionId : undefined]\n .filter(Boolean)\n .join(' ')}\n >\n {({ isDisabled, isRequired }) => (\n <>\n <FormFieldLabel isRequired={isRequired} isDisabled={isDisabled}>\n {label}\n </FormFieldLabel>\n <RACGroup className=\"cim-text-field-input-group\" onClick={() => inputRef.current?.focus()}>\n {prefix && (\n <div\n className={clsx(\n 'cim-text-field-affix',\n textStyle({ variant: 'body', tone: isDisabled ? 'muted' : 'subtle' }),\n )}\n aria-hidden\n >\n {prefix}\n </div>\n )}\n\n <RACInput\n ref={inputRef}\n className={clsx('cim-text-field-input', textStyle({ variant: 'body' }))}\n placeholder={placeholder}\n onKeyDown={onKeyDown}\n />\n\n {isFieldClearable && value !== '' && (\n <XButton\n slot={null}\n UNSAFE_className=\"cim-text-field-clear\"\n aria-label={messages.format('clearValue')}\n onPress={() => setValue('')}\n iconType=\"circled\"\n excludeFromTabOrder\n />\n )}\n\n {suffix && (\n <div\n className={clsx(\n 'cim-text-field-affix',\n textStyle({ variant: 'body', tone: isDisabled ? 'muted' : 'subtle' }),\n )}\n aria-hidden\n >\n {suffix}\n </div>\n )}\n </RACGroup>\n <FormFieldError>{errorMessage}</FormFieldError>\n <FormFieldDescription>{description}</FormFieldDescription>\n {isFieldClearable && (\n <p id={clearDescriptionId} className=\"cim-text-field-clear-description\" hidden>\n {messages.format('clearValueDescription')}\n </p>\n )}\n </>\n )}\n </RACTextField>\n );\n}\n\n/**\n * Allows users to enter a single line of text with a keyboard.\n *\n * See [text field usage guidelines](https://ui.cimpress.io/components/text-field/).\n */\nconst _TextField = withStyleProps(forwardRef(TextField), 'TextField');\n\nexport { _TextField as TextField };\n"]}
|
|
@@ -8,6 +8,8 @@ export interface TooltipProps extends Omit<CommonProps, 'id'>, Pick<RACTooltipPr
|
|
|
8
8
|
label: string;
|
|
9
9
|
/** The ref for the element which the tooltip positions itself with respect to. */
|
|
10
10
|
triggerRef?: RefObject<Element | null>;
|
|
11
|
+
/** Whether the tooltip is disabled. */
|
|
12
|
+
isDisabled?: boolean;
|
|
11
13
|
}
|
|
12
14
|
/**
|
|
13
15
|
* Provides additional information about an element that is hovered or focused.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAChE,OAAO,EAGL,KAAK,YAAY,IAAI,eAAe,EAErC,MAAM,uBAAuB,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,MAAM,WAAW,YACf,SAAQ,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,EAC7B,IAAI,CAAC,eAAe,EAAE,WAAW,GAAG,QAAQ,GAAG,cAAc,CAAC;IAChE,gFAAgF;IAChF,QAAQ,EAAE,SAAS,CAAC;IACpB,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,kFAAkF;IAClF,UAAU,CAAC,EAAE,SAAS,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAChE,OAAO,EAGL,KAAK,YAAY,IAAI,eAAe,EAErC,MAAM,uBAAuB,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,MAAM,WAAW,YACf,SAAQ,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,EAC7B,IAAI,CAAC,eAAe,EAAE,WAAW,GAAG,QAAQ,GAAG,cAAc,CAAC;IAChE,gFAAgF;IAChF,QAAQ,EAAE,SAAS,CAAC;IACpB,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,kFAAkF;IAClF,UAAU,CAAC,EAAE,SAAS,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC;IACvC,uCAAuC;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAgCD;;;;GAIG;AACH,QAAA,MAAM,QAAQ,6GAAiC,CAAC;AAEhD,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,CAAC"}
|
|
@@ -10,8 +10,8 @@ const clsx_1 = __importDefault(require("clsx"));
|
|
|
10
10
|
const react_aria_components_1 = require("react-aria-components");
|
|
11
11
|
const forward_ref_js_1 = require("../../forward-ref.js");
|
|
12
12
|
const text_js_1 = require("../typography/text.js");
|
|
13
|
-
function Tooltip({ children, label, isOpen, onOpenChange, UNSAFE_className, UNSAFE_style, ...props }, ref) {
|
|
14
|
-
return ((0, jsx_runtime_1.jsxs)(react_aria_components_1.TooltipTrigger, { isOpen: isOpen, onOpenChange: onOpenChange, delay: 300, closeDelay: 300, children: [children, (0, jsx_runtime_1.jsxs)(react_aria_components_1.Tooltip, { ...props, ref: ref, className: (0, clsx_1.default)('cim-tooltip', UNSAFE_className), style: UNSAFE_style, containerPadding: 16, offset: 5, arrowBoundaryOffset: 4, "data-cim-style-root": true, children: [(0, jsx_runtime_1.jsx)(react_aria_components_1.OverlayArrow, { className: "cim-tooltip-arrow", children: (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "10", viewBox: "0 0 16 10", children: (0, jsx_runtime_1.jsx)("path", { d: "M0 0H16L8.78087 9.02391C8.38054 9.52432 7.61946 9.52432 7.21913 9.02391L0 0Z" }) }) }), (0, jsx_runtime_1.jsx)(text_js_1.Text, { as: "p", variant: "small", children: label })] })] }));
|
|
13
|
+
function Tooltip({ children, label, isOpen, onOpenChange, UNSAFE_className, UNSAFE_style, isDisabled, ...props }, ref) {
|
|
14
|
+
return ((0, jsx_runtime_1.jsxs)(react_aria_components_1.TooltipTrigger, { isOpen: isOpen, onOpenChange: onOpenChange, delay: 300, closeDelay: 300, isDisabled: isDisabled, children: [children, (0, jsx_runtime_1.jsxs)(react_aria_components_1.Tooltip, { ...props, ref: ref, className: (0, clsx_1.default)('cim-tooltip', UNSAFE_className), style: UNSAFE_style, containerPadding: 16, offset: 5, arrowBoundaryOffset: 4, "data-cim-style-root": true, children: [(0, jsx_runtime_1.jsx)(react_aria_components_1.OverlayArrow, { className: "cim-tooltip-arrow", children: (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "10", viewBox: "0 0 16 10", children: (0, jsx_runtime_1.jsx)("path", { d: "M0 0H16L8.78087 9.02391C8.38054 9.52432 7.61946 9.52432 7.21913 9.02391L0 0Z" }) }) }), (0, jsx_runtime_1.jsx)(text_js_1.Text, { as: "p", variant: "small", children: label })] })] }));
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* Provides additional information about an element that is hovered or focused.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.js","sourceRoot":"","sources":["../../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;;;;;;AAEb,gDAAwB;AAExB,iEAK+B;AAC/B,yDAAkD;AAElD,mDAA6C;
|
|
1
|
+
{"version":3,"file":"tooltip.js","sourceRoot":"","sources":["../../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;;;;;;AAEb,gDAAwB;AAExB,iEAK+B;AAC/B,yDAAkD;AAElD,mDAA6C;AAe7C,SAAS,OAAO,CACd,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,UAAU,EAAE,GAAG,KAAK,EAAgB,EAC7G,GAAiC;IAEjC,OAAO,CACL,wBAAC,sCAAiB,IAAC,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,EAAE,UAAU,aAC/G,QAAQ,EACT,wBAAC,+BAAU,OACL,KAAK,EACT,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,IAAA,cAAI,EAAC,aAAa,EAAE,gBAAgB,CAAC,EAChD,KAAK,EAAE,YAAY,EACnB,gBAAgB,EAAE,EAAE,EACpB,MAAM,EAAE,CAAC,EACT,mBAAmB,EAAE,CAAC,0CAGtB,uBAAC,oCAAe,IAAC,SAAS,EAAC,mBAAmB,YAC5C,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,YAChF,iCAAM,CAAC,EAAC,8EAA8E,GAAG,GACrF,GACU,EAClB,uBAAC,cAAI,IAAC,EAAE,EAAC,GAAG,EAAC,OAAO,EAAC,OAAO,YACzB,KAAK,GACD,IACI,IACK,CACrB,CAAC;AACJ,CAAC;AAED;;;;GAIG;AACH,MAAM,QAAQ,GAAG,IAAA,2BAAU,EAAC,OAAO,EAAE,SAAS,CAAC,CAAC;AAE3B,2BAAO","sourcesContent":["'use client';\n\nimport clsx from 'clsx';\nimport type { ForwardedRef, ReactNode, RefObject } from 'react';\nimport {\n Tooltip as RACTooltip,\n OverlayArrow as RACOverlayArrow,\n type TooltipProps as RACTooltipProps,\n TooltipTrigger as RACTooltipTrigger,\n} from 'react-aria-components';\nimport { forwardRef } from '../../forward-ref.js';\nimport type { CommonProps } from '../types.js';\nimport { Text } from '../typography/text.js';\n\nexport interface TooltipProps\n extends Omit<CommonProps, 'id'>,\n Pick<RACTooltipProps, 'placement' | 'isOpen' | 'onOpenChange'> {\n /** The element that this tooltip describes. Must be focusable and hoverable. */\n children: ReactNode;\n /** The contents of the tooltip. */\n label: string;\n /** The ref for the element which the tooltip positions itself with respect to. */\n triggerRef?: RefObject<Element | null>;\n /** Whether the tooltip is disabled. */\n isDisabled?: boolean;\n}\n\nfunction Tooltip(\n { children, label, isOpen, onOpenChange, UNSAFE_className, UNSAFE_style, isDisabled, ...props }: TooltipProps,\n ref: ForwardedRef<HTMLDivElement>,\n) {\n return (\n <RACTooltipTrigger isOpen={isOpen} onOpenChange={onOpenChange} delay={300} closeDelay={300} isDisabled={isDisabled}>\n {children}\n <RACTooltip\n {...props}\n ref={ref}\n className={clsx('cim-tooltip', UNSAFE_className)}\n style={UNSAFE_style}\n containerPadding={16}\n offset={5} // 1px border + 4px actual offset\n arrowBoundaryOffset={4} // offset by border radius so that the arrow is never positioned over the rounded corner\n data-cim-style-root\n >\n <RACOverlayArrow className=\"cim-tooltip-arrow\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"10\" viewBox=\"0 0 16 10\">\n <path d=\"M0 0H16L8.78087 9.02391C8.38054 9.52432 7.61946 9.52432 7.21913 9.02391L0 0Z\" />\n </svg>\n </RACOverlayArrow>\n <Text as=\"p\" variant=\"small\">\n {label}\n </Text>\n </RACTooltip>\n </RACTooltipTrigger>\n );\n}\n\n/**\n * Provides additional information about an element that is hovered or focused.\n *\n * See [tooltip usage guidelines](https://ui.cimpress.io/components/tooltip/).\n */\nconst _Tooltip = forwardRef(Tooltip, 'Tooltip');\n\nexport { _Tooltip as Tooltip };\n"]}
|
|
@@ -138,6 +138,7 @@ export { default as IconTextStrikethrough } from './text-strikethrough.js';
|
|
|
138
138
|
export { default as IconTextUnderline } from './text-underline.js';
|
|
139
139
|
export { default as IconTrashFill } from './trash-fill.js';
|
|
140
140
|
export { default as IconTrash } from './trash.js';
|
|
141
|
+
export { default as UNSTABLE_IconExpand } from './unstable-expand.js';
|
|
141
142
|
export { default as IconViewOff } from './view-off.js';
|
|
142
143
|
export { default as IconView } from './view.js';
|
|
143
144
|
export { default as IconWarningCircleFill } from './warning-circle-fill.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/icons/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/icons/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.IconCheckSquare = exports.IconCheckSquareFill = exports.IconCheckCircle = exports.IconCheckCircleFill = exports.IconCheckBold = exports.IconCheckBadge = exports.IconCheckBadgeFill = exports.IconCategorySmallFormat = exports.IconCategoryPromoProduct = exports.IconCategoryPackage = exports.IconCategoryNewspaper = exports.IconCategoryLargeFormat = exports.IconCategoryGift = exports.IconCategoryBook = exports.IconCategoryBag = exports.IconCategoryApparel = exports.IconCalendar = exports.IconCalendarFill = exports.IconCalendarEmpty = exports.IconCalculator = exports.IconCalculatorAlt = exports.IconBrackets = exports.IconBookOpen = exports.IconBookOpenFill = exports.IconBell = exports.IconBellOff = exports.IconBarcode = exports.IconAttachment = exports.IconArrowUp = exports.IconArrowUpBold = exports.IconArrowRight = exports.IconArrowRightBold = exports.IconArrowLeft = exports.IconArrowLeftBold = exports.IconArrowDown = exports.IconArrowDownBold = exports.IconAppWindowSearch = exports.IconAppWindowNext = exports.IconAppWindowLayout = exports.IconAnalyticsPie = exports.IconAnalyticsPieFill = exports.IconAnalyticsGraph = exports.IconAdd = exports.IconAddSquare = exports.IconAddSquareFill = exports.IconAddCircle = exports.IconAddCircleFill = exports.IconAddBold = exports.IconActionUndo = exports.IconActionRedo = void 0;
|
|
7
7
|
exports.IconMenu = exports.IconMenuMoreVertical = exports.IconMenuMoreHorizontal = exports.IconMenuGrid = exports.IconMenuBold = exports.IconLock = exports.IconLockOpen = exports.IconLockOpenFill = exports.IconLockFill = exports.IconListNumbers = exports.IconListBullets = exports.IconLink = exports.IconLayers = exports.IconKeyboard = exports.IconInvoice = exports.IconInfoCircle = exports.IconInfoCircleFill = exports.IconImage = exports.IconImageFill = exports.IconHome = exports.IconFileFinances = exports.IconFileDesign = exports.IconExternalLink = exports.IconEmail = exports.IconEmailOpen = exports.IconDownload = exports.IconDeliveryTruck = exports.IconDeliveryTruckFill = exports.IconDeliveryPlane = exports.IconDeliveryBox = exports.IconCopy = exports.IconCopyPaste = exports.IconCoinsBill = exports.IconClose = exports.IconCloseCircle = exports.IconCloseCircleFill = exports.IconCloseBold = exports.IconClockUser = exports.IconCircleBoldFill = exports.IconChevronUp = exports.IconChevronUpBold = exports.IconChevronRight = exports.IconChevronRightBold = exports.IconChevronLeft = exports.IconChevronLeftBold = exports.IconChevronExpand = exports.IconChevronExpandBold = exports.IconChevronDown = exports.IconChevronDownBold = exports.IconCheck = void 0;
|
|
8
|
-
exports.IconZoomOut = exports.IconZoomIn = exports.IconWarning = exports.IconWarningFill = exports.IconWarningCircleFill = exports.IconView = exports.IconViewOff = exports.IconTrash = exports.IconTrashFill = exports.IconTextUnderline = exports.IconTextStrikethrough = exports.IconTextItalic = exports.IconTextBold = exports.IconTextAlignmentRight = exports.IconTextAlignmentLeft = exports.IconTextAlignmentJustify = exports.IconTextAlignmentCenter = exports.IconSubtract = exports.IconSubtractBold = exports.IconStyleMonochrome = exports.IconStyleEmbroidery = exports.IconStyleColor = exports.IconSortUnsorted = exports.IconSortDescending = exports.IconSortDescendingAlt = exports.IconSortAscending = exports.IconSortAscendingAlt = exports.IconShirtAdd = exports.IconShare = exports.IconShareAlt = exports.IconSettingsSlider = exports.IconSettingsCog = exports.IconSettingsCogFill = exports.IconSearch = exports.IconSearchBold = exports.IconSave = exports.IconRefresh = exports.IconRatingStar = exports.IconRatingStarFill = exports.IconRatingStarBold = exports.IconRatingStarBoldFill = exports.IconQuestionCircle = exports.IconQuestionCircleFill = exports.IconPrint = exports.IconPlaceholder = exports.IconPencil = exports.IconPencilFill = void 0;
|
|
8
|
+
exports.IconZoomOut = exports.IconZoomIn = exports.IconWarning = exports.IconWarningFill = exports.IconWarningCircleFill = exports.IconView = exports.IconViewOff = exports.UNSTABLE_IconExpand = exports.IconTrash = exports.IconTrashFill = exports.IconTextUnderline = exports.IconTextStrikethrough = exports.IconTextItalic = exports.IconTextBold = exports.IconTextAlignmentRight = exports.IconTextAlignmentLeft = exports.IconTextAlignmentJustify = exports.IconTextAlignmentCenter = exports.IconSubtract = exports.IconSubtractBold = exports.IconStyleMonochrome = exports.IconStyleEmbroidery = exports.IconStyleColor = exports.IconSortUnsorted = exports.IconSortDescending = exports.IconSortDescendingAlt = exports.IconSortAscending = exports.IconSortAscendingAlt = exports.IconShirtAdd = exports.IconShare = exports.IconShareAlt = exports.IconSettingsSlider = exports.IconSettingsCog = exports.IconSettingsCogFill = exports.IconSearch = exports.IconSearchBold = exports.IconSave = exports.IconRefresh = exports.IconRatingStar = exports.IconRatingStarFill = exports.IconRatingStarBold = exports.IconRatingStarBoldFill = exports.IconQuestionCircle = exports.IconQuestionCircleFill = exports.IconPrint = exports.IconPlaceholder = exports.IconPencil = exports.IconPencilFill = void 0;
|
|
9
9
|
var action_redo_js_1 = require("./action-redo.js");
|
|
10
10
|
Object.defineProperty(exports, "IconActionRedo", { enumerable: true, get: function () { return __importDefault(action_redo_js_1).default; } });
|
|
11
11
|
var action_undo_js_1 = require("./action-undo.js");
|
|
@@ -286,6 +286,8 @@ var trash_fill_js_1 = require("./trash-fill.js");
|
|
|
286
286
|
Object.defineProperty(exports, "IconTrashFill", { enumerable: true, get: function () { return __importDefault(trash_fill_js_1).default; } });
|
|
287
287
|
var trash_js_1 = require("./trash.js");
|
|
288
288
|
Object.defineProperty(exports, "IconTrash", { enumerable: true, get: function () { return __importDefault(trash_js_1).default; } });
|
|
289
|
+
var unstable_expand_js_1 = require("./unstable-expand.js");
|
|
290
|
+
Object.defineProperty(exports, "UNSTABLE_IconExpand", { enumerable: true, get: function () { return __importDefault(unstable_expand_js_1).default; } });
|
|
289
291
|
var view_off_js_1 = require("./view-off.js");
|
|
290
292
|
Object.defineProperty(exports, "IconViewOff", { enumerable: true, get: function () { return __importDefault(view_off_js_1).default; } });
|
|
291
293
|
var view_js_1 = require("./view.js");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/icons/index.ts"],"names":[],"mappings":"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","sourcesContent":["export { default as IconActionRedo } from './action-redo.js';\nexport { default as IconActionUndo } from './action-undo.js';\nexport { default as IconAddBold } from './add-bold.js';\nexport { default as IconAddCircleFill } from './add-circle-fill.js';\nexport { default as IconAddCircle } from './add-circle.js';\nexport { default as IconAddSquareFill } from './add-square-fill.js';\nexport { default as IconAddSquare } from './add-square.js';\nexport { default as IconAdd } from './add.js';\nexport { default as IconAnalyticsGraph } from './analytics-graph.js';\nexport { default as IconAnalyticsPieFill } from './analytics-pie-fill.js';\nexport { default as IconAnalyticsPie } from './analytics-pie.js';\nexport { default as IconAppWindowLayout } from './app-window-layout.js';\nexport { default as IconAppWindowNext } from './app-window-next.js';\nexport { default as IconAppWindowSearch } from './app-window-search.js';\nexport { default as IconArrowDownBold } from './arrow-down-bold.js';\nexport { default as IconArrowDown } from './arrow-down.js';\nexport { default as IconArrowLeftBold } from './arrow-left-bold.js';\nexport { default as IconArrowLeft } from './arrow-left.js';\nexport { default as IconArrowRightBold } from './arrow-right-bold.js';\nexport { default as IconArrowRight } from './arrow-right.js';\nexport { default as IconArrowUpBold } from './arrow-up-bold.js';\nexport { default as IconArrowUp } from './arrow-up.js';\nexport { default as IconAttachment } from './attachment.js';\nexport { default as IconBarcode } from './barcode.js';\nexport { default as IconBellOff } from './bell-off.js';\nexport { default as IconBell } from './bell.js';\nexport { default as IconBookOpenFill } from './book-open-fill.js';\nexport { default as IconBookOpen } from './book-open.js';\nexport { default as IconBrackets } from './brackets.js';\nexport { default as IconCalculatorAlt } from './calculator-alt.js';\nexport { default as IconCalculator } from './calculator.js';\nexport { default as IconCalendarEmpty } from './calendar-empty.js';\nexport { default as IconCalendarFill } from './calendar-fill.js';\nexport { default as IconCalendar } from './calendar.js';\nexport { default as IconCategoryApparel } from './category-apparel.js';\nexport { default as IconCategoryBag } from './category-bag.js';\nexport { default as IconCategoryBook } from './category-book.js';\nexport { default as IconCategoryGift } from './category-gift.js';\nexport { default as IconCategoryLargeFormat } from './category-large-format.js';\nexport { default as IconCategoryNewspaper } from './category-newspaper.js';\nexport { default as IconCategoryPackage } from './category-package.js';\nexport { default as IconCategoryPromoProduct } from './category-promo-product.js';\nexport { default as IconCategorySmallFormat } from './category-small-format.js';\nexport { default as IconCheckBadgeFill } from './check-badge-fill.js';\nexport { default as IconCheckBadge } from './check-badge.js';\nexport { default as IconCheckBold } from './check-bold.js';\nexport { default as IconCheckCircleFill } from './check-circle-fill.js';\nexport { default as IconCheckCircle } from './check-circle.js';\nexport { default as IconCheckSquareFill } from './check-square-fill.js';\nexport { default as IconCheckSquare } from './check-square.js';\nexport { default as IconCheck } from './check.js';\nexport { default as IconChevronDownBold } from './chevron-down-bold.js';\nexport { default as IconChevronDown } from './chevron-down.js';\nexport { default as IconChevronExpandBold } from './chevron-expand-bold.js';\nexport { default as IconChevronExpand } from './chevron-expand.js';\nexport { default as IconChevronLeftBold } from './chevron-left-bold.js';\nexport { default as IconChevronLeft } from './chevron-left.js';\nexport { default as IconChevronRightBold } from './chevron-right-bold.js';\nexport { default as IconChevronRight } from './chevron-right.js';\nexport { default as IconChevronUpBold } from './chevron-up-bold.js';\nexport { default as IconChevronUp } from './chevron-up.js';\nexport { default as IconCircleBoldFill } from './circle-bold-fill.js';\nexport { default as IconClockUser } from './clock-user.js';\nexport { default as IconCloseBold } from './close-bold.js';\nexport { default as IconCloseCircleFill } from './close-circle-fill.js';\nexport { default as IconCloseCircle } from './close-circle.js';\nexport { default as IconClose } from './close.js';\nexport { default as IconCoinsBill } from './coins-bill.js';\nexport { default as IconCopyPaste } from './copy-paste.js';\nexport { default as IconCopy } from './copy.js';\nexport { default as IconDeliveryBox } from './delivery-box.js';\nexport { default as IconDeliveryPlane } from './delivery-plane.js';\nexport { default as IconDeliveryTruckFill } from './delivery-truck-fill.js';\nexport { default as IconDeliveryTruck } from './delivery-truck.js';\nexport { default as IconDownload } from './download.js';\nexport { default as IconEmailOpen } from './email-open.js';\nexport { default as IconEmail } from './email.js';\nexport { default as IconExternalLink } from './external-link.js';\nexport { default as IconFileDesign } from './file-design.js';\nexport { default as IconFileFinances } from './file-finances.js';\nexport { default as IconHome } from './home.js';\nexport { default as IconImageFill } from './image-fill.js';\nexport { default as IconImage } from './image.js';\nexport { default as IconInfoCircleFill } from './info-circle-fill.js';\nexport { default as IconInfoCircle } from './info-circle.js';\nexport { default as IconInvoice } from './invoice.js';\nexport { default as IconKeyboard } from './keyboard.js';\nexport { default as IconLayers } from './layers.js';\nexport { default as IconLink } from './link.js';\nexport { default as IconListBullets } from './list-bullets.js';\nexport { default as IconListNumbers } from './list-numbers.js';\nexport { default as IconLockFill } from './lock-fill.js';\nexport { default as IconLockOpenFill } from './lock-open-fill.js';\nexport { default as IconLockOpen } from './lock-open.js';\nexport { default as IconLock } from './lock.js';\nexport { default as IconMenuBold } from './menu-bold.js';\nexport { default as IconMenuGrid } from './menu-grid.js';\nexport { default as IconMenuMoreHorizontal } from './menu-more-horizontal.js';\nexport { default as IconMenuMoreVertical } from './menu-more-vertical.js';\nexport { default as IconMenu } from './menu.js';\nexport { default as IconPencilFill } from './pencil-fill.js';\nexport { default as IconPencil } from './pencil.js';\nexport { default as IconPlaceholder } from './placeholder.js';\nexport { default as IconPrint } from './print.js';\nexport { default as IconQuestionCircleFill } from './question-circle-fill.js';\nexport { default as IconQuestionCircle } from './question-circle.js';\nexport { default as IconRatingStarBoldFill } from './rating-star-bold-fill.js';\nexport { default as IconRatingStarBold } from './rating-star-bold.js';\nexport { default as IconRatingStarFill } from './rating-star-fill.js';\nexport { default as IconRatingStar } from './rating-star.js';\nexport { default as IconRefresh } from './refresh.js';\nexport { default as IconSave } from './save.js';\nexport { default as IconSearchBold } from './search-bold.js';\nexport { default as IconSearch } from './search.js';\nexport { default as IconSettingsCogFill } from './settings-cog-fill.js';\nexport { default as IconSettingsCog } from './settings-cog.js';\nexport { default as IconSettingsSlider } from './settings-slider.js';\nexport { default as IconShareAlt } from './share-alt.js';\nexport { default as IconShare } from './share.js';\nexport { default as IconShirtAdd } from './shirt-add.js';\nexport { default as IconSortAscendingAlt } from './sort-ascending-alt.js';\nexport { default as IconSortAscending } from './sort-ascending.js';\nexport { default as IconSortDescendingAlt } from './sort-descending-alt.js';\nexport { default as IconSortDescending } from './sort-descending.js';\nexport { default as IconSortUnsorted } from './sort-unsorted.js';\nexport { default as IconStyleColor } from './style-color.js';\nexport { default as IconStyleEmbroidery } from './style-embroidery.js';\nexport { default as IconStyleMonochrome } from './style-monochrome.js';\nexport { default as IconSubtractBold } from './subtract-bold.js';\nexport { default as IconSubtract } from './subtract.js';\nexport { default as IconTextAlignmentCenter } from './text-alignment-center.js';\nexport { default as IconTextAlignmentJustify } from './text-alignment-justify.js';\nexport { default as IconTextAlignmentLeft } from './text-alignment-left.js';\nexport { default as IconTextAlignmentRight } from './text-alignment-right.js';\nexport { default as IconTextBold } from './text-bold.js';\nexport { default as IconTextItalic } from './text-italic.js';\nexport { default as IconTextStrikethrough } from './text-strikethrough.js';\nexport { default as IconTextUnderline } from './text-underline.js';\nexport { default as IconTrashFill } from './trash-fill.js';\nexport { default as IconTrash } from './trash.js';\nexport { default as IconViewOff } from './view-off.js';\nexport { default as IconView } from './view.js';\nexport { default as IconWarningCircleFill } from './warning-circle-fill.js';\nexport { default as IconWarningFill } from './warning-fill.js';\nexport { default as IconWarning } from './warning.js';\nexport { default as IconZoomIn } from './zoom-in.js';\nexport { default as IconZoomOut } from './zoom-out.js';\n\nexport type { IconProps } from '../components/types.js';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/icons/index.ts"],"names":[],"mappings":";;;;;;;;AAAA,mDAA6D;AAApD,iIAAA,OAAO,OAAkB;AAClC,mDAA6D;AAApD,iIAAA,OAAO,OAAkB;AAClC,6CAAuD;AAA9C,2HAAA,OAAO,OAAe;AAC/B,2DAAoE;AAA3D,wIAAA,OAAO,OAAqB;AACrC,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,2DAAoE;AAA3D,wIAAA,OAAO,OAAqB;AACrC,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,mCAA8C;AAArC,kHAAA,OAAO,OAAW;AAC3B,2DAAqE;AAA5D,yIAAA,OAAO,OAAsB;AACtC,iEAA0E;AAAjE,8IAAA,OAAO,OAAwB;AACxC,uDAAiE;AAAxD,qIAAA,OAAO,OAAoB;AACpC,+DAAwE;AAA/D,4IAAA,OAAO,OAAuB;AACvC,2DAAoE;AAA3D,wIAAA,OAAO,OAAqB;AACrC,+DAAwE;AAA/D,4IAAA,OAAO,OAAuB;AACvC,2DAAoE;AAA3D,wIAAA,OAAO,OAAqB;AACrC,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,2DAAoE;AAA3D,wIAAA,OAAO,OAAqB;AACrC,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,6DAAsE;AAA7D,0IAAA,OAAO,OAAsB;AACtC,mDAA6D;AAApD,iIAAA,OAAO,OAAkB;AAClC,uDAAgE;AAAvD,oIAAA,OAAO,OAAmB;AACnC,6CAAuD;AAA9C,2HAAA,OAAO,OAAe;AAC/B,iDAA4D;AAAnD,gIAAA,OAAO,OAAkB;AAClC,2CAAsD;AAA7C,0HAAA,OAAO,OAAe;AAC/B,6CAAuD;AAA9C,2HAAA,OAAO,OAAe;AAC/B,qCAAgD;AAAvC,oHAAA,OAAO,OAAY;AAC5B,yDAAkE;AAAzD,sIAAA,OAAO,OAAoB;AACpC,+CAAyD;AAAhD,6HAAA,OAAO,OAAgB;AAChC,6CAAwD;AAA/C,4HAAA,OAAO,OAAgB;AAChC,yDAAmE;AAA1D,uIAAA,OAAO,OAAqB;AACrC,iDAA4D;AAAnD,gIAAA,OAAO,OAAkB;AAClC,yDAAmE;AAA1D,uIAAA,OAAO,OAAqB;AACrC,uDAAiE;AAAxD,qIAAA,OAAO,OAAoB;AACpC,6CAAwD;AAA/C,4HAAA,OAAO,OAAgB;AAChC,6DAAuE;AAA9D,2IAAA,OAAO,OAAuB;AACvC,qDAA+D;AAAtD,mIAAA,OAAO,OAAmB;AACnC,uDAAiE;AAAxD,qIAAA,OAAO,OAAoB;AACpC,uDAAiE;AAAxD,qIAAA,OAAO,OAAoB;AACpC,uEAAgF;AAAvE,oJAAA,OAAO,OAA2B;AAC3C,iEAA2E;AAAlE,+IAAA,OAAO,OAAyB;AACzC,6DAAuE;AAA9D,2IAAA,OAAO,OAAuB;AACvC,yEAAkF;AAAzE,sJAAA,OAAO,OAA4B;AAC5C,uEAAgF;AAAvE,oJAAA,OAAO,OAA2B;AAC3C,6DAAsE;AAA7D,0IAAA,OAAO,OAAsB;AACtC,mDAA6D;AAApD,iIAAA,OAAO,OAAkB;AAClC,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,+DAAwE;AAA/D,4IAAA,OAAO,OAAuB;AACvC,qDAA+D;AAAtD,mIAAA,OAAO,OAAmB;AACnC,+DAAwE;AAA/D,4IAAA,OAAO,OAAuB;AACvC,qDAA+D;AAAtD,mIAAA,OAAO,OAAmB;AACnC,uCAAkD;AAAzC,sHAAA,OAAO,OAAa;AAC7B,+DAAwE;AAA/D,4IAAA,OAAO,OAAuB;AACvC,qDAA+D;AAAtD,mIAAA,OAAO,OAAmB;AACnC,mEAA4E;AAAnE,gJAAA,OAAO,OAAyB;AACzC,yDAAmE;AAA1D,uIAAA,OAAO,OAAqB;AACrC,+DAAwE;AAA/D,4IAAA,OAAO,OAAuB;AACvC,qDAA+D;AAAtD,mIAAA,OAAO,OAAmB;AACnC,iEAA0E;AAAjE,8IAAA,OAAO,OAAwB;AACxC,uDAAiE;AAAxD,qIAAA,OAAO,OAAoB;AACpC,2DAAoE;AAA3D,wIAAA,OAAO,OAAqB;AACrC,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,6DAAsE;AAA7D,0IAAA,OAAO,OAAsB;AACtC,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,+DAAwE;AAA/D,4IAAA,OAAO,OAAuB;AACvC,qDAA+D;AAAtD,mIAAA,OAAO,OAAmB;AACnC,uCAAkD;AAAzC,sHAAA,OAAO,OAAa;AAC7B,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,qCAAgD;AAAvC,oHAAA,OAAO,OAAY;AAC5B,qDAA+D;AAAtD,mIAAA,OAAO,OAAmB;AACnC,yDAAmE;AAA1D,uIAAA,OAAO,OAAqB;AACrC,mEAA4E;AAAnE,gJAAA,OAAO,OAAyB;AACzC,yDAAmE;AAA1D,uIAAA,OAAO,OAAqB;AACrC,6CAAwD;AAA/C,4HAAA,OAAO,OAAgB;AAChC,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,uCAAkD;AAAzC,sHAAA,OAAO,OAAa;AAC7B,uDAAiE;AAAxD,qIAAA,OAAO,OAAoB;AACpC,mDAA6D;AAApD,iIAAA,OAAO,OAAkB;AAClC,uDAAiE;AAAxD,qIAAA,OAAO,OAAoB;AACpC,qCAAgD;AAAvC,oHAAA,OAAO,OAAY;AAC5B,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,uCAAkD;AAAzC,sHAAA,OAAO,OAAa;AAC7B,6DAAsE;AAA7D,0IAAA,OAAO,OAAsB;AACtC,mDAA6D;AAApD,iIAAA,OAAO,OAAkB;AAClC,2CAAsD;AAA7C,0HAAA,OAAO,OAAe;AAC/B,6CAAwD;AAA/C,4HAAA,OAAO,OAAgB;AAChC,yCAAoD;AAA3C,wHAAA,OAAO,OAAc;AAC9B,qCAAgD;AAAvC,oHAAA,OAAO,OAAY;AAC5B,qDAA+D;AAAtD,mIAAA,OAAO,OAAmB;AACnC,qDAA+D;AAAtD,mIAAA,OAAO,OAAmB;AACnC,+CAAyD;AAAhD,6HAAA,OAAO,OAAgB;AAChC,yDAAkE;AAAzD,sIAAA,OAAO,OAAoB;AACpC,+CAAyD;AAAhD,6HAAA,OAAO,OAAgB;AAChC,qCAAgD;AAAvC,oHAAA,OAAO,OAAY;AAC5B,+CAAyD;AAAhD,6HAAA,OAAO,OAAgB;AAChC,+CAAyD;AAAhD,6HAAA,OAAO,OAAgB;AAChC,qEAA8E;AAArE,kJAAA,OAAO,OAA0B;AAC1C,iEAA0E;AAAjE,8IAAA,OAAO,OAAwB;AACxC,qCAAgD;AAAvC,oHAAA,OAAO,OAAY;AAC5B,mDAA6D;AAApD,iIAAA,OAAO,OAAkB;AAClC,yCAAoD;AAA3C,wHAAA,OAAO,OAAc;AAC9B,mDAA8D;AAArD,kIAAA,OAAO,OAAmB;AACnC,uCAAkD;AAAzC,sHAAA,OAAO,OAAa;AAC7B,qEAA8E;AAArE,kJAAA,OAAO,OAA0B;AAC1C,2DAAqE;AAA5D,yIAAA,OAAO,OAAsB;AACtC,uEAA+E;AAAtE,mJAAA,OAAO,OAA0B;AAC1C,6DAAsE;AAA7D,0IAAA,OAAO,OAAsB;AACtC,6DAAsE;AAA7D,0IAAA,OAAO,OAAsB;AACtC,mDAA6D;AAApD,iIAAA,OAAO,OAAkB;AAClC,2CAAsD;AAA7C,0HAAA,OAAO,OAAe;AAC/B,qCAAgD;AAAvC,oHAAA,OAAO,OAAY;AAC5B,mDAA6D;AAApD,iIAAA,OAAO,OAAkB;AAClC,yCAAoD;AAA3C,wHAAA,OAAO,OAAc;AAC9B,+DAAwE;AAA/D,4IAAA,OAAO,OAAuB;AACvC,qDAA+D;AAAtD,mIAAA,OAAO,OAAmB;AACnC,2DAAqE;AAA5D,yIAAA,OAAO,OAAsB;AACtC,+CAAyD;AAAhD,6HAAA,OAAO,OAAgB;AAChC,uCAAkD;AAAzC,sHAAA,OAAO,OAAa;AAC7B,+CAAyD;AAAhD,6HAAA,OAAO,OAAgB;AAChC,iEAA0E;AAAjE,8IAAA,OAAO,OAAwB;AACxC,yDAAmE;AAA1D,uIAAA,OAAO,OAAqB;AACrC,mEAA4E;AAAnE,gJAAA,OAAO,OAAyB;AACzC,2DAAqE;AAA5D,yIAAA,OAAO,OAAsB;AACtC,uDAAiE;AAAxD,qIAAA,OAAO,OAAoB;AACpC,mDAA6D;AAApD,iIAAA,OAAO,OAAkB;AAClC,6DAAuE;AAA9D,2IAAA,OAAO,OAAuB;AACvC,6DAAuE;AAA9D,2IAAA,OAAO,OAAuB;AACvC,uDAAiE;AAAxD,qIAAA,OAAO,OAAoB;AACpC,6CAAwD;AAA/C,4HAAA,OAAO,OAAgB;AAChC,uEAAgF;AAAvE,oJAAA,OAAO,OAA2B;AAC3C,yEAAkF;AAAzE,sJAAA,OAAO,OAA4B;AAC5C,mEAA4E;AAAnE,gJAAA,OAAO,OAAyB;AACzC,qEAA8E;AAArE,kJAAA,OAAO,OAA0B;AAC1C,+CAAyD;AAAhD,6HAAA,OAAO,OAAgB;AAChC,mDAA6D;AAApD,iIAAA,OAAO,OAAkB;AAClC,iEAA2E;AAAlE,+IAAA,OAAO,OAAyB;AACzC,yDAAmE;AAA1D,uIAAA,OAAO,OAAqB;AACrC,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,uCAAkD;AAAzC,sHAAA,OAAO,OAAa;AAC7B,2DAAsE;AAA7D,0IAAA,OAAO,OAAuB;AACvC,6CAAuD;AAA9C,2HAAA,OAAO,OAAe;AAC/B,qCAAgD;AAAvC,oHAAA,OAAO,OAAY;AAC5B,mEAA4E;AAAnE,gJAAA,OAAO,OAAyB;AACzC,qDAA+D;AAAtD,mIAAA,OAAO,OAAmB;AACnC,2CAAsD;AAA7C,0HAAA,OAAO,OAAe;AAC/B,2CAAqD;AAA5C,yHAAA,OAAO,OAAc;AAC9B,6CAAuD;AAA9C,2HAAA,OAAO,OAAe","sourcesContent":["export { default as IconActionRedo } from './action-redo.js';\nexport { default as IconActionUndo } from './action-undo.js';\nexport { default as IconAddBold } from './add-bold.js';\nexport { default as IconAddCircleFill } from './add-circle-fill.js';\nexport { default as IconAddCircle } from './add-circle.js';\nexport { default as IconAddSquareFill } from './add-square-fill.js';\nexport { default as IconAddSquare } from './add-square.js';\nexport { default as IconAdd } from './add.js';\nexport { default as IconAnalyticsGraph } from './analytics-graph.js';\nexport { default as IconAnalyticsPieFill } from './analytics-pie-fill.js';\nexport { default as IconAnalyticsPie } from './analytics-pie.js';\nexport { default as IconAppWindowLayout } from './app-window-layout.js';\nexport { default as IconAppWindowNext } from './app-window-next.js';\nexport { default as IconAppWindowSearch } from './app-window-search.js';\nexport { default as IconArrowDownBold } from './arrow-down-bold.js';\nexport { default as IconArrowDown } from './arrow-down.js';\nexport { default as IconArrowLeftBold } from './arrow-left-bold.js';\nexport { default as IconArrowLeft } from './arrow-left.js';\nexport { default as IconArrowRightBold } from './arrow-right-bold.js';\nexport { default as IconArrowRight } from './arrow-right.js';\nexport { default as IconArrowUpBold } from './arrow-up-bold.js';\nexport { default as IconArrowUp } from './arrow-up.js';\nexport { default as IconAttachment } from './attachment.js';\nexport { default as IconBarcode } from './barcode.js';\nexport { default as IconBellOff } from './bell-off.js';\nexport { default as IconBell } from './bell.js';\nexport { default as IconBookOpenFill } from './book-open-fill.js';\nexport { default as IconBookOpen } from './book-open.js';\nexport { default as IconBrackets } from './brackets.js';\nexport { default as IconCalculatorAlt } from './calculator-alt.js';\nexport { default as IconCalculator } from './calculator.js';\nexport { default as IconCalendarEmpty } from './calendar-empty.js';\nexport { default as IconCalendarFill } from './calendar-fill.js';\nexport { default as IconCalendar } from './calendar.js';\nexport { default as IconCategoryApparel } from './category-apparel.js';\nexport { default as IconCategoryBag } from './category-bag.js';\nexport { default as IconCategoryBook } from './category-book.js';\nexport { default as IconCategoryGift } from './category-gift.js';\nexport { default as IconCategoryLargeFormat } from './category-large-format.js';\nexport { default as IconCategoryNewspaper } from './category-newspaper.js';\nexport { default as IconCategoryPackage } from './category-package.js';\nexport { default as IconCategoryPromoProduct } from './category-promo-product.js';\nexport { default as IconCategorySmallFormat } from './category-small-format.js';\nexport { default as IconCheckBadgeFill } from './check-badge-fill.js';\nexport { default as IconCheckBadge } from './check-badge.js';\nexport { default as IconCheckBold } from './check-bold.js';\nexport { default as IconCheckCircleFill } from './check-circle-fill.js';\nexport { default as IconCheckCircle } from './check-circle.js';\nexport { default as IconCheckSquareFill } from './check-square-fill.js';\nexport { default as IconCheckSquare } from './check-square.js';\nexport { default as IconCheck } from './check.js';\nexport { default as IconChevronDownBold } from './chevron-down-bold.js';\nexport { default as IconChevronDown } from './chevron-down.js';\nexport { default as IconChevronExpandBold } from './chevron-expand-bold.js';\nexport { default as IconChevronExpand } from './chevron-expand.js';\nexport { default as IconChevronLeftBold } from './chevron-left-bold.js';\nexport { default as IconChevronLeft } from './chevron-left.js';\nexport { default as IconChevronRightBold } from './chevron-right-bold.js';\nexport { default as IconChevronRight } from './chevron-right.js';\nexport { default as IconChevronUpBold } from './chevron-up-bold.js';\nexport { default as IconChevronUp } from './chevron-up.js';\nexport { default as IconCircleBoldFill } from './circle-bold-fill.js';\nexport { default as IconClockUser } from './clock-user.js';\nexport { default as IconCloseBold } from './close-bold.js';\nexport { default as IconCloseCircleFill } from './close-circle-fill.js';\nexport { default as IconCloseCircle } from './close-circle.js';\nexport { default as IconClose } from './close.js';\nexport { default as IconCoinsBill } from './coins-bill.js';\nexport { default as IconCopyPaste } from './copy-paste.js';\nexport { default as IconCopy } from './copy.js';\nexport { default as IconDeliveryBox } from './delivery-box.js';\nexport { default as IconDeliveryPlane } from './delivery-plane.js';\nexport { default as IconDeliveryTruckFill } from './delivery-truck-fill.js';\nexport { default as IconDeliveryTruck } from './delivery-truck.js';\nexport { default as IconDownload } from './download.js';\nexport { default as IconEmailOpen } from './email-open.js';\nexport { default as IconEmail } from './email.js';\nexport { default as IconExternalLink } from './external-link.js';\nexport { default as IconFileDesign } from './file-design.js';\nexport { default as IconFileFinances } from './file-finances.js';\nexport { default as IconHome } from './home.js';\nexport { default as IconImageFill } from './image-fill.js';\nexport { default as IconImage } from './image.js';\nexport { default as IconInfoCircleFill } from './info-circle-fill.js';\nexport { default as IconInfoCircle } from './info-circle.js';\nexport { default as IconInvoice } from './invoice.js';\nexport { default as IconKeyboard } from './keyboard.js';\nexport { default as IconLayers } from './layers.js';\nexport { default as IconLink } from './link.js';\nexport { default as IconListBullets } from './list-bullets.js';\nexport { default as IconListNumbers } from './list-numbers.js';\nexport { default as IconLockFill } from './lock-fill.js';\nexport { default as IconLockOpenFill } from './lock-open-fill.js';\nexport { default as IconLockOpen } from './lock-open.js';\nexport { default as IconLock } from './lock.js';\nexport { default as IconMenuBold } from './menu-bold.js';\nexport { default as IconMenuGrid } from './menu-grid.js';\nexport { default as IconMenuMoreHorizontal } from './menu-more-horizontal.js';\nexport { default as IconMenuMoreVertical } from './menu-more-vertical.js';\nexport { default as IconMenu } from './menu.js';\nexport { default as IconPencilFill } from './pencil-fill.js';\nexport { default as IconPencil } from './pencil.js';\nexport { default as IconPlaceholder } from './placeholder.js';\nexport { default as IconPrint } from './print.js';\nexport { default as IconQuestionCircleFill } from './question-circle-fill.js';\nexport { default as IconQuestionCircle } from './question-circle.js';\nexport { default as IconRatingStarBoldFill } from './rating-star-bold-fill.js';\nexport { default as IconRatingStarBold } from './rating-star-bold.js';\nexport { default as IconRatingStarFill } from './rating-star-fill.js';\nexport { default as IconRatingStar } from './rating-star.js';\nexport { default as IconRefresh } from './refresh.js';\nexport { default as IconSave } from './save.js';\nexport { default as IconSearchBold } from './search-bold.js';\nexport { default as IconSearch } from './search.js';\nexport { default as IconSettingsCogFill } from './settings-cog-fill.js';\nexport { default as IconSettingsCog } from './settings-cog.js';\nexport { default as IconSettingsSlider } from './settings-slider.js';\nexport { default as IconShareAlt } from './share-alt.js';\nexport { default as IconShare } from './share.js';\nexport { default as IconShirtAdd } from './shirt-add.js';\nexport { default as IconSortAscendingAlt } from './sort-ascending-alt.js';\nexport { default as IconSortAscending } from './sort-ascending.js';\nexport { default as IconSortDescendingAlt } from './sort-descending-alt.js';\nexport { default as IconSortDescending } from './sort-descending.js';\nexport { default as IconSortUnsorted } from './sort-unsorted.js';\nexport { default as IconStyleColor } from './style-color.js';\nexport { default as IconStyleEmbroidery } from './style-embroidery.js';\nexport { default as IconStyleMonochrome } from './style-monochrome.js';\nexport { default as IconSubtractBold } from './subtract-bold.js';\nexport { default as IconSubtract } from './subtract.js';\nexport { default as IconTextAlignmentCenter } from './text-alignment-center.js';\nexport { default as IconTextAlignmentJustify } from './text-alignment-justify.js';\nexport { default as IconTextAlignmentLeft } from './text-alignment-left.js';\nexport { default as IconTextAlignmentRight } from './text-alignment-right.js';\nexport { default as IconTextBold } from './text-bold.js';\nexport { default as IconTextItalic } from './text-italic.js';\nexport { default as IconTextStrikethrough } from './text-strikethrough.js';\nexport { default as IconTextUnderline } from './text-underline.js';\nexport { default as IconTrashFill } from './trash-fill.js';\nexport { default as IconTrash } from './trash.js';\nexport { default as UNSTABLE_IconExpand } from './unstable-expand.js';\nexport { default as IconViewOff } from './view-off.js';\nexport { default as IconView } from './view.js';\nexport { default as IconWarningCircleFill } from './warning-circle-fill.js';\nexport { default as IconWarningFill } from './warning-fill.js';\nexport { default as IconWarning } from './warning.js';\nexport { default as IconZoomIn } from './zoom-in.js';\nexport { default as IconZoomOut } from './zoom-out.js';\n\nexport type { IconProps } from '../components/types.js';\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../components/types.js';
|
|
2
|
+
/** Renders an SVG icon. */
|
|
3
|
+
declare const SvgUnstableExpand: {
|
|
4
|
+
({ size, "aria-hidden": ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default SvgUnstableExpand;
|
|
8
|
+
//# sourceMappingURL=unstable-expand.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unstable-expand.d.ts","sourceRoot":"","sources":["../../../src/icons/unstable-expand.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGxD,2BAA2B;AAC3B,QAAA,MAAM,iBAAiB;yFAOpB,SAAS;;CAiBX,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
|
+
const clsx_1 = __importDefault(require("clsx"));
|
|
8
|
+
const tone_js_1 = require("../utils/style/tone.js");
|
|
9
|
+
const displayName = 'IconUnstableExpand';
|
|
10
|
+
/** Renders an SVG icon. */
|
|
11
|
+
const SvgUnstableExpand = ({ size, 'aria-hidden': ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }) => {
|
|
12
|
+
const props = {
|
|
13
|
+
...rest,
|
|
14
|
+
'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),
|
|
15
|
+
className: (0, clsx_1.default)('cim-icon', tone && (0, tone_js_1.fgTone)(tone), UNSAFE_className),
|
|
16
|
+
style: UNSAFE_style,
|
|
17
|
+
width: size != null ? size + 'px' : '1em',
|
|
18
|
+
height: size != null ? size + 'px' : '1em',
|
|
19
|
+
};
|
|
20
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", "data-icon": "true", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M19.5 20.25V3.75a.75.75 0 0 1 1.5 0v16.5a.75.75 0 0 1-1.5 0M11.47 6.22a.75.75 0 0 1 1.06 0l5.25 5.25a.75.75 0 0 1 0 1.06l-5.25 5.25a.75.75 0 1 1-1.06-1.06l3.97-3.97H5.25a.75.75 0 0 1 0-1.5h10.19l-3.97-3.97a.75.75 0 0 1 0-1.06" }) }));
|
|
21
|
+
};
|
|
22
|
+
SvgUnstableExpand.displayName = displayName;
|
|
23
|
+
exports.default = SvgUnstableExpand;
|
|
24
|
+
//# sourceMappingURL=unstable-expand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unstable-expand.js","sourceRoot":"","sources":["../../../src/icons/unstable-expand.tsx"],"names":[],"mappings":";;;;;;AAAA,gDAAwB;AAExB,oDAAgD;AAChD,MAAM,WAAW,GAAG,oBAAoB,CAAC;AACzC,2BAA2B;AAC3B,MAAM,iBAAiB,GAAG,CAAC,EACzB,IAAI,EACJ,aAAa,EAAE,UAAU,EACzB,IAAI,EACJ,gBAAgB,EAChB,YAAY,EACZ,GAAG,IAAI,EACG,EAAE,EAAE;IACd,MAAM,KAAK,GAAG;QACZ,GAAG,IAAI;QACP,aAAa,EAAE,UAAU,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,IAAI,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC;QAC5F,SAAS,EAAE,IAAA,cAAI,EAAC,UAAU,EAAE,IAAI,IAAI,IAAA,gBAAM,EAAC,IAAI,CAAC,EAAE,gBAAgB,CAAC;QACnE,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;QACzC,MAAM,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;KAC3C,CAAC;IACF,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,IAAI,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,eAAW,MAAM,KAAK,KAAK,YACxG,iCACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,mOAAmO,GACrO,GACE,CACP,CAAC;AACJ,CAAC,CAAC;AACF,iBAAiB,CAAC,WAAW,GAAG,WAAW,CAAC;AAC5C,kBAAe,iBAAiB,CAAC","sourcesContent":["import clsx from 'clsx';\nimport type { IconProps } from '../components/types.js';\nimport { fgTone } from '../utils/style/tone.js';\nconst displayName = 'IconUnstableExpand';\n/** Renders an SVG icon. */\nconst SvgUnstableExpand = ({\n size,\n 'aria-hidden': ariaHidden,\n tone,\n UNSAFE_className,\n UNSAFE_style,\n ...rest\n}: IconProps) => {\n const props = {\n ...rest,\n 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),\n className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),\n style: UNSAFE_style,\n width: size != null ? size + 'px' : '1em',\n height: size != null ? size + 'px' : '1em',\n };\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" data-icon=\"true\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M19.5 20.25V3.75a.75.75 0 0 1 1.5 0v16.5a.75.75 0 0 1-1.5 0M11.47 6.22a.75.75 0 0 1 1.06 0l5.25 5.25a.75.75 0 0 1 0 1.06l-5.25 5.25a.75.75 0 1 1-1.06-1.06l3.97-3.97H5.25a.75.75 0 0 1 0-1.5h10.19l-3.97-3.97a.75.75 0 0 1 0-1.06\"\n />\n </svg>\n );\n};\nSvgUnstableExpand.displayName = displayName;\nexport default SvgUnstableExpand;\n"]}
|
package/dist/commonjs/index.d.ts
CHANGED
|
@@ -77,4 +77,8 @@ export * from './components/alert-dialog/alert-dialog.js';
|
|
|
77
77
|
export * from './components/stepper/stepper.js';
|
|
78
78
|
export * from './components/stepper/stepper-item.js';
|
|
79
79
|
export type { StepperStatus } from './components/stepper/types.js';
|
|
80
|
+
export * from './components/app-shell/app-shell.js';
|
|
81
|
+
export * from './components/app-header/side-nav.js';
|
|
82
|
+
export * from './components/hidden/hidden.js';
|
|
83
|
+
export * from './components/app-header/nav-button.js';
|
|
80
84
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uCAAuC,CAAC;AACtD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,yCAAyC,CAAC;AACxD,cAAc,qCAAqC,CAAC;AACpD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,uCAAuC,CAAC;AACtD,cAAc,6CAA6C,CAAC;AAC5D,YAAY,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAC5F,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uCAAuC,CAAC;AACtD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,yCAAyC,CAAC;AACxD,YAAY,EAAE,gBAAgB,IAAI,qBAAqB,EAAE,MAAM,4CAA4C,CAAC;AAC5G,YAAY,EAAE,sBAAsB,IAAI,2BAA2B,EAAE,MAAM,kDAAkD,CAAC;AAC9H,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,kDAAkD,CAAC;AACjE,cAAc,mDAAmD,CAAC;AAClE,cAAc,8BAA8B,CAAC;AAE7C,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AAEpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAEhD,YAAY,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAE7D,YAAY,EACV,cAAc,EACd,SAAS,EACT,UAAU,EACV,UAAU,EACV,GAAG,EACH,SAAS,EACT,UAAU,EACV,YAAY,EACZ,IAAI,EACJ,aAAa,EACb,gBAAgB,GACjB,MAAM,uBAAuB,CAAC;AAC/B,YAAY,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AACzE,YAAY,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAExD,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AAEtD,cAAc,4CAA4C,CAAC;AAG3D,cAAc,iDAAiD,CAAC;AAChE,cAAc,yCAAyC,CAAC;AACxD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,KAAK,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAClG,YAAY,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACzE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,YAAY,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/commonjs/index.js
CHANGED
|
@@ -87,4 +87,8 @@ Object.defineProperty(exports, "UNSTABLE_toastQueue", { enumerable: true, get: f
|
|
|
87
87
|
__exportStar(require("./components/alert-dialog/alert-dialog.js"), exports);
|
|
88
88
|
__exportStar(require("./components/stepper/stepper.js"), exports);
|
|
89
89
|
__exportStar(require("./components/stepper/stepper-item.js"), exports);
|
|
90
|
+
__exportStar(require("./components/app-shell/app-shell.js"), exports);
|
|
91
|
+
__exportStar(require("./components/app-header/side-nav.js"), exports);
|
|
92
|
+
__exportStar(require("./components/hidden/hidden.js"), exports);
|
|
93
|
+
__exportStar(require("./components/app-header/nav-button.js"), exports);
|
|
90
94
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,wEAAsD;AACtD,8EAA4D;AAC5D,8DAA4C;AAC5C,gEAA8C;AAC9C,qEAAmD;AACnD,qEAAmD;AACnD,0EAAwD;AACxD,kEAAgD;AAChD,4DAA0C;AAC1C,oEAAkD;AAClD,0EAAwD;AACxD,sEAAoD;AACpD,0EAAwD;AACxD,0EAAwD;AACxD,wEAAsD;AACtD,8EAA4D;AAE5D,kEAAgD;AAChD,gEAA8C;AAC9C,4DAA0C;AAC1C,sEAAoD;AACpD,4DAA0C;AAC1C,4EAA0D;AAC1D,4EAA0D;AAC1D,wEAAsD;AACtD,8DAA4C;AAC5C,oEAAkD;AAClD,gEAA8C;AAC9C,kEAAgD;AAChD,2EAAyD;AACzD,yEAAuD;AACvD,wEAAsD;AACtD,0EAAwD;AACxD,kEAAgD;AAChD,kEAAgD;AAChD,wEAAsD;AACtD,8DAA4C;AAC5C,qEAAmD;AACnD,yEAAuD;AACvD,0EAAwD;AACxD,mEAAiD;AACjD,uEAAqD;AACrD,wEAAsD;AACtD,2EAAyD;AACzD,gFAA8D;AAC9D,0EAAwD;AAGxD,4DAA0C;AAC1C,0DAAwC;AACxC,gEAA8C;AAC9C,sEAAoD;AACpD,8EAA4D;AAC5D,mFAAiE;AACjE,oFAAkE;AAClE,+DAA6C;AAE7C,kEAAgD;AAChD,sEAAoD;AAEpD,kEAAgD;AAChD,kEAAgD;AAoBhD,kEAAgD;AAChD,wEAAsD;AAEtD,6EAA2D;AAE3D,2BAA2B;AAC3B,kFAAgE;AAChE,0EAAwD;AACxD,sEAAoD;AACpD,gEAA8C;AAC9C,qEAAmD;AACnD,oEAAkG;AAAzF,qHAAA,mBAAmB,OAAA;AAE5B,4EAA0D;AAC1D,kEAAgD;AAChD,uEAAqD","sourcesContent":["export * from './components/alert/alert.js';\nexport * from './components/app-header/app-header.js';\nexport * from './components/app-header/simple-auth-tool.js';\nexport * from './components/badge/badge.js';\nexport * from './components/button/button.js';\nexport * from './components/button/link-button.js';\nexport * from './components/button/icon-button.js';\nexport * from './components/button/icon-link-button.js';\nexport * from './components/callout/callout.js';\nexport * from './components/card/card.js';\nexport * from './components/checkbox/checkbox.js';\nexport * from './components/checkbox/checkbox-group.js';\nexport * from './components/combo-box/combo-box.js';\nexport * from './components/date-picker/date-picker.js';\nexport * from './components/dialog-root/dialog-root.js';\nexport * from './components/disclosure/disclosure.js';\nexport * from './components/disclosure/disclosure-group.js';\nexport type { DisclosureSize, DisclosureVariant } from './components/disclosure/context.js';\nexport * from './components/divider/divider.js';\nexport * from './components/drawer/drawer.js';\nexport * from './components/form/form.js';\nexport * from './components/link-tabs/link-tabs.js';\nexport * from './components/menu/menu.js';\nexport * from './components/modal-dialog/modal-dialog.js';\nexport * from './components/number-field/number-field.js';\nexport * from './components/pagination/pagination.js';\nexport * from './components/radio/radio.js';\nexport * from './components/radio/radio-group.js';\nexport * from './components/select/select.js';\nexport * from './components/spinner/spinner.js';\nexport * from './components/text-inputs/search-field.js';\nexport * from './components/text-inputs/text-field.js';\nexport * from './components/text-inputs/text-area.js';\nexport * from './components/breadcrumbs/breadcrumbs.js';\nexport * from './components/tooltip/tooltip.js';\nexport * from './components/popover/popover.js';\nexport * from './components/table/table-container.js';\nexport * from './components/table/table.js';\nexport * from './components/table/table-header.js';\nexport * from './components/table/table-header-row.js';\nexport * from './components/table/table-header-cell.js';\nexport * from './components/table/table-body.js';\nexport * from './components/table/table-body-row.js';\nexport * from './components/table/table-body-cell.js';\nexport * from './components/table/table-row-selector.js';\nexport * from './components/table/table-all-rows-selector.js';\nexport * from './components/table/table-empty-state.js';\nexport type { RowSelectionMode as TableRowSelectionMode } from './components/table/contexts/table-state.js';\nexport type { ColumnContentAlignment as TableColumnContentAlignment } from './components/table/contexts/column-collection.js';\nexport * from './components/tabs/tabs.js';\nexport * from './components/tag/tag.js';\nexport * from './components/tag/tag-group.js';\nexport * from './components/tag-field/tag-field.js';\nexport * from './components/toggle-button/toggle-button.js';\nexport * from './components/toggle-button/toggle-icon-button.js';\nexport * from './components/toggle-button/toggle-button-group.js';\nexport * from './components/file-trigger.js';\n\nexport * from './components/spacing/box/box.js';\nexport * from './components/spacing/stack/stack.js';\n\nexport * from './components/typography/text.js';\nexport * from './components/typography/link.js';\n\nexport type { ForegroundTone } from './utils/style/types.js';\n\nexport type {\n CollectionItem,\n Direction,\n FieldError,\n HoverEvent,\n Key,\n Selection,\n PressEvent,\n RouterConfig,\n Href,\n RouterOptions,\n ValidationResult,\n} from './components/types.js';\nexport type { Spacing, Responsive } from './components/spacing/types.js';\nexport type { StyleProps } from './with-style-props.js';\n\nexport * from './providers/ssr/ssr-provider.js';\nexport * from './providers/router/router-provider.js';\n\nexport * from './components/internal/x-button/x-button.js';\n\n// Unfinished exports below\nexport * from './components/visually-hidden/visually-hidden.js';\nexport * from './components/file-picker/file-picker.js';\nexport * from './components/container/container.js';\nexport * from './components/toggle/toggle.js';\nexport * from './components/toast/toast-region.js';\nexport { UNSTABLE_toastQueue, type UNSTABLE_ToastQueue } from './components/toast/toast-queue.js';\nexport type { UNSTABLE_ToastOptions } from './components/toast/types.js';\nexport * from './components/alert-dialog/alert-dialog.js';\nexport * from './components/stepper/stepper.js';\nexport * from './components/stepper/stepper-item.js';\nexport type { StepperStatus } from './components/stepper/types.js';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,wEAAsD;AACtD,8EAA4D;AAC5D,8DAA4C;AAC5C,gEAA8C;AAC9C,qEAAmD;AACnD,qEAAmD;AACnD,0EAAwD;AACxD,kEAAgD;AAChD,4DAA0C;AAC1C,oEAAkD;AAClD,0EAAwD;AACxD,sEAAoD;AACpD,0EAAwD;AACxD,0EAAwD;AACxD,wEAAsD;AACtD,8EAA4D;AAE5D,kEAAgD;AAChD,gEAA8C;AAC9C,4DAA0C;AAC1C,sEAAoD;AACpD,4DAA0C;AAC1C,4EAA0D;AAC1D,4EAA0D;AAC1D,wEAAsD;AACtD,8DAA4C;AAC5C,oEAAkD;AAClD,gEAA8C;AAC9C,kEAAgD;AAChD,2EAAyD;AACzD,yEAAuD;AACvD,wEAAsD;AACtD,0EAAwD;AACxD,kEAAgD;AAChD,kEAAgD;AAChD,wEAAsD;AACtD,8DAA4C;AAC5C,qEAAmD;AACnD,yEAAuD;AACvD,0EAAwD;AACxD,mEAAiD;AACjD,uEAAqD;AACrD,wEAAsD;AACtD,2EAAyD;AACzD,gFAA8D;AAC9D,0EAAwD;AAGxD,4DAA0C;AAC1C,0DAAwC;AACxC,gEAA8C;AAC9C,sEAAoD;AACpD,8EAA4D;AAC5D,mFAAiE;AACjE,oFAAkE;AAClE,+DAA6C;AAE7C,kEAAgD;AAChD,sEAAoD;AAEpD,kEAAgD;AAChD,kEAAgD;AAoBhD,kEAAgD;AAChD,wEAAsD;AAEtD,6EAA2D;AAE3D,2BAA2B;AAC3B,kFAAgE;AAChE,0EAAwD;AACxD,sEAAoD;AACpD,gEAA8C;AAC9C,qEAAmD;AACnD,oEAAkG;AAAzF,qHAAA,mBAAmB,OAAA;AAE5B,4EAA0D;AAC1D,kEAAgD;AAChD,uEAAqD;AAErD,sEAAoD;AACpD,sEAAoD;AACpD,gEAA8C;AAC9C,wEAAsD","sourcesContent":["export * from './components/alert/alert.js';\nexport * from './components/app-header/app-header.js';\nexport * from './components/app-header/simple-auth-tool.js';\nexport * from './components/badge/badge.js';\nexport * from './components/button/button.js';\nexport * from './components/button/link-button.js';\nexport * from './components/button/icon-button.js';\nexport * from './components/button/icon-link-button.js';\nexport * from './components/callout/callout.js';\nexport * from './components/card/card.js';\nexport * from './components/checkbox/checkbox.js';\nexport * from './components/checkbox/checkbox-group.js';\nexport * from './components/combo-box/combo-box.js';\nexport * from './components/date-picker/date-picker.js';\nexport * from './components/dialog-root/dialog-root.js';\nexport * from './components/disclosure/disclosure.js';\nexport * from './components/disclosure/disclosure-group.js';\nexport type { DisclosureSize, DisclosureVariant } from './components/disclosure/context.js';\nexport * from './components/divider/divider.js';\nexport * from './components/drawer/drawer.js';\nexport * from './components/form/form.js';\nexport * from './components/link-tabs/link-tabs.js';\nexport * from './components/menu/menu.js';\nexport * from './components/modal-dialog/modal-dialog.js';\nexport * from './components/number-field/number-field.js';\nexport * from './components/pagination/pagination.js';\nexport * from './components/radio/radio.js';\nexport * from './components/radio/radio-group.js';\nexport * from './components/select/select.js';\nexport * from './components/spinner/spinner.js';\nexport * from './components/text-inputs/search-field.js';\nexport * from './components/text-inputs/text-field.js';\nexport * from './components/text-inputs/text-area.js';\nexport * from './components/breadcrumbs/breadcrumbs.js';\nexport * from './components/tooltip/tooltip.js';\nexport * from './components/popover/popover.js';\nexport * from './components/table/table-container.js';\nexport * from './components/table/table.js';\nexport * from './components/table/table-header.js';\nexport * from './components/table/table-header-row.js';\nexport * from './components/table/table-header-cell.js';\nexport * from './components/table/table-body.js';\nexport * from './components/table/table-body-row.js';\nexport * from './components/table/table-body-cell.js';\nexport * from './components/table/table-row-selector.js';\nexport * from './components/table/table-all-rows-selector.js';\nexport * from './components/table/table-empty-state.js';\nexport type { RowSelectionMode as TableRowSelectionMode } from './components/table/contexts/table-state.js';\nexport type { ColumnContentAlignment as TableColumnContentAlignment } from './components/table/contexts/column-collection.js';\nexport * from './components/tabs/tabs.js';\nexport * from './components/tag/tag.js';\nexport * from './components/tag/tag-group.js';\nexport * from './components/tag-field/tag-field.js';\nexport * from './components/toggle-button/toggle-button.js';\nexport * from './components/toggle-button/toggle-icon-button.js';\nexport * from './components/toggle-button/toggle-button-group.js';\nexport * from './components/file-trigger.js';\n\nexport * from './components/spacing/box/box.js';\nexport * from './components/spacing/stack/stack.js';\n\nexport * from './components/typography/text.js';\nexport * from './components/typography/link.js';\n\nexport type { ForegroundTone } from './utils/style/types.js';\n\nexport type {\n CollectionItem,\n Direction,\n FieldError,\n HoverEvent,\n Key,\n Selection,\n PressEvent,\n RouterConfig,\n Href,\n RouterOptions,\n ValidationResult,\n} from './components/types.js';\nexport type { Spacing, Responsive } from './components/spacing/types.js';\nexport type { StyleProps } from './with-style-props.js';\n\nexport * from './providers/ssr/ssr-provider.js';\nexport * from './providers/router/router-provider.js';\n\nexport * from './components/internal/x-button/x-button.js';\n\n// Unfinished exports below\nexport * from './components/visually-hidden/visually-hidden.js';\nexport * from './components/file-picker/file-picker.js';\nexport * from './components/container/container.js';\nexport * from './components/toggle/toggle.js';\nexport * from './components/toast/toast-region.js';\nexport { UNSTABLE_toastQueue, type UNSTABLE_ToastQueue } from './components/toast/toast-queue.js';\nexport type { UNSTABLE_ToastOptions } from './components/toast/types.js';\nexport * from './components/alert-dialog/alert-dialog.js';\nexport * from './components/stepper/stepper.js';\nexport * from './components/stepper/stepper-item.js';\nexport type { StepperStatus } from './components/stepper/types.js';\nexport * from './components/app-shell/app-shell.js';\nexport * from './components/app-header/side-nav.js';\nexport * from './components/hidden/hidden.js';\nexport * from './components/app-header/nav-button.js';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-is-mobile.d.ts","sourceRoot":"","sources":["../../../src/utils/use-is-mobile.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useIsMobile = useIsMobile;
|
|
4
|
+
const use_media_query_js_1 = require("./use-media-query.js");
|
|
5
|
+
/** @internal */
|
|
6
|
+
function useIsMobile() {
|
|
7
|
+
return (0, use_media_query_js_1.useMediaQuery)('(max-width: 639px)');
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=use-is-mobile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-is-mobile.js","sourceRoot":"","sources":["../../../src/utils/use-is-mobile.ts"],"names":[],"mappings":";;AAGA,kCAEC;AALD,6DAAqD;AAErD,gBAAgB;AAChB,SAAgB,WAAW;IACzB,OAAO,IAAA,kCAAa,EAAC,oBAAoB,CAAC,CAAC;AAC7C,CAAC","sourcesContent":["import { useMediaQuery } from './use-media-query.js';\n\n/** @internal */\nexport function useIsMobile() {\n return useMediaQuery('(max-width: 639px)');\n}\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { JSX, RefAttributes } from 'react';
|
|
2
2
|
import { type Responsive, type Spacing } from './components/spacing/types.js';
|
|
3
3
|
import type { CommonProps } from './components/types.js';
|
|
4
4
|
export interface StyleProps {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"with-style-props.d.ts","sourceRoot":"","sources":["../../src/with-style-props.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAgB,
|
|
1
|
+
{"version":3,"file":"with-style-props.d.ts","sourceRoot":"","sources":["../../src/with-style-props.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAgB,GAAG,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC9D,OAAO,EAA0B,KAAK,UAAU,EAAE,KAAK,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACtG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,MAAM,WAAW,UAAU;IACzB,mEAAmE;IACnE,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,CAAC,CAAC;IAEtC,gHAAgH;IAChH,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,CAAC,CAAC;IACvC,gHAAgH;IAChH,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,CAAC,CAAC;IAEvC,kHAAkH;IAClH,SAAS,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,CAAC,CAAC;IACzC,oHAAoH;IACpH,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,CAAC,CAAC;IAC3C,qHAAqH;IACrH,YAAY,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,CAAC,CAAC;IAC5C,mHAAmH;IACnH,UAAU,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,CAAC,CAAC;CAC3C;AAED,wBAAgB,cAAc,CAAC,CAAC,SAAS,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,EAAE,CAAC,EACjE,gBAAgB,EAAE,CAAC,KAAK,EAAE,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,OAAO,GAAG,IAAI,EACrE,WAAW,CAAC,EAAE,MAAM,oEA+DrB"}
|
|
@@ -14,7 +14,9 @@ function withStyleProps(WrappedComponent, displayName) {
|
|
|
14
14
|
const marginRight = (0, types_js_1.getResponsiveVariables)('box-mr', 'space', responsiveMarginRight ?? responsiveMarginX ?? responsiveMargin);
|
|
15
15
|
const marginBottom = (0, types_js_1.getResponsiveVariables)('box-mb', 'space', responsiveMarginBottom ?? responsiveMarginY ?? responsiveMargin);
|
|
16
16
|
const marginLeft = (0, types_js_1.getResponsiveVariables)('box-ml', 'space', responsiveMarginLeft ?? responsiveMarginX ?? responsiveMargin);
|
|
17
|
-
return ((0, jsx_runtime_1.jsx)(WrappedComponent, { ...props, ref: ref, UNSAFE_className: (0, clsx_1.default)(UNSAFE_className, {
|
|
17
|
+
return ((0, jsx_runtime_1.jsx)(WrappedComponent, { ...props, ref: ref, UNSAFE_className: (0, clsx_1.default)(UNSAFE_className, {
|
|
18
|
+
'cim-box': marginTop || marginRight || marginBottom || marginLeft,
|
|
19
|
+
}), UNSAFE_style: {
|
|
18
20
|
...UNSAFE_style,
|
|
19
21
|
...marginTop,
|
|
20
22
|
...marginRight,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"with-style-props.js","sourceRoot":"","sources":["../../src/with-style-props.tsx"],"names":[],"mappings":";;;;;AAyBA,
|
|
1
|
+
{"version":3,"file":"with-style-props.js","sourceRoot":"","sources":["../../src/with-style-props.tsx"],"names":[],"mappings":";;;;;AAyBA,wCAiEC;;AA1FD,gDAAwB;AAExB,4DAAsG;AAEtG,qDAA8C;AAqB9C,SAAgB,cAAc,CAC5B,gBAAqE,EACrE,WAAoB;IAEpB,MAAM,uBAAuB,GAAG,CAC9B,EACE,MAAM,EAAE,gBAAgB,EACxB,OAAO,EAAE,iBAAiB,EAC1B,OAAO,EAAE,iBAAiB,EAC1B,SAAS,EAAE,mBAAmB,EAC9B,WAAW,EAAE,qBAAqB,EAClC,YAAY,EAAE,sBAAsB,EACpC,UAAU,EAAE,oBAAoB,EAChC,gBAAgB,EAChB,YAAY,EACZ,GAAG,KAAK,EACO,EACjB,GAAoB,EACpB,EAAE;QACF,MAAM,SAAS,GAAG,IAAA,iCAAsB,EACtC,QAAQ,EACR,OAAO,EACP,mBAAmB,IAAI,iBAAiB,IAAI,gBAAgB,CAC7D,CAAC;QAEF,MAAM,WAAW,GAAG,IAAA,iCAAsB,EACxC,QAAQ,EACR,OAAO,EACP,qBAAqB,IAAI,iBAAiB,IAAI,gBAAgB,CAC/D,CAAC;QAEF,MAAM,YAAY,GAAG,IAAA,iCAAsB,EACzC,QAAQ,EACR,OAAO,EACP,sBAAsB,IAAI,iBAAiB,IAAI,gBAAgB,CAChE,CAAC;QAEF,MAAM,UAAU,GAAG,IAAA,iCAAsB,EACvC,QAAQ,EACR,OAAO,EACP,oBAAoB,IAAI,iBAAiB,IAAI,gBAAgB,CAC9D,CAAC;QAEF,OAAO,CACL,uBAAC,gBAAgB,OACV,KAAW,EAChB,GAAG,EAAE,GAAG,EACR,gBAAgB,EAAE,IAAA,cAAI,EAAC,gBAAgB,EAAE;gBACvC,SAAS,EAAE,SAAS,IAAI,WAAW,IAAI,YAAY,IAAI,UAAU;aAClE,CAAC,EACF,YAAY,EAAE;gBACZ,GAAG,YAAY;gBACf,GAAG,SAAS;gBACZ,GAAG,WAAW;gBACd,GAAG,YAAY;gBACf,GAAG,UAAU;aACd,GACD,CACH,CAAC;IACJ,CAAC,CAAC;IAEF,2DAA2D;IAC3D,MAAM,mBAAmB,GAAG,gBAAgB,CAAC,WAAW,IAAI,gBAAgB,CAAC,IAAI,IAAI,WAAW,CAAC;IAEjG,OAAO,IAAA,2BAAU,EAAC,uBAAuB,EAAE,WAAW,IAAI,kBAAkB,mBAAmB,GAAG,CAAC,CAAC;AACtG,CAAC","sourcesContent":["import clsx from 'clsx';\nimport type { ForwardedRef, JSX, RefAttributes } from 'react';\nimport { getResponsiveVariables, type Responsive, type Spacing } from './components/spacing/types.js';\nimport type { CommonProps } from './components/types.js';\nimport { forwardRef } from './forward-ref.js';\n\nexport interface StyleProps {\n /** The amount of margin applied to all edges of this component. */\n margin?: Responsive<Spacing | 'auto'>;\n\n /** The amount of margin applied to the left and right edges of this component. Takes priority over `margin`. */\n marginX?: Responsive<Spacing | 'auto'>;\n /** The amount of margin applied to the top and bottom edges of this component. Takes priority over `margin`. */\n marginY?: Responsive<Spacing | 'auto'>;\n\n /** The amount of margin applied to the top edge of this component. Takes priority over `marginY` and `margin`. */\n marginTop?: Responsive<Spacing | 'auto'>;\n /** The amount of margin applied to the right edge of this component. Takes priority over `marginX` and `margin`. */\n marginRight?: Responsive<Spacing | 'auto'>;\n /** The amount of margin applied to the bottom edge of this component. Takes priority over `marginY` and `margin`. */\n marginBottom?: Responsive<Spacing | 'auto'>;\n /** The amount of margin applied to the left edge of this component. Takes priority over `marginX` and `margin`. */\n marginLeft?: Responsive<Spacing | 'auto'>;\n}\n\nexport function withStyleProps<T extends Omit<CommonProps, 'id'>, R>(\n WrappedComponent: (props: T & RefAttributes<R>) => JSX.Element | null,\n displayName?: string,\n) {\n const ComponentWithStyleProps = (\n {\n margin: responsiveMargin,\n marginX: responsiveMarginX,\n marginY: responsiveMarginY,\n marginTop: responsiveMarginTop,\n marginRight: responsiveMarginRight,\n marginBottom: responsiveMarginBottom,\n marginLeft: responsiveMarginLeft,\n UNSAFE_className,\n UNSAFE_style,\n ...props\n }: T & StyleProps,\n ref: ForwardedRef<R>,\n ) => {\n const marginTop = getResponsiveVariables(\n 'box-mt',\n 'space',\n responsiveMarginTop ?? responsiveMarginY ?? responsiveMargin,\n );\n\n const marginRight = getResponsiveVariables(\n 'box-mr',\n 'space',\n responsiveMarginRight ?? responsiveMarginX ?? responsiveMargin,\n );\n\n const marginBottom = getResponsiveVariables(\n 'box-mb',\n 'space',\n responsiveMarginBottom ?? responsiveMarginY ?? responsiveMargin,\n );\n\n const marginLeft = getResponsiveVariables(\n 'box-ml',\n 'space',\n responsiveMarginLeft ?? responsiveMarginX ?? responsiveMargin,\n );\n\n return (\n <WrappedComponent\n {...(props as T)}\n ref={ref}\n UNSAFE_className={clsx(UNSAFE_className, {\n 'cim-box': marginTop || marginRight || marginBottom || marginLeft,\n })}\n UNSAFE_style={{\n ...UNSAFE_style,\n ...marginTop,\n ...marginRight,\n ...marginBottom,\n ...marginLeft,\n }}\n />\n );\n };\n\n // @ts-expect-error missing type definition for displayName\n const existingDisplayName = WrappedComponent.displayName || WrappedComponent.name || 'Component';\n\n return forwardRef(ComponentWithStyleProps, displayName || `WithStyleProps(${existingDisplayName})`);\n}\n"]}
|
|
@@ -9,6 +9,7 @@ export interface AppHeaderProps extends CommonProps {
|
|
|
9
9
|
titleLink: Href | AppHeaderTitleLinkProps;
|
|
10
10
|
/** The tools to render at the end of the header. */
|
|
11
11
|
tools?: ReactNode;
|
|
12
|
+
UNSTABLE_navButton?: ReactNode;
|
|
12
13
|
}
|
|
13
14
|
/**
|
|
14
15
|
* Displays a basic application header.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-header.d.ts","sourceRoot":"","sources":["../../../../src/components/app-header/app-header.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAC;AAGrD,OAAO,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKpF,MAAM,WAAW,uBAAwB,SAAQ,YAAY,CAAC,eAAe,EAAE,MAAM,CAAC;CAAG;AAEzF,MAAM,WAAW,cAAe,SAAQ,WAAW;IACjD,sGAAsG;IACtG,KAAK,EAAE,MAAM,CAAC;IACd,sEAAsE;IACtE,SAAS,EAAE,IAAI,GAAG,uBAAuB,CAAC;IAC1C,oDAAoD;IACpD,KAAK,CAAC,EAAE,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"app-header.d.ts","sourceRoot":"","sources":["../../../../src/components/app-header/app-header.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAC;AAGrD,OAAO,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKpF,MAAM,WAAW,uBAAwB,SAAQ,YAAY,CAAC,eAAe,EAAE,MAAM,CAAC;CAAG;AAEzF,MAAM,WAAW,cAAe,SAAQ,WAAW;IACjD,sGAAsG;IACtG,KAAK,EAAE,MAAM,CAAC;IACd,sEAAsE;IACtE,SAAS,EAAE,IAAI,GAAG,uBAAuB,CAAC;IAC1C,oDAAoD;IACpD,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,kBAAkB,CAAC,EAAE,SAAS,CAAC;CAChC;AA4BD;;;;GAIG;AACH,QAAA,MAAM,UAAU,+GAAqC,CAAC;AAEtD,OAAO,EAAE,UAAU,IAAI,SAAS,EAAE,CAAC"}
|
|
@@ -6,9 +6,9 @@ import { Divider } from '../divider/divider.js';
|
|
|
6
6
|
import { Link } from '../typography/link.js';
|
|
7
7
|
import { Text } from '../typography/text.js';
|
|
8
8
|
import { CimpressLogo } from './cimpress-logo.js';
|
|
9
|
-
function AppHeader({ title, titleLink, tools, UNSAFE_className, UNSAFE_style, ...props }, ref) {
|
|
9
|
+
function AppHeader({ title, titleLink, tools, UNSTABLE_navButton: navButton, UNSAFE_className, UNSAFE_style, ...props }, ref) {
|
|
10
10
|
const titleLinkProps = typeof titleLink === 'object' && 'href' in titleLink ? titleLink : { href: titleLink };
|
|
11
|
-
return (_jsxs("header", { ...props, ref: ref, className: clsx('cim-app-header', UNSAFE_className), style: UNSAFE_style, children: [_jsxs("div", { className: "cim-app-header-title", children: [_jsx(CimpressLogo, { height: 18 }), _jsx(Divider, { orientation: "vertical" }), _jsx(Text, { as: "h1", variant: "title-5", tone: "base", children: _jsx(Link, { ...titleLinkProps, UNSAFE_className: "cim-app-header-title-link", children: title }) })] }), _jsx("div", { className: "cim-app-header-tools", children: tools })] }));
|
|
11
|
+
return (_jsx("div", { className: "cim-app-header-container", children: _jsxs("header", { ...props, ref: ref, className: clsx('cim-app-header', UNSAFE_className), style: UNSAFE_style, children: [navButton, _jsxs("div", { className: "cim-app-header-title", children: [_jsx(CimpressLogo, { height: 18 }), _jsx(Divider, { orientation: "vertical" }), _jsx(Text, { as: "h1", variant: "title-5", tone: "base", children: _jsx(Link, { ...titleLinkProps, UNSAFE_className: "cim-app-header-title-link", children: title }) })] }), _jsx("div", { className: "cim-app-header-tools", children: tools })] }) }));
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
14
|
* Displays a basic application header.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-header.js","sourceRoot":"","sources":["../../../../src/components/app-header/app-header.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAEhD,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"app-header.js","sourceRoot":"","sources":["../../../../src/components/app-header/app-header.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAEhD,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAclD,SAAS,SAAS,CAChB,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,kBAAkB,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,EAAE,GAAG,KAAK,EAAkB,EACpH,GAAiC;IAEjC,MAAM,cAAc,GAAG,OAAO,SAAS,KAAK,QAAQ,IAAI,MAAM,IAAI,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;IAE9G,OAAO,CACL,cAAK,SAAS,EAAC,0BAA0B,YACvC,qBAAY,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,IAAI,CAAC,gBAAgB,EAAE,gBAAgB,CAAC,EAAE,KAAK,EAAE,YAAY,aAClG,SAAS,EACV,eAAK,SAAS,EAAC,sBAAsB,aACnC,KAAC,YAAY,IAAC,MAAM,EAAE,EAAE,GAAI,EAC5B,KAAC,OAAO,IAAC,WAAW,EAAC,UAAU,GAAG,EAClC,KAAC,IAAI,IAAC,EAAE,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,IAAI,EAAC,MAAM,YACzC,KAAC,IAAI,OAAK,cAAc,EAAE,gBAAgB,EAAC,2BAA2B,YACnE,KAAK,GACD,GACF,IACH,EAEN,cAAK,SAAS,EAAC,sBAAsB,YAAE,KAAK,GAAO,IAC5C,GACL,CACP,CAAC;AACJ,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,GAAG,UAAU,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;AAEtD,OAAO,EAAE,UAAU,IAAI,SAAS,EAAE,CAAC","sourcesContent":["'use client';\n\nimport clsx from 'clsx';\nimport type { ForwardedRef, ReactNode } from 'react';\nimport { forwardRef } from '../../forward-ref.js';\nimport { Divider } from '../divider/divider.js';\nimport type { CommonProps, Href, NavigationProps, WithRequired } from '../types.js';\nimport { Link } from '../typography/link.js';\nimport { Text } from '../typography/text.js';\nimport { CimpressLogo } from './cimpress-logo.js';\n\nexport interface AppHeaderTitleLinkProps extends WithRequired<NavigationProps, 'href'> {}\n\nexport interface AppHeaderProps extends CommonProps {\n /** The title displayed in the header, usually the application name. Rendered as an `<h1>` element. */\n title: string;\n /** The props of the link that is rendered around the header title. */\n titleLink: Href | AppHeaderTitleLinkProps;\n /** The tools to render at the end of the header. */\n tools?: ReactNode;\n UNSTABLE_navButton?: ReactNode;\n}\n\nfunction AppHeader(\n { title, titleLink, tools, UNSTABLE_navButton: navButton, UNSAFE_className, UNSAFE_style, ...props }: AppHeaderProps,\n ref: ForwardedRef<HTMLDivElement>,\n) {\n const titleLinkProps = typeof titleLink === 'object' && 'href' in titleLink ? titleLink : { href: titleLink };\n\n return (\n <div className=\"cim-app-header-container\">\n <header {...props} ref={ref} className={clsx('cim-app-header', UNSAFE_className)} style={UNSAFE_style}>\n {navButton}\n <div className=\"cim-app-header-title\">\n <CimpressLogo height={18} />\n <Divider orientation=\"vertical\" />\n <Text as=\"h1\" variant=\"title-5\" tone=\"base\">\n <Link {...titleLinkProps} UNSAFE_className=\"cim-app-header-title-link\">\n {title}\n </Link>\n </Text>\n </div>\n\n <div className=\"cim-app-header-tools\">{tools}</div>\n </header>\n </div>\n );\n}\n\n/**\n * Displays a basic application header.\n *\n * See [app header usage guidelines](https://ui.cimpress.io/components/app-header/).\n */\nconst _AppHeader = forwardRef(AppHeader, 'AppHeader');\n\nexport { _AppHeader as AppHeader };\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { CommonProps } from '../types.js';
|
|
2
|
+
export interface UNSTABLE_AppHeaderNavButtonProps extends CommonProps {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
onPress: () => void;
|
|
5
|
+
}
|
|
6
|
+
declare const _UNSTABLE_AppHeaderNavButton: (props: UNSTABLE_AppHeaderNavButtonProps & import("react").RefAttributes<HTMLButtonElement> & import("../../with-style-props.js").StyleProps) => import("react").JSX.Element | null;
|
|
7
|
+
export { _UNSTABLE_AppHeaderNavButton as UNSTABLE_AppHeaderNavButton };
|
|
8
|
+
//# sourceMappingURL=nav-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nav-button.d.ts","sourceRoot":"","sources":["../../../../src/components/app-header/nav-button.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,MAAM,WAAW,gCAAiC,SAAQ,WAAW;IACnE,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAsBD,QAAA,MAAM,4BAA4B,qLAAgF,CAAC;AAEnH,OAAO,EAAE,4BAA4B,IAAI,2BAA2B,EAAE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import clsx from 'clsx';
|
|
3
|
+
import { forwardRef } from '../../forward-ref.js';
|
|
4
|
+
import { IconMenu } from '../../icons/index.js';
|
|
5
|
+
import { withStyleProps } from '../../with-style-props.js';
|
|
6
|
+
import { IconButton } from '../button/icon-button.js';
|
|
7
|
+
function UNSTABLE_AppHeaderNavButton({ isOpen, onPress, UNSAFE_className, UNSAFE_style }, ref) {
|
|
8
|
+
return (_jsx(IconButton, { "aria-expanded": isOpen, icon: _jsx(IconMenu, {}), size: "small", "aria-label": "Open menu", variant: "tertiary", onPress: onPress, ref: ref, UNSAFE_className: clsx('cim-app-header-nav-toggle', UNSAFE_className), UNSAFE_style: UNSAFE_style }));
|
|
9
|
+
}
|
|
10
|
+
const _UNSTABLE_AppHeaderNavButton = withStyleProps(forwardRef(UNSTABLE_AppHeaderNavButton, 'AppHeaderNavButton'));
|
|
11
|
+
export { _UNSTABLE_AppHeaderNavButton as UNSTABLE_AppHeaderNavButton };
|
|
12
|
+
//# sourceMappingURL=nav-button.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nav-button.js","sourceRoot":"","sources":["../../../../src/components/app-header/nav-button.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAQtD,SAAS,2BAA2B,CAClC,EAAE,MAAM,EAAE,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAoC,EACrF,GAAoC;IAEpC,OAAO,CACL,KAAC,UAAU,qBACM,MAAM,EACrB,IAAI,EAAE,KAAC,QAAQ,KAAG,EAClB,IAAI,EAAC,OAAO,gBAED,WAAW,EACtB,OAAO,EAAC,UAAU,EAClB,OAAO,EAAE,OAAO,EAChB,GAAG,EAAE,GAAG,EACR,gBAAgB,EAAE,IAAI,CAAC,2BAA2B,EAAE,gBAAgB,CAAC,EACrE,YAAY,EAAE,YAAY,GAC1B,CACH,CAAC;AACJ,CAAC;AAED,MAAM,4BAA4B,GAAG,cAAc,CAAC,UAAU,CAAC,2BAA2B,EAAE,oBAAoB,CAAC,CAAC,CAAC;AAEnH,OAAO,EAAE,4BAA4B,IAAI,2BAA2B,EAAE,CAAC","sourcesContent":["import clsx from 'clsx';\nimport type { ForwardedRef } from 'react';\nimport { forwardRef } from '../../forward-ref.js';\nimport { IconMenu } from '../../icons/index.js';\nimport { withStyleProps } from '../../with-style-props.js';\nimport { IconButton } from '../button/icon-button.js';\nimport type { CommonProps } from '../types.js';\n\nexport interface UNSTABLE_AppHeaderNavButtonProps extends CommonProps {\n isOpen: boolean;\n onPress: () => void;\n}\n\nfunction UNSTABLE_AppHeaderNavButton(\n { isOpen, onPress, UNSAFE_className, UNSAFE_style }: UNSTABLE_AppHeaderNavButtonProps,\n ref: ForwardedRef<HTMLButtonElement>,\n) {\n return (\n <IconButton\n aria-expanded={isOpen}\n icon={<IconMenu />}\n size=\"small\"\n // TODO\n aria-label=\"Open menu\"\n variant=\"tertiary\"\n onPress={onPress}\n ref={ref}\n UNSAFE_className={clsx('cim-app-header-nav-toggle', UNSAFE_className)}\n UNSAFE_style={UNSAFE_style}\n />\n );\n}\n\nconst _UNSTABLE_AppHeaderNavButton = withStyleProps(forwardRef(UNSTABLE_AppHeaderNavButton, 'AppHeaderNavButton'));\n\nexport { _UNSTABLE_AppHeaderNavButton as UNSTABLE_AppHeaderNavButton };\n"]}
|