@salutejs/plasma-new-hope 0.77.0-canary.1185.8719560164.0 → 0.77.0-canary.1185.8720195819.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_web/components/Dropdown/Normal/Dropdown.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Dropdown/Tight/Dropdown.stories.tsx +1 -1
- 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 +1 -1
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.8720195819.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": "13c455660efe83ed3be6667c5a39572827922e2f"
|
106
106
|
}
|
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: {
|
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: {
|