@salutejs/plasma-new-hope 0.87.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.0",
|
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",
|
@@ -103,5 +103,5 @@
|
|
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"}
|