@sparrowengg/twigs-editor-react 0.0.1 → 0.0.3
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/cjs/_virtual/isURL.js +1 -1
- package/dist/cjs/components/base-dropdown/index.js +13 -15
- package/dist/cjs/components/base-dropdown/index.js.map +1 -1
- package/dist/cjs/components/dialog-link-editor/index.js +16 -16
- package/dist/cjs/components/dialog-link-editor/link-editor-dialog.js +21 -28
- package/dist/cjs/components/dialog-link-editor/link-editor-dialog.js.map +1 -1
- package/dist/cjs/components/dialog-link-editor/link-tooltip.js +13 -17
- package/dist/cjs/components/dialog-link-editor/link-tooltip.js.map +1 -1
- package/dist/cjs/components/floating-toolbar/floating-toolbar.js +18 -18
- package/dist/cjs/components/floating-toolbar/floating-toolbar.js.map +1 -1
- package/dist/cjs/components/rich-editor/index.js +7 -7
- package/dist/cjs/components/rich-editor/index.js.map +1 -1
- package/dist/cjs/components/toolbar/toolbar.js +5 -5
- package/dist/cjs/components/toolbar/toolbar.js.map +1 -1
- package/dist/cjs/components/toolbar/tools/bold.js +5 -5
- package/dist/cjs/components/toolbar/tools/bold.js.map +1 -1
- package/dist/cjs/components/toolbar/tools/code-block.js +5 -5
- package/dist/cjs/components/toolbar/tools/code-block.js.map +1 -1
- package/dist/cjs/components/toolbar/tools/code.js +5 -5
- package/dist/cjs/components/toolbar/tools/code.js.map +1 -1
- package/dist/cjs/components/toolbar/tools/format.js +9 -10
- package/dist/cjs/components/toolbar/tools/format.js.map +1 -1
- package/dist/cjs/components/toolbar/tools/italic.js +5 -5
- package/dist/cjs/components/toolbar/tools/italic.js.map +1 -1
- package/dist/cjs/components/toolbar/tools/link.js +5 -5
- package/dist/cjs/components/toolbar/tools/link.js.map +1 -1
- package/dist/cjs/components/toolbar/tools/ordered-list.js +5 -5
- package/dist/cjs/components/toolbar/tools/ordered-list.js.map +1 -1
- package/dist/cjs/components/toolbar/tools/text-align.js +8 -11
- package/dist/cjs/components/toolbar/tools/text-align.js.map +1 -1
- package/dist/cjs/components/toolbar/tools/underline.js +5 -5
- package/dist/cjs/components/toolbar/tools/underline.js.map +1 -1
- package/dist/cjs/components/toolbar/tools/unordered-list.js +5 -5
- package/dist/cjs/components/toolbar/tools/unordered-list.js.map +1 -1
- package/dist/cjs/components/toolbar-context/context.js +3 -3
- package/dist/cjs/components/toolbar-context/store.js +9 -9
- package/dist/cjs/editor.js +8 -5
- package/dist/cjs/editor.js.map +1 -1
- package/dist/cjs/node_modules/clsx/dist/clsx.js.map +1 -0
- package/dist/cjs/node_modules/validator/es/lib/isFQDN.js.map +1 -0
- package/dist/cjs/node_modules/validator/es/lib/isIP.js.map +1 -0
- package/dist/cjs/node_modules/validator/es/lib/isURL.js.map +1 -0
- package/dist/cjs/node_modules/validator/es/lib/util/assertString.js.map +1 -0
- package/dist/cjs/node_modules/validator/es/lib/util/merge.js.map +1 -0
- package/dist/cjs/{react-editor/node_modules → node_modules}/validator/lib/isFQDN.js +1 -1
- package/dist/cjs/node_modules/validator/lib/isFQDN.js.map +1 -0
- package/dist/cjs/{react-editor/node_modules → node_modules}/validator/lib/isIP.js +1 -1
- package/dist/cjs/node_modules/validator/lib/isIP.js.map +1 -0
- package/dist/cjs/{react-editor/node_modules → node_modules}/validator/lib/isURL.js +1 -1
- package/dist/cjs/node_modules/validator/lib/isURL.js.map +1 -0
- package/dist/cjs/{react-editor/node_modules → node_modules}/validator/lib/util/assertString.js +1 -1
- package/dist/cjs/node_modules/validator/lib/util/assertString.js.map +1 -0
- package/dist/cjs/{react-editor/node_modules → node_modules}/validator/lib/util/merge.js +1 -1
- package/dist/cjs/node_modules/validator/lib/util/merge.js.map +1 -0
- package/dist/cjs/nodes/image.js +4 -4
- package/dist/cjs/nodes/image.js.map +1 -1
- package/dist/cjs/plugins/data-management-plugin/index.js +3 -3
- package/dist/cjs/plugins/emoji/index.js +5 -3
- package/dist/cjs/plugins/emoji/index.js.map +1 -1
- package/dist/cjs/plugins/hashtag/index.js +2 -0
- package/dist/cjs/plugins/hashtag/index.js.map +1 -1
- package/dist/cjs/plugins/images/index.js +2 -2
- package/dist/cjs/plugins/link/convert-selection-on-paste.js +2 -2
- package/dist/cjs/plugins/link/link.js +2 -2
- package/dist/cjs/plugins/mentions/index.js +2 -0
- package/dist/cjs/plugins/mentions/index.js.map +1 -1
- package/dist/cjs/plugins/tab-focus/index.js +3 -3
- package/dist/cjs/utils/prefix-class-name.js +2 -2
- package/dist/cjs/utils/prefix-class-name.js.map +1 -1
- package/dist/cjs/utils/use-node-focus.js +2 -2
- package/dist/es/_virtual/isURL.js +1 -1
- package/dist/es/components/base-dropdown/index.js +1 -3
- package/dist/es/components/base-dropdown/index.js.map +1 -1
- package/dist/es/components/dialog-link-editor/index.js +1 -1
- package/dist/es/components/dialog-link-editor/link-editor-dialog.js +2 -9
- package/dist/es/components/dialog-link-editor/link-editor-dialog.js.map +1 -1
- package/dist/es/components/dialog-link-editor/link-tooltip.js +2 -6
- package/dist/es/components/dialog-link-editor/link-tooltip.js.map +1 -1
- package/dist/es/components/floating-toolbar/floating-toolbar.js +2 -2
- package/dist/es/components/rich-editor/index.js +1 -1
- package/dist/es/components/toolbar/toolbar.js +1 -1
- package/dist/es/components/toolbar/tools/bold.js +3 -3
- package/dist/es/components/toolbar/tools/code-block.js +3 -3
- package/dist/es/components/toolbar/tools/code.js +3 -3
- package/dist/es/components/toolbar/tools/format.js +2 -3
- package/dist/es/components/toolbar/tools/format.js.map +1 -1
- package/dist/es/components/toolbar/tools/italic.js +3 -3
- package/dist/es/components/toolbar/tools/link.js +3 -3
- package/dist/es/components/toolbar/tools/ordered-list.js +3 -3
- package/dist/es/components/toolbar/tools/text-align.js +3 -6
- package/dist/es/components/toolbar/tools/text-align.js.map +1 -1
- package/dist/es/components/toolbar/tools/underline.js +3 -3
- package/dist/es/components/toolbar/tools/unordered-list.js +3 -3
- package/dist/es/editor.js +5 -2
- package/dist/es/editor.js.map +1 -1
- package/dist/es/node_modules/clsx/dist/clsx.js.map +1 -0
- package/dist/es/node_modules/validator/es/lib/isFQDN.js.map +1 -0
- package/dist/es/node_modules/validator/es/lib/isIP.js.map +1 -0
- package/dist/es/node_modules/validator/es/lib/isURL.js.map +1 -0
- package/dist/es/node_modules/validator/es/lib/util/assertString.js.map +1 -0
- package/dist/es/node_modules/validator/es/lib/util/merge.js.map +1 -0
- package/dist/es/{react-editor/node_modules → node_modules}/validator/lib/isFQDN.js +1 -1
- package/dist/es/node_modules/validator/lib/isFQDN.js.map +1 -0
- package/dist/es/{react-editor/node_modules → node_modules}/validator/lib/isIP.js +1 -1
- package/dist/es/node_modules/validator/lib/isIP.js.map +1 -0
- package/dist/es/{react-editor/node_modules → node_modules}/validator/lib/isURL.js +1 -1
- package/dist/es/node_modules/validator/lib/isURL.js.map +1 -0
- package/dist/es/{react-editor/node_modules → node_modules}/validator/lib/util/assertString.js +1 -1
- package/dist/es/node_modules/validator/lib/util/assertString.js.map +1 -0
- package/dist/es/{react-editor/node_modules → node_modules}/validator/lib/util/merge.js +1 -1
- package/dist/es/node_modules/validator/lib/util/merge.js.map +1 -0
- package/dist/es/nodes/image.js +1 -1
- package/dist/es/plugins/emoji/index.js +2 -0
- package/dist/es/plugins/emoji/index.js.map +1 -1
- package/dist/es/plugins/hashtag/index.js +2 -0
- package/dist/es/plugins/hashtag/index.js.map +1 -1
- package/dist/es/plugins/mentions/index.js +2 -0
- package/dist/es/plugins/mentions/index.js.map +1 -1
- package/dist/es/utils/prefix-class-name.js +1 -1
- package/dist/index.d.ts +9 -4
- package/package.json +3 -1
- package/dist/cjs/react-components/dist/es/_virtual/_commonjsHelpers.js +0 -8
- package/dist/cjs/react-components/dist/es/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/cjs/react-components/dist/es/_virtual/index.js +0 -6
- package/dist/cjs/react-components/dist/es/_virtual/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/_virtual/index2.js +0 -6
- package/dist/cjs/react-components/dist/es/_virtual/index2.js.map +0 -1
- package/dist/cjs/react-components/dist/es/_virtual/react-is.development.js +0 -6
- package/dist/cjs/react-components/dist/es/_virtual/react-is.development.js.map +0 -1
- package/dist/cjs/react-components/dist/es/_virtual/react-is.production.min.js +0 -6
- package/dist/cjs/react-components/dist/es/_virtual/react-is.production.min.js.map +0 -1
- package/dist/cjs/react-components/dist/es/box/box.js +0 -47
- package/dist/cjs/react-components/dist/es/box/box.js.map +0 -1
- package/dist/cjs/react-components/dist/es/button/button.js +0 -774
- package/dist/cjs/react-components/dist/es/button/button.js.map +0 -1
- package/dist/cjs/react-components/dist/es/button/icon-button.js +0 -77
- package/dist/cjs/react-components/dist/es/button/icon-button.js.map +0 -1
- package/dist/cjs/react-components/dist/es/button/side-element.js +0 -199
- package/dist/cjs/react-components/dist/es/button/side-element.js.map +0 -1
- package/dist/cjs/react-components/dist/es/button/utils.js +0 -105
- package/dist/cjs/react-components/dist/es/button/utils.js.map +0 -1
- package/dist/cjs/react-components/dist/es/dialog/dialog.js +0 -197
- package/dist/cjs/react-components/dist/es/dialog/dialog.js.map +0 -1
- package/dist/cjs/react-components/dist/es/dropdown/dropdown.js +0 -195
- package/dist/cjs/react-components/dist/es/dropdown/dropdown.js.map +0 -1
- package/dist/cjs/react-components/dist/es/flex/flex.js +0 -98
- package/dist/cjs/react-components/dist/es/flex/flex.js.map +0 -1
- package/dist/cjs/react-components/dist/es/form-helper-text/form-helper-text.js +0 -76
- package/dist/cjs/react-components/dist/es/form-helper-text/form-helper-text.js.map +0 -1
- package/dist/cjs/react-components/dist/es/form-label/form-label.js +0 -176
- package/dist/cjs/react-components/dist/es/form-label/form-label.js.map +0 -1
- package/dist/cjs/react-components/dist/es/input/form-input.js +0 -159
- package/dist/cjs/react-components/dist/es/input/form-input.js.map +0 -1
- package/dist/cjs/react-components/dist/es/input/input.js +0 -377
- package/dist/cjs/react-components/dist/es/input/input.js.map +0 -1
- package/dist/cjs/react-components/dist/es/link/link.js +0 -58
- package/dist/cjs/react-components/dist/es/link/link.js.map +0 -1
- package/dist/cjs/react-components/dist/es/loader/circle.js +0 -204
- package/dist/cjs/react-components/dist/es/loader/circle.js.map +0 -1
- package/dist/cjs/react-components/dist/es/loader/line.js +0 -130
- package/dist/cjs/react-components/dist/es/loader/line.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/extends.js +0 -21
- package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/extends.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -14
- package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -19
- package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -14
- package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -788
- package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -612
- package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -299
- package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -146
- package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/utils/dom/dist/floating-ui.utils.dom.js +0 -148
- package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/utils/dom/dist/floating-ui.utils.dom.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/primitive/dist/index.js +0 -14
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/primitive/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js +0 -48
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-collection/dist/index.js +0 -71
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-collection/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -41
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-context/dist/index.js +0 -102
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js +0 -354
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-direction/dist/index.js +0 -33
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-direction/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -234
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +0 -303
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -48
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -229
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-id/dist/index.js +0 -37
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-id/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-label/dist/index.js +0 -47
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-label/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-menu/dist/index.js +0 -847
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-menu/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-popper/dist/index.js +0 -309
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-popper/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-portal/dist/index.js +0 -39
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-portal/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-presence/dist/index.js +0 -142
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-presence/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js +0 -65
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js +0 -246
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-slot/dist/index.js +0 -104
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js +0 -509
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -34
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -68
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -40
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -29
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js +0 -62
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js +0 -58
- package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/@stitches/react/dist/index.js +0 -9
- package/dist/cjs/react-components/dist/es/node_modules/@stitches/react/dist/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/aria-hidden/dist/es2015/index.js +0 -134
- package/dist/cjs/react-components/dist/es/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/dom-helpers/esm/addClass.js +0 -19
- package/dist/cjs/react-components/dist/es/node_modules/dom-helpers/esm/addClass.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/dom-helpers/esm/hasClass.js +0 -17
- package/dist/cjs/react-components/dist/es/node_modules/dom-helpers/esm/hasClass.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/dom-helpers/esm/removeClass.js +0 -27
- package/dist/cjs/react-components/dist/es/node_modules/dom-helpers/esm/removeClass.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/get-nonce/dist/es2015/index.js +0 -11
- package/dist/cjs/react-components/dist/es/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/object-assign/index.js +0 -102
- package/dist/cjs/react-components/dist/es/node_modules/object-assign/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/checkPropTypes.js +0 -118
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/checkPropTypes.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/factoryWithThrowingShims.js +0 -77
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/factoryWithThrowingShims.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/factoryWithTypeCheckers.js +0 -628
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/factoryWithTypeCheckers.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/index.js +0 -35
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -24
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/lib/has.js +0 -14
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/lib/has.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -193
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -29
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/node_modules/react-is/index.js +0 -22
- package/dist/cjs/react-components/dist/es/node_modules/prop-types/node_modules/react-is/index.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -34
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -184
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -60
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -24
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -110
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -8
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -12
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -80
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -16
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -35
- package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/component.js +0 -22
- package/dist/cjs/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/hook.js +0 -47
- package/dist/cjs/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -54
- package/dist/cjs/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/CSSTransition.js +0 -419
- package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/CSSTransition.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/Transition.js +0 -637
- package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/Transition.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/TransitionGroupContext.js +0 -10
- package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/TransitionGroupContext.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/config.js +0 -10
- package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/config.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/utils/PropTypes.js +0 -25
- package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/utils/PropTypes.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/utils/reflow.js +0 -8
- package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/utils/reflow.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/tslib/tslib.es6.js +0 -55
- package/dist/cjs/react-components/dist/es/node_modules/tslib/tslib.es6.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -27
- package/dist/cjs/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -25
- package/dist/cjs/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -45
- package/dist/cjs/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/use-sidecar/dist/es2015/exports.js +0 -43
- package/dist/cjs/react-components/dist/es/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
- package/dist/cjs/react-components/dist/es/node_modules/use-sidecar/dist/es2015/medium.js +0 -80
- package/dist/cjs/react-components/dist/es/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
- package/dist/cjs/react-components/dist/es/packages/react-components/node_modules/clsx/dist/clsx.js.map +0 -1
- package/dist/cjs/react-components/dist/es/packages/react-icons/dist/es/icons/info.js +0 -97
- package/dist/cjs/react-components/dist/es/packages/react-icons/dist/es/icons/info.js.map +0 -1
- package/dist/cjs/react-components/dist/es/stitches.config.js +0 -392
- package/dist/cjs/react-components/dist/es/stitches.config.js.map +0 -1
- package/dist/cjs/react-components/dist/es/text/text.js +0 -117
- package/dist/cjs/react-components/dist/es/text/text.js.map +0 -1
- package/dist/cjs/react-components/dist/es/tooltip/tooltip.js +0 -156
- package/dist/cjs/react-components/dist/es/tooltip/tooltip.js.map +0 -1
- package/dist/cjs/react-components/dist/es/utils/prefix-class-name.js +0 -10
- package/dist/cjs/react-components/dist/es/utils/prefix-class-name.js.map +0 -1
- package/dist/cjs/react-editor/node_modules/clsx/dist/clsx.js +0 -9
- package/dist/cjs/react-editor/node_modules/clsx/dist/clsx.js.map +0 -1
- package/dist/cjs/react-editor/node_modules/validator/es/lib/isFQDN.js.map +0 -1
- package/dist/cjs/react-editor/node_modules/validator/es/lib/isIP.js.map +0 -1
- package/dist/cjs/react-editor/node_modules/validator/es/lib/isURL.js.map +0 -1
- package/dist/cjs/react-editor/node_modules/validator/es/lib/util/assertString.js.map +0 -1
- package/dist/cjs/react-editor/node_modules/validator/es/lib/util/merge.js.map +0 -1
- package/dist/cjs/react-editor/node_modules/validator/lib/isFQDN.js.map +0 -1
- package/dist/cjs/react-editor/node_modules/validator/lib/isIP.js.map +0 -1
- package/dist/cjs/react-editor/node_modules/validator/lib/isURL.js.map +0 -1
- package/dist/cjs/react-editor/node_modules/validator/lib/util/assertString.js.map +0 -1
- package/dist/cjs/react-editor/node_modules/validator/lib/util/merge.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/bold.js +0 -86
- package/dist/cjs/react-icons/dist/es/icons/bold.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/close.js +0 -86
- package/dist/cjs/react-icons/dist/es/icons/close.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/code-block.js +0 -78
- package/dist/cjs/react-icons/dist/es/icons/code-block.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/code.js +0 -96
- package/dist/cjs/react-icons/dist/es/icons/code.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/delete.js +0 -116
- package/dist/cjs/react-icons/dist/es/icons/delete.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/italics.js +0 -96
- package/dist/cjs/react-icons/dist/es/icons/italics.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/link.js +0 -86
- package/dist/cjs/react-icons/dist/es/icons/link.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/ordered-list.js +0 -86
- package/dist/cjs/react-icons/dist/es/icons/ordered-list.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/pencil.js +0 -86
- package/dist/cjs/react-icons/dist/es/icons/pencil.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/text-align-center.js +0 -74
- package/dist/cjs/react-icons/dist/es/icons/text-align-center.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/text-align-justify.js +0 -74
- package/dist/cjs/react-icons/dist/es/icons/text-align-justify.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/text-align-left.js +0 -74
- package/dist/cjs/react-icons/dist/es/icons/text-align-left.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/text-align-right.js +0 -74
- package/dist/cjs/react-icons/dist/es/icons/text-align-right.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/text-format.js +0 -78
- package/dist/cjs/react-icons/dist/es/icons/text-format.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/underline.js +0 -77
- package/dist/cjs/react-icons/dist/es/icons/underline.js.map +0 -1
- package/dist/cjs/react-icons/dist/es/icons/unordered-list.js +0 -126
- package/dist/cjs/react-icons/dist/es/icons/unordered-list.js.map +0 -1
- package/dist/es/react-components/dist/es/_virtual/_commonjsHelpers.js +0 -6
- package/dist/es/react-components/dist/es/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/es/react-components/dist/es/_virtual/index.js +0 -4
- package/dist/es/react-components/dist/es/_virtual/index.js.map +0 -1
- package/dist/es/react-components/dist/es/_virtual/index2.js +0 -4
- package/dist/es/react-components/dist/es/_virtual/index2.js.map +0 -1
- package/dist/es/react-components/dist/es/_virtual/react-is.development.js +0 -4
- package/dist/es/react-components/dist/es/_virtual/react-is.development.js.map +0 -1
- package/dist/es/react-components/dist/es/_virtual/react-is.production.min.js +0 -4
- package/dist/es/react-components/dist/es/_virtual/react-is.production.min.js.map +0 -1
- package/dist/es/react-components/dist/es/box/box.js +0 -45
- package/dist/es/react-components/dist/es/box/box.js.map +0 -1
- package/dist/es/react-components/dist/es/button/button.js +0 -772
- package/dist/es/react-components/dist/es/button/button.js.map +0 -1
- package/dist/es/react-components/dist/es/button/icon-button.js +0 -75
- package/dist/es/react-components/dist/es/button/icon-button.js.map +0 -1
- package/dist/es/react-components/dist/es/button/side-element.js +0 -197
- package/dist/es/react-components/dist/es/button/side-element.js.map +0 -1
- package/dist/es/react-components/dist/es/button/utils.js +0 -100
- package/dist/es/react-components/dist/es/button/utils.js.map +0 -1
- package/dist/es/react-components/dist/es/dialog/dialog.js +0 -193
- package/dist/es/react-components/dist/es/dialog/dialog.js.map +0 -1
- package/dist/es/react-components/dist/es/dropdown/dropdown.js +0 -190
- package/dist/es/react-components/dist/es/dropdown/dropdown.js.map +0 -1
- package/dist/es/react-components/dist/es/flex/flex.js +0 -96
- package/dist/es/react-components/dist/es/flex/flex.js.map +0 -1
- package/dist/es/react-components/dist/es/form-helper-text/form-helper-text.js +0 -74
- package/dist/es/react-components/dist/es/form-helper-text/form-helper-text.js.map +0 -1
- package/dist/es/react-components/dist/es/form-label/form-label.js +0 -174
- package/dist/es/react-components/dist/es/form-label/form-label.js.map +0 -1
- package/dist/es/react-components/dist/es/input/form-input.js +0 -157
- package/dist/es/react-components/dist/es/input/form-input.js.map +0 -1
- package/dist/es/react-components/dist/es/input/input.js +0 -374
- package/dist/es/react-components/dist/es/input/input.js.map +0 -1
- package/dist/es/react-components/dist/es/link/link.js +0 -56
- package/dist/es/react-components/dist/es/link/link.js.map +0 -1
- package/dist/es/react-components/dist/es/loader/circle.js +0 -202
- package/dist/es/react-components/dist/es/loader/circle.js.map +0 -1
- package/dist/es/react-components/dist/es/loader/line.js +0 -128
- package/dist/es/react-components/dist/es/loader/line.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/extends.js +0 -17
- package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/extends.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -10
- package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -15
- package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -10
- package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -777
- package/dist/es/react-components/dist/es/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -600
- package/dist/es/react-components/dist/es/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -269
- package/dist/es/react-components/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -123
- package/dist/es/react-components/dist/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@floating-ui/utils/dom/dist/floating-ui.utils.dom.js +0 -129
- package/dist/es/react-components/dist/es/node_modules/@floating-ui/utils/dom/dist/floating-ui.utils.dom.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/primitive/dist/index.js +0 -12
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/primitive/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js +0 -26
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-collection/dist/index.js +0 -69
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-collection/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -19
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-context/dist/index.js +0 -80
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js +0 -318
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-direction/dist/index.js +0 -12
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-direction/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -212
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +0 -254
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -27
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -208
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-id/dist/index.js +0 -16
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-id/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-label/dist/index.js +0 -25
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-label/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-menu/dist/index.js +0 -796
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-menu/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-popper/dist/index.js +0 -280
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-popper/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-portal/dist/index.js +0 -18
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-portal/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-presence/dist/index.js +0 -120
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-presence/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js +0 -42
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js +0 -221
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-slot/dist/index.js +0 -82
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js +0 -476
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -13
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -47
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -19
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -8
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js +0 -41
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js +0 -36
- package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/@stitches/react/dist/index.js +0 -6
- package/dist/es/react-components/dist/es/node_modules/@stitches/react/dist/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/aria-hidden/dist/es2015/index.js +0 -132
- package/dist/es/react-components/dist/es/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/dom-helpers/esm/addClass.js +0 -15
- package/dist/es/react-components/dist/es/node_modules/dom-helpers/esm/addClass.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/dom-helpers/esm/hasClass.js +0 -13
- package/dist/es/react-components/dist/es/node_modules/dom-helpers/esm/hasClass.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/dom-helpers/esm/removeClass.js +0 -23
- package/dist/es/react-components/dist/es/node_modules/dom-helpers/esm/removeClass.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/get-nonce/dist/es2015/index.js +0 -9
- package/dist/es/react-components/dist/es/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/object-assign/index.js +0 -100
- package/dist/es/react-components/dist/es/node_modules/object-assign/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/prop-types/checkPropTypes.js +0 -116
- package/dist/es/react-components/dist/es/node_modules/prop-types/checkPropTypes.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/prop-types/factoryWithThrowingShims.js +0 -75
- package/dist/es/react-components/dist/es/node_modules/prop-types/factoryWithThrowingShims.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/prop-types/factoryWithTypeCheckers.js +0 -626
- package/dist/es/react-components/dist/es/node_modules/prop-types/factoryWithTypeCheckers.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/prop-types/index.js +0 -31
- package/dist/es/react-components/dist/es/node_modules/prop-types/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -22
- package/dist/es/react-components/dist/es/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/prop-types/lib/has.js +0 -12
- package/dist/es/react-components/dist/es/node_modules/prop-types/lib/has.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -191
- package/dist/es/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -27
- package/dist/es/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/prop-types/node_modules/react-is/index.js +0 -20
- package/dist/es/react-components/dist/es/node_modules/prop-types/node_modules/react-is/index.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -11
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -161
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -39
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -22
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -107
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -6
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -8
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -57
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -11
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -32
- package/dist/es/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/component.js +0 -20
- package/dist/es/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/hook.js +0 -26
- package/dist/es/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -52
- package/dist/es/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/CSSTransition.js +0 -415
- package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/CSSTransition.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/Transition.js +0 -628
- package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/Transition.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/TransitionGroupContext.js +0 -6
- package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/TransitionGroupContext.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/config.js +0 -6
- package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/config.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/utils/PropTypes.js +0 -22
- package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/utils/PropTypes.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/utils/reflow.js +0 -6
- package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/utils/reflow.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/tslib/tslib.es6.js +0 -52
- package/dist/es/react-components/dist/es/node_modules/tslib/tslib.es6.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -25
- package/dist/es/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -23
- package/dist/es/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -43
- package/dist/es/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/use-sidecar/dist/es2015/exports.js +0 -22
- package/dist/es/react-components/dist/es/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
- package/dist/es/react-components/dist/es/node_modules/use-sidecar/dist/es2015/medium.js +0 -78
- package/dist/es/react-components/dist/es/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
- package/dist/es/react-components/dist/es/packages/react-components/node_modules/clsx/dist/clsx.js.map +0 -1
- package/dist/es/react-components/dist/es/packages/react-icons/dist/es/icons/info.js +0 -95
- package/dist/es/react-components/dist/es/packages/react-icons/dist/es/icons/info.js.map +0 -1
- package/dist/es/react-components/dist/es/stitches.config.js +0 -379
- package/dist/es/react-components/dist/es/stitches.config.js.map +0 -1
- package/dist/es/react-components/dist/es/text/text.js +0 -115
- package/dist/es/react-components/dist/es/text/text.js.map +0 -1
- package/dist/es/react-components/dist/es/tooltip/tooltip.js +0 -153
- package/dist/es/react-components/dist/es/tooltip/tooltip.js.map +0 -1
- package/dist/es/react-components/dist/es/utils/prefix-class-name.js +0 -8
- package/dist/es/react-components/dist/es/utils/prefix-class-name.js.map +0 -1
- package/dist/es/react-editor/node_modules/clsx/dist/clsx.js +0 -4
- package/dist/es/react-editor/node_modules/clsx/dist/clsx.js.map +0 -1
- package/dist/es/react-editor/node_modules/validator/es/lib/isFQDN.js.map +0 -1
- package/dist/es/react-editor/node_modules/validator/es/lib/isIP.js.map +0 -1
- package/dist/es/react-editor/node_modules/validator/es/lib/isURL.js.map +0 -1
- package/dist/es/react-editor/node_modules/validator/es/lib/util/assertString.js.map +0 -1
- package/dist/es/react-editor/node_modules/validator/es/lib/util/merge.js.map +0 -1
- package/dist/es/react-editor/node_modules/validator/lib/isFQDN.js.map +0 -1
- package/dist/es/react-editor/node_modules/validator/lib/isIP.js.map +0 -1
- package/dist/es/react-editor/node_modules/validator/lib/isURL.js.map +0 -1
- package/dist/es/react-editor/node_modules/validator/lib/util/assertString.js.map +0 -1
- package/dist/es/react-editor/node_modules/validator/lib/util/merge.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/bold.js +0 -84
- package/dist/es/react-icons/dist/es/icons/bold.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/close.js +0 -84
- package/dist/es/react-icons/dist/es/icons/close.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/code-block.js +0 -76
- package/dist/es/react-icons/dist/es/icons/code-block.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/code.js +0 -94
- package/dist/es/react-icons/dist/es/icons/code.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/delete.js +0 -114
- package/dist/es/react-icons/dist/es/icons/delete.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/italics.js +0 -94
- package/dist/es/react-icons/dist/es/icons/italics.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/link.js +0 -84
- package/dist/es/react-icons/dist/es/icons/link.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/ordered-list.js +0 -84
- package/dist/es/react-icons/dist/es/icons/ordered-list.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/pencil.js +0 -84
- package/dist/es/react-icons/dist/es/icons/pencil.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/text-align-center.js +0 -72
- package/dist/es/react-icons/dist/es/icons/text-align-center.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/text-align-justify.js +0 -72
- package/dist/es/react-icons/dist/es/icons/text-align-justify.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/text-align-left.js +0 -72
- package/dist/es/react-icons/dist/es/icons/text-align-left.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/text-align-right.js +0 -72
- package/dist/es/react-icons/dist/es/icons/text-align-right.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/text-format.js +0 -76
- package/dist/es/react-icons/dist/es/icons/text-format.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/underline.js +0 -75
- package/dist/es/react-icons/dist/es/icons/underline.js.map +0 -1
- package/dist/es/react-icons/dist/es/icons/unordered-list.js +0 -124
- package/dist/es/react-icons/dist/es/icons/unordered-list.js.map +0 -1
- /package/dist/cjs/{react-components/dist/es/packages/react-components/node_modules → node_modules}/clsx/dist/clsx.js +0 -0
- /package/dist/cjs/{react-editor/node_modules → node_modules}/validator/es/lib/isFQDN.js +0 -0
- /package/dist/cjs/{react-editor/node_modules → node_modules}/validator/es/lib/isIP.js +0 -0
- /package/dist/cjs/{react-editor/node_modules → node_modules}/validator/es/lib/isURL.js +0 -0
- /package/dist/cjs/{react-editor/node_modules → node_modules}/validator/es/lib/util/assertString.js +0 -0
- /package/dist/cjs/{react-editor/node_modules → node_modules}/validator/es/lib/util/merge.js +0 -0
- /package/dist/es/{react-components/dist/es/packages/react-components/node_modules → node_modules}/clsx/dist/clsx.js +0 -0
- /package/dist/es/{react-editor/node_modules → node_modules}/validator/es/lib/isFQDN.js +0 -0
- /package/dist/es/{react-editor/node_modules → node_modules}/validator/es/lib/isIP.js +0 -0
- /package/dist/es/{react-editor/node_modules → node_modules}/validator/es/lib/isURL.js +0 -0
- /package/dist/es/{react-editor/node_modules → node_modules}/validator/es/lib/util/assertString.js +0 -0
- /package/dist/es/{react-editor/node_modules → node_modules}/validator/es/lib/util/merge.js +0 -0
@@ -1,379 +0,0 @@
|
|
1
|
-
import { createStitches as q } from './node_modules/@stitches/react/dist/index.js';
|
2
|
-
|
3
|
-
var __defProp = Object.defineProperty;
|
4
|
-
var __defProps = Object.defineProperties;
|
5
|
-
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
6
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
8
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
9
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
10
|
-
var __spreadValues = (a, b) => {
|
11
|
-
for (var prop in b || (b = {}))
|
12
|
-
if (__hasOwnProp.call(b, prop))
|
13
|
-
__defNormalProp(a, prop, b[prop]);
|
14
|
-
if (__getOwnPropSymbols)
|
15
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
16
|
-
if (__propIsEnum.call(b, prop))
|
17
|
-
__defNormalProp(a, prop, b[prop]);
|
18
|
-
}
|
19
|
-
return a;
|
20
|
-
};
|
21
|
-
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
22
|
-
const resetStyles = {
|
23
|
-
[`html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
|
24
|
-
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
|
25
|
-
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
|
26
|
-
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
|
27
|
-
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
|
28
|
-
embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output,
|
29
|
-
ruby, section, summary, time, mark, audio, video`]: {
|
30
|
-
margin: "0",
|
31
|
-
padding: "0",
|
32
|
-
border: "0",
|
33
|
-
fontSize: "100%",
|
34
|
-
verticalAlign: "baseline"
|
35
|
-
},
|
36
|
-
"article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section": {
|
37
|
-
display: "block"
|
38
|
-
},
|
39
|
-
"*[hidden]": {
|
40
|
-
display: "none"
|
41
|
-
},
|
42
|
-
body: {
|
43
|
-
lineHeight: "1"
|
44
|
-
},
|
45
|
-
"ol, ul": {
|
46
|
-
listStyle: "none"
|
47
|
-
},
|
48
|
-
"blockquote, q": {
|
49
|
-
quotes: "none"
|
50
|
-
},
|
51
|
-
"blockquote:before, blockquote:after, q:before, q:after": {
|
52
|
-
content: ""
|
53
|
-
// eslint-disable-next-line no-dupe-keys
|
54
|
-
// content: 'none',
|
55
|
-
},
|
56
|
-
table: {
|
57
|
-
borderSpacing: "0"
|
58
|
-
}
|
59
|
-
};
|
60
|
-
const defaultTheme = {
|
61
|
-
colors: {
|
62
|
-
primary: "#2E666D",
|
63
|
-
secondary: "#363A43",
|
64
|
-
accent50: "#F3F3FF",
|
65
|
-
accent100: "#EAE9FE",
|
66
|
-
accent200: "#D7D6FE",
|
67
|
-
accent300: "#B9B5FD",
|
68
|
-
accent400: "#978CF9",
|
69
|
-
accent500: "#7158F5",
|
70
|
-
accent600: "#623BEC",
|
71
|
-
accent700: "#5329D8",
|
72
|
-
accent800: "#4622B5",
|
73
|
-
accent900: "#3B1E94",
|
74
|
-
primary50: "#E6F5F6",
|
75
|
-
primary100: "#B8E1E5",
|
76
|
-
primary200: "#8ACCD2",
|
77
|
-
primary300: "#5CB5BD",
|
78
|
-
primary400: "#2E9CA6",
|
79
|
-
primary500: "#00828D",
|
80
|
-
primary600: "#006B74",
|
81
|
-
primary700: "#00555C",
|
82
|
-
primary800: "#003E43",
|
83
|
-
primary900: "#00272A",
|
84
|
-
warning50: "#FFF6EF",
|
85
|
-
warning100: "#FEEAC7",
|
86
|
-
warning200: "#FDD28A",
|
87
|
-
warning300: "#FCBD4F",
|
88
|
-
warning400: "#FBAB24",
|
89
|
-
warning500: "#F59E0B",
|
90
|
-
warning600: "#DB8D06",
|
91
|
-
warning700: "#B47409",
|
92
|
-
warning800: "#92610E",
|
93
|
-
warning900: "#78510F",
|
94
|
-
highlight50: "#FFFCDA",
|
95
|
-
highlight100: "#FFF7AD",
|
96
|
-
highlight200: "#FFF27D",
|
97
|
-
highlight300: "#FFED4B",
|
98
|
-
highlight400: "#FFE81A",
|
99
|
-
highlight500: "#E6CF00",
|
100
|
-
highlight600: "#B3A100",
|
101
|
-
highlight700: "#807300",
|
102
|
-
highlight800: "#786B03",
|
103
|
-
highlight900: "#6A5F00",
|
104
|
-
positive50: "#F4FAF1",
|
105
|
-
positive100: "#E8F4E3",
|
106
|
-
positive200: "#D4E8CA",
|
107
|
-
positive300: "#A8D291",
|
108
|
-
positive400: "#67B034",
|
109
|
-
positive500: "#5EA130",
|
110
|
-
positive600: "#55932A",
|
111
|
-
positive700: "#4C8425",
|
112
|
-
positive800: "#437720",
|
113
|
-
positive900: "#3C691C",
|
114
|
-
secondary50: "#F4F6F7",
|
115
|
-
secondary100: "#E2E6EB",
|
116
|
-
secondary200: "#C9CFD8",
|
117
|
-
secondary300: "#A3AEBD",
|
118
|
-
secondary400: "#76859A",
|
119
|
-
secondary500: "#64748B",
|
120
|
-
secondary600: "#4E596C",
|
121
|
-
secondary700: "#444B5A",
|
122
|
-
secondary800: "#3D424D",
|
123
|
-
secondary900: "#363A43",
|
124
|
-
negative50: "#FFF6F3",
|
125
|
-
negative100: "#FDEDE8",
|
126
|
-
negative200: "#FFDAD0",
|
127
|
-
negative300: "#FFB4A1",
|
128
|
-
negative400: "#FA7659",
|
129
|
-
negative500: "#F65633",
|
130
|
-
negative600: "#E75030",
|
131
|
-
negative700: "#D14729",
|
132
|
-
negative800: "#BC4024",
|
133
|
-
negative900: "#A9371E",
|
134
|
-
neutral50: "#F8F8F8",
|
135
|
-
neutral100: "#F1F1F1",
|
136
|
-
neutral200: "#E2E2E2",
|
137
|
-
neutral300: "#C6C6C6",
|
138
|
-
neutral400: "#9E9E9E",
|
139
|
-
neutral500: "#919191",
|
140
|
-
neutral600: "#848484",
|
141
|
-
neutral700: "#757575",
|
142
|
-
neutral800: "#575757",
|
143
|
-
neutral900: "#111111",
|
144
|
-
black50: "#0000000A",
|
145
|
-
black100: "#00000014",
|
146
|
-
black200: "#0000001A",
|
147
|
-
black300: "#00000026",
|
148
|
-
black400: "#00000033",
|
149
|
-
black500: "#0000004D",
|
150
|
-
black600: "#00000080",
|
151
|
-
black700: "#000000B2",
|
152
|
-
black800: "#000000CC",
|
153
|
-
black900: "#000000",
|
154
|
-
white50: "#FFFFFF0D",
|
155
|
-
white100: "#FFFFFF14",
|
156
|
-
white200: "#FFFFFF1A",
|
157
|
-
white300: "#FFFFFF26",
|
158
|
-
white400: "#FFFFFF33",
|
159
|
-
white500: "#FFFFFF4D",
|
160
|
-
white600: "#FFFFFF80",
|
161
|
-
white700: "#FFFFFFB2",
|
162
|
-
white800: "#FFFFFFCC",
|
163
|
-
white900: "#FFFFFF"
|
164
|
-
},
|
165
|
-
space: {
|
166
|
-
1: "0.125rem",
|
167
|
-
2: "0.25rem",
|
168
|
-
3: "0.375rem",
|
169
|
-
4: "0.5rem",
|
170
|
-
5: "0.625rem",
|
171
|
-
6: "0.75rem",
|
172
|
-
7: "0.875rem",
|
173
|
-
8: "1rem",
|
174
|
-
9: "1.125rem",
|
175
|
-
10: "1.25rem",
|
176
|
-
11: "1.375rem",
|
177
|
-
12: "1.5rem",
|
178
|
-
13: "1.625rem",
|
179
|
-
14: "1.75rem",
|
180
|
-
15: "1.875rem",
|
181
|
-
16: "2rem",
|
182
|
-
17: "2.125rem",
|
183
|
-
18: "2.25rem",
|
184
|
-
19: "2.375rem",
|
185
|
-
20: "2.5rem",
|
186
|
-
21: "2.625rem",
|
187
|
-
22: "2.75rem",
|
188
|
-
23: "2.875rem",
|
189
|
-
24: "3rem",
|
190
|
-
25: "3.125rem",
|
191
|
-
26: "3.25rem",
|
192
|
-
27: "3.375rem",
|
193
|
-
28: "3.5rem",
|
194
|
-
29: "3.625rem",
|
195
|
-
30: "3.75rem",
|
196
|
-
31: "3.875rem",
|
197
|
-
32: "4rem",
|
198
|
-
33: "4.125rem",
|
199
|
-
34: "4.25rem",
|
200
|
-
35: "4.375rem",
|
201
|
-
36: "4.5rem",
|
202
|
-
37: "4.625rem",
|
203
|
-
38: "4.75rem",
|
204
|
-
39: "4.875rem",
|
205
|
-
40: "5rem",
|
206
|
-
41: "5.125rem",
|
207
|
-
42: "5.25rem",
|
208
|
-
43: "5.375rem",
|
209
|
-
44: "5.5rem",
|
210
|
-
45: "5.625rem",
|
211
|
-
46: "5.75rem",
|
212
|
-
47: "5.875rem",
|
213
|
-
48: "6rem",
|
214
|
-
49: "6.125rem",
|
215
|
-
50: "6.25rem"
|
216
|
-
},
|
217
|
-
fontSizes: {
|
218
|
-
xxs: "0.625rem",
|
219
|
-
xs: "0.75rem",
|
220
|
-
sm: "0.875rem",
|
221
|
-
md: "1rem",
|
222
|
-
lg: "1.2rem",
|
223
|
-
xl: "1.44rem",
|
224
|
-
"2xl": "1.728rem",
|
225
|
-
"3xl": "2.074rem",
|
226
|
-
"4xl": "2.488rem",
|
227
|
-
"5xl": "2.986rem"
|
228
|
-
},
|
229
|
-
fonts: {
|
230
|
-
body: "sytem-ui",
|
231
|
-
heading: "sans-serif"
|
232
|
-
},
|
233
|
-
fontWeights: {
|
234
|
-
1: "100",
|
235
|
-
2: "200",
|
236
|
-
3: "300",
|
237
|
-
4: "400",
|
238
|
-
5: "500",
|
239
|
-
6: "600",
|
240
|
-
7: "700",
|
241
|
-
8: "800",
|
242
|
-
9: "900"
|
243
|
-
},
|
244
|
-
lineHeights: {
|
245
|
-
xxs: "0.75rem",
|
246
|
-
xs: "1rem",
|
247
|
-
sm: "1.25rem",
|
248
|
-
md: "1.5rem",
|
249
|
-
lg: "1.75rem",
|
250
|
-
xl: "2rem",
|
251
|
-
"2xl": "2.5rem",
|
252
|
-
"3xl": "3rem",
|
253
|
-
"4xl": "4rem"
|
254
|
-
},
|
255
|
-
letterSpacings: {},
|
256
|
-
sizes: {
|
257
|
-
1: "4px",
|
258
|
-
2: "8px",
|
259
|
-
3: "12px",
|
260
|
-
4: "16px",
|
261
|
-
5: "20px",
|
262
|
-
6: "24px",
|
263
|
-
7: "28px",
|
264
|
-
8: "32px",
|
265
|
-
9: "36px",
|
266
|
-
10: "40px",
|
267
|
-
11: "44px",
|
268
|
-
12: "48px",
|
269
|
-
13: "52px",
|
270
|
-
14: "56px",
|
271
|
-
15: "60px",
|
272
|
-
16: "64px",
|
273
|
-
17: "68px",
|
274
|
-
18: "72px",
|
275
|
-
19: "76px",
|
276
|
-
20: "80px",
|
277
|
-
21: "84px",
|
278
|
-
22: "88px",
|
279
|
-
23: "92px",
|
280
|
-
24: "96px",
|
281
|
-
25: "100px",
|
282
|
-
26: "104px",
|
283
|
-
27: "108px",
|
284
|
-
28: "112px",
|
285
|
-
29: "116px",
|
286
|
-
30: "120px",
|
287
|
-
31: "124px",
|
288
|
-
32: "128px",
|
289
|
-
33: "132px",
|
290
|
-
34: "136px"
|
291
|
-
},
|
292
|
-
borderWidths: {
|
293
|
-
xs: "1px",
|
294
|
-
sm: "2px",
|
295
|
-
md: "3px",
|
296
|
-
lg: "4px",
|
297
|
-
xl: "5px"
|
298
|
-
},
|
299
|
-
borderStyles: {},
|
300
|
-
radii: {
|
301
|
-
none: "0px",
|
302
|
-
xs: "0.125rem",
|
303
|
-
sm: "0.25rem",
|
304
|
-
md: "0.375rem",
|
305
|
-
lg: "0.5rem",
|
306
|
-
xl: "0.75rem",
|
307
|
-
"2xl": "1rem",
|
308
|
-
"3xl": "1.25rem",
|
309
|
-
"4xl": "1.5rem",
|
310
|
-
round: "50%",
|
311
|
-
pill: "9999px"
|
312
|
-
},
|
313
|
-
shadows: {
|
314
|
-
sm: "0px 5px 15px rgba(0, 0, 0, 0.04)"
|
315
|
-
},
|
316
|
-
zIndices: {},
|
317
|
-
transitions: {
|
318
|
-
1: "0.1s",
|
319
|
-
2: "0.2s",
|
320
|
-
3: "0.3s"
|
321
|
-
}
|
322
|
-
};
|
323
|
-
const {
|
324
|
-
styled,
|
325
|
-
theme,
|
326
|
-
createTheme,
|
327
|
-
globalCss,
|
328
|
-
keyframes,
|
329
|
-
config,
|
330
|
-
reset,
|
331
|
-
css,
|
332
|
-
getCssText
|
333
|
-
} = q({
|
334
|
-
prefix: "twigs",
|
335
|
-
theme: defaultTheme,
|
336
|
-
utils: {
|
337
|
-
backgroundColorOpacity: ([value, opacity]) => ({
|
338
|
-
backgroundColor: hexToRgba(value, opacity)
|
339
|
-
}),
|
340
|
-
colorOpacity: ([value, opacity]) => ({
|
341
|
-
color: hexToRgba(value, opacity)
|
342
|
-
}),
|
343
|
-
borderColorOpacity: ([value, opacity]) => ({
|
344
|
-
borderColor: hexToRgba(value, opacity)
|
345
|
-
})
|
346
|
-
},
|
347
|
-
media: {
|
348
|
-
"screen-xxs": "(min-width: 320px)",
|
349
|
-
"screen-xs": "(min-width: 480px)",
|
350
|
-
"screen-sm": "(min-width: 640px)",
|
351
|
-
"screen-md": "(min-width: 768px)",
|
352
|
-
"screen-lg": "(min-width: 1024px)",
|
353
|
-
"screen-xl": "(min-width: 1280px)",
|
354
|
-
"screen-2xl": "(min-width: 1536px)"
|
355
|
-
}
|
356
|
-
});
|
357
|
-
globalCss(__spreadProps(__spreadValues({}, resetStyles), {
|
358
|
-
"*": {
|
359
|
-
margin: 0,
|
360
|
-
padding: 0,
|
361
|
-
"-webkit-font-smoothing": "antialiased"
|
362
|
-
},
|
363
|
-
"html, body, textarea, input, button, select, p, a": {
|
364
|
-
fontFamily: "$body"
|
365
|
-
},
|
366
|
-
"*, :before, :after": { boxSizing: "border-box" }
|
367
|
-
}));
|
368
|
-
function hexToRgba(hex, opacity) {
|
369
|
-
const color = theme.colors[hex.replace("$", "")];
|
370
|
-
if (!color)
|
371
|
-
return hex;
|
372
|
-
const r = parseInt(color.value.substring(1, 3), 16);
|
373
|
-
const g = parseInt(color.value.substring(3, 5), 16);
|
374
|
-
const b = parseInt(color.value.substring(5, 7), 16);
|
375
|
-
return `#${((1 << 24) + (r << 16) + (g << 8) + b).toString(16).slice(1)}${Math.round(opacity * 255).toString(16).padStart(2, "0")}`;
|
376
|
-
}
|
377
|
-
|
378
|
-
export { config, createTheme, css, defaultTheme, getCssText, globalCss, hexToRgba, keyframes, reset, resetStyles, styled, theme };
|
379
|
-
//# sourceMappingURL=stitches.config.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"stitches.config.js","sources":["../../../../../../react-components/dist/es/stitches.config.js"],"sourcesContent":["import { createStitches as q } from './node_modules/@stitches/react/dist/index.js';\n\nvar __defProp = Object.defineProperty;\nvar __defProps = Object.defineProperties;\nvar __getOwnPropDescs = Object.getOwnPropertyDescriptors;\nvar __getOwnPropSymbols = Object.getOwnPropertySymbols;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __propIsEnum = Object.prototype.propertyIsEnumerable;\nvar __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;\nvar __spreadValues = (a, b) => {\n for (var prop in b || (b = {}))\n if (__hasOwnProp.call(b, prop))\n __defNormalProp(a, prop, b[prop]);\n if (__getOwnPropSymbols)\n for (var prop of __getOwnPropSymbols(b)) {\n if (__propIsEnum.call(b, prop))\n __defNormalProp(a, prop, b[prop]);\n }\n return a;\n};\nvar __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));\nconst resetStyles = {\n [`html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,\n blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,\n img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,\n i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,\n caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,\n embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output,\n ruby, section, summary, time, mark, audio, video`]: {\n margin: \"0\",\n padding: \"0\",\n border: \"0\",\n fontSize: \"100%\",\n verticalAlign: \"baseline\"\n },\n \"article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section\": {\n display: \"block\"\n },\n \"*[hidden]\": {\n display: \"none\"\n },\n body: {\n lineHeight: \"1\"\n },\n \"ol, ul\": {\n listStyle: \"none\"\n },\n \"blockquote, q\": {\n quotes: \"none\"\n },\n \"blockquote:before, blockquote:after, q:before, q:after\": {\n content: \"\"\n // eslint-disable-next-line no-dupe-keys\n // content: 'none',\n },\n table: {\n borderSpacing: \"0\"\n }\n};\nconst defaultTheme = {\n colors: {\n primary: \"#2E666D\",\n secondary: \"#363A43\",\n accent50: \"#F3F3FF\",\n accent100: \"#EAE9FE\",\n accent200: \"#D7D6FE\",\n accent300: \"#B9B5FD\",\n accent400: \"#978CF9\",\n accent500: \"#7158F5\",\n accent600: \"#623BEC\",\n accent700: \"#5329D8\",\n accent800: \"#4622B5\",\n accent900: \"#3B1E94\",\n primary50: \"#E6F5F6\",\n primary100: \"#B8E1E5\",\n primary200: \"#8ACCD2\",\n primary300: \"#5CB5BD\",\n primary400: \"#2E9CA6\",\n primary500: \"#00828D\",\n primary600: \"#006B74\",\n primary700: \"#00555C\",\n primary800: \"#003E43\",\n primary900: \"#00272A\",\n warning50: \"#FFF6EF\",\n warning100: \"#FEEAC7\",\n warning200: \"#FDD28A\",\n warning300: \"#FCBD4F\",\n warning400: \"#FBAB24\",\n warning500: \"#F59E0B\",\n warning600: \"#DB8D06\",\n warning700: \"#B47409\",\n warning800: \"#92610E\",\n warning900: \"#78510F\",\n highlight50: \"#FFFCDA\",\n highlight100: \"#FFF7AD\",\n highlight200: \"#FFF27D\",\n highlight300: \"#FFED4B\",\n highlight400: \"#FFE81A\",\n highlight500: \"#E6CF00\",\n highlight600: \"#B3A100\",\n highlight700: \"#807300\",\n highlight800: \"#786B03\",\n highlight900: \"#6A5F00\",\n positive50: \"#F4FAF1\",\n positive100: \"#E8F4E3\",\n positive200: \"#D4E8CA\",\n positive300: \"#A8D291\",\n positive400: \"#67B034\",\n positive500: \"#5EA130\",\n positive600: \"#55932A\",\n positive700: \"#4C8425\",\n positive800: \"#437720\",\n positive900: \"#3C691C\",\n secondary50: \"#F4F6F7\",\n secondary100: \"#E2E6EB\",\n secondary200: \"#C9CFD8\",\n secondary300: \"#A3AEBD\",\n secondary400: \"#76859A\",\n secondary500: \"#64748B\",\n secondary600: \"#4E596C\",\n secondary700: \"#444B5A\",\n secondary800: \"#3D424D\",\n secondary900: \"#363A43\",\n negative50: \"#FFF6F3\",\n negative100: \"#FDEDE8\",\n negative200: \"#FFDAD0\",\n negative300: \"#FFB4A1\",\n negative400: \"#FA7659\",\n negative500: \"#F65633\",\n negative600: \"#E75030\",\n negative700: \"#D14729\",\n negative800: \"#BC4024\",\n negative900: \"#A9371E\",\n neutral50: \"#F8F8F8\",\n neutral100: \"#F1F1F1\",\n neutral200: \"#E2E2E2\",\n neutral300: \"#C6C6C6\",\n neutral400: \"#9E9E9E\",\n neutral500: \"#919191\",\n neutral600: \"#848484\",\n neutral700: \"#757575\",\n neutral800: \"#575757\",\n neutral900: \"#111111\",\n black50: \"#0000000A\",\n black100: \"#00000014\",\n black200: \"#0000001A\",\n black300: \"#00000026\",\n black400: \"#00000033\",\n black500: \"#0000004D\",\n black600: \"#00000080\",\n black700: \"#000000B2\",\n black800: \"#000000CC\",\n black900: \"#000000\",\n white50: \"#FFFFFF0D\",\n white100: \"#FFFFFF14\",\n white200: \"#FFFFFF1A\",\n white300: \"#FFFFFF26\",\n white400: \"#FFFFFF33\",\n white500: \"#FFFFFF4D\",\n white600: \"#FFFFFF80\",\n white700: \"#FFFFFFB2\",\n white800: \"#FFFFFFCC\",\n white900: \"#FFFFFF\"\n },\n space: {\n 1: \"0.125rem\",\n 2: \"0.25rem\",\n 3: \"0.375rem\",\n 4: \"0.5rem\",\n 5: \"0.625rem\",\n 6: \"0.75rem\",\n 7: \"0.875rem\",\n 8: \"1rem\",\n 9: \"1.125rem\",\n 10: \"1.25rem\",\n 11: \"1.375rem\",\n 12: \"1.5rem\",\n 13: \"1.625rem\",\n 14: \"1.75rem\",\n 15: \"1.875rem\",\n 16: \"2rem\",\n 17: \"2.125rem\",\n 18: \"2.25rem\",\n 19: \"2.375rem\",\n 20: \"2.5rem\",\n 21: \"2.625rem\",\n 22: \"2.75rem\",\n 23: \"2.875rem\",\n 24: \"3rem\",\n 25: \"3.125rem\",\n 26: \"3.25rem\",\n 27: \"3.375rem\",\n 28: \"3.5rem\",\n 29: \"3.625rem\",\n 30: \"3.75rem\",\n 31: \"3.875rem\",\n 32: \"4rem\",\n 33: \"4.125rem\",\n 34: \"4.25rem\",\n 35: \"4.375rem\",\n 36: \"4.5rem\",\n 37: \"4.625rem\",\n 38: \"4.75rem\",\n 39: \"4.875rem\",\n 40: \"5rem\",\n 41: \"5.125rem\",\n 42: \"5.25rem\",\n 43: \"5.375rem\",\n 44: \"5.5rem\",\n 45: \"5.625rem\",\n 46: \"5.75rem\",\n 47: \"5.875rem\",\n 48: \"6rem\",\n 49: \"6.125rem\",\n 50: \"6.25rem\"\n },\n fontSizes: {\n xxs: \"0.625rem\",\n xs: \"0.75rem\",\n sm: \"0.875rem\",\n md: \"1rem\",\n lg: \"1.2rem\",\n xl: \"1.44rem\",\n \"2xl\": \"1.728rem\",\n \"3xl\": \"2.074rem\",\n \"4xl\": \"2.488rem\",\n \"5xl\": \"2.986rem\"\n },\n fonts: {\n body: \"sytem-ui\",\n heading: \"sans-serif\"\n },\n fontWeights: {\n 1: \"100\",\n 2: \"200\",\n 3: \"300\",\n 4: \"400\",\n 5: \"500\",\n 6: \"600\",\n 7: \"700\",\n 8: \"800\",\n 9: \"900\"\n },\n lineHeights: {\n xxs: \"0.75rem\",\n xs: \"1rem\",\n sm: \"1.25rem\",\n md: \"1.5rem\",\n lg: \"1.75rem\",\n xl: \"2rem\",\n \"2xl\": \"2.5rem\",\n \"3xl\": \"3rem\",\n \"4xl\": \"4rem\"\n },\n letterSpacings: {},\n sizes: {\n 1: \"4px\",\n 2: \"8px\",\n 3: \"12px\",\n 4: \"16px\",\n 5: \"20px\",\n 6: \"24px\",\n 7: \"28px\",\n 8: \"32px\",\n 9: \"36px\",\n 10: \"40px\",\n 11: \"44px\",\n 12: \"48px\",\n 13: \"52px\",\n 14: \"56px\",\n 15: \"60px\",\n 16: \"64px\",\n 17: \"68px\",\n 18: \"72px\",\n 19: \"76px\",\n 20: \"80px\",\n 21: \"84px\",\n 22: \"88px\",\n 23: \"92px\",\n 24: \"96px\",\n 25: \"100px\",\n 26: \"104px\",\n 27: \"108px\",\n 28: \"112px\",\n 29: \"116px\",\n 30: \"120px\",\n 31: \"124px\",\n 32: \"128px\",\n 33: \"132px\",\n 34: \"136px\"\n },\n borderWidths: {\n xs: \"1px\",\n sm: \"2px\",\n md: \"3px\",\n lg: \"4px\",\n xl: \"5px\"\n },\n borderStyles: {},\n radii: {\n none: \"0px\",\n xs: \"0.125rem\",\n sm: \"0.25rem\",\n md: \"0.375rem\",\n lg: \"0.5rem\",\n xl: \"0.75rem\",\n \"2xl\": \"1rem\",\n \"3xl\": \"1.25rem\",\n \"4xl\": \"1.5rem\",\n round: \"50%\",\n pill: \"9999px\"\n },\n shadows: {\n sm: \"0px 5px 15px rgba(0, 0, 0, 0.04)\"\n },\n zIndices: {},\n transitions: {\n 1: \"0.1s\",\n 2: \"0.2s\",\n 3: \"0.3s\"\n }\n};\nconst {\n styled,\n theme,\n createTheme,\n globalCss,\n keyframes,\n config,\n reset,\n css,\n getCssText\n} = q({\n prefix: \"twigs\",\n theme: defaultTheme,\n utils: {\n backgroundColorOpacity: ([value, opacity]) => ({\n backgroundColor: hexToRgba(value, opacity)\n }),\n colorOpacity: ([value, opacity]) => ({\n color: hexToRgba(value, opacity)\n }),\n borderColorOpacity: ([value, opacity]) => ({\n borderColor: hexToRgba(value, opacity)\n })\n },\n media: {\n \"screen-xxs\": \"(min-width: 320px)\",\n \"screen-xs\": \"(min-width: 480px)\",\n \"screen-sm\": \"(min-width: 640px)\",\n \"screen-md\": \"(min-width: 768px)\",\n \"screen-lg\": \"(min-width: 1024px)\",\n \"screen-xl\": \"(min-width: 1280px)\",\n \"screen-2xl\": \"(min-width: 1536px)\"\n }\n});\nconst globalStyles = globalCss(__spreadProps(__spreadValues({}, resetStyles), {\n \"*\": {\n margin: 0,\n padding: 0,\n \"-webkit-font-smoothing\": \"antialiased\"\n },\n \"html, body, textarea, input, button, select, p, a\": {\n fontFamily: \"$body\"\n },\n \"*, :before, :after\": { boxSizing: \"border-box\" }\n}));\nfunction hexToRgba(hex, opacity) {\n const color = theme.colors[hex.replace(\"$\", \"\")];\n if (!color)\n return hex;\n const r = parseInt(color.value.substring(1, 3), 16);\n const g = parseInt(color.value.substring(3, 5), 16);\n const b = parseInt(color.value.substring(5, 7), 16);\n return `#${((1 << 24) + (r << 16) + (g << 8) + b).toString(16).slice(1)}${Math.round(opacity * 255).toString(16).padStart(2, \"0\")}`;\n}\n\nexport { config, createTheme, css, defaultTheme, getCssText, globalCss, globalStyles, hexToRgba, keyframes, reset, resetStyles, styled, theme };\n//# sourceMappingURL=stitches.config.js.map\n"],"names":[],"mappings":"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"}
|
@@ -1,115 +0,0 @@
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
2
|
-
import React__default from 'react';
|
3
|
-
import { styled } from '../stitches.config.js';
|
4
|
-
|
5
|
-
var __defProp = Object.defineProperty;
|
6
|
-
var __defProps = Object.defineProperties;
|
7
|
-
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
8
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
9
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
10
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
11
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
12
|
-
var __spreadValues = (a, b) => {
|
13
|
-
for (var prop in b || (b = {}))
|
14
|
-
if (__hasOwnProp.call(b, prop))
|
15
|
-
__defNormalProp(a, prop, b[prop]);
|
16
|
-
if (__getOwnPropSymbols)
|
17
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
18
|
-
if (__propIsEnum.call(b, prop))
|
19
|
-
__defNormalProp(a, prop, b[prop]);
|
20
|
-
}
|
21
|
-
return a;
|
22
|
-
};
|
23
|
-
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
24
|
-
var __objRest = (source, exclude) => {
|
25
|
-
var target = {};
|
26
|
-
for (var prop in source)
|
27
|
-
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
28
|
-
target[prop] = source[prop];
|
29
|
-
if (source != null && __getOwnPropSymbols)
|
30
|
-
for (var prop of __getOwnPropSymbols(source)) {
|
31
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
32
|
-
target[prop] = source[prop];
|
33
|
-
}
|
34
|
-
return target;
|
35
|
-
};
|
36
|
-
const StyledText = styled("p", {
|
37
|
-
fontWeight: "$4",
|
38
|
-
color: "$text",
|
39
|
-
variants: {
|
40
|
-
size: {
|
41
|
-
xxs: {
|
42
|
-
fontSize: "$xxs",
|
43
|
-
lineHeight: "$xxs"
|
44
|
-
},
|
45
|
-
xs: {
|
46
|
-
fontSize: "$xs",
|
47
|
-
lineHeight: "$xs"
|
48
|
-
},
|
49
|
-
sm: {
|
50
|
-
fontSize: "$sm",
|
51
|
-
lineHeight: "$sm"
|
52
|
-
},
|
53
|
-
md: {
|
54
|
-
fontSize: "$md",
|
55
|
-
lineHeight: "$md"
|
56
|
-
},
|
57
|
-
lg: {
|
58
|
-
fontSize: "$lg",
|
59
|
-
lineHeight: "$lg"
|
60
|
-
}
|
61
|
-
},
|
62
|
-
weight: {
|
63
|
-
regular: {
|
64
|
-
fontWeight: "$4"
|
65
|
-
},
|
66
|
-
medium: {
|
67
|
-
fontWeight: "$5"
|
68
|
-
},
|
69
|
-
bold: {
|
70
|
-
fontWeight: "$7"
|
71
|
-
}
|
72
|
-
},
|
73
|
-
truncate: {
|
74
|
-
true: {
|
75
|
-
overflow: "hidden",
|
76
|
-
textOverflow: "ellipsis",
|
77
|
-
whiteSpace: "nowrap"
|
78
|
-
}
|
79
|
-
}
|
80
|
-
},
|
81
|
-
defaultVariants: {
|
82
|
-
size: "sm",
|
83
|
-
weight: "regular"
|
84
|
-
}
|
85
|
-
});
|
86
|
-
const Text = React__default.forwardRef((_a, ref) => {
|
87
|
-
var _b = _a, {
|
88
|
-
children,
|
89
|
-
showLines,
|
90
|
-
css
|
91
|
-
} = _b, rest = __objRest(_b, [
|
92
|
-
"children",
|
93
|
-
"showLines",
|
94
|
-
"css"
|
95
|
-
]);
|
96
|
-
return /* @__PURE__ */ jsx(
|
97
|
-
StyledText,
|
98
|
-
__spreadProps(__spreadValues({
|
99
|
-
"data-testid": "text"
|
100
|
-
}, rest), {
|
101
|
-
ref,
|
102
|
-
css: __spreadValues(__spreadValues({}, css), showLines && {
|
103
|
-
overflow: "hidden",
|
104
|
-
textOverflow: "ellipsis",
|
105
|
-
display: "-webkit-box",
|
106
|
-
"-webkit-line-clamp": showLines,
|
107
|
-
"-webkit-box-orient": "vertical"
|
108
|
-
}),
|
109
|
-
children
|
110
|
-
})
|
111
|
-
);
|
112
|
-
});
|
113
|
-
|
114
|
-
export { Text };
|
115
|
-
//# sourceMappingURL=text.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"text.js","sources":["../../../../../../../react-components/dist/es/text/text.js"],"sourcesContent":["import { jsx } from 'react/jsx-runtime';\nimport React__default from 'react';\nimport { styled } from '../stitches.config.js';\n\nvar __defProp = Object.defineProperty;\nvar __defProps = Object.defineProperties;\nvar __getOwnPropDescs = Object.getOwnPropertyDescriptors;\nvar __getOwnPropSymbols = Object.getOwnPropertySymbols;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __propIsEnum = Object.prototype.propertyIsEnumerable;\nvar __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;\nvar __spreadValues = (a, b) => {\n for (var prop in b || (b = {}))\n if (__hasOwnProp.call(b, prop))\n __defNormalProp(a, prop, b[prop]);\n if (__getOwnPropSymbols)\n for (var prop of __getOwnPropSymbols(b)) {\n if (__propIsEnum.call(b, prop))\n __defNormalProp(a, prop, b[prop]);\n }\n return a;\n};\nvar __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));\nvar __objRest = (source, exclude) => {\n var target = {};\n for (var prop in source)\n if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)\n target[prop] = source[prop];\n if (source != null && __getOwnPropSymbols)\n for (var prop of __getOwnPropSymbols(source)) {\n if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))\n target[prop] = source[prop];\n }\n return target;\n};\nconst StyledText = styled(\"p\", {\n fontWeight: \"$4\",\n color: \"$text\",\n variants: {\n size: {\n xxs: {\n fontSize: \"$xxs\",\n lineHeight: \"$xxs\"\n },\n xs: {\n fontSize: \"$xs\",\n lineHeight: \"$xs\"\n },\n sm: {\n fontSize: \"$sm\",\n lineHeight: \"$sm\"\n },\n md: {\n fontSize: \"$md\",\n lineHeight: \"$md\"\n },\n lg: {\n fontSize: \"$lg\",\n lineHeight: \"$lg\"\n }\n },\n weight: {\n regular: {\n fontWeight: \"$4\"\n },\n medium: {\n fontWeight: \"$5\"\n },\n bold: {\n fontWeight: \"$7\"\n }\n },\n truncate: {\n true: {\n overflow: \"hidden\",\n textOverflow: \"ellipsis\",\n whiteSpace: \"nowrap\"\n }\n }\n },\n defaultVariants: {\n size: \"sm\",\n weight: \"regular\"\n }\n});\nconst Text = React__default.forwardRef((_a, ref) => {\n var _b = _a, {\n children,\n showLines,\n css\n } = _b, rest = __objRest(_b, [\n \"children\",\n \"showLines\",\n \"css\"\n ]);\n return /* @__PURE__ */ jsx(\n StyledText,\n __spreadProps(__spreadValues({\n \"data-testid\": \"text\"\n }, rest), {\n ref,\n css: __spreadValues(__spreadValues({}, css), showLines && {\n overflow: \"hidden\",\n textOverflow: \"ellipsis\",\n display: \"-webkit-box\",\n \"-webkit-line-clamp\": showLines,\n \"-webkit-box-orient\": \"vertical\"\n }),\n children\n })\n );\n});\n\nexport { Text };\n//# sourceMappingURL=text.js.map\n"],"names":[],"mappings":"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"}
|