@salutejs/plasma-new-hope 0.187.0-canary.1539.11742294440.0 → 0.187.0-dev.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/NumberInput/NumberInput.css +52 -0
- package/cjs/components/NumberInput/NumberInput.js +205 -0
- package/cjs/components/NumberInput/NumberInput.js.map +1 -0
- package/cjs/components/NumberInput/NumberInput.styles.js +9 -0
- package/cjs/components/NumberInput/NumberInput.styles.js.map +1 -0
- package/cjs/components/NumberInput/NumberInput.styles_jeawjl.css +1 -0
- package/cjs/components/NumberInput/NumberInput.tokens.js +102 -0
- package/cjs/components/NumberInput/NumberInput.tokens.js.map +1 -0
- package/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +19 -0
- package/cjs/components/NumberInput/ui/ActionButton/ActionButton.js.map +1 -0
- package/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +22 -0
- package/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js.map +1 -0
- package/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles_x642ct.css +1 -0
- package/cjs/components/NumberInput/ui/Input/Input.css +15 -0
- package/cjs/components/NumberInput/ui/Input/Input.js +205 -0
- package/cjs/components/NumberInput/ui/Input/Input.js.map +1 -0
- package/cjs/components/NumberInput/ui/Input/Input.styles.js +96 -0
- package/cjs/components/NumberInput/ui/Input/Input.styles.js.map +1 -0
- package/cjs/components/NumberInput/ui/Input/Input.styles_fhgb95.css +8 -0
- package/cjs/components/NumberInput/utils/index.js +12 -0
- package/cjs/components/NumberInput/utils/index.js.map +1 -0
- package/cjs/components/{Switch/_toggleSize → NumberInput/variations/_background-type}/base.js +2 -2
- package/cjs/components/NumberInput/variations/_background-type/base.js.map +1 -0
- package/cjs/components/NumberInput/variations/_background-type/base_dx9knv.css +1 -0
- package/cjs/components/NumberInput/variations/_disabled/base.js +9 -0
- package/cjs/components/NumberInput/variations/_disabled/base.js.map +1 -0
- package/cjs/components/NumberInput/variations/_disabled/base_1sl0mh8.css +1 -0
- package/cjs/components/NumberInput/variations/_segmentation/base.js +9 -0
- package/cjs/components/NumberInput/variations/_segmentation/base.js.map +1 -0
- package/cjs/components/NumberInput/variations/_segmentation/base_14s5rot.css +1 -0
- package/cjs/components/NumberInput/variations/_shape/base.js +9 -0
- package/cjs/components/NumberInput/variations/_shape/base.js.map +1 -0
- package/cjs/components/NumberInput/variations/_shape/base_k05biw.css +1 -0
- package/cjs/components/NumberInput/variations/_size/base.js +9 -0
- package/cjs/components/NumberInput/variations/_size/base.js.map +1 -0
- package/cjs/components/NumberInput/variations/_size/base_yqdmk4.css +1 -0
- package/cjs/components/NumberInput/variations/_view/base.js +9 -0
- package/cjs/components/NumberInput/variations/_view/base.js.map +1 -0
- package/cjs/components/NumberInput/variations/_view/base_tnfbb5.css +1 -0
- package/cjs/components/Switch/Switch.css +7 -11
- package/cjs/components/Switch/Switch.js +7 -16
- package/cjs/components/Switch/Switch.js.map +1 -1
- package/cjs/components/Switch/Switch.styles.js +4 -16
- package/cjs/components/Switch/Switch.styles.js.map +1 -1
- package/cjs/components/Switch/Switch.styles_1kk0qzz.css +4 -0
- package/cjs/components/Switch/Switch.tokens.js +0 -11
- package/cjs/components/Switch/Switch.tokens.js.map +1 -1
- package/cjs/components/Switch/_focused/base.js +1 -1
- package/{es/components/Switch/_focused/base_sz3n0x.css → cjs/components/Switch/_focused/base_j4murk.css} +1 -1
- package/cjs/components/Switch/_size/base.js +1 -1
- package/cjs/components/Switch/_size/base.js.map +1 -1
- package/cjs/components/Switch/_size/base_1rjzpi4.css +1 -0
- package/cjs/components/Switch/_view/base.js +1 -1
- package/cjs/components/Switch/_view/base.js.map +1 -1
- package/cjs/components/Switch/_view/base_1mtyz12.css +1 -0
- package/cjs/index.css +30 -11
- package/cjs/index.js +6 -0
- package/cjs/index.js.map +1 -1
- package/emotion/cjs/components/NumberInput/NumberInput.js +214 -0
- package/emotion/cjs/components/NumberInput/NumberInput.styles.js +17 -0
- package/emotion/cjs/components/NumberInput/NumberInput.template-doc.mdx +214 -0
- package/emotion/cjs/components/NumberInput/NumberInput.tokens.js +99 -0
- package/emotion/cjs/components/NumberInput/NumberInput.types.js +5 -0
- package/emotion/cjs/components/NumberInput/index.js +31 -0
- package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +18 -0
- package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +16 -0
- package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.types.js +5 -0
- package/emotion/cjs/components/NumberInput/ui/Input/Input.js +213 -0
- package/emotion/cjs/components/NumberInput/ui/Input/Input.styles.js +81 -0
- package/emotion/cjs/components/NumberInput/ui/Input/Input.types.js +5 -0
- package/emotion/cjs/components/NumberInput/ui/index.js +19 -0
- package/emotion/cjs/components/NumberInput/utils/index.js +9 -0
- package/emotion/cjs/components/NumberInput/variations/_background-type/base.js +10 -0
- package/emotion/cjs/components/NumberInput/variations/_background-type/tokens.json +6 -0
- package/emotion/cjs/components/NumberInput/variations/_disabled/base.js +9 -0
- package/emotion/cjs/components/NumberInput/variations/_disabled/tokens.json +4 -0
- package/emotion/cjs/components/NumberInput/variations/_segmentation/base.js +12 -0
- package/emotion/cjs/components/NumberInput/variations/_segmentation/tokens.json +1 -0
- package/emotion/cjs/components/NumberInput/variations/_shape/base.js +11 -0
- package/emotion/cjs/components/NumberInput/variations/_shape/tokens.json +1 -0
- package/emotion/cjs/components/NumberInput/variations/_size/base.js +13 -0
- package/emotion/cjs/components/NumberInput/variations/_size/tokens.json +22 -0
- package/emotion/cjs/components/NumberInput/variations/_view/base.js +13 -0
- package/emotion/cjs/components/NumberInput/variations/_view/tokens.json +14 -0
- package/emotion/cjs/components/Switch/Switch.js +8 -17
- package/emotion/cjs/components/Switch/Switch.styles.js +5 -21
- package/emotion/cjs/components/Switch/Switch.template-doc.mdx +1 -37
- package/emotion/cjs/components/Switch/Switch.tokens.js +0 -11
- package/emotion/cjs/components/Switch/_size/base.js +1 -1
- package/emotion/cjs/components/Switch/_view/base.js +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +46 -0
- package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.js +11 -0
- package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +108 -0
- package/emotion/cjs/examples/plasma_b2c/components/Switch/Switch.config.js +4 -11
- package/emotion/cjs/examples/plasma_b2c/components/Switch/Switch.stories.tsx +1 -7
- package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.config.js +46 -0
- package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.js +11 -0
- package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +108 -0
- package/emotion/cjs/examples/plasma_web/components/Switch/Switch.config.js +4 -11
- package/emotion/cjs/examples/plasma_web/components/Switch/Switch.stories.tsx +1 -14
- package/emotion/cjs/index.js +11 -0
- package/emotion/es/components/NumberInput/NumberInput.js +206 -0
- package/emotion/es/components/NumberInput/NumberInput.styles.js +11 -0
- package/emotion/es/components/NumberInput/NumberInput.template-doc.mdx +214 -0
- package/emotion/es/components/NumberInput/NumberInput.tokens.js +93 -0
- package/emotion/es/components/NumberInput/NumberInput.types.js +1 -0
- package/emotion/es/components/NumberInput/index.js +2 -0
- package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.js +11 -0
- package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +9 -0
- package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.types.js +1 -0
- package/emotion/es/components/NumberInput/ui/Input/Input.js +204 -0
- package/emotion/es/components/NumberInput/ui/Input/Input.styles.js +74 -0
- package/emotion/es/components/NumberInput/ui/Input/Input.types.js +1 -0
- package/emotion/es/components/NumberInput/ui/index.js +2 -0
- package/emotion/es/components/NumberInput/utils/index.js +3 -0
- package/emotion/es/components/NumberInput/variations/_background-type/base.js +4 -0
- package/emotion/es/components/NumberInput/variations/_background-type/tokens.json +6 -0
- package/emotion/es/components/NumberInput/variations/_disabled/base.js +3 -0
- package/emotion/es/components/NumberInput/variations/_disabled/tokens.json +4 -0
- package/emotion/es/components/NumberInput/variations/_segmentation/base.js +6 -0
- package/emotion/es/components/NumberInput/variations/_segmentation/tokens.json +1 -0
- package/emotion/es/components/NumberInput/variations/_shape/base.js +5 -0
- package/emotion/es/components/NumberInput/variations/_shape/tokens.json +1 -0
- package/emotion/es/components/NumberInput/variations/_size/base.js +7 -0
- package/emotion/es/components/NumberInput/variations/_size/tokens.json +22 -0
- package/emotion/es/components/NumberInput/variations/_view/base.js +7 -0
- package/emotion/es/components/NumberInput/variations/_view/tokens.json +14 -0
- package/emotion/es/components/Switch/Switch.js +4 -13
- package/emotion/es/components/Switch/Switch.styles.js +4 -20
- package/emotion/es/components/Switch/Switch.template-doc.mdx +1 -37
- package/emotion/es/components/Switch/Switch.tokens.js +0 -11
- package/emotion/es/components/Switch/_size/base.js +2 -2
- package/emotion/es/components/Switch/_view/base.js +2 -2
- package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +40 -0
- package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.js +5 -0
- package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +108 -0
- package/emotion/es/examples/plasma_b2c/components/Switch/Switch.config.js +4 -11
- package/emotion/es/examples/plasma_b2c/components/Switch/Switch.stories.tsx +1 -7
- package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.config.js +40 -0
- package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.js +5 -0
- package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +108 -0
- package/emotion/es/examples/plasma_web/components/Switch/Switch.config.js +4 -11
- package/emotion/es/examples/plasma_web/components/Switch/Switch.stories.tsx +1 -14
- package/emotion/es/index.js +2 -1
- package/es/components/NumberInput/NumberInput.css +52 -0
- package/es/components/NumberInput/NumberInput.js +200 -0
- package/es/components/NumberInput/NumberInput.js.map +1 -0
- package/es/components/NumberInput/NumberInput.styles.js +5 -0
- package/es/components/NumberInput/NumberInput.styles.js.map +1 -0
- package/es/components/NumberInput/NumberInput.styles_jeawjl.css +1 -0
- package/es/components/NumberInput/NumberInput.tokens.js +96 -0
- package/es/components/NumberInput/NumberInput.tokens.js.map +1 -0
- package/es/components/NumberInput/ui/ActionButton/ActionButton.js +15 -0
- package/es/components/NumberInput/ui/ActionButton/ActionButton.js.map +1 -0
- package/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +18 -0
- package/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js.map +1 -0
- package/es/components/NumberInput/ui/ActionButton/ActionButton.styles_x642ct.css +1 -0
- package/es/components/NumberInput/ui/Input/Input.css +15 -0
- package/es/components/NumberInput/ui/Input/Input.js +201 -0
- package/es/components/NumberInput/ui/Input/Input.js.map +1 -0
- package/es/components/NumberInput/ui/Input/Input.styles.js +85 -0
- package/es/components/NumberInput/ui/Input/Input.styles.js.map +1 -0
- package/es/components/NumberInput/ui/Input/Input.styles_fhgb95.css +8 -0
- package/es/components/NumberInput/utils/index.js +6 -0
- package/es/components/NumberInput/utils/index.js.map +1 -0
- package/es/components/{Switch/_toggleSize → NumberInput/variations/_background-type}/base.js +2 -2
- package/es/components/NumberInput/variations/_background-type/base.js.map +1 -0
- package/es/components/NumberInput/variations/_background-type/base_dx9knv.css +1 -0
- package/es/components/NumberInput/variations/_disabled/base.js +5 -0
- package/es/components/NumberInput/variations/_disabled/base.js.map +1 -0
- package/es/components/NumberInput/variations/_disabled/base_1sl0mh8.css +1 -0
- package/es/components/NumberInput/variations/_segmentation/base.js +5 -0
- package/es/components/NumberInput/variations/_segmentation/base.js.map +1 -0
- package/es/components/NumberInput/variations/_segmentation/base_14s5rot.css +1 -0
- package/es/components/NumberInput/variations/_shape/base.js +5 -0
- package/es/components/NumberInput/variations/_shape/base.js.map +1 -0
- package/es/components/NumberInput/variations/_shape/base_k05biw.css +1 -0
- package/es/components/NumberInput/variations/_size/base.js +5 -0
- package/es/components/NumberInput/variations/_size/base.js.map +1 -0
- package/es/components/NumberInput/variations/_size/base_yqdmk4.css +1 -0
- package/es/components/NumberInput/variations/_view/base.js +5 -0
- package/es/components/NumberInput/variations/_view/base.js.map +1 -0
- package/es/components/NumberInput/variations/_view/base_tnfbb5.css +1 -0
- package/es/components/Switch/Switch.css +7 -11
- package/es/components/Switch/Switch.js +8 -17
- package/es/components/Switch/Switch.js.map +1 -1
- package/es/components/Switch/Switch.styles.js +5 -15
- package/es/components/Switch/Switch.styles.js.map +1 -1
- package/es/components/Switch/Switch.styles_1kk0qzz.css +4 -0
- package/es/components/Switch/Switch.tokens.js +0 -11
- package/es/components/Switch/Switch.tokens.js.map +1 -1
- package/es/components/Switch/_focused/base.js +1 -1
- package/{cjs/components/Switch/_focused/base_sz3n0x.css → es/components/Switch/_focused/base_j4murk.css} +1 -1
- package/es/components/Switch/_size/base.js +1 -1
- package/es/components/Switch/_size/base.js.map +1 -1
- package/es/components/Switch/_size/base_1rjzpi4.css +1 -0
- package/es/components/Switch/_view/base.js +1 -1
- package/es/components/Switch/_view/base.js.map +1 -1
- package/es/components/Switch/_view/base_1mtyz12.css +1 -0
- package/es/index.css +30 -11
- package/es/index.js +2 -0
- package/es/index.js.map +1 -1
- package/package.json +2 -2
- package/styled-components/cjs/components/NumberInput/NumberInput.js +214 -0
- package/styled-components/cjs/components/NumberInput/NumberInput.styles.js +8 -0
- package/styled-components/cjs/components/NumberInput/NumberInput.template-doc.mdx +214 -0
- package/styled-components/cjs/components/NumberInput/NumberInput.tokens.js +99 -0
- package/styled-components/cjs/components/NumberInput/NumberInput.types.js +5 -0
- package/styled-components/cjs/components/NumberInput/index.js +31 -0
- package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +18 -0
- package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +15 -0
- package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.types.js +5 -0
- package/styled-components/cjs/components/NumberInput/ui/Input/Input.js +213 -0
- package/styled-components/cjs/components/NumberInput/ui/Input/Input.styles.js +48 -0
- package/styled-components/cjs/components/NumberInput/ui/Input/Input.types.js +5 -0
- package/styled-components/cjs/components/NumberInput/ui/index.js +19 -0
- package/styled-components/cjs/components/NumberInput/utils/index.js +9 -0
- package/styled-components/cjs/components/NumberInput/variations/_background-type/base.js +10 -0
- package/styled-components/cjs/components/NumberInput/variations/_background-type/tokens.json +6 -0
- package/styled-components/cjs/components/NumberInput/variations/_disabled/base.js +9 -0
- package/styled-components/cjs/components/NumberInput/variations/_disabled/tokens.json +4 -0
- package/styled-components/cjs/components/NumberInput/variations/_segmentation/base.js +12 -0
- package/styled-components/cjs/components/NumberInput/variations/_segmentation/tokens.json +1 -0
- package/styled-components/cjs/components/NumberInput/variations/_shape/base.js +11 -0
- package/styled-components/cjs/components/NumberInput/variations/_shape/tokens.json +1 -0
- package/styled-components/cjs/components/NumberInput/variations/_size/base.js +13 -0
- package/styled-components/cjs/components/NumberInput/variations/_size/tokens.json +22 -0
- package/styled-components/cjs/components/NumberInput/variations/_view/base.js +13 -0
- package/styled-components/cjs/components/NumberInput/variations/_view/tokens.json +14 -0
- package/styled-components/cjs/components/Switch/Switch.js +8 -17
- package/styled-components/cjs/components/Switch/Switch.styles.js +5 -11
- package/styled-components/cjs/components/Switch/Switch.template-doc.mdx +1 -37
- package/styled-components/cjs/components/Switch/Switch.tokens.js +0 -11
- package/styled-components/cjs/components/Switch/_size/base.js +1 -1
- package/styled-components/cjs/components/Switch/_view/base.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +46 -0
- package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.js +11 -0
- package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +108 -0
- package/styled-components/cjs/examples/plasma_b2c/components/Switch/Switch.config.js +2 -9
- package/styled-components/cjs/examples/plasma_b2c/components/Switch/Switch.stories.tsx +1 -7
- package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.config.js +46 -0
- package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.js +11 -0
- package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +108 -0
- package/styled-components/cjs/examples/plasma_web/components/Switch/Switch.config.js +2 -9
- package/styled-components/cjs/examples/plasma_web/components/Switch/Switch.stories.tsx +1 -14
- package/styled-components/cjs/index.js +11 -0
- package/styled-components/es/components/NumberInput/NumberInput.js +206 -0
- package/styled-components/es/components/NumberInput/NumberInput.styles.js +2 -0
- package/styled-components/es/components/NumberInput/NumberInput.template-doc.mdx +214 -0
- package/styled-components/es/components/NumberInput/NumberInput.tokens.js +93 -0
- package/styled-components/es/components/NumberInput/NumberInput.types.js +1 -0
- package/styled-components/es/components/NumberInput/index.js +2 -0
- package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.js +11 -0
- package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +8 -0
- package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.types.js +1 -0
- package/styled-components/es/components/NumberInput/ui/Input/Input.js +204 -0
- package/styled-components/es/components/NumberInput/ui/Input/Input.styles.js +41 -0
- package/styled-components/es/components/NumberInput/ui/Input/Input.types.js +1 -0
- package/styled-components/es/components/NumberInput/ui/index.js +2 -0
- package/styled-components/es/components/NumberInput/utils/index.js +3 -0
- package/styled-components/es/components/NumberInput/variations/_background-type/base.js +4 -0
- package/styled-components/es/components/NumberInput/variations/_background-type/tokens.json +6 -0
- package/styled-components/es/components/NumberInput/variations/_disabled/base.js +3 -0
- package/styled-components/es/components/NumberInput/variations/_disabled/tokens.json +4 -0
- package/styled-components/es/components/NumberInput/variations/_segmentation/base.js +6 -0
- package/styled-components/es/components/NumberInput/variations/_segmentation/tokens.json +1 -0
- package/styled-components/es/components/NumberInput/variations/_shape/base.js +5 -0
- package/styled-components/es/components/NumberInput/variations/_shape/tokens.json +1 -0
- package/styled-components/es/components/NumberInput/variations/_size/base.js +7 -0
- package/styled-components/es/components/NumberInput/variations/_size/tokens.json +22 -0
- package/styled-components/es/components/NumberInput/variations/_view/base.js +7 -0
- package/styled-components/es/components/NumberInput/variations/_view/tokens.json +14 -0
- package/styled-components/es/components/Switch/Switch.js +4 -13
- package/styled-components/es/components/Switch/Switch.styles.js +4 -10
- package/styled-components/es/components/Switch/Switch.template-doc.mdx +1 -37
- package/styled-components/es/components/Switch/Switch.tokens.js +0 -11
- package/styled-components/es/components/Switch/_size/base.js +2 -2
- package/styled-components/es/components/Switch/_view/base.js +2 -2
- package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +40 -0
- package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.js +5 -0
- package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +108 -0
- package/styled-components/es/examples/plasma_b2c/components/Switch/Switch.config.js +2 -9
- package/styled-components/es/examples/plasma_b2c/components/Switch/Switch.stories.tsx +1 -7
- package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.config.js +40 -0
- package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.js +5 -0
- package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +108 -0
- package/styled-components/es/examples/plasma_web/components/Switch/Switch.config.js +2 -9
- package/styled-components/es/examples/plasma_web/components/Switch/Switch.stories.tsx +1 -14
- package/styled-components/es/index.js +2 -1
- package/types/components/NumberInput/NumberInput.d.ts +38 -0
- package/types/components/NumberInput/NumberInput.d.ts.map +1 -0
- package/types/components/NumberInput/NumberInput.styles.d.ts +2 -0
- package/types/components/NumberInput/NumberInput.styles.d.ts.map +1 -0
- package/types/components/NumberInput/NumberInput.tokens.d.ts +88 -0
- package/types/components/NumberInput/NumberInput.tokens.d.ts.map +1 -0
- package/types/components/NumberInput/NumberInput.types.d.ts +112 -0
- package/types/components/NumberInput/NumberInput.types.d.ts.map +1 -0
- package/types/components/NumberInput/index.d.ts +3 -0
- package/types/components/NumberInput/index.d.ts.map +1 -0
- package/types/components/NumberInput/ui/ActionButton/ActionButton.d.ts +4 -0
- package/types/components/NumberInput/ui/ActionButton/ActionButton.d.ts.map +1 -0
- package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts +45 -0
- package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts.map +1 -0
- package/types/components/NumberInput/ui/ActionButton/ActionButton.types.d.ts +7 -0
- package/types/components/NumberInput/ui/ActionButton/ActionButton.types.d.ts.map +1 -0
- package/types/components/NumberInput/ui/Input/Input.d.ts +19 -0
- package/types/components/NumberInput/ui/Input/Input.d.ts.map +1 -0
- package/types/components/NumberInput/ui/Input/Input.styles.d.ts +30 -0
- package/types/components/NumberInput/ui/Input/Input.styles.d.ts.map +1 -0
- package/types/components/NumberInput/ui/Input/Input.types.d.ts +19 -0
- package/types/components/NumberInput/ui/Input/Input.types.d.ts.map +1 -0
- package/types/components/NumberInput/ui/index.d.ts +3 -0
- package/types/components/NumberInput/ui/index.d.ts.map +1 -0
- package/types/components/NumberInput/utils/index.d.ts +4 -0
- package/types/components/NumberInput/utils/index.d.ts.map +1 -0
- package/types/components/NumberInput/variations/_background-type/base.d.ts.map +1 -0
- package/types/components/NumberInput/variations/_disabled/base.d.ts +2 -0
- package/types/components/NumberInput/variations/_disabled/base.d.ts.map +1 -0
- package/types/components/NumberInput/variations/_segmentation/base.d.ts +2 -0
- package/types/components/NumberInput/variations/_segmentation/base.d.ts.map +1 -0
- package/types/components/NumberInput/variations/_shape/base.d.ts +2 -0
- package/types/components/NumberInput/variations/_shape/base.d.ts.map +1 -0
- package/types/components/NumberInput/variations/_size/base.d.ts +2 -0
- package/types/components/NumberInput/variations/_size/base.d.ts.map +1 -0
- package/types/components/NumberInput/variations/_view/base.d.ts +2 -0
- package/types/components/NumberInput/variations/_view/base.d.ts.map +1 -0
- package/types/components/Switch/Switch.d.ts +0 -3
- package/types/components/Switch/Switch.d.ts.map +1 -1
- package/types/components/Switch/Switch.styles.d.ts +0 -2
- package/types/components/Switch/Switch.styles.d.ts.map +1 -1
- package/types/components/Switch/Switch.tokens.d.ts +0 -9
- package/types/components/Switch/Switch.tokens.d.ts.map +1 -1
- package/types/components/Switch/Switch.types.d.ts +2 -10
- package/types/components/Switch/Switch.types.d.ts.map +1 -1
- package/types/components/Switch/_size/base.d.ts.map +1 -1
- package/types/components/Switch/_view/base.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/NumberInput/NumberInput.config.d.ts +39 -0
- package/types/examples/plasma_b2c/components/NumberInput/NumberInput.config.d.ts.map +1 -0
- package/types/examples/plasma_b2c/components/NumberInput/NumberInput.d.ts +82 -0
- package/types/examples/plasma_b2c/components/NumberInput/NumberInput.d.ts.map +1 -0
- package/types/examples/plasma_b2c/components/Switch/Switch.config.d.ts +0 -7
- package/types/examples/plasma_b2c/components/Switch/Switch.config.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Switch/Switch.d.ts +0 -6
- package/types/examples/plasma_b2c/components/Switch/Switch.d.ts.map +1 -1
- package/types/examples/plasma_web/components/NumberInput/NumberInput.config.d.ts +39 -0
- package/types/examples/plasma_web/components/NumberInput/NumberInput.config.d.ts.map +1 -0
- package/types/examples/plasma_web/components/NumberInput/NumberInput.d.ts +82 -0
- package/types/examples/plasma_web/components/NumberInput/NumberInput.d.ts.map +1 -0
- package/types/examples/plasma_web/components/Switch/Switch.config.d.ts +0 -7
- package/types/examples/plasma_web/components/Switch/Switch.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Switch/Switch.d.ts +0 -6
- package/types/examples/plasma_web/components/Switch/Switch.d.ts.map +1 -1
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
- package/cjs/components/Switch/Switch.styles_bei7bh.css +0 -6
- package/cjs/components/Switch/_size/base_1tcl212.css +0 -1
- package/cjs/components/Switch/_toggleSize/base.js.map +0 -1
- package/cjs/components/Switch/_toggleSize/base_6i0904.css +0 -1
- package/cjs/components/Switch/_view/base_yxkf3s.css +0 -1
- package/emotion/cjs/components/Switch/_toggleSize/base.js +0 -10
- package/emotion/es/components/Switch/_toggleSize/base.js +0 -4
- package/es/components/Switch/Switch.styles_bei7bh.css +0 -6
- package/es/components/Switch/_size/base_1tcl212.css +0 -1
- package/es/components/Switch/_toggleSize/base.js.map +0 -1
- package/es/components/Switch/_toggleSize/base_6i0904.css +0 -1
- package/es/components/Switch/_view/base_yxkf3s.css +0 -1
- package/styled-components/cjs/components/Switch/_toggleSize/base.js +0 -10
- package/styled-components/es/components/Switch/_toggleSize/base.js +0 -4
- package/types/components/Switch/_toggleSize/base.d.ts.map +0 -1
- /package/types/components/{Switch/_toggleSize → NumberInput/variations/_background-type}/base.d.ts +0 -0
@@ -0,0 +1,214 @@
|
|
1
|
+
---
|
2
|
+
id: numberInput
|
3
|
+
title: NumberInput
|
4
|
+
---
|
5
|
+
|
6
|
+
import { PropsTable, Description } from '@site/src/components';
|
7
|
+
|
8
|
+
# NumberInput
|
9
|
+
Числовое поле. Поддерживает как ручной ввод, так и увеличение/уменьшение значения,
|
10
|
+
посредством нажатия соответствующих кнопок.
|
11
|
+
|
12
|
+
## NumberInput
|
13
|
+
<Description name="NumberInput" />
|
14
|
+
<PropsTable name="NumberInput" />
|
15
|
+
|
16
|
+
## Примеры
|
17
|
+
|
18
|
+
### Вид числового поля
|
19
|
+
Вид числового поля задается с помощью свойства `view`:
|
20
|
+
|
21
|
+
```tsx live
|
22
|
+
import React from 'react';
|
23
|
+
import { NumberInput } from '@salutejs/{{ package }}';
|
24
|
+
|
25
|
+
export function App() {
|
26
|
+
return (
|
27
|
+
<div>
|
28
|
+
<NumberInput value={5} width={188} view="default" />
|
29
|
+
<NumberInput value={5} width={188} view="secondary" />
|
30
|
+
<NumberInput value={5} width={188} view="accent" />
|
31
|
+
<NumberInput value={5} width={188} view="clear" />
|
32
|
+
</div>
|
33
|
+
);
|
34
|
+
}
|
35
|
+
```
|
36
|
+
|
37
|
+
### Модификация вида числового поля
|
38
|
+
Числовое поле может иметь различные отступы внутри, влияющие на форму. Задается с помощью свойства `segmentation`:
|
39
|
+
|
40
|
+
```tsx live
|
41
|
+
import React from 'react';
|
42
|
+
import { NumberInput } from '@salutejs/{{ package }}';
|
43
|
+
|
44
|
+
export function App() {
|
45
|
+
return (
|
46
|
+
<div>
|
47
|
+
<NumberInput value={5} width={188} view="default" segmentation="default" />
|
48
|
+
<NumberInput value={5} width={188} view="default" segmentation="segmented" />
|
49
|
+
<NumberInput value={5} width={188} view="default" segmentation="solid" />
|
50
|
+
</div>
|
51
|
+
);
|
52
|
+
}
|
53
|
+
```
|
54
|
+
|
55
|
+
### Граница числового поля
|
56
|
+
Граница числового поля задается с помощью свойства `shape`:
|
57
|
+
|
58
|
+
```tsx live
|
59
|
+
import React from 'react';
|
60
|
+
import { NumberInput } from '@salutejs/{{ package }}';
|
61
|
+
|
62
|
+
export function App() {
|
63
|
+
return (
|
64
|
+
<div>
|
65
|
+
<NumberInput value={5} width={188} view="default" segmentation="default" shape="cornered" />
|
66
|
+
<NumberInput value={5} width={188} view="default" segmentation="solid" shape="cornered" />
|
67
|
+
<NumberInput value={5} width={188} view="default" segmentation="default" shape="pilled" />
|
68
|
+
<NumberInput value={5} width={188} view="default" segmentation="solid" shape="pilled" />
|
69
|
+
</div>
|
70
|
+
);
|
71
|
+
}
|
72
|
+
```
|
73
|
+
|
74
|
+
### Размер числового поля
|
75
|
+
Размер числового поля задается с помощью свойства `size`:
|
76
|
+
|
77
|
+
```tsx live
|
78
|
+
import React from 'react';
|
79
|
+
import { NumberInput } from '@salutejs/{{ package }}';
|
80
|
+
|
81
|
+
export function App() {
|
82
|
+
return (
|
83
|
+
<div>
|
84
|
+
<NumberInput value={5} width={188} size="l" />
|
85
|
+
<NumberInput value={5} width={188} size="m" />
|
86
|
+
<NumberInput value={5} width={188} size="s" />
|
87
|
+
<NumberInput value={5} width={188} size="xs" />
|
88
|
+
</div>
|
89
|
+
);
|
90
|
+
}
|
91
|
+
```
|
92
|
+
|
93
|
+
### Состояние загрузки числового поля
|
94
|
+
Состояние загрузки числового поля определяется свойством `isLoading`:
|
95
|
+
|
96
|
+
```tsx live
|
97
|
+
import React from 'react';
|
98
|
+
import { NumberInput } from '@salutejs/{{ package }}';
|
99
|
+
|
100
|
+
export function App() {
|
101
|
+
return (
|
102
|
+
<div>
|
103
|
+
<NumberInput value={5} size="l" width={188} isLoading />
|
104
|
+
</div>
|
105
|
+
);
|
106
|
+
}
|
107
|
+
```
|
108
|
+
|
109
|
+
### Ручной ввод
|
110
|
+
Режим ручного ввода включается свойством `isManualInput`:
|
111
|
+
|
112
|
+
```tsx live
|
113
|
+
import React from 'react';
|
114
|
+
import { NumberInput } from '@salutejs/{{ package }}';
|
115
|
+
|
116
|
+
export function App() {
|
117
|
+
return (
|
118
|
+
<div>
|
119
|
+
<NumberInput value={5} size="l" width={188} isManualInput />
|
120
|
+
</div>
|
121
|
+
);
|
122
|
+
}
|
123
|
+
```
|
124
|
+
|
125
|
+
### Кастомные иконки для кнопок
|
126
|
+
Можно установить собственную иконку для кнопки используя
|
127
|
+
свойства `decrementIcon` и `incrementIcon` соответственно:
|
128
|
+
|
129
|
+
```tsx live
|
130
|
+
import React from 'react';
|
131
|
+
import { NumberInput } from '@salutejs/{{ package }}';
|
132
|
+
import { IconVolumeLevel1Fill, IconVolumeLevel2Fill } from '@salutejs/plasma-icons';
|
133
|
+
|
134
|
+
export function App() {
|
135
|
+
return (
|
136
|
+
<div>
|
137
|
+
<NumberInput
|
138
|
+
value={5}
|
139
|
+
size="l"
|
140
|
+
incrementIcon={<IconVolumeLevel2Fill color="inherit"/>}
|
141
|
+
decrementIcon={<IconVolumeLevel1Fill color="inherit"/>}
|
142
|
+
width={188}
|
143
|
+
/>
|
144
|
+
</div>
|
145
|
+
);
|
146
|
+
}
|
147
|
+
```
|
148
|
+
|
149
|
+
### Кастомные кнопки увеличения/уменьшения значения
|
150
|
+
Можно установить собственные кнопки используя свойства `customDecrementButton` и `customIncrementButton`.
|
151
|
+
В таком случае нужно определить функции по уменьшению/увелечению значения в поле.
|
152
|
+
|
153
|
+
```tsx live
|
154
|
+
import React, {useState} from 'react';
|
155
|
+
import { NumberInput, IconButton } from '@salutejs/{{ package }}';
|
156
|
+
import { IconVolumeLevel1Fill, IconVolumeLevel2Fill } from '@salutejs/plasma-icons';
|
157
|
+
|
158
|
+
export function App() {
|
159
|
+
const [currentValue, setCurrentValue] = useState(0);
|
160
|
+
|
161
|
+
const min = 0;
|
162
|
+
const max = 10;
|
163
|
+
const step = 2
|
164
|
+
|
165
|
+
const handleIncrement = () => {
|
166
|
+
const diffValue = Number(currentValue) + step;
|
167
|
+
const resValue = currentValue >= max ? max : diffValue;
|
168
|
+
|
169
|
+
setCurrentValue(resValue);
|
170
|
+
};
|
171
|
+
|
172
|
+
const handleDecrement = () => {
|
173
|
+
const diffValue = Number(currentValue) - step;
|
174
|
+
const resValue = currentValue <= min ? min : diffValue;
|
175
|
+
|
176
|
+
setCurrentValue(resValue);
|
177
|
+
};
|
178
|
+
|
179
|
+
const CustomIncrementButton = () => (
|
180
|
+
<IconButton
|
181
|
+
view={currentValue !== max ? "accent" : "critical"}
|
182
|
+
size="l"
|
183
|
+
disabled={currentValue === max}
|
184
|
+
onClick={handleIncrement}
|
185
|
+
>
|
186
|
+
<IconVolumeLevel2Fill color="inherit"/>
|
187
|
+
</IconButton>
|
188
|
+
)
|
189
|
+
|
190
|
+
const CustomDecrementButton = () => (
|
191
|
+
<IconButton
|
192
|
+
view={currentValue !== min ? "accent" : "critical"}
|
193
|
+
size="l"
|
194
|
+
disabled={currentValue === min}
|
195
|
+
onClick={handleDecrement}
|
196
|
+
>
|
197
|
+
<IconVolumeLevel1Fill color="inherit"/>
|
198
|
+
</IconButton>
|
199
|
+
)
|
200
|
+
|
201
|
+
return (
|
202
|
+
<div>
|
203
|
+
<NumberInput
|
204
|
+
value={currentValue}
|
205
|
+
step={step}
|
206
|
+
size="l"
|
207
|
+
customIncrementButton={<CustomIncrementButton />}
|
208
|
+
customDecrementButton={<CustomDecrementButton />}
|
209
|
+
width={188}
|
210
|
+
/>
|
211
|
+
</div>
|
212
|
+
);
|
213
|
+
}
|
214
|
+
```
|
@@ -0,0 +1,99 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.tokens = exports.privateTokens = exports.classes = void 0;
|
7
|
+
var classes = exports.classes = {
|
8
|
+
actionButtonDecrement: 'action-button-decrement',
|
9
|
+
actionButtonDecrementDisabled: 'action-button-decrement-disabled',
|
10
|
+
actionButtonIncrement: 'action-button-increment',
|
11
|
+
actionButtonIncrementDisabled: 'action-button-increment-disabled',
|
12
|
+
textBefore: 'text-before',
|
13
|
+
textAfter: 'text-after',
|
14
|
+
solidView: 'solid-view',
|
15
|
+
segmentedView: 'segmented-view',
|
16
|
+
clearView: 'clear-view',
|
17
|
+
errorAnimation: 'error-animation',
|
18
|
+
disabled: 'number-input-disabled',
|
19
|
+
loading: 'number-input-loading',
|
20
|
+
focused: 'number-input-focused',
|
21
|
+
manualInput: 'manual-input-number-input'
|
22
|
+
};
|
23
|
+
var privateTokens = exports.privateTokens = {
|
24
|
+
inputWidth: '--plasma_private-number-input_width',
|
25
|
+
segmentationBorderRadius: '--plasma_private-segmentation-border-radius',
|
26
|
+
segmentationInputBorderRadius: '--plasma_private-segmentation_input_border-radius',
|
27
|
+
topBoxShadow: '--plasma_private-number-input_top-box-shadow',
|
28
|
+
bottomBoxShadow: '--plasma_private-number-input_bottom-box-shadow',
|
29
|
+
leftBoxShadow: '--plasma_private-number-input_left-box-shadow',
|
30
|
+
rightBoxShadow: '--plasma_private-number-input_right-box-shadow'
|
31
|
+
};
|
32
|
+
var tokens = exports.tokens = {
|
33
|
+
// Root size tokens
|
34
|
+
rootMinWidth: '--plasma-number-input_min-width',
|
35
|
+
disabledOpacity: '--plasma-number-input_disabled-opacity',
|
36
|
+
rootBorderWidth: '--plasma-number-input_input-border-width',
|
37
|
+
wrapperBorderColor: '--plasma-number-input_wrapper_border-color',
|
38
|
+
wrapperBorderColorFocus: '--plasma-number-input_wrapper_border-color_focus',
|
39
|
+
// Action button view tokens
|
40
|
+
iconButtonColor: '--plasma-number-input_icon-button_color',
|
41
|
+
iconButtonBackgroundColor: '--plasma-number-input_icon-button_background-color',
|
42
|
+
iconButtonColorHover: '--plasma-number-input_icon-button_color-hover',
|
43
|
+
iconButtonColorSolidHover: '--plasma-number-input_icon-button_color_solid-hover',
|
44
|
+
iconButtonBackgroundColorHover: '--plasma-number-input_icon-button_background-color-hover',
|
45
|
+
iconButtonColorActive: '--plasma-number-input_icon-button_color-active',
|
46
|
+
iconButtonColorSolidActive: '--plasma-number-input_icon-button_color_solid-active',
|
47
|
+
iconButtonBackgroundColorActive: '--plasma-number-input_icon-button_background-color-active',
|
48
|
+
actionButtonDisabledOpacity: '--plasma-number-input_action-button_disabled-opacity',
|
49
|
+
// Action button size tokens
|
50
|
+
iconButtonHeight: '--plasma-number-input_icon-button_height',
|
51
|
+
iconButtonWidth: '--plasma-number-input_icon-button_width',
|
52
|
+
iconButtonPadding: '--plasma-number-input_icon-button_padding',
|
53
|
+
iconButtonRadius: '--plasma-number-input_icon-button_radius',
|
54
|
+
iconButtonSegmentationRadius: '--plasma-number-input_icon-button_segmentation_radius',
|
55
|
+
iconButtonFontFamily: '--plasma-number-input_icon-button_font-family',
|
56
|
+
iconButtonFontSize: '--plasma-number-input_icon-button_font-size',
|
57
|
+
iconButtonFontStyle: '--plasma-number-input_icon-button_font-style',
|
58
|
+
iconButtonFontWeight: '--plasma-number-input_icon-button_font-weight',
|
59
|
+
iconButtonLetterSpacing: '--plasma-number-input_icon-button_letter-spacing',
|
60
|
+
iconButtonLineHeight: '--plasma-number-input_icon-button_line-height',
|
61
|
+
// Input size tokens
|
62
|
+
inputWrapperBorderWidth: '--plasma-number-input_input-wrapper_border-width',
|
63
|
+
inputWrapperMargin: '--plasma-number-input_input-wrapper_margin',
|
64
|
+
inputWrapperBorderRadius: '--plasma-number-input_input-wrapper_border-radius',
|
65
|
+
textWrapperHeight: '--plasma-number-input_text-wrapper_height',
|
66
|
+
textWrapperPadding: '--plasma-number-input_text-wrapper_padding',
|
67
|
+
fontFamily: '--plasma-number-input_font-family',
|
68
|
+
fontStyle: '--plasma-number-input_font-style',
|
69
|
+
fontSize: '--plasma-number-input_font-size',
|
70
|
+
fontWeight: '--plasma-number-input_font-weight',
|
71
|
+
letterSpacing: '--plasma-number-input_letter-spacing',
|
72
|
+
lineHeight: '--plasma-number-input_line-height',
|
73
|
+
textBeforeMarginRight: '--plasma-number-input_text-before_margin-right',
|
74
|
+
textAfterMarginLeft: '--plasma-number-input_text-after_margin-left',
|
75
|
+
// Input view tokens
|
76
|
+
caretColor: '--plasma-number-input_caret_color',
|
77
|
+
caretColorSolid: '--plasma-number-input_caret_color-solid',
|
78
|
+
color: '--plasma-number-input_color',
|
79
|
+
colorSolid: '--plasma-number-input_color-solid',
|
80
|
+
backgroundColor: '--plasma-number-input_background-color',
|
81
|
+
backgroundColorHover: '--plasma-number-input_background-color-hover',
|
82
|
+
backgroundColorFocus: '--plasma-number-input_background-color-focus',
|
83
|
+
backgroundColorSolidFocus: '--plasma-number-input_background-color-solid-focus',
|
84
|
+
backgroundColorSolid: '--plasma-number-input_background-color-solid',
|
85
|
+
borderColor: '--plasma-number-input_border-color',
|
86
|
+
borderColorHover: '--plasma-number-input_border-color-hover',
|
87
|
+
borderColorFocus: '--plasma-number-input_border-color-focus',
|
88
|
+
borderColorSolidFocus: '--plasma-number-input_border-color-solid-focus',
|
89
|
+
borderColorSolid: '--plasma-number-input_border-color-solid',
|
90
|
+
additionalTextColor: '--plasma-number-input_additional-text_color',
|
91
|
+
additionalTextColorSolid: '--plasma-number-input_additional-text_color-solid',
|
92
|
+
errorColor: '--plasma-number-input_error-color',
|
93
|
+
backgroundErrorColor: '--plasma-number-input_background_error-color',
|
94
|
+
borderErrorColor: '--plasma-number-input_border_error-color',
|
95
|
+
// Loader tokens
|
96
|
+
loaderSpinnerSize: '--plasma-number-input_loader-spinner_size',
|
97
|
+
loaderSpinnerColor: '--plasma-number-input_loader-spinner_color',
|
98
|
+
loaderSpinnerColorSolid: '--plasma-number-input_loader-spinner_color-solid'
|
99
|
+
};
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
Object.defineProperty(exports, "numberInputClasses", {
|
7
|
+
enumerable: true,
|
8
|
+
get: function get() {
|
9
|
+
return _NumberInput2.classes;
|
10
|
+
}
|
11
|
+
});
|
12
|
+
Object.defineProperty(exports, "numberInputConfig", {
|
13
|
+
enumerable: true,
|
14
|
+
get: function get() {
|
15
|
+
return _NumberInput.numberInputConfig;
|
16
|
+
}
|
17
|
+
});
|
18
|
+
Object.defineProperty(exports, "numberInputRoot", {
|
19
|
+
enumerable: true,
|
20
|
+
get: function get() {
|
21
|
+
return _NumberInput.numberInputRoot;
|
22
|
+
}
|
23
|
+
});
|
24
|
+
Object.defineProperty(exports, "numberInputTokens", {
|
25
|
+
enumerable: true,
|
26
|
+
get: function get() {
|
27
|
+
return _NumberInput2.tokens;
|
28
|
+
}
|
29
|
+
});
|
30
|
+
var _NumberInput = /*#__PURE__*/require("./NumberInput");
|
31
|
+
var _NumberInput2 = /*#__PURE__*/require("./NumberInput.tokens");
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.ActionButton = void 0;
|
7
|
+
var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
|
8
|
+
var _ActionButton = /*#__PURE__*/require("./ActionButton.styles");
|
9
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
10
|
+
var ActionButton = exports.ActionButton = function ActionButton(_ref) {
|
11
|
+
var icon = _ref.icon,
|
12
|
+
className = _ref.className,
|
13
|
+
onClick = _ref.onClick;
|
14
|
+
return /*#__PURE__*/_react["default"].createElement(_ActionButton.StyledIconButton, {
|
15
|
+
className: className,
|
16
|
+
onClick: onClick
|
17
|
+
}, icon);
|
18
|
+
};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.StyledIconButton = void 0;
|
7
|
+
var _styledComponents = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("styled-components"));
|
8
|
+
var _IconButton = /*#__PURE__*/require("../../../IconButton");
|
9
|
+
var _engines = /*#__PURE__*/require("../../../../engines");
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
11
|
+
var mergedIconButtonConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_IconButton.iconButtonConfig);
|
12
|
+
var IconButton = /*#__PURE__*/(0, _engines.component)(mergedIconButtonConfig);
|
13
|
+
var StyledIconButton = exports.StyledIconButton = /*#__PURE__*/(0, _styledComponents["default"])(IconButton).withConfig({
|
14
|
+
componentId: "plasma-new-hope__sc-kcpqrq-0"
|
15
|
+
})([""]);
|
@@ -0,0 +1,213 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
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); }
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
exports.NumberInput = void 0;
|
8
|
+
var _react = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("react"));
|
9
|
+
var _plasmaCore = /*#__PURE__*/require("@salutejs/plasma-core");
|
10
|
+
var _NumberInput = /*#__PURE__*/require("../../NumberInput.tokens");
|
11
|
+
var _utils = /*#__PURE__*/require("../../../../utils");
|
12
|
+
var _hooks = /*#__PURE__*/require("../../../../hooks");
|
13
|
+
var _utils2 = /*#__PURE__*/require("../../utils");
|
14
|
+
var _constants = /*#__PURE__*/require("../../../../utils/constants");
|
15
|
+
var _Input = /*#__PURE__*/require("./Input.styles");
|
16
|
+
var _StyledSpinner;
|
17
|
+
var _excluded = ["value", "min", "max", "isLoading", "loader", "disabled", "segmentation", "textBefore", "textAfter", "isManualInput", "isInputFocused", "setIsInputFocused", "setIsAnimationRun", "setInnerValue", "onChange", "onBlur", "onKeyDown"];
|
18
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
19
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
20
|
+
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); }
|
21
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
22
|
+
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."); }
|
23
|
+
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); }
|
24
|
+
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; }
|
25
|
+
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; } }
|
26
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
27
|
+
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; }
|
28
|
+
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; }
|
29
|
+
var NumberInput = exports.NumberInput = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
30
|
+
var value = _ref.value,
|
31
|
+
min = _ref.min,
|
32
|
+
max = _ref.max,
|
33
|
+
isLoading = _ref.isLoading,
|
34
|
+
loader = _ref.loader,
|
35
|
+
disabled = _ref.disabled,
|
36
|
+
segmentation = _ref.segmentation,
|
37
|
+
textBefore = _ref.textBefore,
|
38
|
+
textAfter = _ref.textAfter,
|
39
|
+
isManualInput = _ref.isManualInput,
|
40
|
+
isInputFocused = _ref.isInputFocused,
|
41
|
+
setIsInputFocused = _ref.setIsInputFocused,
|
42
|
+
setIsAnimationRun = _ref.setIsAnimationRun,
|
43
|
+
setInnerValue = _ref.setInnerValue,
|
44
|
+
onChange = _ref.onChange,
|
45
|
+
onBlur = _ref.onBlur,
|
46
|
+
onKeyDown = _ref.onKeyDown,
|
47
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
48
|
+
var _useState = (0, _react.useState)(value ? "".concat(String(value).length, "ch") : _utils2.defaultCharacterWidth),
|
49
|
+
_useState2 = _slicedToArray(_useState, 2),
|
50
|
+
dynamicWidth = _useState2[0],
|
51
|
+
setDynamicWidth = _useState2[1];
|
52
|
+
var _useState3 = (0, _react.useState)(Number(value)),
|
53
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
54
|
+
lastValidValue = _useState4[0],
|
55
|
+
setLastValidValue = _useState4[1];
|
56
|
+
var _useState5 = (0, _react.useState)(undefined),
|
57
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
58
|
+
errorClass = _useState6[0],
|
59
|
+
setErrorClass = _useState6[1];
|
60
|
+
var _useState7 = (0, _react.useState)(),
|
61
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
62
|
+
errorValue = _useState8[0],
|
63
|
+
setErrorValue = _useState8[1];
|
64
|
+
var inputHelperRef = (0, _react.useRef)(null);
|
65
|
+
var wrapperRef = (0, _react.useRef)(null);
|
66
|
+
var textWrapperRef = (0, _react.useRef)(null);
|
67
|
+
var inputRef = (0, _react.useRef)(null);
|
68
|
+
var inputForkRef = (0, _plasmaCore.useForkRef)(inputRef, ref);
|
69
|
+
var solidViewClass = segmentation === 'solid' ? _NumberInput.classes.solidView : undefined;
|
70
|
+
var manualInputClass = isManualInput ? _NumberInput.classes.manualInput : undefined;
|
71
|
+
var getInputWidth = function getInputWidth() {
|
72
|
+
var _inputHelperRef$curre;
|
73
|
+
var firstRender = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
|
74
|
+
if (!firstRender && (_inputHelperRef$curre = inputHelperRef.current) !== null && _inputHelperRef$curre !== void 0 && _inputHelperRef$curre.clientWidth) {
|
75
|
+
var _inputHelperRef$curre2;
|
76
|
+
return "".concat((_inputHelperRef$curre2 = inputHelperRef.current) === null || _inputHelperRef$curre2 === void 0 ? void 0 : _inputHelperRef$curre2.clientWidth, "px");
|
77
|
+
}
|
78
|
+
if (value) {
|
79
|
+
return "".concat(String(value).length, "ch");
|
80
|
+
}
|
81
|
+
return _utils2.defaultCharacterWidth;
|
82
|
+
};
|
83
|
+
var setValues = function setValues(event, newValue) {
|
84
|
+
setLastValidValue(newValue);
|
85
|
+
setInnerValue(newValue);
|
86
|
+
if (onChange) {
|
87
|
+
onChange(event, newValue);
|
88
|
+
}
|
89
|
+
};
|
90
|
+
var validateValue = function validateValue(newValue) {
|
91
|
+
if (!newValue || !(0, _utils.isNumber)(newValue)) {
|
92
|
+
setValues(null, lastValidValue);
|
93
|
+
setIsAnimationRun(false);
|
94
|
+
return;
|
95
|
+
}
|
96
|
+
if (String(newValue).endsWith('.')) {
|
97
|
+
setValues(null, Number(newValue));
|
98
|
+
setIsAnimationRun(false);
|
99
|
+
return;
|
100
|
+
}
|
101
|
+
var resValue = Number(newValue);
|
102
|
+
if (max !== undefined && resValue > max) {
|
103
|
+
setErrorClass(_NumberInput.classes.errorAnimation);
|
104
|
+
setErrorValue(max);
|
105
|
+
setIsAnimationRun(true);
|
106
|
+
return;
|
107
|
+
}
|
108
|
+
if (min !== undefined && resValue < min) {
|
109
|
+
setErrorClass(_NumberInput.classes.errorAnimation);
|
110
|
+
setErrorValue(min);
|
111
|
+
setIsAnimationRun(true);
|
112
|
+
}
|
113
|
+
setIsAnimationRun(false);
|
114
|
+
};
|
115
|
+
var handleManualInputChange = function handleManualInputChange(event) {
|
116
|
+
var _textWrapperRef$curre, _wrapperRef$current;
|
117
|
+
if (!isManualInput || disabled) {
|
118
|
+
return;
|
119
|
+
}
|
120
|
+
setIsAnimationRun(true);
|
121
|
+
var newValue = event.target.value;
|
122
|
+
if (!newValue) {
|
123
|
+
setInnerValue('');
|
124
|
+
if (onChange) {
|
125
|
+
onChange(event, '');
|
126
|
+
}
|
127
|
+
return;
|
128
|
+
}
|
129
|
+
var cleanValue = newValue.replace(_utils2.excludingNumberSchema, '');
|
130
|
+
if (cleanValue.endsWith('.') || cleanValue === '-') {
|
131
|
+
setInnerValue(cleanValue);
|
132
|
+
if (onChange) {
|
133
|
+
onChange(event, cleanValue);
|
134
|
+
}
|
135
|
+
return;
|
136
|
+
}
|
137
|
+
var isValid = _utils2.numberSchema.test(cleanValue);
|
138
|
+
if (!isValid) {
|
139
|
+
setValues(event, lastValidValue);
|
140
|
+
return;
|
141
|
+
}
|
142
|
+
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)) {
|
143
|
+
wrapperRef.current.scrollLeft = textWrapperRef.current.offsetWidth - textWrapperRef.current.offsetLeft || 0;
|
144
|
+
}
|
145
|
+
setValues(event, Number(cleanValue));
|
146
|
+
};
|
147
|
+
var handleClickInputWrapper = function handleClickInputWrapper() {
|
148
|
+
if (!isManualInput || !inputRef.current) {
|
149
|
+
return;
|
150
|
+
}
|
151
|
+
if (!isInputFocused) {
|
152
|
+
inputRef.current.select();
|
153
|
+
}
|
154
|
+
setIsInputFocused(true);
|
155
|
+
};
|
156
|
+
var handleBlur = function handleBlur(event) {
|
157
|
+
validateValue(value);
|
158
|
+
setIsInputFocused(false);
|
159
|
+
if (onBlur) {
|
160
|
+
onBlur(event);
|
161
|
+
}
|
162
|
+
};
|
163
|
+
var handleKeyDown = function handleKeyDown(event) {
|
164
|
+
if (!isManualInput || disabled) {
|
165
|
+
return;
|
166
|
+
}
|
167
|
+
if (event.keyCode === _constants.keyCodes.Enter) {
|
168
|
+
event.preventDefault();
|
169
|
+
validateValue(value);
|
170
|
+
if (onKeyDown) {
|
171
|
+
onKeyDown(event);
|
172
|
+
}
|
173
|
+
}
|
174
|
+
};
|
175
|
+
var handleEndErrorAnimation = function handleEndErrorAnimation(correctValue) {
|
176
|
+
setIsAnimationRun(false);
|
177
|
+
setIsInputFocused(false);
|
178
|
+
setErrorClass(undefined);
|
179
|
+
setValues(null, correctValue);
|
180
|
+
};
|
181
|
+
(0, _react.useEffect)(function () {
|
182
|
+
setDynamicWidth(getInputWidth());
|
183
|
+
}, []);
|
184
|
+
(0, _hooks.useDidMountEffect)(function () {
|
185
|
+
setDynamicWidth(getInputWidth(false));
|
186
|
+
}, [value]);
|
187
|
+
return /*#__PURE__*/_react["default"].createElement(_Input.InputWrapper, {
|
188
|
+
ref: wrapperRef,
|
189
|
+
className: (0, _utils.cx)(solidViewClass, errorClass, manualInputClass),
|
190
|
+
isManualInput: Boolean(isManualInput),
|
191
|
+
onClick: handleClickInputWrapper
|
192
|
+
}, /*#__PURE__*/_react["default"].createElement(_Input.TextWrapper, {
|
193
|
+
ref: textWrapperRef
|
194
|
+
}, !isLoading && textBefore && /*#__PURE__*/_react["default"].createElement(_Input.AdditionalText, {
|
195
|
+
className: _NumberInput.classes.textBefore
|
196
|
+
}, textBefore), isLoading ? /*#__PURE__*/_react["default"].createElement(_Input.Loader, null, loader || _StyledSpinner || (_StyledSpinner = /*#__PURE__*/_react["default"].createElement(_Input.StyledSpinner, null))) : /*#__PURE__*/_react["default"].createElement(_Input.DynamicInput, null, /*#__PURE__*/_react["default"].createElement(_Input.Input, _extends({
|
197
|
+
ref: inputForkRef,
|
198
|
+
dynamicWidth: dynamicWidth,
|
199
|
+
value: value,
|
200
|
+
isManualInput: Boolean(isManualInput),
|
201
|
+
tabIndex: disabled || !isManualInput ? -1 : 0,
|
202
|
+
onChange: handleManualInputChange,
|
203
|
+
onBlur: handleBlur,
|
204
|
+
onKeyDown: handleKeyDown,
|
205
|
+
onAnimationEnd: function onAnimationEnd() {
|
206
|
+
return handleEndErrorAnimation(Number(errorValue));
|
207
|
+
}
|
208
|
+
}, rest)), /*#__PURE__*/_react["default"].createElement(_Input.InputWidthHelper, {
|
209
|
+
ref: inputHelperRef
|
210
|
+
}, value)), !isLoading && textAfter && /*#__PURE__*/_react["default"].createElement(_Input.AdditionalText, {
|
211
|
+
className: _NumberInput.classes.textAfter
|
212
|
+
}, textAfter)));
|
213
|
+
});
|
@@ -0,0 +1,48 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.TextWrapper = exports.StyledSpinner = exports.Loader = exports.InputWrapper = exports.InputWidthHelper = exports.Input = exports.DynamicInput = exports.AdditionalText = void 0;
|
7
|
+
var _styledComponents = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("styled-components"));
|
8
|
+
var _engines = /*#__PURE__*/require("../../../../engines");
|
9
|
+
var _Spinner = /*#__PURE__*/require("../../../Spinner");
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
11
|
+
var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Spinner.spinnerConfig);
|
12
|
+
var Spinner = /*#__PURE__*/(0, _engines.component)(mergedConfig);
|
13
|
+
var InputWrapper = exports.InputWrapper = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
14
|
+
componentId: "plasma-new-hope__sc-i0o2ki-0"
|
15
|
+
})(["overflow-x:auto;overflow-y:hidden;flex:1;cursor:", ";::-webkit-scrollbar{display:none;}scrollbar-width:none;overscroll-behavior:contain;"], function (_ref) {
|
16
|
+
var isManualInput = _ref.isManualInput;
|
17
|
+
return isManualInput ? 'text' : 'default';
|
18
|
+
});
|
19
|
+
var TextWrapper = exports.TextWrapper = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
20
|
+
componentId: "plasma-new-hope__sc-i0o2ki-1"
|
21
|
+
})(["display:flex;align-items:center;justify-content:center;width:fit-content;margin:0 auto;box-sizing:border-box;"]);
|
22
|
+
var AdditionalText = exports.AdditionalText = /*#__PURE__*/_styledComponents["default"].span.withConfig({
|
23
|
+
componentId: "plasma-new-hope__sc-i0o2ki-2"
|
24
|
+
})([""]);
|
25
|
+
var Loader = exports.Loader = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
26
|
+
componentId: "plasma-new-hope__sc-i0o2ki-3"
|
27
|
+
})([""]);
|
28
|
+
var StyledSpinner = exports.StyledSpinner = /*#__PURE__*/(0, _styledComponents["default"])(Spinner).withConfig({
|
29
|
+
componentId: "plasma-new-hope__sc-i0o2ki-4"
|
30
|
+
})([""]);
|
31
|
+
var DynamicInput = exports.DynamicInput = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
32
|
+
componentId: "plasma-new-hope__sc-i0o2ki-5"
|
33
|
+
})(["position:relative;"]);
|
34
|
+
var Input = exports.Input = /*#__PURE__*/_styledComponents["default"].input.withConfig({
|
35
|
+
componentId: "plasma-new-hope__sc-i0o2ki-6"
|
36
|
+
})(["box-sizing:border-box;appearance:none;border:0;padding:0;background-color:transparent;outline:none;width:", ";box-sizing:border-box;cursor:", ";pointer-events:", ";transition:width 0.1s;"], function (_ref2) {
|
37
|
+
var dynamicWidth = _ref2.dynamicWidth;
|
38
|
+
return dynamicWidth;
|
39
|
+
}, function (_ref3) {
|
40
|
+
var isManualInput = _ref3.isManualInput;
|
41
|
+
return isManualInput ? 'text' : 'default';
|
42
|
+
}, function (_ref4) {
|
43
|
+
var isManualInput = _ref4.isManualInput;
|
44
|
+
return isManualInput ? 'initial' : 'none';
|
45
|
+
});
|
46
|
+
var InputWidthHelper = exports.InputWidthHelper = /*#__PURE__*/_styledComponents["default"].span.withConfig({
|
47
|
+
componentId: "plasma-new-hope__sc-i0o2ki-7"
|
48
|
+
})(["position:absolute;z-index:-999;visibility:hidden;top:0;left:0;opacity:0;height:0;white-space:pre;"]);
|