@salutejs/plasma-new-hope 0.178.0-canary.1514.11575933383.0 → 0.178.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. package/cjs/components/Counter/Counter.css +1 -1
  2. package/cjs/components/Counter/Counter.js +3 -13
  3. package/cjs/components/Counter/Counter.js.map +1 -1
  4. package/cjs/components/Counter/Counter.tokens.js +0 -4
  5. package/cjs/components/Counter/Counter.tokens.js.map +1 -1
  6. package/cjs/components/Counter/variations/_size/base.js +1 -1
  7. package/cjs/components/Counter/variations/_size/base.js.map +1 -1
  8. package/cjs/components/Counter/variations/_size/{base_4mz17d.css → base_1z0ohiy.css} +1 -1
  9. package/cjs/components/Dropdown/ui/DropdownDivider/DropdownDivider.js +2 -2
  10. package/cjs/components/Dropdown/ui/DropdownDivider/DropdownDivider.js.map +1 -1
  11. package/cjs/components/Dropdown/ui/DropdownFooter/DropdownFooter.js +2 -2
  12. package/cjs/components/Dropdown/ui/DropdownFooter/DropdownFooter.js.map +1 -1
  13. package/cjs/components/Dropdown/ui/DropdownGroup/DropdownGroup.js +2 -2
  14. package/cjs/components/Dropdown/ui/DropdownGroup/DropdownGroup.js.map +1 -1
  15. package/cjs/components/Dropdown/ui/DropdownHeader/DropdownHeader.js +2 -2
  16. package/cjs/components/Dropdown/ui/DropdownHeader/DropdownHeader.js.map +1 -1
  17. package/cjs/components/Dropdown/ui/DropdownOld/DropdownOld.js +4 -2
  18. package/cjs/components/Dropdown/ui/DropdownOld/DropdownOld.js.map +1 -1
  19. package/cjs/components/Popover/Popover.js +2 -1
  20. package/cjs/components/Popover/Popover.js.map +1 -1
  21. package/cjs/index.css +1 -1
  22. package/emotion/cjs/components/Counter/Counter.js +3 -13
  23. package/emotion/cjs/components/Counter/Counter.template-doc.mdx +2 -2
  24. package/emotion/cjs/components/Counter/Counter.tokens.js +1 -4
  25. package/emotion/cjs/components/Counter/variations/_size/base.js +1 -1
  26. package/emotion/cjs/components/Dropdown/ui/DropdownDivider/DropdownDivider.js +2 -2
  27. package/emotion/cjs/components/Dropdown/ui/DropdownFooter/DropdownFooter.js +2 -2
  28. package/emotion/cjs/components/Dropdown/ui/DropdownGroup/DropdownGroup.js +2 -2
  29. package/emotion/cjs/components/Dropdown/ui/DropdownHeader/DropdownHeader.js +2 -2
  30. package/emotion/cjs/components/Dropdown/ui/DropdownOld/DropdownOld.js +6 -4
  31. package/emotion/cjs/components/Popover/Popover.js +2 -1
  32. package/emotion/cjs/examples/plasma_b2c/components/Counter/Counter.config.js +9 -12
  33. package/emotion/cjs/examples/plasma_b2c/components/Counter/Counter.stories.tsx +5 -7
  34. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +9 -6
  35. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +10 -6
  36. package/emotion/cjs/examples/plasma_web/components/Counter/Counter.config.js +9 -12
  37. package/emotion/cjs/examples/plasma_web/components/Counter/Counter.stories.tsx +5 -7
  38. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +9 -6
  39. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -6
  40. package/emotion/es/components/Counter/Counter.js +3 -13
  41. package/emotion/es/components/Counter/Counter.template-doc.mdx +2 -2
  42. package/emotion/es/components/Counter/Counter.tokens.js +0 -3
  43. package/emotion/es/components/Counter/variations/_size/base.js +2 -2
  44. package/emotion/es/components/Dropdown/ui/DropdownDivider/DropdownDivider.js +2 -2
  45. package/emotion/es/components/Dropdown/ui/DropdownFooter/DropdownFooter.js +2 -2
  46. package/emotion/es/components/Dropdown/ui/DropdownGroup/DropdownGroup.js +2 -2
  47. package/emotion/es/components/Dropdown/ui/DropdownHeader/DropdownHeader.js +2 -2
  48. package/emotion/es/components/Dropdown/ui/DropdownOld/DropdownOld.js +4 -2
  49. package/emotion/es/components/Popover/Popover.js +2 -1
  50. package/emotion/es/examples/plasma_b2c/components/Counter/Counter.config.js +9 -12
  51. package/emotion/es/examples/plasma_b2c/components/Counter/Counter.stories.tsx +5 -7
  52. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +9 -6
  53. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +10 -6
  54. package/emotion/es/examples/plasma_web/components/Counter/Counter.config.js +9 -12
  55. package/emotion/es/examples/plasma_web/components/Counter/Counter.stories.tsx +5 -7
  56. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +9 -6
  57. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -6
  58. package/es/components/Counter/Counter.css +1 -1
  59. package/es/components/Counter/Counter.js +3 -13
  60. package/es/components/Counter/Counter.js.map +1 -1
  61. package/es/components/Counter/Counter.tokens.js +1 -4
  62. package/es/components/Counter/Counter.tokens.js.map +1 -1
  63. package/es/components/Counter/variations/_size/base.js +1 -1
  64. package/es/components/Counter/variations/_size/base.js.map +1 -1
  65. package/es/components/Counter/variations/_size/{base_4mz17d.css → base_1z0ohiy.css} +1 -1
  66. package/es/components/Dropdown/ui/DropdownDivider/DropdownDivider.js +2 -2
  67. package/es/components/Dropdown/ui/DropdownDivider/DropdownDivider.js.map +1 -1
  68. package/es/components/Dropdown/ui/DropdownFooter/DropdownFooter.js +2 -2
  69. package/es/components/Dropdown/ui/DropdownFooter/DropdownFooter.js.map +1 -1
  70. package/es/components/Dropdown/ui/DropdownGroup/DropdownGroup.js +2 -2
  71. package/es/components/Dropdown/ui/DropdownGroup/DropdownGroup.js.map +1 -1
  72. package/es/components/Dropdown/ui/DropdownHeader/DropdownHeader.js +2 -2
  73. package/es/components/Dropdown/ui/DropdownHeader/DropdownHeader.js.map +1 -1
  74. package/es/components/Dropdown/ui/DropdownOld/DropdownOld.js +4 -2
  75. package/es/components/Dropdown/ui/DropdownOld/DropdownOld.js.map +1 -1
  76. package/es/components/Popover/Popover.js +2 -1
  77. package/es/components/Popover/Popover.js.map +1 -1
  78. package/es/index.css +1 -1
  79. package/package.json +4 -4
  80. package/styled-components/cjs/components/Counter/Counter.js +3 -13
  81. package/styled-components/cjs/components/Counter/Counter.template-doc.mdx +2 -2
  82. package/styled-components/cjs/components/Counter/Counter.tokens.js +1 -4
  83. package/styled-components/cjs/components/Counter/variations/_size/base.js +1 -1
  84. package/styled-components/cjs/components/Dropdown/ui/DropdownDivider/DropdownDivider.js +2 -2
  85. package/styled-components/cjs/components/Dropdown/ui/DropdownFooter/DropdownFooter.js +2 -2
  86. package/styled-components/cjs/components/Dropdown/ui/DropdownGroup/DropdownGroup.js +2 -2
  87. package/styled-components/cjs/components/Dropdown/ui/DropdownHeader/DropdownHeader.js +2 -2
  88. package/styled-components/cjs/components/Dropdown/ui/DropdownOld/DropdownOld.js +6 -4
  89. package/styled-components/cjs/components/Popover/Popover.js +2 -1
  90. package/styled-components/cjs/examples/plasma_b2c/components/Counter/Counter.config.js +2 -5
  91. package/styled-components/cjs/examples/plasma_b2c/components/Counter/Counter.stories.tsx +5 -7
  92. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +9 -6
  93. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +10 -6
  94. package/styled-components/cjs/examples/plasma_web/components/Counter/Counter.config.js +2 -5
  95. package/styled-components/cjs/examples/plasma_web/components/Counter/Counter.stories.tsx +5 -7
  96. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +9 -6
  97. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -6
  98. package/styled-components/es/components/Counter/Counter.js +3 -13
  99. package/styled-components/es/components/Counter/Counter.template-doc.mdx +2 -2
  100. package/styled-components/es/components/Counter/Counter.tokens.js +0 -3
  101. package/styled-components/es/components/Counter/variations/_size/base.js +2 -2
  102. package/styled-components/es/components/Dropdown/ui/DropdownDivider/DropdownDivider.js +2 -2
  103. package/styled-components/es/components/Dropdown/ui/DropdownFooter/DropdownFooter.js +2 -2
  104. package/styled-components/es/components/Dropdown/ui/DropdownGroup/DropdownGroup.js +2 -2
  105. package/styled-components/es/components/Dropdown/ui/DropdownHeader/DropdownHeader.js +2 -2
  106. package/styled-components/es/components/Dropdown/ui/DropdownOld/DropdownOld.js +4 -2
  107. package/styled-components/es/components/Popover/Popover.js +2 -1
  108. package/styled-components/es/examples/plasma_b2c/components/Counter/Counter.config.js +2 -5
  109. package/styled-components/es/examples/plasma_b2c/components/Counter/Counter.stories.tsx +5 -7
  110. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +9 -6
  111. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +10 -6
  112. package/styled-components/es/examples/plasma_web/components/Counter/Counter.config.js +2 -5
  113. package/styled-components/es/examples/plasma_web/components/Counter/Counter.stories.tsx +5 -7
  114. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +9 -6
  115. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -6
  116. package/types/components/Counter/Counter.d.ts.map +1 -1
  117. package/types/components/Counter/Counter.tokens.d.ts +0 -3
  118. package/types/components/Counter/Counter.tokens.d.ts.map +1 -1
  119. package/types/components/Counter/Counter.types.d.ts +2 -2
  120. package/types/components/Counter/variations/_size/base.d.ts.map +1 -1
  121. package/types/components/Dropdown/ui/DropdownDivider/DropdownDivider.d.ts.map +1 -1
  122. package/types/components/Dropdown/ui/DropdownFooter/DropdownFooter.d.ts.map +1 -1
  123. package/types/components/Dropdown/ui/DropdownGroup/DropdownGroup.d.ts.map +1 -1
  124. package/types/components/Dropdown/ui/DropdownHeader/DropdownHeader.d.ts.map +1 -1
  125. package/types/components/Dropdown/ui/DropdownOld/DropdownOld.d.ts.map +1 -1
  126. package/types/components/Popover/Popover.d.ts.map +1 -1
  127. package/types/examples/plasma_b2c/components/Counter/Counter.config.d.ts +0 -3
  128. package/types/examples/plasma_b2c/components/Counter/Counter.config.d.ts.map +1 -1
  129. package/types/examples/plasma_b2c/components/Counter/Counter.d.ts +0 -3
  130. package/types/examples/plasma_b2c/components/Counter/Counter.d.ts.map +1 -1
  131. package/types/examples/plasma_web/components/Counter/Counter.config.d.ts +0 -3
  132. package/types/examples/plasma_web/components/Counter/Counter.config.d.ts.map +1 -1
  133. package/types/examples/plasma_web/components/Counter/Counter.d.ts +0 -3
  134. package/types/examples/plasma_web/components/Counter/Counter.d.ts.map +1 -1
@@ -3,7 +3,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
3
3
  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; }
4
4
  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; }
5
5
  import React, { forwardRef } from 'react';
6
- import { useUniqId } from '@salutejs/plasma-core';
6
+ import { safeUseId } from '../../../../utils';
7
7
  import { base as viewCSS } from './variations/_view/base';
8
8
  import { base as sizeCSS } from './variations/_size/base';
9
9
  import { StyledDropdownGroup, StyledDropdownLabel } from './DropdownGroup.styles';
@@ -21,7 +21,7 @@ export var dropdownGroupRoot = function dropdownGroupRoot(Root) {
21
21
  view = _ref.view,
22
22
  size = _ref.size,
23
23
  rest = _objectWithoutProperties(_ref, _excluded);
24
- var uniqId = useUniqId();
24
+ var uniqId = safeUseId();
25
25
  var innerId = id || uniqId;
26
26
  return /*#__PURE__*/React.createElement(Root, {
27
27
  id: innerId,
@@ -3,7 +3,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
3
3
  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; }
4
4
  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; }
5
5
  import React, { forwardRef } from 'react';
6
- import { useUniqId } from '@salutejs/plasma-core';
6
+ import { safeUseId } from '../../../../utils';
7
7
  import { base as viewCSS } from './variations/_view/base';
8
8
  import { base as sizeCSS } from './variations/_size/base';
9
9
  import { StyledDropdownHeader } from './DropdownHeader.styles';
@@ -18,7 +18,7 @@ export var dropdownHeaderRoot = function dropdownHeaderRoot(Root) {
18
18
  size = _ref.size,
19
19
  children = _ref.children,
20
20
  rest = _objectWithoutProperties(_ref, _excluded);
21
- var uniqId = useUniqId();
21
+ var uniqId = safeUseId();
22
22
  var innerId = id || uniqId;
23
23
  return /*#__PURE__*/React.createElement(Root, {
24
24
  id: innerId,
@@ -3,7 +3,9 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
3
3
  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; }
4
4
  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; }
5
5
  import React, { forwardRef, useRef } from 'react';
6
- import { useFocusTrap, useForkRef, useUniqId } from '@salutejs/plasma-core';
6
+ import { useForkRef } from '@salutejs/plasma-core';
7
+ import { useFocusTrap } from '../../../../hooks';
8
+ import { safeUseId } from '../../../../utils';
7
9
  import { base as viewCSS } from './variations/_view/base';
8
10
  import { base as sizeCSS } from './variations/_size/base';
9
11
  import { StyledDropdown, StyledPopover } from './Dropdown.styles';
@@ -42,7 +44,7 @@ export var dropdownOldRoot = function dropdownOldRoot(Root) {
42
44
  closeOnEsc = _ref$closeOnEsc === void 0 ? false : _ref$closeOnEsc,
43
45
  rest = _objectWithoutProperties(_ref, _excluded);
44
46
  var innerIsOpen = Boolean(isOpen || opened);
45
- var uniqId = useUniqId();
47
+ var uniqId = safeUseId();
46
48
  var innerId = id || uniqId;
47
49
  var rootRef = useRef(null);
48
50
  var dropdownRef = useRef(null);
@@ -16,7 +16,8 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
16
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
17
  import React, { useRef, useCallback, useEffect, useState, forwardRef } from 'react';
18
18
  import { usePopper } from 'react-popper';
19
- import { useFocusTrap, useForkRef } from '@salutejs/plasma-core';
19
+ import { useForkRef } from '@salutejs/plasma-core';
20
+ import { useFocusTrap } from '../../hooks';
20
21
  import { cx } from '../../utils';
21
22
  import { Portal } from '../Portal';
22
23
  import { base as viewCSS } from './variations/_view/base';
@@ -16,11 +16,8 @@ export var config = {
16
16
  light: /*#__PURE__*/css(["", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default);"], counterTokens.color, counterTokens.background)
17
17
  },
18
18
  size: {
19
- l: /*#__PURE__*/css(["", ":1rem;", ":1.75rem;", ":0.625rem;", ":0.625rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight),
20
- m: /*#__PURE__*/css(["", ":1rem;", ":1.5rem;", ":0.5rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight),
21
- s: /*#__PURE__*/css(["", ":1rem;", ":1.25rem;", ":0.375rem;", ":0.375rem;", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight),
22
- xs: /*#__PURE__*/css(["", ":1rem;", ":1rem;", ":0.25rem;", ":0.25rem;", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight),
23
- xxs: /*#__PURE__*/css(["", ":1rem;", ":0.75rem;", ":0.125rem;", ":0.125rem;", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight)
19
+ xs: /*#__PURE__*/css(["", ":0.5rem;", ":1rem;", ":0.25rem;", ":0.25rem;", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight),
20
+ xxs: /*#__PURE__*/css(["", ":0.5rem;", ":0.75rem;", ":0.25rem;", ":0.25rem;", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight)
24
21
  }
25
22
  }
26
23
  };
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { disableProps } from '@salutejs/plasma-sb-utils';
2
3
  import type { StoryObj, Meta } from '@storybook/react';
3
4
 
@@ -5,22 +6,19 @@ import { WithTheme } from '../../../_helpers';
5
6
 
6
7
  import { Counter } from './Counter';
7
8
 
8
- const sizes = ['l', 'm', 's', 'xs', 'xxs'];
9
- const views = ['default', 'accent', 'positive', 'warning', 'negative', 'dark', 'light'];
10
-
11
9
  const meta: Meta<typeof Counter> = {
12
10
  title: 'plasma_b2c/Counter',
13
11
  component: Counter,
14
12
  decorators: [WithTheme],
15
13
  argTypes: {
16
14
  size: {
17
- options: sizes,
15
+ options: ['xs', 'xxs'],
18
16
  control: {
19
17
  type: 'select',
20
18
  },
21
19
  },
22
20
  view: {
23
- options: views,
21
+ options: ['default', 'accent', 'positive', 'warning', 'negative', 'dark', 'light'],
24
22
  control: {
25
23
  type: 'select',
26
24
  },
@@ -35,8 +33,8 @@ type Story = StoryObj<typeof Counter>;
35
33
 
36
34
  export const Default: Story = {
37
35
  args: {
38
- count: 123,
39
- maxCount: 200,
36
+ count: 25,
37
+ maxCount: 100,
40
38
  view: 'default',
41
39
  size: 'xs',
42
40
  },
@@ -37,6 +37,7 @@ const placements: Array<PopoverPlacement> = [
37
37
  ];
38
38
 
39
39
  type StoryTextAreaPropsCustom = {
40
+ hasHint?: boolean;
40
41
  enableContentRight?: boolean;
41
42
  };
42
43
 
@@ -92,43 +93,44 @@ const meta: Meta<StoryTextAreaProps> = {
92
93
  },
93
94
  hintText: {
94
95
  control: { type: 'text' },
96
+ if: { arg: 'hasHint', truthy: true },
95
97
  },
96
98
  hintView: {
97
99
  options: hintViews,
98
100
  control: {
99
101
  type: 'select',
100
102
  },
101
- if: { arg: 'hintText', neq: '' },
103
+ if: { arg: 'hasHint', truthy: true },
102
104
  },
103
105
  hintSize: {
104
106
  options: hintSizes,
105
107
  control: {
106
108
  type: 'select',
107
109
  },
108
- if: { arg: 'hintText', neq: '' },
110
+ if: { arg: 'hasHint', truthy: true },
109
111
  },
110
112
  hintTrigger: {
111
113
  options: hintTriggers,
112
114
  control: {
113
115
  type: 'inline-radio',
114
116
  },
115
- if: { arg: 'hintText', neq: '' },
117
+ if: { arg: 'hasHint', truthy: true },
116
118
  },
117
119
  hintPlacement: {
118
120
  options: placements,
119
121
  control: {
120
122
  type: 'select',
121
123
  },
122
- if: { arg: 'hintText', neq: '' },
124
+ if: { arg: 'hasHint', truthy: true },
123
125
  mappers: placements,
124
126
  },
125
127
  hintHasArrow: {
126
128
  control: { type: 'boolean' },
127
- if: { arg: 'hintText', neq: '' },
129
+ if: { arg: 'hasHint', truthy: true },
128
130
  },
129
131
  hintWidth: {
130
132
  control: { type: 'text' },
131
- if: { arg: 'hintText', neq: '' },
133
+ if: { arg: 'hasHint', truthy: true },
132
134
  },
133
135
  },
134
136
  args: {
@@ -152,6 +154,7 @@ const meta: Meta<StoryTextAreaProps> = {
152
154
  requiredPlacement: 'right',
153
155
  clear: false,
154
156
  hasDivider: false,
157
+ hasHint: true,
155
158
  hintText: 'Текст подсказки',
156
159
  hintTrigger: 'hover',
157
160
  hintView: 'default',
@@ -95,43 +95,44 @@ const meta: Meta<typeof TextField> = {
95
95
  },
96
96
  hintText: {
97
97
  control: { type: 'text' },
98
+ if: { arg: 'hasHint', truthy: true },
98
99
  },
99
100
  hintView: {
100
101
  options: hintViews,
101
102
  control: {
102
103
  type: 'select',
103
104
  },
104
- if: { arg: 'hintText', neq: '' },
105
+ if: { arg: 'hasHint', truthy: true },
105
106
  },
106
107
  hintSize: {
107
108
  options: hintSizes,
108
109
  control: {
109
110
  type: 'select',
110
111
  },
111
- if: { arg: 'hintText', neq: '' },
112
+ if: { arg: 'hasHint', truthy: true },
112
113
  },
113
114
  hintTrigger: {
114
115
  options: hintTriggers,
115
116
  control: {
116
117
  type: 'inline-radio',
117
118
  },
118
- if: { arg: 'hintText', neq: '' },
119
+ if: { arg: 'hasHint', truthy: true },
119
120
  },
120
121
  hintPlacement: {
121
122
  options: placements,
122
123
  control: {
123
124
  type: 'select',
124
125
  },
125
- if: { arg: 'hintText', neq: '' },
126
+ if: { arg: 'hasHint', truthy: true },
126
127
  mappers: placements,
127
128
  },
128
129
  hintHasArrow: {
129
130
  control: { type: 'boolean' },
130
- if: { arg: 'hintText', neq: '' },
131
+ if: { arg: 'hasHint', truthy: true },
131
132
  },
132
133
  hintWidth: {
133
134
  control: { type: 'text' },
134
- if: { arg: 'hintText', neq: '' },
135
+ if: { arg: 'hasHint', truthy: true },
135
136
  },
136
137
  },
137
138
  };
@@ -158,6 +159,7 @@ type StoryPropsDefault = Omit<
158
159
  | 'chips'
159
160
  | 'onChangeChips'
160
161
  > & {
162
+ hasHint: boolean;
161
163
  enableContentLeft: boolean;
162
164
  enableContentRight: boolean;
163
165
  };
@@ -222,6 +224,7 @@ export const Default: StoryObj<StoryPropsDefault> = {
222
224
  requiredPlacement: 'right',
223
225
  clear: false,
224
226
  hasDivider: false,
227
+ hasHint: true,
225
228
  hintText: 'Текст подсказки',
226
229
  hintTrigger: 'hover',
227
230
  hintView: 'default',
@@ -251,6 +254,7 @@ type StoryPropsChips = Omit<
251
254
  | 'minLength'
252
255
  | 'enumerationType'
253
256
  > & {
257
+ hasHint: boolean;
254
258
  enableContentLeft: boolean;
255
259
  enableContentRight: boolean;
256
260
  };
@@ -16,11 +16,8 @@ export var config = {
16
16
  light: /*#__PURE__*/css(["", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default);"], counterTokens.color, counterTokens.background)
17
17
  },
18
18
  size: {
19
- l: /*#__PURE__*/css(["", ":1rem;", ":1.75rem;", ":0.625rem;", ":0.625rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight),
20
- m: /*#__PURE__*/css(["", ":1rem;", ":1.5rem;", ":0.5rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight),
21
- s: /*#__PURE__*/css(["", ":1rem;", ":1.25rem;", ":0.375rem;", ":0.375rem;", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight),
22
- xs: /*#__PURE__*/css(["", ":1rem;", ":1rem;", ":0.25rem;", ":0.25rem;", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight),
23
- xxs: /*#__PURE__*/css(["", ":1rem;", ":0.75rem;", ":0.125rem;", ":0.125rem;", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight)
19
+ xs: /*#__PURE__*/css(["", ":0.5rem;", ":1rem;", ":0.25rem;", ":0.25rem;", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight),
20
+ xxs: /*#__PURE__*/css(["", ":0.5rem;", ":0.75rem;", ":0.25rem;", ":0.25rem;", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], counterTokens.borderRadius, counterTokens.height, counterTokens.paddingRight, counterTokens.paddingLeft, counterTokens.fontFamily, counterTokens.fontSize, counterTokens.fontStyle, counterTokens.fontWeight, counterTokens.letterSpacing, counterTokens.lineHeight)
24
21
  }
25
22
  }
26
23
  };
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { disableProps } from '@salutejs/plasma-sb-utils';
2
3
  import type { StoryObj, Meta } from '@storybook/react';
3
4
 
@@ -5,22 +6,19 @@ import { WithTheme } from '../../../_helpers';
5
6
 
6
7
  import { Counter } from './Counter';
7
8
 
8
- const sizes = ['l', 'm', 's', 'xs', 'xxs'];
9
- const views = ['default', 'accent', 'positive', 'warning', 'negative', 'dark', 'light'];
10
-
11
9
  const meta: Meta<typeof Counter> = {
12
10
  title: 'plasma_web/Counter',
13
11
  component: Counter,
14
12
  decorators: [WithTheme],
15
13
  argTypes: {
16
14
  size: {
17
- options: sizes,
15
+ options: ['xs', 'xxs'],
18
16
  control: {
19
17
  type: 'select',
20
18
  },
21
19
  },
22
20
  view: {
23
- options: views,
21
+ options: ['default', 'accent', 'positive', 'warning', 'negative', 'dark', 'light'],
24
22
  control: {
25
23
  type: 'select',
26
24
  },
@@ -35,8 +33,8 @@ type Story = StoryObj<typeof Counter>;
35
33
 
36
34
  export const Default: Story = {
37
35
  args: {
38
- count: 123,
39
- maxCount: 200,
36
+ count: 25,
37
+ maxCount: 100,
40
38
  view: 'default',
41
39
  size: 'xs',
42
40
  },
@@ -37,6 +37,7 @@ const placements: Array<PopoverPlacement> = [
37
37
  ];
38
38
 
39
39
  type StoryTextAreaPropsCustom = {
40
+ hasHint?: boolean;
40
41
  enableContentRight?: boolean;
41
42
  };
42
43
 
@@ -92,43 +93,44 @@ const meta: Meta<StoryTextAreaProps> = {
92
93
  },
93
94
  hintText: {
94
95
  control: { type: 'text' },
96
+ if: { arg: 'hasHint', truthy: true },
95
97
  },
96
98
  hintView: {
97
99
  options: hintViews,
98
100
  control: {
99
101
  type: 'select',
100
102
  },
101
- if: { arg: 'hintText', neq: '' },
103
+ if: { arg: 'hasHint', truthy: true },
102
104
  },
103
105
  hintSize: {
104
106
  options: hintSizes,
105
107
  control: {
106
108
  type: 'select',
107
109
  },
108
- if: { arg: 'hintText', neq: '' },
110
+ if: { arg: 'hasHint', truthy: true },
109
111
  },
110
112
  hintTrigger: {
111
113
  options: hintTriggers,
112
114
  control: {
113
115
  type: 'inline-radio',
114
116
  },
115
- if: { arg: 'hintText', neq: '' },
117
+ if: { arg: 'hasHint', truthy: true },
116
118
  },
117
119
  hintPlacement: {
118
120
  options: placements,
119
121
  control: {
120
122
  type: 'select',
121
123
  },
122
- if: { arg: 'hintText', neq: '' },
124
+ if: { arg: 'hasHint', truthy: true },
123
125
  mappers: placements,
124
126
  },
125
127
  hintHasArrow: {
126
128
  control: { type: 'boolean' },
127
- if: { arg: 'hintText', neq: '' },
129
+ if: { arg: 'hasHint', truthy: true },
128
130
  },
129
131
  hintWidth: {
130
132
  control: { type: 'text' },
131
- if: { arg: 'hintText', neq: '' },
133
+ if: { arg: 'hasHint', truthy: true },
132
134
  },
133
135
  },
134
136
  args: {
@@ -152,6 +154,7 @@ const meta: Meta<StoryTextAreaProps> = {
152
154
  requiredPlacement: 'right',
153
155
  clear: false,
154
156
  hasDivider: false,
157
+ hasHint: true,
155
158
  hintText: 'Текст подсказки',
156
159
  hintTrigger: 'hover',
157
160
  hintView: 'default',
@@ -95,43 +95,44 @@ const meta: Meta<typeof TextField> = {
95
95
  },
96
96
  hintText: {
97
97
  control: { type: 'text' },
98
+ if: { arg: 'hasHint', truthy: true },
98
99
  },
99
100
  hintView: {
100
101
  options: hintViews,
101
102
  control: {
102
103
  type: 'select',
103
104
  },
104
- if: { arg: 'hintText', neq: '' },
105
+ if: { arg: 'hasHint', truthy: true },
105
106
  },
106
107
  hintSize: {
107
108
  options: hintSizes,
108
109
  control: {
109
110
  type: 'select',
110
111
  },
111
- if: { arg: 'hintText', neq: '' },
112
+ if: { arg: 'hasHint', truthy: true },
112
113
  },
113
114
  hintTrigger: {
114
115
  options: hintTriggers,
115
116
  control: {
116
117
  type: 'inline-radio',
117
118
  },
118
- if: { arg: 'hintText', neq: '' },
119
+ if: { arg: 'hasHint', truthy: true },
119
120
  },
120
121
  hintPlacement: {
121
122
  options: placements,
122
123
  control: {
123
124
  type: 'select',
124
125
  },
125
- if: { arg: 'hintText', neq: '' },
126
+ if: { arg: 'hasHint', truthy: true },
126
127
  mappers: placements,
127
128
  },
128
129
  hintHasArrow: {
129
130
  control: { type: 'boolean' },
130
- if: { arg: 'hintText', neq: '' },
131
+ if: { arg: 'hasHint', truthy: true },
131
132
  },
132
133
  hintWidth: {
133
134
  control: { type: 'text' },
134
- if: { arg: 'hintText', neq: '' },
135
+ if: { arg: 'hasHint', truthy: true },
135
136
  },
136
137
  },
137
138
  };
@@ -158,6 +159,7 @@ type StoryPropsDefault = Omit<
158
159
  | 'chips'
159
160
  | 'onChangeChips'
160
161
  > & {
162
+ hasHint: boolean;
161
163
  enableContentLeft: boolean;
162
164
  enableContentRight: boolean;
163
165
  };
@@ -222,6 +224,7 @@ export const Default: StoryObj<StoryPropsDefault> = {
222
224
  optional: false,
223
225
  required: false,
224
226
  requiredPlacement: 'right',
227
+ hasHint: true,
225
228
  hintText: 'Текст подсказки',
226
229
  hintTrigger: 'hover',
227
230
  hintView: 'default',
@@ -251,6 +254,7 @@ type StoryPropsChips = Omit<
251
254
  | 'minLength'
252
255
  | 'enumerationType'
253
256
  > & {
257
+ hasHint: boolean;
254
258
  enableContentLeft: boolean;
255
259
  enableContentRight: boolean;
256
260
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Counter.d.ts","sourceRoot":"","sources":["../../../src/components/Counter/Counter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAMpD,eAAO,MAAM,WAAW,SAAU,UAAU,cAAc,EAAE,YAAY,CAAC;;;;;wCAmBnE,CAAC;AAEP,eAAO,MAAM,aAAa;;;mBArBQ,UAAU,cAAc,EAAE,YAAY,CAAC;;;;;;;;;;;;;;;;;;;CAsCxE,CAAC"}
1
+ {"version":3,"file":"Counter.d.ts","sourceRoot":"","sources":["../../../src/components/Counter/Counter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAGpD,eAAO,MAAM,WAAW,SAAU,UAAU,cAAc,EAAE,YAAY,CAAC;;;;;wCAWnE,CAAC;AAEP,eAAO,MAAM,aAAa;;;mBAbQ,UAAU,cAAc,EAAE,YAAY,CAAC;;;;;;;;;;;;;;;;;;;CA8BxE,CAAC"}
@@ -1,6 +1,3 @@
1
- export declare const classes: {
2
- round: string;
3
- };
4
1
  export declare const tokens: {
5
2
  background: string;
6
3
  color: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Counter.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Counter/Counter.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;CAEnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;CAiBlB,CAAC"}
1
+ {"version":3,"file":"Counter.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Counter/Counter.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;CAiBlB,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import type { HTMLAttributes } from 'react';
2
2
  declare type CustomCounterProps = {
3
3
  /**
4
- * Отображаемое число. Не может быть меньше 1.
4
+ * Отображаемое число
5
5
  */
6
6
  count: number;
7
7
  /**
8
- * Максимальное отображаемое число. Не может быть меньше 1.
8
+ * Максимальное отображаемое число
9
9
  */
10
10
  maxCount?: number;
11
11
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/Counter/variations/_size/base.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,0CAoBhB,CAAC"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/Counter/variations/_size/base.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,0CAgBhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownDivider.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/ui/DropdownDivider/DropdownDivider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKhD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAEpE;;GAEG;AACH,eAAO,MAAM,mBAAmB,SAAU,UAAU,cAAc,EAAE,oBAAoB,CAAC;;;;wCAUnF,CAAC;AAEP,eAAO,MAAM,qBAAqB;;;mBAZQ,UAAU,cAAc,EAAE,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;CA6BxF,CAAC"}
1
+ {"version":3,"file":"DropdownDivider.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/ui/DropdownDivider/DropdownDivider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAMhD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAEpE;;GAEG;AACH,eAAO,MAAM,mBAAmB,SAAU,UAAU,cAAc,EAAE,oBAAoB,CAAC;;;;wCAUnF,CAAC;AAEP,eAAO,MAAM,qBAAqB;;;mBAZQ,UAAU,cAAc,EAAE,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;CA6BxF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownFooter.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/ui/DropdownFooter/DropdownFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE;;GAEG;AACH,eAAO,MAAM,kBAAkB,SAAU,UAAU,cAAc,EAAE,mBAAmB,CAAC;;;;wCAclF,CAAC;AAEN,eAAO,MAAM,oBAAoB;;;mBAhBQ,UAAU,cAAc,EAAE,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;CAiCtF,CAAC"}
1
+ {"version":3,"file":"DropdownFooter.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/ui/DropdownFooter/DropdownFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAMhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE;;GAEG;AACH,eAAO,MAAM,kBAAkB,SAAU,UAAU,cAAc,EAAE,mBAAmB,CAAC;;;;wCAclF,CAAC;AAEN,eAAO,MAAM,oBAAoB;;;mBAhBQ,UAAU,cAAc,EAAE,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;CAiCtF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/ui/DropdownGroup/DropdownGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKhD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE/D;;GAEG;AACH,eAAO,MAAM,iBAAiB,SAAU,UAAU,cAAc,EAAE,kBAAkB,CAAC;;;;;;;;wCAehF,CAAC;AAEN,eAAO,MAAM,mBAAmB;;;mBAjBQ,UAAU,cAAc,EAAE,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;CAkCpF,CAAC"}
1
+ {"version":3,"file":"DropdownGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/ui/DropdownGroup/DropdownGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAMhD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE/D;;GAEG;AACH,eAAO,MAAM,iBAAiB,SAAU,UAAU,cAAc,EAAE,kBAAkB,CAAC;;;;;;;;wCAehF,CAAC;AAEN,eAAO,MAAM,mBAAmB;;;mBAjBQ,UAAU,cAAc,EAAE,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;CAkCpF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/ui/DropdownHeader/DropdownHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE;;GAEG;AACH,eAAO,MAAM,kBAAkB,SAAU,UAAU,cAAc,EAAE,mBAAmB,CAAC;;;;wCAclF,CAAC;AAEN,eAAO,MAAM,oBAAoB;;;mBAhBQ,UAAU,cAAc,EAAE,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;CAiCtF,CAAC"}
1
+ {"version":3,"file":"DropdownHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/ui/DropdownHeader/DropdownHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAMhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE;;GAEG;AACH,eAAO,MAAM,kBAAkB,SAAU,UAAU,cAAc,EAAE,mBAAmB,CAAC;;;;wCAclF,CAAC;AAEN,eAAO,MAAM,oBAAoB;;;mBAhBQ,UAAU,cAAc,EAAE,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;CAiCtF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownOld.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/ui/DropdownOld/DropdownOld.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAGlD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAMhD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD;;GAEG;AACH,eAAO,MAAM,eAAe,SAAU,UAAU,cAAc,EAAE,aAAa,CAAC,iKAgEzE,CAAC;AAEN,eAAO,MAAM,iBAAiB;;;mBAlEQ,UAAU,cAAc,EAAE,aAAa,CAAC;;;;;;;;;;;;;;CAmF7E,CAAC"}
1
+ {"version":3,"file":"DropdownOld.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/ui/DropdownOld/DropdownOld.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAGlD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAQhD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD;;GAEG;AACH,eAAO,MAAM,eAAe,SAAU,UAAU,cAAc,EAAE,aAAa,CAAC,iKAgEzE,CAAC;AAEN,eAAO,MAAM,iBAAiB;;;mBAlEQ,UAAU,cAAc,EAAE,aAAa,CAAC;;;;;;;;;;;;;;CAmF7E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+D,MAAM,OAAO,CAAC;AAKpF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKrD,OAAO,KAAK,EAAoB,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAItE,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC,eAAO,MAAM,iBAAiB,wBAAwB,CAAC;AAEvD;;;GAGG;AACH,eAAO,MAAM,WAAW,SAAU,UAAU,cAAc,EAAE,YAAY,CAAC,+JA2PpE,CAAC;AAEN,eAAO,MAAM,aAAa;;;mBA7PQ,UAAU,cAAc,EAAE,YAAY,CAAC;;;;;;;;;;CA0QxE,CAAC"}
1
+ {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+D,MAAM,OAAO,CAAC;AAKpF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAMrD,OAAO,KAAK,EAAoB,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAItE,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC,eAAO,MAAM,iBAAiB,wBAAwB,CAAC;AAEvD;;;GAGG;AACH,eAAO,MAAM,WAAW,SAAU,UAAU,cAAc,EAAE,YAAY,CAAC,+JA2PpE,CAAC;AAEN,eAAO,MAAM,aAAa;;;mBA7PQ,UAAU,cAAc,EAAE,YAAY,CAAC;;;;;;;;;;CA0QxE,CAAC"}
@@ -14,9 +14,6 @@ export declare const config: {
14
14
  light: import("@linaria/core").LinariaClassName;
15
15
  };
16
16
  size: {
17
- l: import("@linaria/core").LinariaClassName;
18
- m: import("@linaria/core").LinariaClassName;
19
- s: import("@linaria/core").LinariaClassName;
20
17
  xs: import("@linaria/core").LinariaClassName;
21
18
  xxs: import("@linaria/core").LinariaClassName;
22
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Counter.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Counter/Counter.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;CAmGlB,CAAC"}
1
+ {"version":3,"file":"Counter.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Counter/Counter.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;CA+DlB,CAAC"}
@@ -10,9 +10,6 @@ export declare const Counter: import("react").FunctionComponent<import("../../..
10
10
  light: import("@linaria/core").LinariaClassName;
11
11
  };
12
12
  size: {
13
- l: import("@linaria/core").LinariaClassName;
14
- m: import("@linaria/core").LinariaClassName;
15
- s: import("@linaria/core").LinariaClassName;
16
13
  xs: import("@linaria/core").LinariaClassName;
17
14
  xxs: import("@linaria/core").LinariaClassName;
18
15
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Counter.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Counter/Counter.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;kDAA0B,CAAC"}
1
+ {"version":3,"file":"Counter.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Counter/Counter.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;kDAA0B,CAAC"}
@@ -14,9 +14,6 @@ export declare const config: {
14
14
  light: import("@linaria/core").LinariaClassName;
15
15
  };
16
16
  size: {
17
- l: import("@linaria/core").LinariaClassName;
18
- m: import("@linaria/core").LinariaClassName;
19
- s: import("@linaria/core").LinariaClassName;
20
17
  xs: import("@linaria/core").LinariaClassName;
21
18
  xxs: import("@linaria/core").LinariaClassName;
22
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Counter.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Counter/Counter.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;CAmGlB,CAAC"}
1
+ {"version":3,"file":"Counter.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Counter/Counter.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;CA+DlB,CAAC"}
@@ -10,9 +10,6 @@ export declare const Counter: import("react").FunctionComponent<import("../../..
10
10
  light: import("@linaria/core").LinariaClassName;
11
11
  };
12
12
  size: {
13
- l: import("@linaria/core").LinariaClassName;
14
- m: import("@linaria/core").LinariaClassName;
15
- s: import("@linaria/core").LinariaClassName;
16
13
  xs: import("@linaria/core").LinariaClassName;
17
14
  xxs: import("@linaria/core").LinariaClassName;
18
15
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Counter.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Counter/Counter.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;kDAA0B,CAAC"}
1
+ {"version":3,"file":"Counter.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Counter/Counter.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;kDAA0B,CAAC"}