@salutejs/plasma-new-hope 0.88.0-canary.1223.9381749289.0 → 0.88.0-canary.1223.9382521438.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/components/Accordion/variations/_size/tokens.json +6 -1
- package/styled-components/cjs/components/Accordion/variations/_view/tokens.json +8 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Accordion/Accordion.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Accordion/Accordion.stories.tsx +1 -1
- package/styled-components/es/components/Accordion/variations/_size/tokens.json +6 -1
- package/styled-components/es/components/Accordion/variations/_view/tokens.json +8 -1
- package/styled-components/es/examples/plasma_b2c/components/Accordion/Accordion.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_web/components/Accordion/Accordion.stories.tsx +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-new-hope",
|
3
|
-
"version": "0.88.0-canary.1223.
|
3
|
+
"version": "0.88.0-canary.1223.9382521438.0",
|
4
4
|
"description": "Salute Design System blueprint",
|
5
5
|
"main": "cjs/index.js",
|
6
6
|
"module": "es/index.js",
|
@@ -103,5 +103,5 @@
|
|
103
103
|
"react-popper": "2.3.0",
|
104
104
|
"storeon": "3.1.5"
|
105
105
|
},
|
106
|
-
"gitHead": "
|
106
|
+
"gitHead": "e3e8c9d4dad58a1bc79c559751ee8f6bd82e905a"
|
107
107
|
}
|
package/styled-components/cjs/examples/plasma_b2c/components/Accordion/Accordion.stories.tsx
CHANGED
@@ -27,6 +27,7 @@ const meta: Meta<typeof Accordion> = {
|
|
27
27
|
},
|
28
28
|
argTypes: {
|
29
29
|
...argTypesFromConfig(mergeConfig(accordionConfig, config)),
|
30
|
+
...disableProps(['text']),
|
30
31
|
pin: {
|
31
32
|
options: [
|
32
33
|
'square-square',
|
@@ -61,7 +62,6 @@ const meta: Meta<typeof Accordion> = {
|
|
61
62
|
export default meta;
|
62
63
|
|
63
64
|
export const Default: StoryObj<ComponentProps<typeof Accordion>> = {
|
64
|
-
argTypes: { ...disableProps(['text']) },
|
65
65
|
render: (props: ComponentProps<typeof Accordion>) => {
|
66
66
|
const args = { ...props, text: undefined };
|
67
67
|
|
package/styled-components/cjs/examples/plasma_web/components/Accordion/Accordion.stories.tsx
CHANGED
@@ -27,6 +27,7 @@ const meta: Meta<typeof Accordion> = {
|
|
27
27
|
},
|
28
28
|
argTypes: {
|
29
29
|
...argTypesFromConfig(mergeConfig(accordionConfig, config)),
|
30
|
+
...disableProps(['text']),
|
30
31
|
pin: {
|
31
32
|
options: [
|
32
33
|
'square-square',
|
@@ -61,7 +62,6 @@ const meta: Meta<typeof Accordion> = {
|
|
61
62
|
export default meta;
|
62
63
|
|
63
64
|
export const Default: StoryObj<ComponentProps<typeof Accordion>> = {
|
64
|
-
argTypes: { ...disableProps(['text']) },
|
65
65
|
render: (props: ComponentProps<typeof Accordion>) => {
|
66
66
|
const args = { ...props, text: undefined };
|
67
67
|
|
@@ -27,6 +27,7 @@ const meta: Meta<typeof Accordion> = {
|
|
27
27
|
},
|
28
28
|
argTypes: {
|
29
29
|
...argTypesFromConfig(mergeConfig(accordionConfig, config)),
|
30
|
+
...disableProps(['text']),
|
30
31
|
pin: {
|
31
32
|
options: [
|
32
33
|
'square-square',
|
@@ -61,7 +62,6 @@ const meta: Meta<typeof Accordion> = {
|
|
61
62
|
export default meta;
|
62
63
|
|
63
64
|
export const Default: StoryObj<ComponentProps<typeof Accordion>> = {
|
64
|
-
argTypes: { ...disableProps(['text']) },
|
65
65
|
render: (props: ComponentProps<typeof Accordion>) => {
|
66
66
|
const args = { ...props, text: undefined };
|
67
67
|
|
@@ -27,6 +27,7 @@ const meta: Meta<typeof Accordion> = {
|
|
27
27
|
},
|
28
28
|
argTypes: {
|
29
29
|
...argTypesFromConfig(mergeConfig(accordionConfig, config)),
|
30
|
+
...disableProps(['text']),
|
30
31
|
pin: {
|
31
32
|
options: [
|
32
33
|
'square-square',
|
@@ -61,7 +62,6 @@ const meta: Meta<typeof Accordion> = {
|
|
61
62
|
export default meta;
|
62
63
|
|
63
64
|
export const Default: StoryObj<ComponentProps<typeof Accordion>> = {
|
64
|
-
argTypes: { ...disableProps(['text']) },
|
65
65
|
render: (props: ComponentProps<typeof Accordion>) => {
|
66
66
|
const args = { ...props, text: undefined };
|
67
67
|
|