@salutejs/plasma-new-hope 0.174.0-canary.1511.11518967304.0 → 0.174.1-canary.1512.11549467998.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Drawer/Drawer.js +2 -1
- package/cjs/components/Drawer/Drawer.js.map +1 -1
- package/cjs/components/Dropdown/ui/DropdownOld/DropdownOld.js +2 -1
- package/cjs/components/Dropdown/ui/DropdownOld/DropdownOld.js.map +1 -1
- package/cjs/components/Popover/Popover.js +2 -1
- package/cjs/components/Popover/Popover.js.map +1 -1
- package/cjs/components/ViewContainer/ViewContainer.js +38 -0
- package/cjs/components/ViewContainer/ViewContainer.js.map +1 -0
- package/cjs/components/ViewContainer/ViewContainer_yiqfcb.css +1 -0
- package/cjs/components/{NumberInput/variations → ViewContainer}/_view/base.js +2 -2
- package/cjs/components/ViewContainer/_view/base.js.map +1 -0
- package/cjs/index.css +1 -24
- package/cjs/index.js +3 -6
- package/cjs/index.js.map +1 -1
- package/emotion/cjs/components/Drawer/Drawer.js +4 -3
- package/emotion/cjs/components/Dropdown/ui/DropdownOld/DropdownOld.js +2 -1
- package/emotion/cjs/components/Popover/Popover.js +2 -1
- package/emotion/cjs/components/ViewContainer/ViewContainer.js +49 -0
- package/emotion/cjs/components/ViewContainer/ViewContainer.template-doc.mdx +82 -0
- package/emotion/cjs/components/ViewContainer/_view/base.js +8 -0
- package/emotion/cjs/components/ViewContainer/_view/tokens.json +1 -0
- package/emotion/cjs/components/ViewContainer/index.js +18 -0
- package/emotion/cjs/examples/_helpers.js +3 -14
- package/emotion/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.js +16 -0
- package/emotion/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.js +11 -0
- package/emotion/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +65 -0
- package/emotion/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.config.js +16 -0
- package/emotion/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.js +11 -0
- package/emotion/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +65 -0
- package/emotion/cjs/index.js +4 -4
- package/emotion/es/components/Drawer/Drawer.js +2 -1
- package/emotion/es/components/Dropdown/ui/DropdownOld/DropdownOld.js +2 -1
- package/emotion/es/components/Popover/Popover.js +2 -1
- package/emotion/es/components/ViewContainer/ViewContainer.js +40 -0
- package/emotion/es/components/ViewContainer/ViewContainer.template-doc.mdx +82 -0
- package/emotion/es/components/ViewContainer/_view/base.js +2 -0
- package/emotion/es/components/ViewContainer/_view/tokens.json +1 -0
- package/emotion/es/components/ViewContainer/index.js +1 -0
- package/emotion/es/examples/_helpers.js +3 -14
- package/emotion/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.js +10 -0
- package/emotion/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.js +5 -0
- package/emotion/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +65 -0
- package/emotion/es/examples/plasma_web/components/ViewContainer/ViewContainer.config.js +10 -0
- package/emotion/es/examples/plasma_web/components/ViewContainer/ViewContainer.js +5 -0
- package/emotion/es/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +65 -0
- package/emotion/es/index.js +1 -1
- package/es/components/Drawer/Drawer.js +2 -1
- package/es/components/Drawer/Drawer.js.map +1 -1
- package/es/components/Dropdown/ui/DropdownOld/DropdownOld.js +2 -1
- package/es/components/Dropdown/ui/DropdownOld/DropdownOld.js.map +1 -1
- package/es/components/Popover/Popover.js +2 -1
- package/es/components/Popover/Popover.js.map +1 -1
- package/es/components/ViewContainer/ViewContainer.js +33 -0
- package/es/components/ViewContainer/ViewContainer.js.map +1 -0
- package/es/components/ViewContainer/ViewContainer_yiqfcb.css +1 -0
- package/es/components/{NumberInput/variations/_segmentation → ViewContainer/_view}/base.js +2 -2
- package/es/components/ViewContainer/_view/base.js.map +1 -0
- package/es/index.css +1 -24
- package/es/index.js +1 -2
- package/es/index.js.map +1 -1
- package/package.json +3 -2
- package/styled-components/cjs/components/Drawer/Drawer.js +4 -3
- package/styled-components/cjs/components/Dropdown/ui/DropdownOld/DropdownOld.js +2 -1
- package/styled-components/cjs/components/Popover/Popover.js +2 -1
- package/styled-components/cjs/components/ViewContainer/ViewContainer.js +40 -0
- package/styled-components/cjs/components/ViewContainer/ViewContainer.template-doc.mdx +82 -0
- package/styled-components/cjs/components/{NumberInput/NumberInput.styles.js → ViewContainer/_view/base.js} +1 -1
- package/styled-components/cjs/components/ViewContainer/_view/tokens.json +1 -0
- package/styled-components/cjs/components/ViewContainer/index.js +18 -0
- package/styled-components/cjs/examples/_helpers.js +3 -14
- package/styled-components/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.js +16 -0
- package/styled-components/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.js +11 -0
- package/styled-components/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +65 -0
- package/styled-components/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.config.js +16 -0
- package/styled-components/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.js +11 -0
- package/styled-components/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +65 -0
- package/styled-components/cjs/index.js +4 -4
- package/styled-components/es/components/Drawer/Drawer.js +2 -1
- package/styled-components/es/components/Dropdown/ui/DropdownOld/DropdownOld.js +2 -1
- package/styled-components/es/components/Popover/Popover.js +2 -1
- package/styled-components/es/components/ViewContainer/ViewContainer.js +31 -0
- package/styled-components/es/components/ViewContainer/ViewContainer.template-doc.mdx +82 -0
- package/styled-components/es/components/ViewContainer/_view/base.js +2 -0
- package/styled-components/es/components/ViewContainer/_view/tokens.json +1 -0
- package/styled-components/es/components/ViewContainer/index.js +1 -0
- package/styled-components/es/examples/_helpers.js +3 -14
- package/styled-components/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.js +10 -0
- package/styled-components/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.js +5 -0
- package/styled-components/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +65 -0
- package/styled-components/es/examples/plasma_web/components/ViewContainer/ViewContainer.config.js +10 -0
- package/styled-components/es/examples/plasma_web/components/ViewContainer/ViewContainer.js +5 -0
- package/styled-components/es/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +65 -0
- package/styled-components/es/index.js +1 -1
- package/types/components/Drawer/Drawer.d.ts.map +1 -1
- package/types/components/Dropdown/ui/DropdownOld/DropdownOld.d.ts.map +1 -1
- package/types/components/Popover/Popover.d.ts.map +1 -1
- package/types/components/ViewContainer/ViewContainer.d.ts +26 -0
- package/types/components/ViewContainer/ViewContainer.d.ts.map +1 -0
- package/types/components/ViewContainer/_view/base.d.ts.map +1 -0
- package/types/components/ViewContainer/index.d.ts +2 -0
- package/types/components/ViewContainer/index.d.ts.map +1 -0
- package/types/examples/_helpers.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.d.ts +9 -0
- package/types/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.d.ts.map +1 -0
- package/types/examples/plasma_b2c/components/ViewContainer/ViewContainer.d.ts +8 -0
- package/types/examples/plasma_b2c/components/ViewContainer/ViewContainer.d.ts.map +1 -0
- package/types/examples/plasma_web/components/ViewContainer/ViewContainer.config.d.ts +9 -0
- package/types/examples/plasma_web/components/ViewContainer/ViewContainer.config.d.ts.map +1 -0
- package/types/examples/plasma_web/components/ViewContainer/ViewContainer.d.ts +8 -0
- package/types/examples/plasma_web/components/ViewContainer/ViewContainer.d.ts.map +1 -0
- package/types/index.d.ts +1 -1
- package/types/index.d.ts.map +1 -1
- package/cjs/components/NumberInput/NumberInput.css +0 -54
- package/cjs/components/NumberInput/NumberInput.js +0 -188
- package/cjs/components/NumberInput/NumberInput.js.map +0 -1
- package/cjs/components/NumberInput/NumberInput.styles.js +0 -9
- package/cjs/components/NumberInput/NumberInput.styles.js.map +0 -1
- package/cjs/components/NumberInput/NumberInput.styles_jeawjl.css +0 -1
- package/cjs/components/NumberInput/NumberInput.tokens.js +0 -90
- package/cjs/components/NumberInput/NumberInput.tokens.js.map +0 -1
- package/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +0 -19
- package/cjs/components/NumberInput/ui/ActionButton/ActionButton.js.map +0 -1
- package/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -22
- package/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js.map +0 -1
- package/cjs/components/NumberInput/ui/Input/Input.css +0 -15
- package/cjs/components/NumberInput/ui/Input/Input.js +0 -190
- package/cjs/components/NumberInput/ui/Input/Input.js.map +0 -1
- package/cjs/components/NumberInput/ui/Input/Input.styles.js +0 -96
- package/cjs/components/NumberInput/ui/Input/Input.styles.js.map +0 -1
- package/cjs/components/NumberInput/ui/Input/Input.styles_jszc0c.css +0 -8
- package/cjs/components/NumberInput/utils/index.js +0 -8
- package/cjs/components/NumberInput/utils/index.js.map +0 -1
- package/cjs/components/NumberInput/variations/_background-type/base.js +0 -9
- package/cjs/components/NumberInput/variations/_background-type/base.js.map +0 -1
- package/cjs/components/NumberInput/variations/_background-type/base_1jmdljr.css +0 -1
- package/cjs/components/NumberInput/variations/_clear/base.js +0 -9
- package/cjs/components/NumberInput/variations/_clear/base.js.map +0 -1
- package/cjs/components/NumberInput/variations/_clear/base_3l8dqb.css +0 -1
- package/cjs/components/NumberInput/variations/_disabled/base.js +0 -9
- package/cjs/components/NumberInput/variations/_disabled/base.js.map +0 -1
- package/cjs/components/NumberInput/variations/_disabled/base_1sl0mh8.css +0 -1
- package/cjs/components/NumberInput/variations/_segmentation/base.js +0 -9
- package/cjs/components/NumberInput/variations/_segmentation/base.js.map +0 -1
- package/cjs/components/NumberInput/variations/_segmentation/base_nl8ve.css +0 -1
- package/cjs/components/NumberInput/variations/_shape/base.js +0 -9
- package/cjs/components/NumberInput/variations/_shape/base.js.map +0 -1
- package/cjs/components/NumberInput/variations/_shape/base_k05biw.css +0 -1
- package/cjs/components/NumberInput/variations/_size/base.js +0 -9
- package/cjs/components/NumberInput/variations/_size/base.js.map +0 -1
- package/cjs/components/NumberInput/variations/_size/base_1pju5qf.css +0 -1
- package/cjs/components/NumberInput/variations/_view/base.js.map +0 -1
- package/cjs/components/NumberInput/variations/_view/base_cghr9q.css +0 -1
- package/emotion/cjs/components/NumberInput/NumberInput.js +0 -198
- package/emotion/cjs/components/NumberInput/NumberInput.styles.js +0 -17
- package/emotion/cjs/components/NumberInput/NumberInput.tokens.js +0 -87
- package/emotion/cjs/components/NumberInput/NumberInput.types.js +0 -5
- package/emotion/cjs/components/NumberInput/index.js +0 -31
- package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +0 -18
- package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -16
- package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.types.js +0 -5
- package/emotion/cjs/components/NumberInput/ui/Input/Input.js +0 -198
- package/emotion/cjs/components/NumberInput/ui/Input/Input.styles.js +0 -82
- package/emotion/cjs/components/NumberInput/ui/Input/Input.types.js +0 -5
- package/emotion/cjs/components/NumberInput/ui/index.js +0 -19
- package/emotion/cjs/components/NumberInput/utils/index.js +0 -7
- package/emotion/cjs/components/NumberInput/variations/_background-type/base.js +0 -10
- package/emotion/cjs/components/NumberInput/variations/_background-type/tokens.json +0 -6
- package/emotion/cjs/components/NumberInput/variations/_clear/base.js +0 -12
- package/emotion/cjs/components/NumberInput/variations/_clear/tokens.json +0 -5
- package/emotion/cjs/components/NumberInput/variations/_disabled/base.js +0 -9
- package/emotion/cjs/components/NumberInput/variations/_disabled/tokens.json +0 -4
- package/emotion/cjs/components/NumberInput/variations/_segmentation/base.js +0 -12
- package/emotion/cjs/components/NumberInput/variations/_segmentation/tokens.json +0 -1
- package/emotion/cjs/components/NumberInput/variations/_shape/base.js +0 -11
- package/emotion/cjs/components/NumberInput/variations/_shape/tokens.json +0 -1
- package/emotion/cjs/components/NumberInput/variations/_size/base.js +0 -13
- package/emotion/cjs/components/NumberInput/variations/_size/tokens.json +0 -22
- package/emotion/cjs/components/NumberInput/variations/_view/base.js +0 -13
- package/emotion/cjs/components/NumberInput/variations/_view/tokens.json +0 -14
- package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +0 -48
- package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.js +0 -11
- package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +0 -109
- package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.config.js +0 -48
- package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.js +0 -11
- package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +0 -109
- package/emotion/cjs/examples/themes/declaration.d.ts +0 -4
- package/emotion/cjs/examples/themes/index.js +0 -15
- package/emotion/cjs/examples/themes/plasma_b2c.module.css +0 -984
- package/emotion/cjs/examples/themes/plasma_web.module.css +0 -984
- package/emotion/es/components/NumberInput/NumberInput.js +0 -190
- package/emotion/es/components/NumberInput/NumberInput.styles.js +0 -11
- package/emotion/es/components/NumberInput/NumberInput.tokens.js +0 -81
- package/emotion/es/components/NumberInput/NumberInput.types.js +0 -1
- package/emotion/es/components/NumberInput/index.js +0 -2
- package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.js +0 -11
- package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -9
- package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.types.js +0 -1
- package/emotion/es/components/NumberInput/ui/Input/Input.js +0 -189
- package/emotion/es/components/NumberInput/ui/Input/Input.styles.js +0 -75
- package/emotion/es/components/NumberInput/ui/Input/Input.types.js +0 -1
- package/emotion/es/components/NumberInput/ui/index.js +0 -2
- package/emotion/es/components/NumberInput/utils/index.js +0 -1
- package/emotion/es/components/NumberInput/variations/_background-type/base.js +0 -4
- package/emotion/es/components/NumberInput/variations/_background-type/tokens.json +0 -6
- package/emotion/es/components/NumberInput/variations/_clear/base.js +0 -6
- package/emotion/es/components/NumberInput/variations/_clear/tokens.json +0 -5
- package/emotion/es/components/NumberInput/variations/_disabled/base.js +0 -3
- package/emotion/es/components/NumberInput/variations/_disabled/tokens.json +0 -4
- package/emotion/es/components/NumberInput/variations/_segmentation/base.js +0 -6
- package/emotion/es/components/NumberInput/variations/_segmentation/tokens.json +0 -1
- package/emotion/es/components/NumberInput/variations/_shape/base.js +0 -5
- package/emotion/es/components/NumberInput/variations/_shape/tokens.json +0 -1
- package/emotion/es/components/NumberInput/variations/_size/base.js +0 -7
- package/emotion/es/components/NumberInput/variations/_size/tokens.json +0 -22
- package/emotion/es/components/NumberInput/variations/_view/base.js +0 -7
- package/emotion/es/components/NumberInput/variations/_view/tokens.json +0 -14
- package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +0 -42
- package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.js +0 -5
- package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +0 -109
- package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.config.js +0 -42
- package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.js +0 -5
- package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +0 -109
- package/emotion/es/examples/themes/declaration.d.ts +0 -4
- package/emotion/es/examples/themes/index.js +0 -7
- package/emotion/es/examples/themes/plasma_b2c.module.css +0 -984
- package/emotion/es/examples/themes/plasma_web.module.css +0 -984
- package/es/components/NumberInput/NumberInput.css +0 -54
- package/es/components/NumberInput/NumberInput.js +0 -183
- package/es/components/NumberInput/NumberInput.js.map +0 -1
- package/es/components/NumberInput/NumberInput.styles.js +0 -5
- package/es/components/NumberInput/NumberInput.styles.js.map +0 -1
- package/es/components/NumberInput/NumberInput.styles_jeawjl.css +0 -1
- package/es/components/NumberInput/NumberInput.tokens.js +0 -84
- package/es/components/NumberInput/NumberInput.tokens.js.map +0 -1
- package/es/components/NumberInput/ui/ActionButton/ActionButton.js +0 -15
- package/es/components/NumberInput/ui/ActionButton/ActionButton.js.map +0 -1
- package/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -18
- package/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js.map +0 -1
- package/es/components/NumberInput/ui/Input/Input.css +0 -15
- package/es/components/NumberInput/ui/Input/Input.js +0 -186
- package/es/components/NumberInput/ui/Input/Input.js.map +0 -1
- package/es/components/NumberInput/ui/Input/Input.styles.js +0 -85
- package/es/components/NumberInput/ui/Input/Input.styles.js.map +0 -1
- package/es/components/NumberInput/ui/Input/Input.styles_jszc0c.css +0 -8
- package/es/components/NumberInput/utils/index.js +0 -4
- package/es/components/NumberInput/utils/index.js.map +0 -1
- package/es/components/NumberInput/variations/_background-type/base.js +0 -5
- package/es/components/NumberInput/variations/_background-type/base.js.map +0 -1
- package/es/components/NumberInput/variations/_background-type/base_1jmdljr.css +0 -1
- package/es/components/NumberInput/variations/_clear/base.js +0 -5
- package/es/components/NumberInput/variations/_clear/base.js.map +0 -1
- package/es/components/NumberInput/variations/_clear/base_3l8dqb.css +0 -1
- package/es/components/NumberInput/variations/_disabled/base.js +0 -5
- package/es/components/NumberInput/variations/_disabled/base.js.map +0 -1
- package/es/components/NumberInput/variations/_disabled/base_1sl0mh8.css +0 -1
- package/es/components/NumberInput/variations/_segmentation/base.js.map +0 -1
- package/es/components/NumberInput/variations/_segmentation/base_nl8ve.css +0 -1
- package/es/components/NumberInput/variations/_shape/base.js +0 -5
- package/es/components/NumberInput/variations/_shape/base.js.map +0 -1
- package/es/components/NumberInput/variations/_shape/base_k05biw.css +0 -1
- package/es/components/NumberInput/variations/_size/base.js +0 -5
- package/es/components/NumberInput/variations/_size/base.js.map +0 -1
- package/es/components/NumberInput/variations/_size/base_1pju5qf.css +0 -1
- package/es/components/NumberInput/variations/_view/base.js +0 -5
- package/es/components/NumberInput/variations/_view/base.js.map +0 -1
- package/es/components/NumberInput/variations/_view/base_cghr9q.css +0 -1
- package/styled-components/cjs/components/NumberInput/NumberInput.js +0 -198
- package/styled-components/cjs/components/NumberInput/NumberInput.tokens.js +0 -87
- package/styled-components/cjs/components/NumberInput/NumberInput.types.js +0 -5
- package/styled-components/cjs/components/NumberInput/index.js +0 -31
- package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +0 -18
- package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -15
- package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.types.js +0 -5
- package/styled-components/cjs/components/NumberInput/ui/Input/Input.js +0 -198
- package/styled-components/cjs/components/NumberInput/ui/Input/Input.styles.js +0 -49
- package/styled-components/cjs/components/NumberInput/ui/Input/Input.types.js +0 -5
- package/styled-components/cjs/components/NumberInput/ui/index.js +0 -19
- package/styled-components/cjs/components/NumberInput/utils/index.js +0 -7
- package/styled-components/cjs/components/NumberInput/variations/_background-type/base.js +0 -10
- package/styled-components/cjs/components/NumberInput/variations/_background-type/tokens.json +0 -6
- package/styled-components/cjs/components/NumberInput/variations/_clear/base.js +0 -12
- package/styled-components/cjs/components/NumberInput/variations/_clear/tokens.json +0 -5
- package/styled-components/cjs/components/NumberInput/variations/_disabled/base.js +0 -9
- package/styled-components/cjs/components/NumberInput/variations/_disabled/tokens.json +0 -4
- package/styled-components/cjs/components/NumberInput/variations/_segmentation/base.js +0 -12
- package/styled-components/cjs/components/NumberInput/variations/_segmentation/tokens.json +0 -1
- package/styled-components/cjs/components/NumberInput/variations/_shape/base.js +0 -11
- package/styled-components/cjs/components/NumberInput/variations/_shape/tokens.json +0 -1
- package/styled-components/cjs/components/NumberInput/variations/_size/base.js +0 -13
- package/styled-components/cjs/components/NumberInput/variations/_size/tokens.json +0 -22
- package/styled-components/cjs/components/NumberInput/variations/_view/base.js +0 -13
- package/styled-components/cjs/components/NumberInput/variations/_view/tokens.json +0 -14
- package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +0 -48
- package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.js +0 -11
- package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +0 -109
- package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.config.js +0 -48
- package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.js +0 -11
- package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +0 -109
- package/styled-components/cjs/examples/themes/declaration.d.ts +0 -4
- package/styled-components/cjs/examples/themes/index.js +0 -15
- package/styled-components/cjs/examples/themes/plasma_b2c.module.css +0 -984
- package/styled-components/cjs/examples/themes/plasma_web.module.css +0 -984
- package/styled-components/es/components/NumberInput/NumberInput.js +0 -190
- package/styled-components/es/components/NumberInput/NumberInput.styles.js +0 -2
- package/styled-components/es/components/NumberInput/NumberInput.tokens.js +0 -81
- package/styled-components/es/components/NumberInput/NumberInput.types.js +0 -1
- package/styled-components/es/components/NumberInput/index.js +0 -2
- package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.js +0 -11
- package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -8
- package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.types.js +0 -1
- package/styled-components/es/components/NumberInput/ui/Input/Input.js +0 -189
- package/styled-components/es/components/NumberInput/ui/Input/Input.styles.js +0 -42
- package/styled-components/es/components/NumberInput/ui/Input/Input.types.js +0 -1
- package/styled-components/es/components/NumberInput/ui/index.js +0 -2
- package/styled-components/es/components/NumberInput/utils/index.js +0 -1
- package/styled-components/es/components/NumberInput/variations/_background-type/base.js +0 -4
- package/styled-components/es/components/NumberInput/variations/_background-type/tokens.json +0 -6
- package/styled-components/es/components/NumberInput/variations/_clear/base.js +0 -6
- package/styled-components/es/components/NumberInput/variations/_clear/tokens.json +0 -5
- package/styled-components/es/components/NumberInput/variations/_disabled/base.js +0 -3
- package/styled-components/es/components/NumberInput/variations/_disabled/tokens.json +0 -4
- package/styled-components/es/components/NumberInput/variations/_segmentation/base.js +0 -6
- package/styled-components/es/components/NumberInput/variations/_segmentation/tokens.json +0 -1
- package/styled-components/es/components/NumberInput/variations/_shape/base.js +0 -5
- package/styled-components/es/components/NumberInput/variations/_shape/tokens.json +0 -1
- package/styled-components/es/components/NumberInput/variations/_size/base.js +0 -7
- package/styled-components/es/components/NumberInput/variations/_size/tokens.json +0 -22
- package/styled-components/es/components/NumberInput/variations/_view/base.js +0 -7
- package/styled-components/es/components/NumberInput/variations/_view/tokens.json +0 -14
- package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +0 -42
- package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.js +0 -5
- package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +0 -109
- package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.config.js +0 -42
- package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.js +0 -5
- package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +0 -109
- package/styled-components/es/examples/themes/declaration.d.ts +0 -4
- package/styled-components/es/examples/themes/index.js +0 -7
- package/styled-components/es/examples/themes/plasma_b2c.module.css +0 -984
- package/styled-components/es/examples/themes/plasma_web.module.css +0 -984
- package/types/components/NumberInput/NumberInput.d.ts +0 -42
- package/types/components/NumberInput/NumberInput.d.ts.map +0 -1
- package/types/components/NumberInput/NumberInput.styles.d.ts +0 -2
- package/types/components/NumberInput/NumberInput.styles.d.ts.map +0 -1
- package/types/components/NumberInput/NumberInput.tokens.d.ts +0 -76
- package/types/components/NumberInput/NumberInput.tokens.d.ts.map +0 -1
- package/types/components/NumberInput/NumberInput.types.d.ts +0 -112
- package/types/components/NumberInput/NumberInput.types.d.ts.map +0 -1
- package/types/components/NumberInput/index.d.ts +0 -3
- package/types/components/NumberInput/index.d.ts.map +0 -1
- package/types/components/NumberInput/ui/ActionButton/ActionButton.d.ts +0 -4
- package/types/components/NumberInput/ui/ActionButton/ActionButton.d.ts.map +0 -1
- package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts +0 -45
- package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts.map +0 -1
- package/types/components/NumberInput/ui/ActionButton/ActionButton.types.d.ts +0 -7
- package/types/components/NumberInput/ui/ActionButton/ActionButton.types.d.ts.map +0 -1
- package/types/components/NumberInput/ui/Input/Input.d.ts +0 -16
- package/types/components/NumberInput/ui/Input/Input.d.ts.map +0 -1
- package/types/components/NumberInput/ui/Input/Input.styles.d.ts +0 -30
- package/types/components/NumberInput/ui/Input/Input.styles.d.ts.map +0 -1
- package/types/components/NumberInput/ui/Input/Input.types.d.ts +0 -16
- package/types/components/NumberInput/ui/Input/Input.types.d.ts.map +0 -1
- package/types/components/NumberInput/ui/index.d.ts +0 -3
- package/types/components/NumberInput/ui/index.d.ts.map +0 -1
- package/types/components/NumberInput/utils/index.d.ts +0 -2
- package/types/components/NumberInput/utils/index.d.ts.map +0 -1
- package/types/components/NumberInput/variations/_background-type/base.d.ts.map +0 -1
- package/types/components/NumberInput/variations/_clear/base.d.ts +0 -2
- package/types/components/NumberInput/variations/_clear/base.d.ts.map +0 -1
- package/types/components/NumberInput/variations/_disabled/base.d.ts +0 -2
- package/types/components/NumberInput/variations/_disabled/base.d.ts.map +0 -1
- package/types/components/NumberInput/variations/_segmentation/base.d.ts +0 -2
- package/types/components/NumberInput/variations/_segmentation/base.d.ts.map +0 -1
- package/types/components/NumberInput/variations/_shape/base.d.ts +0 -2
- package/types/components/NumberInput/variations/_shape/base.d.ts.map +0 -1
- package/types/components/NumberInput/variations/_size/base.d.ts +0 -2
- package/types/components/NumberInput/variations/_size/base.d.ts.map +0 -1
- package/types/components/NumberInput/variations/_view/base.d.ts +0 -2
- package/types/components/NumberInput/variations/_view/base.d.ts.map +0 -1
- package/types/examples/plasma_b2c/components/NumberInput/NumberInput.config.d.ts +0 -41
- package/types/examples/plasma_b2c/components/NumberInput/NumberInput.config.d.ts.map +0 -1
- package/types/examples/plasma_b2c/components/NumberInput/NumberInput.d.ts +0 -84
- package/types/examples/plasma_b2c/components/NumberInput/NumberInput.d.ts.map +0 -1
- package/types/examples/plasma_web/components/NumberInput/NumberInput.config.d.ts +0 -41
- package/types/examples/plasma_web/components/NumberInput/NumberInput.config.d.ts.map +0 -1
- package/types/examples/plasma_web/components/NumberInput/NumberInput.d.ts +0 -84
- package/types/examples/plasma_web/components/NumberInput/NumberInput.d.ts.map +0 -1
- package/types/examples/themes/index.d.ts +0 -6
- package/types/examples/themes/index.d.ts.map +0 -1
- /package/cjs/components/{NumberInput/ui/ActionButton/ActionButton.styles_x642ct.css → ViewContainer/_view/base_x642ct.css} +0 -0
- /package/es/components/{NumberInput/ui/ActionButton/ActionButton.styles_x642ct.css → ViewContainer/_view/base_x642ct.css} +0 -0
- /package/types/components/{NumberInput/variations/_background-type → ViewContainer/_view}/base.d.ts +0 -0
@@ -1,190 +0,0 @@
|
|
1
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
2
|
-
var _excluded = ["className", "style", "width", "value", "min", "max", "step", "isLoading", "loader", "size", "view", "clear", "shape", "segmentation", "inputBackgroundType", "disabled", "textBefore", "textAfter", "customIncrementButton", "incrementIcon", "customDecrementButton", "decrementIcon", "isManualInput", "onChange", "onIncrement", "onDecrement"];
|
3
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
4
|
-
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
5
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
6
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
7
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
8
|
-
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
9
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
10
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
11
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
12
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
13
|
-
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
14
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
15
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
16
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
17
|
-
import React, { forwardRef, useState } from 'react';
|
18
|
-
import { cx, getSizeValueFromProp } from '../../utils';
|
19
|
-
import { IconMinus, IconPlus } from '../_Icon';
|
20
|
-
import { ActionButton, NumberInput } from './ui';
|
21
|
-
import { classes, privateTokens } from './NumberInput.tokens';
|
22
|
-
import { base } from './NumberInput.styles';
|
23
|
-
import { base as viewCSS } from './variations/_view/base';
|
24
|
-
import { base as sizeCSS } from './variations/_size/base';
|
25
|
-
import { base as shapeCSS } from './variations/_shape/base';
|
26
|
-
import { base as inputBackgroundTypeCSS } from './variations/_background-type/base';
|
27
|
-
import { base as segmentationCSS } from './variations/_segmentation/base';
|
28
|
-
import { base as clearCSS } from './variations/_clear/base';
|
29
|
-
import { base as disabledCSS } from './variations/_disabled/base';
|
30
|
-
export var numberInputRoot = function numberInputRoot(Root) {
|
31
|
-
return /*#__PURE__*/forwardRef(function (_ref, ref) {
|
32
|
-
var _ref2;
|
33
|
-
var className = _ref.className,
|
34
|
-
style = _ref.style,
|
35
|
-
width = _ref.width,
|
36
|
-
value = _ref.value,
|
37
|
-
min = _ref.min,
|
38
|
-
max = _ref.max,
|
39
|
-
_ref$step = _ref.step,
|
40
|
-
step = _ref$step === void 0 ? 1 : _ref$step,
|
41
|
-
isLoading = _ref.isLoading,
|
42
|
-
loader = _ref.loader,
|
43
|
-
size = _ref.size,
|
44
|
-
view = _ref.view,
|
45
|
-
clear = _ref.clear,
|
46
|
-
shape = _ref.shape,
|
47
|
-
segmentation = _ref.segmentation,
|
48
|
-
_ref$inputBackgroundT = _ref.inputBackgroundType,
|
49
|
-
inputBackgroundType = _ref$inputBackgroundT === void 0 ? 'fill' : _ref$inputBackgroundT,
|
50
|
-
disabled = _ref.disabled,
|
51
|
-
textBefore = _ref.textBefore,
|
52
|
-
textAfter = _ref.textAfter,
|
53
|
-
customIncrementButton = _ref.customIncrementButton,
|
54
|
-
incrementIcon = _ref.incrementIcon,
|
55
|
-
customDecrementButton = _ref.customDecrementButton,
|
56
|
-
decrementIcon = _ref.decrementIcon,
|
57
|
-
isManualInput = _ref.isManualInput,
|
58
|
-
onChange = _ref.onChange,
|
59
|
-
onIncrement = _ref.onIncrement,
|
60
|
-
onDecrement = _ref.onDecrement,
|
61
|
-
rest = _objectWithoutProperties(_ref, _excluded);
|
62
|
-
var _useState = useState((_ref2 = value !== null && value !== void 0 ? value : min) !== null && _ref2 !== void 0 ? _ref2 : 0),
|
63
|
-
_useState2 = _slicedToArray(_useState, 2),
|
64
|
-
innerValue = _useState2[0],
|
65
|
-
setInnerValue = _useState2[1];
|
66
|
-
var innerWidth = width ? getSizeValueFromProp(width) : '100%';
|
67
|
-
var actionIconSize = size === 'xs' ? 'xs' : 's';
|
68
|
-
var solidViewClass = segmentation === 'solid' ? classes.solidView : undefined;
|
69
|
-
var segmentedViewClass = segmentation === 'segmented' ? classes.segmentedView : undefined;
|
70
|
-
var clearViewClass = clear ? classes.clearView : undefined;
|
71
|
-
var disabledClass = disabled ? classes.disabled : undefined;
|
72
|
-
var isMinValue = function isMinValue(currentValue) {
|
73
|
-
return min && currentValue <= min;
|
74
|
-
};
|
75
|
-
var isMaxValue = function isMaxValue(currentValue) {
|
76
|
-
return max && currentValue >= max;
|
77
|
-
};
|
78
|
-
var decrementButtonDisabled = isMinValue(Number(innerValue)) || isLoading ? classes.actionButtonDecrementDisabled : undefined;
|
79
|
-
var incrementButtonDisabled = isMaxValue(Number(innerValue)) || isLoading ? classes.actionButtonIncrementDisabled : undefined;
|
80
|
-
var handleDecrement = function handleDecrement() {
|
81
|
-
if (isLoading || disabled) {
|
82
|
-
return;
|
83
|
-
}
|
84
|
-
var diffValue = Number(innerValue) - step;
|
85
|
-
var resValue = !isMinValue(diffValue) ? diffValue : Number(min);
|
86
|
-
setInnerValue(resValue);
|
87
|
-
if (onDecrement) {
|
88
|
-
onDecrement(resValue);
|
89
|
-
}
|
90
|
-
if (onChange) {
|
91
|
-
onChange(null, resValue);
|
92
|
-
}
|
93
|
-
};
|
94
|
-
var handleIncrement = function handleIncrement() {
|
95
|
-
if (isLoading || disabled) {
|
96
|
-
return;
|
97
|
-
}
|
98
|
-
var diffValue = Number(innerValue) + step;
|
99
|
-
var resValue = !isMaxValue(diffValue) ? diffValue : Number(max);
|
100
|
-
setInnerValue(resValue);
|
101
|
-
if (onIncrement) {
|
102
|
-
onIncrement(resValue);
|
103
|
-
}
|
104
|
-
if (onChange) {
|
105
|
-
onChange(null, resValue);
|
106
|
-
}
|
107
|
-
};
|
108
|
-
return /*#__PURE__*/React.createElement(Root, _extends({
|
109
|
-
view: view,
|
110
|
-
size: size,
|
111
|
-
disabled: disabled,
|
112
|
-
clear: clear,
|
113
|
-
shape: shape,
|
114
|
-
segmentation: segmentation,
|
115
|
-
isLoading: isLoading
|
116
|
-
}, segmentation === 'solid' ? {
|
117
|
-
inputBackgroundType: 'clear'
|
118
|
-
} : {
|
119
|
-
inputBackgroundType: inputBackgroundType
|
120
|
-
}, {
|
121
|
-
className: cx(className, solidViewClass, clearViewClass, disabledClass),
|
122
|
-
style: _objectSpread(_objectSpread({}, style), {}, _defineProperty({}, privateTokens.inputWidth, innerWidth))
|
123
|
-
}), customDecrementButton || /*#__PURE__*/React.createElement(ActionButton, {
|
124
|
-
className: cx(classes.actionButtonDecrement, decrementButtonDisabled, solidViewClass, segmentedViewClass),
|
125
|
-
icon: decrementIcon || /*#__PURE__*/React.createElement(IconMinus, {
|
126
|
-
color: "inherit",
|
127
|
-
size: actionIconSize
|
128
|
-
}),
|
129
|
-
onClick: handleDecrement
|
130
|
-
}), /*#__PURE__*/React.createElement(NumberInput, _extends({
|
131
|
-
ref: ref,
|
132
|
-
segmentation: segmentation,
|
133
|
-
value: innerValue,
|
134
|
-
min: min,
|
135
|
-
max: max,
|
136
|
-
isManualInput: isManualInput,
|
137
|
-
textBefore: textBefore,
|
138
|
-
textAfter: textAfter,
|
139
|
-
isLoading: isLoading,
|
140
|
-
loader: loader,
|
141
|
-
disabled: disabled,
|
142
|
-
setInnerValue: setInnerValue,
|
143
|
-
onChange: onChange
|
144
|
-
}, rest)), customIncrementButton || /*#__PURE__*/React.createElement(ActionButton, {
|
145
|
-
className: cx(classes.actionButtonIncrement, incrementButtonDisabled, solidViewClass, segmentedViewClass),
|
146
|
-
icon: incrementIcon || /*#__PURE__*/React.createElement(IconPlus, {
|
147
|
-
color: "inherit",
|
148
|
-
size: actionIconSize
|
149
|
-
}),
|
150
|
-
onClick: handleIncrement
|
151
|
-
}));
|
152
|
-
});
|
153
|
-
};
|
154
|
-
export var numberInputConfig = {
|
155
|
-
name: 'NumberInput',
|
156
|
-
tag: 'div',
|
157
|
-
layout: numberInputRoot,
|
158
|
-
base: base,
|
159
|
-
variations: {
|
160
|
-
view: {
|
161
|
-
css: viewCSS
|
162
|
-
},
|
163
|
-
size: {
|
164
|
-
css: sizeCSS
|
165
|
-
},
|
166
|
-
shape: {
|
167
|
-
css: shapeCSS
|
168
|
-
},
|
169
|
-
inputBackgroundType: {
|
170
|
-
css: inputBackgroundTypeCSS
|
171
|
-
},
|
172
|
-
segmentation: {
|
173
|
-
css: segmentationCSS
|
174
|
-
},
|
175
|
-
clear: {
|
176
|
-
css: clearCSS,
|
177
|
-
attrs: true
|
178
|
-
},
|
179
|
-
disabled: {
|
180
|
-
css: disabledCSS,
|
181
|
-
attrs: true
|
182
|
-
}
|
183
|
-
},
|
184
|
-
defaults: {
|
185
|
-
view: 'default',
|
186
|
-
size: 'l',
|
187
|
-
shape: 'cornered',
|
188
|
-
segmentation: 'default'
|
189
|
-
}
|
190
|
-
};
|
@@ -1,11 +0,0 @@
|
|
1
|
-
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
2
|
-
import { css } from '@emotion/react';
|
3
|
-
export var base = process.env.NODE_ENV === "production" ? {
|
4
|
-
name: "1dep0p4-plasma-new-hope__base",
|
5
|
-
styles: "display:flex;align-items:center;label:plasma-new-hope__base;"
|
6
|
-
} : {
|
7
|
-
name: "1dep0p4-plasma-new-hope__base",
|
8
|
-
styles: "display:flex;align-items:center;label:plasma-new-hope__base;",
|
9
|
-
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTnVtYmVySW5wdXQvTnVtYmVySW5wdXQuc3R5bGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUV1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL051bWJlcklucHV0L051bWJlcklucHV0LnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuYDtcbiJdfQ== */",
|
10
|
-
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
11
|
-
};
|
@@ -1,81 +0,0 @@
|
|
1
|
-
export var classes = {
|
2
|
-
actionButtonDecrement: 'action-button-decrement',
|
3
|
-
actionButtonDecrementDisabled: 'action-button-decrement-disabled',
|
4
|
-
actionButtonIncrement: 'action-button-increment',
|
5
|
-
actionButtonIncrementDisabled: 'action-button-increment-disabled',
|
6
|
-
textBefore: 'text-before',
|
7
|
-
textAfter: 'text-after',
|
8
|
-
solidView: 'solid-view',
|
9
|
-
segmentedView: 'segmented-view',
|
10
|
-
clearView: 'clear-view',
|
11
|
-
errorAnimation: 'error-animation',
|
12
|
-
disabled: 'number-input-disabled'
|
13
|
-
};
|
14
|
-
export var privateTokens = {
|
15
|
-
inputWidth: '--plasma_private-number-input_width',
|
16
|
-
segmentationBorderRadius: '--plasma_private-segemntation-border-radius'
|
17
|
-
};
|
18
|
-
export var tokens = {
|
19
|
-
// Root size tokens
|
20
|
-
rootMinWidth: '--plasma-number-input_min-width',
|
21
|
-
disabledOpacity: '--plasma-number-input_disabled-opacity',
|
22
|
-
// Action button view tokens
|
23
|
-
iconButtonColor: '--plasma-number-input_icon-button_color',
|
24
|
-
iconButtonBackgroundColor: '--plasma-number-input_icon-button_background-color',
|
25
|
-
iconButtonColorHover: '--plasma-number-input_icon-button_color-hover',
|
26
|
-
iconButtonBackgroundColorHover: '--plasma-number-input_icon-button_background-color-hover',
|
27
|
-
iconButtonColorActive: '--plasma-number-input_icon-button_color-active',
|
28
|
-
iconButtonBackgroundColorActive: '--plasma-number-input_icon-button_background-color-active',
|
29
|
-
iconButtonColorClear: '--plasma-number-input_icon-button_color-clear',
|
30
|
-
actionButtonDisabledOpacity: '--plasma-number-input_action-button_disabled-opacity',
|
31
|
-
// Action button size tokens
|
32
|
-
iconButtonHeight: '--plasma-number-input_icon-button_height',
|
33
|
-
iconButtonWidth: '--plasma-number-input_icon-button_width',
|
34
|
-
iconButtonPadding: '--plasma-number-input_icon-button_padding',
|
35
|
-
iconButtonRadius: '--plasma-number-input_icon-button_radius',
|
36
|
-
iconButtonSegmentationRadius: '--plasma-number-input_icon-button_segmentation_radius',
|
37
|
-
iconButtonFontFamily: '--plasma-number-input_icon-button_font-family',
|
38
|
-
iconButtonFontSize: '--plasma-number-input_icon-button_font-size',
|
39
|
-
iconButtonFontStyle: '--plasma-number-input_icon-button_font-style',
|
40
|
-
iconButtonFontWeight: '--plasma-number-input_icon-button_font-weight',
|
41
|
-
iconButtonLetterSpacing: '--plasma-number-input_icon-button_letter-spacing',
|
42
|
-
iconButtonLineHeight: '--plasma-number-input_icon-button_line-height',
|
43
|
-
// Input size tokens
|
44
|
-
inputWrapperBorderWidth: '--plasma-number-input_input-wrapper_border-width',
|
45
|
-
inputWrapperMargin: '--plasma-number-input_input-wrapper_margin',
|
46
|
-
inputWrapperBorderRadius: '--plasma-number-input_input-wrapper_border-radius',
|
47
|
-
textWrapperHeight: '--plasma-number-input_text-wrapper_height',
|
48
|
-
textWrapperPadding: '--plasma-number-input_text-wrapper_padding',
|
49
|
-
fontFamily: '--plasma-number-input_font-family',
|
50
|
-
fontStyle: '--plasma-number-input_font-style',
|
51
|
-
fontSize: '--plasma-number-input_font-size',
|
52
|
-
fontWeight: '--plasma-number-input_font-weight',
|
53
|
-
letterSpacing: '--plasma-number-input_letter-spacing',
|
54
|
-
lineHeight: '--plasma-number-input_line-height',
|
55
|
-
textBeforeMarginRight: '--plasma-number-input_text-before_margin-right',
|
56
|
-
textAfterMarginLeft: '--plasma-number-input_text-after_margin-left',
|
57
|
-
// Input view tokens
|
58
|
-
caretColor: '--plasma-number-input_caret_color',
|
59
|
-
caretColorSolid: '--plasma-number-input_caret_color-solid',
|
60
|
-
color: '--plasma-number-input_color',
|
61
|
-
colorSolid: '--plasma-number-input_color-solid',
|
62
|
-
colorClear: '--plasma-number-input_color-clear',
|
63
|
-
backgroundColor: '--plasma-number-input_background-color',
|
64
|
-
backgroundColorHover: '--plasma-number-input_background-color-hover',
|
65
|
-
backgroundColorFocus: '--plasma-number-input_background-color-focus',
|
66
|
-
backgroundColorSolidFocus: '--plasma-number-input_background-color-solid-focus',
|
67
|
-
backgroundColorSolid: '--plasma-number-input_background-color-solid',
|
68
|
-
borderColor: '--plasma-number-input_border-color',
|
69
|
-
borderColorHover: '--plasma-number-input_border-color-hover',
|
70
|
-
borderColorFocus: '--plasma-number-input_border-color-focus',
|
71
|
-
borderColorSolidFocus: '--plasma-number-input_border-color-solid-focus',
|
72
|
-
borderColorSolid: '--plasma-number-input_border-color-solid',
|
73
|
-
additionalTextColor: '--plasma-number-input_additional-text_color',
|
74
|
-
additionalTextColorSolid: '--plasma-number-input_additional-text_color-solid',
|
75
|
-
additionalTextColorClear: '--plasma-number-input_additional-text_color-clear',
|
76
|
-
errorColor: '--plasma-number-input_error-color',
|
77
|
-
// Loader tokens
|
78
|
-
loaderSpinnerSize: '--plasma-number-input_loader-spinner_size',
|
79
|
-
loaderSpinnerColor: '--plasma-number-input_loader-spinner_color',
|
80
|
-
loaderSpinnerColorSolid: '--plasma-number-input_loader-spinner_color-solid'
|
81
|
-
};
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { StyledIconButton } from './ActionButton.styles';
|
3
|
-
export var ActionButton = function ActionButton(_ref) {
|
4
|
-
var icon = _ref.icon,
|
5
|
-
className = _ref.className,
|
6
|
-
onClick = _ref.onClick;
|
7
|
-
return /*#__PURE__*/React.createElement(StyledIconButton, {
|
8
|
-
className: className,
|
9
|
-
onClick: onClick
|
10
|
-
}, icon);
|
11
|
-
};
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import _styled from "@emotion/styled/base";
|
2
|
-
import { iconButtonConfig } from '../../../IconButton';
|
3
|
-
import { component, mergeConfig } from '../../../../engines';
|
4
|
-
var mergedIconButtonConfig = /*#__PURE__*/mergeConfig(iconButtonConfig);
|
5
|
-
var IconButton = /*#__PURE__*/component(mergedIconButtonConfig);
|
6
|
-
export var StyledIconButton = /*#__PURE__*/_styled(IconButton, {
|
7
|
-
target: "e1l688ca0",
|
8
|
-
label: "plasma-new-hope__StyledIconButton"
|
9
|
-
})(process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTnVtYmVySW5wdXQvdWkvQWN0aW9uQnV0dG9uL0FjdGlvbkJ1dHRvbi5zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBUWtEIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTnVtYmVySW5wdXQvdWkvQWN0aW9uQnV0dG9uL0FjdGlvbkJ1dHRvbi5zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5cbmltcG9ydCB7IGljb25CdXR0b25Db25maWcgfSBmcm9tICcuLi8uLi8uLi9JY29uQnV0dG9uJztcbmltcG9ydCB7IGNvbXBvbmVudCwgbWVyZ2VDb25maWcgfSBmcm9tICcuLi8uLi8uLi8uLi9lbmdpbmVzJztcblxuY29uc3QgbWVyZ2VkSWNvbkJ1dHRvbkNvbmZpZyA9IG1lcmdlQ29uZmlnKGljb25CdXR0b25Db25maWcpO1xuY29uc3QgSWNvbkJ1dHRvbiA9IGNvbXBvbmVudChtZXJnZWRJY29uQnV0dG9uQ29uZmlnKTtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEljb25CdXR0b24gPSBzdHlsZWQoSWNvbkJ1dHRvbilgYDtcbiJdfQ== */");
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,189 +0,0 @@
|
|
1
|
-
var _StyledSpinner;
|
2
|
-
var _excluded = ["value", "min", "max", "isLoading", "loader", "disabled", "segmentation", "textBefore", "textAfter", "isManualInput", "setInnerValue", "onChange", "onBlur", "onKeyDown"];
|
3
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
4
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
5
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
6
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
7
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
8
|
-
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
9
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
10
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
-
import React, { forwardRef, useEffect, useRef, useState } from 'react';
|
13
|
-
import { useForkRef } from '@salutejs/plasma-core';
|
14
|
-
import { classes } from '../../NumberInput.tokens';
|
15
|
-
import { cx, isNumber } from '../../../../utils';
|
16
|
-
import { useDidMountEffect } from '../../../../hooks';
|
17
|
-
import { numberPettern } from '../../utils';
|
18
|
-
import { keyCodes } from '../../../../utils/constants';
|
19
|
-
import { AdditionalText, Input, InputWrapper, DynamicInput, InputWidthHelper, TextWrapper, StyledSpinner, Loader } from './Input.styles';
|
20
|
-
export var NumberInput = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
21
|
-
var value = _ref.value,
|
22
|
-
min = _ref.min,
|
23
|
-
max = _ref.max,
|
24
|
-
isLoading = _ref.isLoading,
|
25
|
-
loader = _ref.loader,
|
26
|
-
disabled = _ref.disabled,
|
27
|
-
segmentation = _ref.segmentation,
|
28
|
-
textBefore = _ref.textBefore,
|
29
|
-
textAfter = _ref.textAfter,
|
30
|
-
isManualInput = _ref.isManualInput,
|
31
|
-
setInnerValue = _ref.setInnerValue,
|
32
|
-
onChange = _ref.onChange,
|
33
|
-
onBlur = _ref.onBlur,
|
34
|
-
onKeyDown = _ref.onKeyDown,
|
35
|
-
rest = _objectWithoutProperties(_ref, _excluded);
|
36
|
-
var _useState = useState(value ? "".concat(String(value).length, "ch") : '1ch'),
|
37
|
-
_useState2 = _slicedToArray(_useState, 2),
|
38
|
-
dynamicWidth = _useState2[0],
|
39
|
-
setDynamicWidth = _useState2[1];
|
40
|
-
var _useState3 = useState(Number(value)),
|
41
|
-
_useState4 = _slicedToArray(_useState3, 2),
|
42
|
-
lastValidValue = _useState4[0],
|
43
|
-
setLastValidValue = _useState4[1];
|
44
|
-
var _useState5 = useState(undefined),
|
45
|
-
_useState6 = _slicedToArray(_useState5, 2),
|
46
|
-
errorClass = _useState6[0],
|
47
|
-
setErrorClass = _useState6[1];
|
48
|
-
var _useState7 = useState(),
|
49
|
-
_useState8 = _slicedToArray(_useState7, 2),
|
50
|
-
errorValue = _useState8[0],
|
51
|
-
setErrorValue = _useState8[1];
|
52
|
-
var inputHelperRef = useRef(null);
|
53
|
-
var wrapperRef = useRef(null);
|
54
|
-
var textWrapperRef = useRef(null);
|
55
|
-
var inputRef = useRef(null);
|
56
|
-
var inputForkRef = useForkRef(inputRef, ref);
|
57
|
-
var solidViewClass = segmentation === 'solid' ? classes.solidView : undefined;
|
58
|
-
var handleClickInputWrapper = function handleClickInputWrapper() {
|
59
|
-
var _inputRef$current;
|
60
|
-
if (!isManualInput) {
|
61
|
-
return;
|
62
|
-
}
|
63
|
-
inputRef === null || inputRef === void 0 || (_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 || _inputRef$current.focus();
|
64
|
-
};
|
65
|
-
var getInputWidth = function getInputWidth() {
|
66
|
-
var _inputHelperRef$curre;
|
67
|
-
var firstRender = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
|
68
|
-
if (!firstRender && (_inputHelperRef$curre = inputHelperRef.current) !== null && _inputHelperRef$curre !== void 0 && _inputHelperRef$curre.clientWidth) {
|
69
|
-
var _inputHelperRef$curre2;
|
70
|
-
return "".concat((_inputHelperRef$curre2 = inputHelperRef.current) === null || _inputHelperRef$curre2 === void 0 ? void 0 : _inputHelperRef$curre2.clientWidth, "px");
|
71
|
-
}
|
72
|
-
if (value) {
|
73
|
-
return "".concat(String(value).length, "ch");
|
74
|
-
}
|
75
|
-
return '1ch';
|
76
|
-
};
|
77
|
-
var setValues = function setValues(event, newValue) {
|
78
|
-
setLastValidValue(newValue);
|
79
|
-
setInnerValue(newValue);
|
80
|
-
if (onChange) {
|
81
|
-
onChange(event, newValue);
|
82
|
-
}
|
83
|
-
};
|
84
|
-
var handleManualInputChange = function handleManualInputChange(event) {
|
85
|
-
var _textWrapperRef$curre, _wrapperRef$current;
|
86
|
-
if (!isManualInput || disabled) {
|
87
|
-
return;
|
88
|
-
}
|
89
|
-
var newValue = event.target.value;
|
90
|
-
if (!newValue) {
|
91
|
-
setInnerValue('');
|
92
|
-
if (onChange) {
|
93
|
-
onChange(event, '');
|
94
|
-
}
|
95
|
-
return;
|
96
|
-
}
|
97
|
-
var cleanValue = newValue.replace(/[^-.\d]/g, '');
|
98
|
-
if (cleanValue.endsWith('.')) {
|
99
|
-
setInnerValue(cleanValue);
|
100
|
-
if (onChange) {
|
101
|
-
onChange(event, cleanValue);
|
102
|
-
}
|
103
|
-
return;
|
104
|
-
}
|
105
|
-
var isValid = numberPettern.test(cleanValue);
|
106
|
-
if (!isValid) {
|
107
|
-
setValues(event, lastValidValue);
|
108
|
-
return;
|
109
|
-
}
|
110
|
-
var resValue = Number(cleanValue);
|
111
|
-
if (max && resValue > max) {
|
112
|
-
setErrorClass(classes.errorAnimation);
|
113
|
-
setErrorValue(max);
|
114
|
-
return;
|
115
|
-
}
|
116
|
-
if (min && resValue < min) {
|
117
|
-
setErrorClass(classes.errorAnimation);
|
118
|
-
setErrorValue(min);
|
119
|
-
return;
|
120
|
-
}
|
121
|
-
if (textWrapperRef !== null && textWrapperRef !== void 0 && textWrapperRef.current && wrapperRef !== null && wrapperRef !== void 0 && wrapperRef.current && (textWrapperRef === null || textWrapperRef === void 0 || (_textWrapperRef$curre = textWrapperRef.current) === null || _textWrapperRef$curre === void 0 ? void 0 : _textWrapperRef$curre.clientWidth) > (wrapperRef === null || wrapperRef === void 0 || (_wrapperRef$current = wrapperRef.current) === null || _wrapperRef$current === void 0 ? void 0 : _wrapperRef$current.clientWidth)) {
|
122
|
-
wrapperRef.current.scrollLeft = textWrapperRef.current.offsetWidth - textWrapperRef.current.offsetLeft || 0;
|
123
|
-
}
|
124
|
-
setValues(event, resValue);
|
125
|
-
};
|
126
|
-
var handleBlur = function handleBlur(event) {
|
127
|
-
if (!value || !isNumber(value)) {
|
128
|
-
setValues(null, lastValidValue);
|
129
|
-
} else if (String(value).endsWith('.')) {
|
130
|
-
setValues(null, Number(value));
|
131
|
-
}
|
132
|
-
if (onBlur) {
|
133
|
-
onBlur(event);
|
134
|
-
}
|
135
|
-
};
|
136
|
-
var handleKeyDown = function handleKeyDown(event) {
|
137
|
-
if (!isManualInput || disabled) {
|
138
|
-
return;
|
139
|
-
}
|
140
|
-
if (event.keyCode === keyCodes.Enter) {
|
141
|
-
event.preventDefault();
|
142
|
-
if (!value || !isNumber(value)) {
|
143
|
-
setValues(null, lastValidValue);
|
144
|
-
} else if (String(value).endsWith('.')) {
|
145
|
-
setValues(null, Number(value));
|
146
|
-
}
|
147
|
-
if (onKeyDown) {
|
148
|
-
onKeyDown(event);
|
149
|
-
}
|
150
|
-
}
|
151
|
-
};
|
152
|
-
var handleEndErrorAnimation = function handleEndErrorAnimation(correctValue) {
|
153
|
-
setErrorClass(undefined);
|
154
|
-
setValues(null, correctValue);
|
155
|
-
};
|
156
|
-
useEffect(function () {
|
157
|
-
setDynamicWidth(getInputWidth());
|
158
|
-
}, []);
|
159
|
-
useDidMountEffect(function () {
|
160
|
-
setDynamicWidth(getInputWidth(false));
|
161
|
-
}, [value]);
|
162
|
-
return /*#__PURE__*/React.createElement(InputWrapper, {
|
163
|
-
ref: wrapperRef,
|
164
|
-
className: cx(solidViewClass),
|
165
|
-
isManualInput: Boolean(isManualInput),
|
166
|
-
onClick: handleClickInputWrapper
|
167
|
-
}, /*#__PURE__*/React.createElement(TextWrapper, {
|
168
|
-
ref: textWrapperRef
|
169
|
-
}, textBefore && /*#__PURE__*/React.createElement(AdditionalText, {
|
170
|
-
className: classes.textBefore
|
171
|
-
}, textBefore), isLoading ? /*#__PURE__*/React.createElement(Loader, null, loader || _StyledSpinner || (_StyledSpinner = /*#__PURE__*/React.createElement(StyledSpinner, null))) : /*#__PURE__*/React.createElement(DynamicInput, null, /*#__PURE__*/React.createElement(Input, _extends({
|
172
|
-
ref: inputForkRef,
|
173
|
-
className: cx(errorClass),
|
174
|
-
dynamicWidth: dynamicWidth,
|
175
|
-
value: value,
|
176
|
-
isManualInput: Boolean(isManualInput),
|
177
|
-
tabIndex: disabled || !isManualInput ? -1 : 0,
|
178
|
-
onChange: handleManualInputChange,
|
179
|
-
onBlur: handleBlur,
|
180
|
-
onKeyDown: handleKeyDown,
|
181
|
-
onAnimationEnd: function onAnimationEnd() {
|
182
|
-
return handleEndErrorAnimation(Number(errorValue));
|
183
|
-
}
|
184
|
-
}, rest)), /*#__PURE__*/React.createElement(InputWidthHelper, {
|
185
|
-
ref: inputHelperRef
|
186
|
-
}, value)), textAfter && /*#__PURE__*/React.createElement(AdditionalText, {
|
187
|
-
className: classes.textAfter
|
188
|
-
}, textAfter)));
|
189
|
-
});
|