@salutejs/plasma-new-hope 0.77.0-canary.1185.8719560164.0 → 0.77.0-canary.1185.8720575745.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-new-hope",
3
- "version": "0.77.0-canary.1185.8719560164.0",
3
+ "version": "0.77.0-canary.1185.8720575745.0",
4
4
  "description": "Salute Design System blueprint",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",
@@ -102,5 +102,5 @@
102
102
  "react-popper": "2.3.0",
103
103
  "storeon": "3.1.5"
104
104
  },
105
- "gitHead": "7de35da1a0e613fe9273b54fbb5a7013f9dc9f50"
105
+ "gitHead": "37f644891d4068642110a447e08905daf5c1c06b"
106
106
  }
@@ -92,7 +92,7 @@ const DisclosureRightIcon = (props) => (
92
92
  </StyledDisclosureRightIcon>
93
93
  );
94
94
 
95
- const StoryNormal = (args: StoryDropdownProps) => {
95
+ const StoryTight = (args: StoryDropdownProps) => {
96
96
  const [selected, setSelected] = useState('');
97
97
  const [isOpen, setIsOpen] = useState(false);
98
98
  const [isOpenDropdown2, setIsOpenDropdown2] = useState(false);
@@ -209,6 +209,6 @@ const StoryNormal = (args: StoryDropdownProps) => {
209
209
  );
210
210
  };
211
211
 
212
- export const Normal: StoryObj<StoryDropdownProps> = {
213
- render: (args) => <StoryNormal {...args} />,
212
+ export const Tight: StoryObj<StoryDropdownProps> = {
213
+ render: (args) => <StoryTight {...args} />,
214
214
  };
@@ -26,7 +26,7 @@ type StoryDropdownPropsCustom = {
26
26
  type StoryDropdownProps = ComponentProps<typeof Dropdown> & StoryDropdownPropsCustom;
27
27
 
28
28
  const meta: Meta<StoryDropdownProps> = {
29
- title: 'plasma_b2c/Dropdown',
29
+ title: 'plasma_web/Dropdown',
30
30
  decorators: [WithTheme],
31
31
  component: Dropdown,
32
32
  argTypes: {
@@ -26,7 +26,7 @@ type StoryDropdownPropsCustom = {
26
26
  type StoryDropdownProps = ComponentProps<typeof Dropdown> & StoryDropdownPropsCustom;
27
27
 
28
28
  const meta: Meta<StoryDropdownProps> = {
29
- title: 'plasma_b2c/Dropdown',
29
+ title: 'plasma_web/Dropdown',
30
30
  decorators: [WithTheme],
31
31
  component: Dropdown,
32
32
  argTypes: {
@@ -92,7 +92,7 @@ const DisclosureRightIcon = (props) => (
92
92
  </StyledDisclosureRightIcon>
93
93
  );
94
94
 
95
- const StoryNormal = (args: StoryDropdownProps) => {
95
+ const StoryTight = (args: StoryDropdownProps) => {
96
96
  const [selected, setSelected] = useState('');
97
97
  const [isOpen, setIsOpen] = useState(false);
98
98
  const [isOpenDropdown2, setIsOpenDropdown2] = useState(false);
@@ -209,6 +209,6 @@ const StoryNormal = (args: StoryDropdownProps) => {
209
209
  );
210
210
  };
211
211
 
212
- export const Normal: StoryObj<StoryDropdownProps> = {
213
- render: (args) => <StoryNormal {...args} />,
212
+ export const Tight: StoryObj<StoryDropdownProps> = {
213
+ render: (args) => <StoryTight {...args} />,
214
214
  };
@@ -92,7 +92,7 @@ const DisclosureRightIcon = (props) => (
92
92
  </StyledDisclosureRightIcon>
93
93
  );
94
94
 
95
- const StoryNormal = (args: StoryDropdownProps) => {
95
+ const StoryTight = (args: StoryDropdownProps) => {
96
96
  const [selected, setSelected] = useState('');
97
97
  const [isOpen, setIsOpen] = useState(false);
98
98
  const [isOpenDropdown2, setIsOpenDropdown2] = useState(false);
@@ -209,6 +209,6 @@ const StoryNormal = (args: StoryDropdownProps) => {
209
209
  );
210
210
  };
211
211
 
212
- export const Normal: StoryObj<StoryDropdownProps> = {
213
- render: (args) => <StoryNormal {...args} />,
212
+ export const Tight: StoryObj<StoryDropdownProps> = {
213
+ render: (args) => <StoryTight {...args} />,
214
214
  };
@@ -26,7 +26,7 @@ type StoryDropdownPropsCustom = {
26
26
  type StoryDropdownProps = ComponentProps<typeof Dropdown> & StoryDropdownPropsCustom;
27
27
 
28
28
  const meta: Meta<StoryDropdownProps> = {
29
- title: 'plasma_b2c/Dropdown',
29
+ title: 'plasma_web/Dropdown',
30
30
  decorators: [WithTheme],
31
31
  component: Dropdown,
32
32
  argTypes: {
@@ -26,7 +26,7 @@ type StoryDropdownPropsCustom = {
26
26
  type StoryDropdownProps = ComponentProps<typeof Dropdown> & StoryDropdownPropsCustom;
27
27
 
28
28
  const meta: Meta<StoryDropdownProps> = {
29
- title: 'plasma_b2c/Dropdown',
29
+ title: 'plasma_web/Dropdown',
30
30
  decorators: [WithTheme],
31
31
  component: Dropdown,
32
32
  argTypes: {
@@ -92,7 +92,7 @@ const DisclosureRightIcon = (props) => (
92
92
  </StyledDisclosureRightIcon>
93
93
  );
94
94
 
95
- const StoryNormal = (args: StoryDropdownProps) => {
95
+ const StoryTight = (args: StoryDropdownProps) => {
96
96
  const [selected, setSelected] = useState('');
97
97
  const [isOpen, setIsOpen] = useState(false);
98
98
  const [isOpenDropdown2, setIsOpenDropdown2] = useState(false);
@@ -209,6 +209,6 @@ const StoryNormal = (args: StoryDropdownProps) => {
209
209
  );
210
210
  };
211
211
 
212
- export const Normal: StoryObj<StoryDropdownProps> = {
213
- render: (args) => <StoryNormal {...args} />,
212
+ export const Tight: StoryObj<StoryDropdownProps> = {
213
+ render: (args) => <StoryTight {...args} />,
214
214
  };