@salutejs/plasma-new-hope 0.87.0-dev.0 → 0.87.1-canary.1232.9456612213.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.87.
|
3
|
+
"version": "0.87.1-canary.1232.9456612213.0",
|
4
4
|
"description": "Salute Design System blueprint",
|
5
5
|
"main": "cjs/index.js",
|
6
6
|
"module": "es/index.js",
|
@@ -68,7 +68,7 @@
|
|
68
68
|
"@rollup/plugin-babel": "^6.0.4",
|
69
69
|
"@rollup/plugin-commonjs": "^25.0.4",
|
70
70
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
71
|
-
"@salutejs/plasma-sb-utils": "0.158.0
|
71
|
+
"@salutejs/plasma-sb-utils": "0.158.0",
|
72
72
|
"@storybook/addon-docs": "^7.6.17",
|
73
73
|
"@storybook/addon-essentials": "^7.6.17",
|
74
74
|
"@storybook/addons": "^7.6.17",
|
@@ -97,11 +97,11 @@
|
|
97
97
|
"@linaria/core": "5.0.2",
|
98
98
|
"@linaria/react": "5.0.3",
|
99
99
|
"@popperjs/core": "2.11.8",
|
100
|
-
"@salutejs/plasma-core": "1.160.0
|
100
|
+
"@salutejs/plasma-core": "1.160.0",
|
101
101
|
"focus-visible": "5.2.0",
|
102
102
|
"react-draggable": "4.4.3",
|
103
103
|
"react-popper": "2.3.0",
|
104
104
|
"storeon": "3.1.5"
|
105
105
|
},
|
106
|
-
"gitHead": "
|
106
|
+
"gitHead": "6bdb020f0e95d250598be9f9f284d6652b536f85"
|
107
107
|
}
|
@@ -2,7 +2,6 @@ import { labelPosition_After } from './_label-position/after';
|
|
2
2
|
import { labelPosition_Before } from './_label-position/before';
|
3
3
|
export { switchRoot, switchConfig } from './Switch';
|
4
4
|
export { tokens as switchTokens } from './Switch.tokens';
|
5
|
-
|
6
5
|
// TODO: Think how we could name such things
|
7
6
|
export { labelPosition_Before as Switch_LabelPosition_Before };
|
8
7
|
export { labelPosition_After as Switch_LabelPosition_After };
|
@@ -2,6 +2,7 @@ import { labelPosition_After } from './_label-position/after';
|
|
2
2
|
import { labelPosition_Before } from './_label-position/before';
|
3
3
|
export { switchRoot, switchConfig } from './Switch';
|
4
4
|
export { tokens as switchTokens } from './Switch.tokens';
|
5
|
+
export type { SwitchProps } from './Switch.types';
|
5
6
|
export { labelPosition_Before as Switch_LabelPosition_Before };
|
6
7
|
export { labelPosition_After as Switch_LabelPosition_After };
|
7
8
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAEhE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAEhE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACzD,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGlD,OAAO,EAAE,oBAAoB,IAAI,2BAA2B,EAAE,CAAC;AAC/D,OAAO,EAAE,mBAAmB,IAAI,0BAA0B,EAAE,CAAC"}
|