@codecademy/gamut 72.2.2-alpha.bb9810.0 → 72.2.2-alpha.d64fc5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Typography/Text.d.ts +2 -1
- package/dist/Typography/Text.js +3 -2
- package/package.json +15 -8
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { StyleProps } from '@codecademy/variance';
|
|
2
|
+
import { typographyElementVariants, typographyStyleVariants, typographyUtilities } from './variants';
|
|
3
|
+
export { typographyElementVariants, typographyStyleVariants, typographyUtilities, };
|
|
2
4
|
declare const displayVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "title-xxl" | "title-xl" | "title-lg" | "title-md" | "title-sm" | "title-xs" | "p-base" | "p-small" | "p-large"> & {
|
|
3
5
|
theme?: import("@emotion/react").Theme;
|
|
4
6
|
}) => import("@codecademy/variance").CSSObject;
|
|
@@ -383,4 +385,3 @@ export declare const Text: import("react").ForwardRefExoticComponent<(Omit<{
|
|
|
383
385
|
theme?: import("@emotion/react").Theme;
|
|
384
386
|
as?: React.ElementType;
|
|
385
387
|
} & TextNoTruncateProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("react").ClassAttributes<HTMLSpanElement>>, "ref">) & import("react").RefAttributes<HTMLSpanElement>>;
|
|
386
|
-
export {};
|
package/dist/Typography/Text.js
CHANGED
|
@@ -3,8 +3,9 @@ function _extends() { return _extends = Object.assign ? Object.assign.bind() : f
|
|
|
3
3
|
import { states, styledOptions, system, variant } from '@codecademy/gamut-styles';
|
|
4
4
|
import { variance } from '@codecademy/variance';
|
|
5
5
|
import { forwardRef } from 'react';
|
|
6
|
-
import { typographyElementVariants, typographyStyleVariants } from './variants';
|
|
6
|
+
import { typographyElementVariants, typographyStyleVariants, typographyUtilities } from './variants';
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
export { typographyElementVariants, typographyStyleVariants, typographyUtilities };
|
|
8
9
|
const displayVariants = variant({
|
|
9
10
|
variants: typographyStyleVariants
|
|
10
11
|
});
|
|
@@ -110,7 +111,7 @@ const textProps = variance.compose(system.layout, system.typography, system.colo
|
|
|
110
111
|
const StyledText = /*#__PURE__*/_styled('span', _extends({}, {
|
|
111
112
|
target: "e8i0p5k0",
|
|
112
113
|
label: "StyledText"
|
|
113
|
-
}, styledOptions()))(elementVariants, truncateVariants, displayVariants, textStates, textProps, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
114
|
+
}, styledOptions()))(elementVariants, truncateVariants, displayVariants, textStates, textProps, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9UeXBvZ3JhcGh5L1RleHQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXVKbUIiLCJmaWxlIjoiLi4vLi4vc3JjL1R5cG9ncmFwaHkvVGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBzdGF0ZXMsXG4gIHN0eWxlZE9wdGlvbnMsXG4gIHN5c3RlbSxcbiAgdmFyaWFudCxcbn0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtc3R5bGVzJztcbmltcG9ydCB7IFN0eWxlUHJvcHMsIHZhcmlhbmNlIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQ29tcG9uZW50UHJvcHMsIGZvcndhcmRSZWYgfSBmcm9tICdyZWFjdCc7XG5cbmltcG9ydCB7XG4gIHR5cG9ncmFwaHlFbGVtZW50VmFyaWFudHMsXG4gIHR5cG9ncmFwaHlTdHlsZVZhcmlhbnRzLFxuICB0eXBvZ3JhcGh5VXRpbGl0aWVzLFxufSBmcm9tICcuL3ZhcmlhbnRzJztcblxuZXhwb3J0IHtcbiAgdHlwb2dyYXBoeUVsZW1lbnRWYXJpYW50cyxcbiAgdHlwb2dyYXBoeVN0eWxlVmFyaWFudHMsXG4gIHR5cG9ncmFwaHlVdGlsaXRpZXMsXG59O1xuXG5jb25zdCBkaXNwbGF5VmFyaWFudHMgPSB2YXJpYW50KHtcbiAgdmFyaWFudHM6IHR5cG9ncmFwaHlTdHlsZVZhcmlhbnRzLFxufSk7XG5cbmNvbnN0IGVsZW1lbnRWYXJpYW50cyA9IHZhcmlhbnQoe1xuICBwcm9wOiAnYXMnLFxuICB2YXJpYW50czogdHlwb2dyYXBoeUVsZW1lbnRWYXJpYW50cyxcbn0pO1xuXG5jb25zdCB0cnVuY2F0ZVZhcmlhbnRzID0gdmFyaWFudCh7XG4gIHByb3A6ICd0cnVuY2F0ZScsXG4gIHZhcmlhbnRzOiB7XG4gICAgZWxsaXBzaXM6IHtcbiAgICAgIHRleHRPdmVyZmxvdzogJ2VsbGlwc2lzJyxcbiAgICB9LFxuICAgIGZhZGU6IHtcbiAgICAgIHBvc2l0aW9uOiAncmVsYXRpdmUnLFxuICAgICAgdGV4dE92ZXJmbG93OiAnY2xpcCcsXG4gICAgICAnJjphZnRlcic6IHtcbiAgICAgICAgY29udGVudDogJ1wiXCInLFxuICAgICAgICBwb3NpdGlvbjogJ2Fic29sdXRlJyxcbiAgICAgICAgdGV4dENvbG9yOiAnYmFja2dyb3VuZC1jdXJyZW50JyxcbiAgICAgICAgaW5zZXQ6IDAsXG4gICAgICAgIGxlZnQ6IDAuNjUsXG4gICAgICAgIGJhY2tncm91bmQ6XG4gICAgICAgICAgJ2xpbmVhci1ncmFkaWVudCh0byByaWdodCwgcmdiYSgwLCAwLCAwLCAwKSwgY3VycmVudENvbG9yIDc1JSknLFxuICAgICAgfSxcbiAgICB9LFxuICB9LFxufSk7XG5cbmNvbnN0IHRydW5jYXRlTGluZXNTY2FsZSA9IHsgMTogMSwgMjogMiwgMzogMywgNDogNCwgNTogNSB9O1xuXG5jb25zdCB0cnVuY2F0ZUxpbmVzUHJvcHMgPSB2YXJpYW5jZS5jcmVhdGUoe1xuICB0cnVuY2F0ZUxpbmVzOiB7XG4gICAgc2NhbGU6IHRydW5jYXRlTGluZXNTY2FsZSxcbiAgICBwcm9wZXJ0eTogJ2FsbCcsXG4gICAgdHJhbnNmb3JtOiAodHJ1bmNhdGVMaW5lczogbnVtYmVyKSA9PlxuICAgICAgdHJ1bmNhdGVMaW5lcyA9PT0gMVxuICAgICAgICA/IHtcbiAgICAgICAgICAgIG92ZXJmbG93OiAnaGlkZGVuJyxcbiAgICAgICAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgICAgICAgIH1cbiAgICAgICAgOiB7XG4gICAgICAgICAgICBvdmVyZmxvdzogJ2hpZGRlbicsXG4gICAgICAgICAgICBkaXNwbGF5OiAnLXdlYmtpdC1ib3gnLFxuICAgICAgICAgICAgV2Via2l0Qm94T3JpZW50OiAndmVydGljYWwnLFxuICAgICAgICAgICAgV2Via2l0TGluZUNsYW1wOiB0cnVuY2F0ZUxpbmVzLFxuICAgICAgICAgICAgJyY6YWZ0ZXInOiB7XG4gICAgICAgICAgICAgIHRvcDogYCR7MTAwIC0gMTAwIC8gdHJ1bmNhdGVMaW5lc30lYCxcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgfSxcbiAgfSxcbn0pO1xuXG5jb25zdCB0ZXh0U3RhdGVzID0gc3RhdGVzKHtcbiAgY2VudGVyOiB7XG4gICAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgfSxcbiAgYmxvY2s6IHtcbiAgICBkaXNwbGF5OiAnYmxvY2snLFxuICB9LFxuICBoaWdobGlnaHQ6IHtcbiAgICBmb250V2VpZ2h0OiAnYm9sZCcsXG4gICAgbWluV2lkdGg6ICcwLjRyZW0nLFxuICAgIHBvc2l0aW9uOiAncmVsYXRpdmUnLFxuICAgIHpJbmRleDogMSxcbiAgICAvLyB0aGUgdGV4dCBpcyBtb3JlIGxlZ2libGUgYWdhaW5zdCB0aGUgYmFja2dyb3VuZCBjb2xvciB3aXRoIHRleHQgc21vb3RoaW5nXG4gICAgTW96T3N4Rm9udFNtb290aGluZzogJ2dyYXlzY2FsZScsXG4gICAgV2Via2l0Rm9udFNtb290aGluZzogJ2FudGlhbGlhc2VkJyxcbiAgICAnJjphZnRlcic6IHtcbiAgICAgIGJnOiAncHJpbWFyeS1pbnZlcnNlJyxcbiAgICAgIGNvbnRlbnQ6ICdcIlwiJyxcbiAgICAgIGRpc3BsYXk6ICdibG9jaycsXG4gICAgICBoZWlnaHQ6ICczMi41JScsXG4gICAgICBsZWZ0OiAnMCcsXG4gICAgICBtbDogJy0wLjJyZW0nIGFzIGFueSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgdG9wOiAnNTAlJyxcbiAgICAgIHdpZHRoOiAnY2FsYygxMDAlICsgMC40cmVtKScsXG4gICAgICB6SW5kZXg6IC0xLFxuICAgIH0sXG4gIH0sXG4gIHNjcmVlbnJlYWRlcjoge1xuICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgIGhlaWdodDogJzFweCcsXG4gICAgd2lkdGg6ICcxcHgnLFxuICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIG92ZXJmbG93OiAnaGlkZGVuJyxcbiAgICBwb3NpdGlvbjogJ2Fic29sdXRlJyxcbiAgICBjb2xvcjogJ3RyYW5zcGFyZW50JyxcbiAgICBsZWZ0OiAtOTk5OSxcbiAgICBwOiAwLFxuICAgIG06IDAsXG4gICAgYm9yZGVyOiAnbm9uZScsXG4gIH0sXG4gIHNtb290aDoge1xuICAgIFdlYmtpdEZvbnRTbW9vdGhpbmc6ICdhbnRpYWxpYXNlZCcsXG4gICAgTW96T3N4Rm9udFNtb290aGluZzogJ2dyYXlzY2FsZScsXG4gIH0sXG59KTtcblxuY29uc3QgdGV4dFByb3BzID0gdmFyaWFuY2UuY29tcG9zZShcbiAgc3lzdGVtLmxheW91dCxcbiAgc3lzdGVtLnR5cG9ncmFwaHksXG4gIHN5c3RlbS5jb2xvcixcbiAgc3lzdGVtLnNwYWNlLFxuICB0cnVuY2F0ZUxpbmVzUHJvcHNcbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQmFzZVRleHRQcm9wc1xuICBleHRlbmRzIFN0eWxlUHJvcHM8dHlwZW9mIHRleHRQcm9wcz4sXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgdGV4dFN0YXRlcz4sXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgZWxlbWVudFZhcmlhbnRzPixcbiAgICBTdHlsZVByb3BzPHR5cGVvZiB0cnVuY2F0ZVZhcmlhbnRzPixcbiAgICBTdHlsZVByb3BzPHR5cGVvZiBkaXNwbGF5VmFyaWFudHM+IHt9XG5cbi8vIGlmIHlvdSdyZSBnb2luZyB0byB0cnVuY2F0ZSwgeW91IG5lZWQgdG8gcHJvdmlkZSBib3RoIG9mIHRoZXNlIHByb3BzIG9yIG5laXRoZXJcbmV4cG9ydCBpbnRlcmZhY2UgVGV4dFRydW5jYXRlUHJvcHMgZXh0ZW5kcyBCYXNlVGV4dFByb3BzIHtcbiAgdHJ1bmNhdGVMaW5lczogRXhjbHVkZTxCYXNlVGV4dFByb3BzWyd0cnVuY2F0ZUxpbmVzJ10sIHVuZGVmaW5lZD47XG4gIHRydW5jYXRlOiBFeGNsdWRlPEJhc2VUZXh0UHJvcHNbJ3RydW5jYXRlJ10sIGZhbHNlIHwgdW5kZWZpbmVkPjtcbn1cbmV4cG9ydCBpbnRlcmZhY2UgVGV4dE5vVHJ1bmNhdGVQcm9wcyBleHRlbmRzIEJhc2VUZXh0UHJvcHMge1xuICB0cnVuY2F0ZUxpbmVzPzogbmV2ZXI7XG4gIHRydW5jYXRlPzogbmV2ZXI7XG59XG5cbmV4cG9ydCB0eXBlIFRleHRQcm9wcyA9IFRleHRUcnVuY2F0ZVByb3BzIHwgVGV4dE5vVHJ1bmNhdGVQcm9wcztcblxuY29uc3QgU3R5bGVkVGV4dCA9IHN0eWxlZCgnc3BhbicsIHN0eWxlZE9wdGlvbnM8J3NwYW4nPigpKTxUZXh0UHJvcHM+KFxuICBlbGVtZW50VmFyaWFudHMsXG4gIHRydW5jYXRlVmFyaWFudHMsXG4gIGRpc3BsYXlWYXJpYW50cyxcbiAgdGV4dFN0YXRlcyxcbiAgdGV4dFByb3BzXG4pO1xuXG5leHBvcnQgY29uc3QgVGV4dCA9IGZvcndhcmRSZWY8XG4gIEhUTUxTcGFuRWxlbWVudCxcbiAgQ29tcG9uZW50UHJvcHM8dHlwZW9mIFN0eWxlZFRleHQ+XG4+KCh7IGFzID0gJ3NwYW4nLCBtID0gMCwgLi4ucmVzdCB9LCByZWYpID0+IChcbiAgPFN0eWxlZFRleHQgYXM9e2FzfSBtPXttfSByZWY9e3JlZn0gey4uLnJlc3R9IC8+XG4pKTtcbiJdfQ== */");
|
|
114
115
|
export const Text = /*#__PURE__*/forwardRef(({
|
|
115
116
|
as = 'span',
|
|
116
117
|
m = 0,
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut",
|
|
3
3
|
"description": "Styleguide & Component library for Codecademy",
|
|
4
|
-
"version": "72.2.2-alpha.
|
|
4
|
+
"version": "72.2.2-alpha.d64fc5.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"bin": "./bin/gamut.mjs",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@codecademy/gamut-icons": "9.57.10-alpha.
|
|
9
|
-
"@codecademy/gamut-illustrations": "0.58.16-alpha.
|
|
10
|
-
"@codecademy/gamut-patterns": "0.10.35-alpha.
|
|
11
|
-
"@codecademy/gamut-styles": "20.0.3-alpha.
|
|
12
|
-
"@codecademy/variance": "0.26.2-alpha.
|
|
8
|
+
"@codecademy/gamut-icons": "9.57.10-alpha.d64fc5.0",
|
|
9
|
+
"@codecademy/gamut-illustrations": "0.58.16-alpha.d64fc5.0",
|
|
10
|
+
"@codecademy/gamut-patterns": "0.10.35-alpha.d64fc5.0",
|
|
11
|
+
"@codecademy/gamut-styles": "20.0.3-alpha.d64fc5.0",
|
|
12
|
+
"@codecademy/variance": "0.26.2-alpha.d64fc5.0",
|
|
13
13
|
"@formatjs/intl-locale": "5.3.1",
|
|
14
14
|
"@react-aria/interactions": "3.25.0",
|
|
15
15
|
"@types/marked": "^4.0.8",
|
|
@@ -30,6 +30,13 @@
|
|
|
30
30
|
"react-use": "^15.3.8",
|
|
31
31
|
"sanitize-markdown": "^2.6.7"
|
|
32
32
|
},
|
|
33
|
+
"exports": {
|
|
34
|
+
".": {
|
|
35
|
+
"import": "./dist/index.js",
|
|
36
|
+
"types": "./dist/index.d.ts",
|
|
37
|
+
"default": "./dist/index.js"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
33
40
|
"files": [
|
|
34
41
|
"dist",
|
|
35
42
|
"bin",
|
|
@@ -37,7 +44,6 @@
|
|
|
37
44
|
],
|
|
38
45
|
"license": "MIT",
|
|
39
46
|
"main": "./dist/index.js",
|
|
40
|
-
"module": "./dist/index.js",
|
|
41
47
|
"overrides": {
|
|
42
48
|
"@react-aria/interactions": "3.25.0"
|
|
43
49
|
},
|
|
@@ -63,5 +69,6 @@
|
|
|
63
69
|
"**/*.scss",
|
|
64
70
|
"dist/**/[A-Z]**/[A-Z]*.js",
|
|
65
71
|
"dist/**/[A-Z]**/index.js"
|
|
66
|
-
]
|
|
72
|
+
],
|
|
73
|
+
"type": "module"
|
|
67
74
|
}
|