@symbo.ls/select 0.5.3 → 0.6.4

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.
package/dist/index.js ADDED
@@ -0,0 +1,41 @@
1
+ var $1kA4u$symbolsshape = require("@symbo.ls/shape");
2
+
3
+ function $parcel$export(e, n, v, s) {
4
+ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
5
+ }
6
+
7
+ $parcel$export(module.exports, "Select", () => $7f05d016fc8fb32e$export$ef9b1a59e592288f);
8
+
9
+ 'use strict';
10
+ var $2a1b9be649b99ecc$export$2e2bcd8739ae039 = {
11
+ border: 'none',
12
+ boxSizing: 'border-box',
13
+ cursor: 'pointer',
14
+ fontSize: '1em'
15
+ };
16
+
17
+
18
+ 'use strict';
19
+ const $7f05d016fc8fb32e$export$ef9b1a59e592288f = {
20
+ proto: $1kA4u$symbolsshape.Shape,
21
+ tag: 'select',
22
+ style: $2a1b9be649b99ecc$export$2e2bcd8739ae039,
23
+ childProto: {
24
+ tag: 'option',
25
+ props: {
26
+ value: '',
27
+ selected: '',
28
+ disabled: ''
29
+ },
30
+ attr: {
31
+ value: ({ props: props })=>props.value
32
+ ,
33
+ selected: ({ props: props })=>props.selected
34
+ ,
35
+ disabled: ({ props: props })=>props.disabled
36
+ }
37
+ }
38
+ };
39
+
40
+
41
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";;;;;;;;ACAA,CAAY;IAEZ,wCAKC,GALc,CAAC;IACd,MAAM,EAAE,CAAM;IACd,SAAS,EAAE,CAAY;IACvB,MAAM,EAAE,CAAS;IACjB,QAAQ,EAAE,CAAK;AACjB,CAAC;;;ADPD,CAAY;AAML,KAAK,CAAC,yCAAM,GAAG,CAAC;IACrB,KAAK,EAAE,yBAAK;IACZ,GAAG,EAAE,CAAQ;WACb,wCAAK;IAEL,UAAU,EAAE,CAAC;QACX,GAAG,EAAE,CAAQ;QACb,KAAK,EAAE,CAAC;YACN,KAAK,EAAE,CAAE;YACT,QAAQ,EAAE,CAAE;YACZ,QAAQ,EAAE,CAAE;QACd,CAAC;QACD,IAAI,EAAE,CAAC;YACL,KAAK,GAAG,CAAC,QAAC,KAAK,EAAC,CAAC,GAAK,KAAK,CAAC,KAAK;;YACjC,QAAQ,GAAG,CAAC,QAAC,KAAK,EAAC,CAAC,GAAK,KAAK,CAAC,QAAQ;;YACvC,QAAQ,GAAG,CAAC,QAAC,KAAK,EAAC,CAAC,GAAK,KAAK,CAAC,QAAQ;QACzC,CAAC;IACH,CAAC;AACH,CAAC","sources":["packages/select/src/index.js","packages/select/src/style.js"],"sourcesContent":["'use strict'\n\nimport { Shape } from '@symbo.ls/shape'\n\nimport style from './style'\n\nexport const Select = {\n proto: Shape,\n tag: 'select',\n style,\n\n childProto: {\n tag: 'option',\n props: {\n value: '',\n selected: '',\n disabled: ''\n },\n attr: {\n value: ({ props }) => props.value,\n selected: ({ props }) => props.selected,\n disabled: ({ props }) => props.disabled\n }\n }\n}\n","'use strict'\n\nexport default {\n border: 'none',\n boxSizing: 'border-box',\n cursor: 'pointer',\n fontSize: '1em'\n}\n"],"names":[],"version":3,"file":"index.js.map"}
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@symbo.ls/select",
3
- "version": "0.5.3",
4
- "main": "src/index.js",
3
+ "version": "0.6.4",
4
+ "main": "dist/index.js",
5
5
  "license": "MIT",
6
- "gitHead": "f0c29fae632536241c4e803b880991748344f7c5",
6
+ "gitHead": "f63471187f89dac3ca366bfa02c2327db68e9690",
7
7
  "dependencies": {
8
- "@symbo.ls/shape": "^0.5.3"
9
- }
8
+ "@symbo.ls/shape": "^0.6.4"
9
+ },
10
+ "source": "src/index.js"
10
11
  }
@@ -0,0 +1,17 @@
1
+ var $hWLuM$domqlreacttransformer = require("@domql/react-transformer");
2
+ var $hWLuM$symbolsselect = require("@symbo.ls/select");
3
+
4
+ function $parcel$export(e, n, v, s) {
5
+ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
6
+ }
7
+
8
+ $parcel$export(module.exports, "Select", () => $182f7fce983f31e0$export$ef9b1a59e592288f);
9
+
10
+
11
+ 'use strict';
12
+ const $182f7fce983f31e0$export$ef9b1a59e592288f = (props, state)=>{
13
+ return $hWLuM$domqlreacttransformer.reactTransformer($hWLuM$symbolsselect.Select, props, state);
14
+ };
15
+
16
+
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";;;;;;;;;;AAAA,CAAY;AAKL,KAAK,CAAC,yCAAM,IAAI,KAAK,EAAE,KAAK,GAAK,CAAC;IACvC,MAAM,CAAC,6CAAgB,CAAC,2BAAS,EAAE,KAAK,EAAE,KAAK;AACjD,CAAC","sources":["packages/select/packages/react/src/index.js"],"sourcesContent":["'use strict'\n\nimport { reactTransformer } from '@domql/react-transformer'\nimport { Select as component } from '@symbo.ls/select'\n\nexport const Select = (props, state) => {\n return reactTransformer(component, props, state)\n}\n"],"names":[],"version":3,"file":"index.js.map"}
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@symbo.ls/react-select",
3
- "version": "0.5.3",
4
- "main": "index.js",
3
+ "version": "0.6.4",
4
+ "main": "dist/index.js",
5
5
  "license": "MIT",
6
- "gitHead": "f0c29fae632536241c4e803b880991748344f7c5"
6
+ "gitHead": "f63471187f89dac3ca366bfa02c2327db68e9690",
7
+ "dependencies": {
8
+ "@domql/react-transformer": "^2.0.0",
9
+ "@symbo.ls/select": "^0.6.4"
10
+ },
11
+ "source": "src/index.js"
7
12
  }
@@ -0,0 +1,8 @@
1
+ 'use strict'
2
+
3
+ import { reactTransformer } from '@domql/react-transformer'
4
+ import { Select as component } from '@symbo.ls/select'
5
+
6
+ export const Select = (props, state) => {
7
+ return reactTransformer(component, props, state)
8
+ }
@@ -1 +0,0 @@
1
- 'use strict'