@symbo.ls/notification 0.6.16 → 0.6.18

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,68 @@
1
+ var $k0VQj$symbolsshape = require("@symbo.ls/shape");
2
+ var $k0VQj$symbolsblock = require("@symbo.ls/block");
3
+ var $k0VQj$symbolsicontext = require("@symbo.ls/icon-text");
4
+ var $k0VQj$symbolsdirection = require("@symbo.ls/direction");
5
+ var $k0VQj$symbolsflex = require("@symbo.ls/flex");
6
+ var $k0VQj$symbolstext = require("@symbo.ls/text");
7
+
8
+ function $parcel$export(e, n, v, s) {
9
+ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
10
+ }
11
+
12
+ $parcel$export(module.exports, "Notification", () => $970bcf5a135934db$export$14834abbfce3b8cd);
13
+
14
+
15
+
16
+
17
+
18
+
19
+ 'use strict';
20
+ const $970bcf5a135934db$export$14834abbfce3b8cd = {
21
+ style: {
22
+ cursor: 'pointer'
23
+ },
24
+ proto: [
25
+ $k0VQj$symbolsshape.Shape,
26
+ $k0VQj$symbolsblock.Block,
27
+ $k0VQj$symbolsdirection.Direction,
28
+ $k0VQj$symbolsflex.Flex
29
+ ],
30
+ icon: {
31
+ proto: [
32
+ $k0VQj$symbolsicontext.IconText
33
+ ],
34
+ props: {
35
+ icon: 'info'
36
+ },
37
+ style: {
38
+ width: 'fit-content',
39
+ height: 'fit-content'
40
+ }
41
+ },
42
+ article: {
43
+ proto: [
44
+ $k0VQj$symbolsflex.Flex
45
+ ],
46
+ style: {
47
+ flexDirection: 'column',
48
+ alignItems: 'flex-start'
49
+ },
50
+ caption: {
51
+ proto: $k0VQj$symbolstext.Text,
52
+ text: 'Notification'
53
+ },
54
+ p: {
55
+ proto: $k0VQj$symbolstext.Text,
56
+ props: {
57
+ size: 'Z',
58
+ text: 'is not always a distraction'
59
+ },
60
+ style: {
61
+ margin: 0
62
+ }
63
+ }
64
+ }
65
+ };
66
+
67
+
68
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";;;;;;;;;;;;;;;;;;AAAA,CAAY;AASL,KAAK,CAAC,yCAAY,GAAG,CAAC;IAC3B,KAAK,EAAE,CAAC;QAAC,MAAM,EAAE,CAAS;IAAC,CAAC;IAC5B,KAAK,EAAE,CAAC;QAAA,yBAAK;QAAE,yBAAK;QAAE,iCAAS;QAAE,uBAAI;IAAA,CAAC;IACtC,IAAI,EAAE,CAAC;QACL,KAAK,EAAE,CAAC;YAAA,+BAAQ;QAAA,CAAC;QACjB,KAAK,EAAE,CAAC;YACN,IAAI,EAAE,CAAM;QACd,CAAC;QACD,KAAK,EAAE,CAAC;YACN,KAAK,EAAE,CAAa;YACpB,MAAM,EAAE,CAAa;QACvB,CAAC;IACH,CAAC;IACD,OAAO,EAAE,CAAC;QACR,KAAK,EAAE,CAAC;YAAA,uBAAI;QAAA,CAAC;QACb,KAAK,EAAE,CAAC;YACN,aAAa,EAAE,CAAQ;YACvB,UAAU,EAAE,CAAY;QAC1B,CAAC;QACD,OAAO,EAAE,CAAC;YACR,KAAK,EAAE,uBAAI;YACX,IAAI,EAAE,CAAc;QACtB,CAAC;QACD,CAAC,EAAE,CAAC;YACF,KAAK,EAAE,uBAAI;YACX,KAAK,EAAE,CAAC;gBACN,IAAI,EAAE,CAAG;gBACT,IAAI,EAAE,CAA6B;YACrC,CAAC;YACD,KAAK,EAAE,CAAC;gBAAC,MAAM,EAAE,CAAC;YAAC,CAAC;QACtB,CAAC;IACH,CAAC;AACH,CAAC","sources":["packages/notification/src/index.js"],"sourcesContent":["'use strict'\n\nimport { Shape } from '@symbo.ls/shape'\nimport { Block } from '@symbo.ls/block'\nimport { IconText } from '@symbo.ls/icon-text'\nimport { Direction } from '@symbo.ls/direction'\nimport { Flex } from '@symbo.ls/flex'\nimport { Text } from '@symbo.ls/text'\n\nexport const Notification = {\n style: { cursor: 'pointer' },\n proto: [Shape, Block, Direction, Flex],\n icon: {\n proto: [IconText],\n props: {\n icon: 'info'\n },\n style: {\n width: 'fit-content',\n height: 'fit-content'\n }\n },\n article: {\n proto: [Flex],\n style: {\n flexDirection: 'column',\n alignItems: 'flex-start'\n },\n caption: {\n proto: Text,\n text: 'Notification'\n },\n p: {\n proto: Text,\n props: {\n size: 'Z',\n text: 'is not always a distraction'\n },\n style: { margin: 0 }\n }\n }\n}\n"],"names":[],"version":3,"file":"index.js.map"}
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@symbo.ls/notification",
3
- "version": "0.6.16",
4
- "main": "dist/index.js",
3
+ "version": "0.6.18",
4
+ "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "0cc8d34533c6e162987c235296c7bb66b975fac7",
6
+ "gitHead": "eabd5282ecb233f09e8654db6c42186b0f73c2fd",
7
7
  "dependencies": {
8
- "@symbo.ls/block": "^0.6.15",
9
- "@symbo.ls/direction": "^0.6.15",
10
- "@symbo.ls/flex": "^0.6.15",
11
- "@symbo.ls/icon-text": "^0.6.16",
12
- "@symbo.ls/shape": "^0.6.15",
13
- "@symbo.ls/text": "^0.6.15"
8
+ "@symbo.ls/block": "^0.6.18",
9
+ "@symbo.ls/direction": "^0.6.18",
10
+ "@symbo.ls/flex": "^0.6.18",
11
+ "@symbo.ls/icon-text": "^0.6.18",
12
+ "@symbo.ls/shape": "^0.6.18",
13
+ "@symbo.ls/text": "^0.6.18"
14
14
  },
15
15
  "source": "src/index.js"
16
16
  }
@@ -0,0 +1,17 @@
1
+ var $ebBnJ$symbolsreacttransformer = require("@symbo.ls/react-transformer");
2
+ var $ebBnJ$symbolsnotification = require("@symbo.ls/notification");
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, "Notification", () => $74e8c34790e86cd6$export$14834abbfce3b8cd);
9
+
10
+
11
+ 'use strict';
12
+ const $74e8c34790e86cd6$export$14834abbfce3b8cd = (props, state)=>{
13
+ return $ebBnJ$symbolsreacttransformer.reactTransformer($ebBnJ$symbolsnotification.Notification, props, state);
14
+ };
15
+
16
+
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";;;;;;;;;;AAAA,CAAY;AAKL,KAAK,CAAC,yCAAY,IAAI,KAAK,EAAE,KAAK,GAAK,CAAC;IAC7C,MAAM,CAAC,+CAAgB,CAAC,uCAAS,EAAE,KAAK,EAAE,KAAK;AACjD,CAAC","sources":["packages/notification/packages/react/src/index.js"],"sourcesContent":["'use strict'\n\nimport { reactTransformer } from '@symbo.ls/react-transformer'\nimport { Notification as component } from '@symbo.ls/notification'\n\nexport const Notification = (props, state) => {\n return reactTransformer(component, props, state)\n}\n"],"names":[],"version":3,"file":"index.js.map"}
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@symbo.ls/react-notification",
3
- "version": "0.6.16",
3
+ "version": "0.6.18",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
- "gitHead": "0cc8d34533c6e162987c235296c7bb66b975fac7",
6
+ "gitHead": "eabd5282ecb233f09e8654db6c42186b0f73c2fd",
7
7
  "dependencies": {
8
- "@symbo.ls/notification": "^0.6.16",
9
- "@symbo.ls/transform-react": "^0.6.15"
8
+ "@symbo.ls/notification": "^0.6.18",
9
+ "@symbo.ls/transform-react": "^0.6.18"
10
10
  },
11
11
  "source": "src/index.js"
12
12
  }