@symbo.ls/select 0.6.18 → 0.6.21

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/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@symbo.ls/select",
3
- "version": "0.6.18",
3
+ "version": "0.6.21",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "eabd5282ecb233f09e8654db6c42186b0f73c2fd",
6
+ "gitHead": "5811ca2237d053348bad9eaca472035c6d03c7b4",
7
7
  "dependencies": {
8
- "@symbo.ls/shape": "^0.6.18"
8
+ "@symbo.ls/shape": "^0.6.21"
9
9
  },
10
10
  "source": "src/index.js"
11
11
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@symbo.ls/react-select",
3
- "version": "0.6.18",
3
+ "version": "0.6.21",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
- "gitHead": "eabd5282ecb233f09e8654db6c42186b0f73c2fd",
6
+ "gitHead": "5811ca2237d053348bad9eaca472035c6d03c7b4",
7
7
  "dependencies": {
8
- "@symbo.ls/select": "^0.6.18",
9
- "@symbo.ls/transform-react": "^0.6.18"
8
+ "@symbo.ls/select": "^0.6.21",
9
+ "@symbo.ls/transform-react": "^0.6.21"
10
10
  },
11
11
  "source": "src/index.js"
12
12
  }
package/dist/index.js DELETED
@@ -1,41 +0,0 @@
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
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
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"}
@@ -1,17 +0,0 @@
1
- var $hWLuM$symbolsreacttransformer = require("@symbo.ls/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$symbolsreacttransformer.reactTransformer($hWLuM$symbolsselect.Select, props, state);
14
- };
15
-
16
-
17
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"mappings":";;;;;;;;;;AAAA,CAAY;AAKL,KAAK,CAAC,yCAAM,IAAI,KAAK,EAAE,KAAK,GAAK,CAAC;IACvC,MAAM,CAAC,+CAAgB,CAAC,2BAAS,EAAE,KAAK,EAAE,KAAK;AACjD,CAAC","sources":["packages/select/packages/react/src/index.js"],"sourcesContent":["'use strict'\n\nimport { reactTransformer } from '@symbo.ls/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"}