@hh.ru/magritte-ui-picker-wheel 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ export declare const PickerWheel: React.FC;
package/PickerWheel.js ADDED
@@ -0,0 +1,4 @@
1
+ const PickerWheel = () => null;
2
+
3
+ export { PickerWheel };
4
+ //# sourceMappingURL=PickerWheel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PickerWheel.js","sources":["../src/PickerWheel.tsx"],"sourcesContent":["export const PickerWheel: React.FC = () => null;\n"],"names":[],"mappings":"MAAa,WAAW,GAAa,MAAM;;;;"}
package/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export { PickerWheel } from '@hh.ru/magritte-ui-picker-wheel/PickerWheel';
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ export { PickerWheel } from './PickerWheel.js';
2
+ //# sourceMappingURL=index.js.map
package/index.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "@hh.ru/magritte-ui-picker-wheel",
3
+ "version": "1.0.1",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "sideEffects": [
7
+ "index.css"
8
+ ],
9
+ "scripts": {
10
+ "build": "yarn root:build $(pwd)",
11
+ "build-test-branch": "yarn root:build-test-branch $(pwd)",
12
+ "changelog": "yarn root:changelog $(pwd)",
13
+ "prepack": "yarn root:prepack $(pwd)",
14
+ "postpublish": "yarn root:postpublish $(pwd)",
15
+ "stylelint-test": "yarn root:stylelint-test $(pwd)",
16
+ "eslint-test": "yarn root:eslint-test $(pwd)",
17
+ "ts-config": "yarn root:ts-config $(pwd)",
18
+ "ts-check": "yarn root:ts-check $(pwd)",
19
+ "test": "yarn root:test $(pwd)",
20
+ "watch": "yarn root:watch $(pwd)"
21
+ },
22
+ "publishConfig": {
23
+ "access": "public"
24
+ },
25
+ "gitHead": "327d1626220753aa98056b4b14719e454ba8d983"
26
+ }