@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 +2 -2
- package/styled-components/cjs/examples/plasma_b2c/components/Dropdown/Tight/Dropdown.stories.tsx +3 -3
- package/styled-components/cjs/examples/plasma_web/components/Dropdown/Normal/Dropdown.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Dropdown/Tight/Dropdown.stories.tsx +4 -4
- package/styled-components/es/examples/plasma_b2c/components/Dropdown/Tight/Dropdown.stories.tsx +3 -3
- package/styled-components/es/examples/plasma_web/components/Dropdown/Normal/Dropdown.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_web/components/Dropdown/Tight/Dropdown.stories.tsx +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-new-hope",
|
3
|
-
"version": "0.77.0-canary.1185.
|
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": "
|
105
|
+
"gitHead": "37f644891d4068642110a447e08905daf5c1c06b"
|
106
106
|
}
|
package/styled-components/cjs/examples/plasma_b2c/components/Dropdown/Tight/Dropdown.stories.tsx
CHANGED
@@ -92,7 +92,7 @@ const DisclosureRightIcon = (props) => (
|
|
92
92
|
</StyledDisclosureRightIcon>
|
93
93
|
);
|
94
94
|
|
95
|
-
const
|
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
|
213
|
-
render: (args) => <
|
212
|
+
export const Tight: StoryObj<StoryDropdownProps> = {
|
213
|
+
render: (args) => <StoryTight {...args} />,
|
214
214
|
};
|
package/styled-components/cjs/examples/plasma_web/components/Dropdown/Normal/Dropdown.stories.tsx
CHANGED
@@ -26,7 +26,7 @@ type StoryDropdownPropsCustom = {
|
|
26
26
|
type StoryDropdownProps = ComponentProps<typeof Dropdown> & StoryDropdownPropsCustom;
|
27
27
|
|
28
28
|
const meta: Meta<StoryDropdownProps> = {
|
29
|
-
title: '
|
29
|
+
title: 'plasma_web/Dropdown',
|
30
30
|
decorators: [WithTheme],
|
31
31
|
component: Dropdown,
|
32
32
|
argTypes: {
|
package/styled-components/cjs/examples/plasma_web/components/Dropdown/Tight/Dropdown.stories.tsx
CHANGED
@@ -26,7 +26,7 @@ type StoryDropdownPropsCustom = {
|
|
26
26
|
type StoryDropdownProps = ComponentProps<typeof Dropdown> & StoryDropdownPropsCustom;
|
27
27
|
|
28
28
|
const meta: Meta<StoryDropdownProps> = {
|
29
|
-
title: '
|
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
|
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
|
213
|
-
render: (args) => <
|
212
|
+
export const Tight: StoryObj<StoryDropdownProps> = {
|
213
|
+
render: (args) => <StoryTight {...args} />,
|
214
214
|
};
|
package/styled-components/es/examples/plasma_b2c/components/Dropdown/Tight/Dropdown.stories.tsx
CHANGED
@@ -92,7 +92,7 @@ const DisclosureRightIcon = (props) => (
|
|
92
92
|
</StyledDisclosureRightIcon>
|
93
93
|
);
|
94
94
|
|
95
|
-
const
|
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
|
213
|
-
render: (args) => <
|
212
|
+
export const Tight: StoryObj<StoryDropdownProps> = {
|
213
|
+
render: (args) => <StoryTight {...args} />,
|
214
214
|
};
|
package/styled-components/es/examples/plasma_web/components/Dropdown/Normal/Dropdown.stories.tsx
CHANGED
@@ -26,7 +26,7 @@ type StoryDropdownPropsCustom = {
|
|
26
26
|
type StoryDropdownProps = ComponentProps<typeof Dropdown> & StoryDropdownPropsCustom;
|
27
27
|
|
28
28
|
const meta: Meta<StoryDropdownProps> = {
|
29
|
-
title: '
|
29
|
+
title: 'plasma_web/Dropdown',
|
30
30
|
decorators: [WithTheme],
|
31
31
|
component: Dropdown,
|
32
32
|
argTypes: {
|
package/styled-components/es/examples/plasma_web/components/Dropdown/Tight/Dropdown.stories.tsx
CHANGED
@@ -26,7 +26,7 @@ type StoryDropdownPropsCustom = {
|
|
26
26
|
type StoryDropdownProps = ComponentProps<typeof Dropdown> & StoryDropdownPropsCustom;
|
27
27
|
|
28
28
|
const meta: Meta<StoryDropdownProps> = {
|
29
|
-
title: '
|
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
|
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
|
213
|
-
render: (args) => <
|
212
|
+
export const Tight: StoryObj<StoryDropdownProps> = {
|
213
|
+
render: (args) => <StoryTight {...args} />,
|
214
214
|
};
|