proto-daisy-db 0.0.242 → 0.0.243

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.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-7e1f587b.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Browser v4.10.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.11.0 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchBrowser = () => {
11
11
  const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('proto-daisy-db.cjs.js', document.baseURI).href));
@@ -29,6 +29,7 @@ const bag = {
29
29
  };
30
30
 
31
31
  const protoDaisyDbCss = "";
32
+ const ProtoDaisyDbStyle0 = protoDaisyDbCss;
32
33
 
33
34
  const ProtoDaisyDB = class {
34
35
  constructor(hostRef) {
@@ -61,9 +62,10 @@ const ProtoDaisyDB = class {
61
62
  return index.h("div", null);
62
63
  }
63
64
  };
64
- ProtoDaisyDB.style = protoDaisyDbCss;
65
+ ProtoDaisyDB.style = ProtoDaisyDbStyle0;
65
66
 
66
67
  const protoFauxKeysCss = "";
68
+ const ProtoFauxKeysStyle0 = protoFauxKeysCss;
67
69
 
68
70
  const ProtoFauxKeys = class {
69
71
  constructor(hostRef) {
@@ -75,9 +77,10 @@ const ProtoFauxKeys = class {
75
77
  return (index.h("div", { class: "flex flex-col" }, keys.map(key => (index.h("span", null, key)))));
76
78
  }
77
79
  };
78
- ProtoFauxKeys.style = protoFauxKeysCss;
80
+ ProtoFauxKeys.style = ProtoFauxKeysStyle0;
79
81
 
80
82
  const protoFauxStampCss = "";
83
+ const ProtoFauxStampStyle0 = protoFauxStampCss;
81
84
 
82
85
  const ProtoFauxStamp = class {
83
86
  constructor(hostRef) {
@@ -89,9 +92,10 @@ const ProtoFauxStamp = class {
89
92
  return (index.h("div", { class: "flex" }, index.h("span", null, stamp)));
90
93
  }
91
94
  };
92
- ProtoFauxStamp.style = protoFauxStampCss;
95
+ ProtoFauxStamp.style = ProtoFauxStampStyle0;
93
96
 
94
97
  const protoFauxTriggerCss = "*,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}.btn{border-radius:0.375rem;border-width:1px;border-style:solid;border-color:var(--clrs-aqua, #7fdbff);padding:0.5rem}.mt-2{margin-top:0.5rem}.mt-4{margin-top:1rem}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.content-center{align-content:center}.gap-2{gap:0.5rem}.bg-clrs-blue{background-color:var(--clrs-blue, #0074d9)}.bg-clrs-navy{background-color:var(--clrs-navy, #001f3f)}.font-sans{font-family:ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',\n 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'}.text-xs{font-size:0.75rem;line-height:1rem}.italic{font-style:italic}.text-clrs-white{color:var(--clrs-white, #ffffff)}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),\n 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),\n var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}";
98
+ const ProtoFauxTriggerStyle0 = protoFauxTriggerCss;
95
99
 
96
100
  const ProtoFauxTrigger = class {
97
101
  constructor(hostRef) {
@@ -129,9 +133,10 @@ const ProtoFauxTrigger = class {
129
133
  return (index.h("div", { class: "flex flex-col font-sans" }, index.h("div", { class: "flex flex-row content-center gap-2" }, index.h("button", { class: "btn bg-clrs-navy text-clrs-white", onClick: () => this.emitData() }, "Save"), index.h("button", { class: "btn bg-clrs-blue text-clrs-white", onClick: () => this.fetchData() }, "Fetch")), index.h("proto-faux-type", { class: "mt-4", emitter: this.emitter }), index.h("proto-faux-stamp", { class: "mt-2 text-xs", data: this.data }), index.h("proto-faux-keys", { class: "mt-2", data: this.data })));
130
134
  }
131
135
  };
132
- ProtoFauxTrigger.style = protoFauxTriggerCss;
136
+ ProtoFauxTrigger.style = ProtoFauxTriggerStyle0;
133
137
 
134
138
  const protoFauxTypeCss = "proto-faux-type{}";
139
+ const ProtoFauxTypeStyle0 = protoFauxTypeCss;
135
140
 
136
141
  const ProtoFauxType = class {
137
142
  constructor(hostRef) {
@@ -151,7 +156,7 @@ const ProtoFauxType = class {
151
156
  return (index.h("div", null, index.h("span", { class: "text-xs italic" }, this.eventType)));
152
157
  }
153
158
  };
154
- ProtoFauxType.style = protoFauxTypeCss;
159
+ ProtoFauxType.style = ProtoFauxTypeStyle0;
155
160
 
156
161
  exports.proto_daisy_db = ProtoDaisyDB;
157
162
  exports.proto_faux_keys = ProtoFauxKeys;
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "compiler": {
10
10
  "name": "@stencil/core",
11
- "version": "4.10.0",
11
+ "version": "4.11.0",
12
12
  "typescriptVersion": "5.3.3"
13
13
  },
14
14
  "collections": [],
@@ -25,6 +25,7 @@ const bag = {
25
25
  };
26
26
 
27
27
  const protoDaisyDbCss = "";
28
+ const ProtoDaisyDbStyle0 = protoDaisyDbCss;
28
29
 
29
30
  const ProtoDaisyDB = /*@__PURE__*/ proxyCustomElement(class ProtoDaisyDB extends HTMLElement {
30
31
  constructor() {
@@ -58,7 +59,7 @@ const ProtoDaisyDB = /*@__PURE__*/ proxyCustomElement(class ProtoDaisyDB extends
58
59
  render() {
59
60
  return h("div", null);
60
61
  }
61
- static get style() { return protoDaisyDbCss; }
62
+ static get style() { return ProtoDaisyDbStyle0; }
62
63
  }, [1, "proto-daisy-db", {
63
64
  "emitter": [1]
64
65
  }]);
@@ -1,6 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
2
 
3
3
  const protoFauxKeysCss = "";
4
+ const ProtoFauxKeysStyle0 = protoFauxKeysCss;
4
5
 
5
6
  const ProtoFauxKeys = /*@__PURE__*/ proxyCustomElement(class ProtoFauxKeys extends HTMLElement {
6
7
  constructor() {
@@ -12,7 +13,7 @@ const ProtoFauxKeys = /*@__PURE__*/ proxyCustomElement(class ProtoFauxKeys exten
12
13
  const keys = this.data ? Object.keys(this.data) : [];
13
14
  return (h("div", { class: "flex flex-col" }, keys.map(key => (h("span", null, key)))));
14
15
  }
15
- static get style() { return protoFauxKeysCss; }
16
+ static get style() { return ProtoFauxKeysStyle0; }
16
17
  }, [0, "proto-faux-keys", {
17
18
  "data": [16]
18
19
  }]);
@@ -1,6 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
2
 
3
3
  const protoFauxStampCss = "";
4
+ const ProtoFauxStampStyle0 = protoFauxStampCss;
4
5
 
5
6
  const ProtoFauxStamp = /*@__PURE__*/ proxyCustomElement(class ProtoFauxStamp extends HTMLElement {
6
7
  constructor() {
@@ -12,7 +13,7 @@ const ProtoFauxStamp = /*@__PURE__*/ proxyCustomElement(class ProtoFauxStamp ext
12
13
  const stamp = this.data ? this.data['stamp'] : '';
13
14
  return (h("div", { class: "flex" }, h("span", null, stamp)));
14
15
  }
15
- static get style() { return protoFauxStampCss; }
16
+ static get style() { return ProtoFauxStampStyle0; }
16
17
  }, [0, "proto-faux-stamp", {
17
18
  "data": [16]
18
19
  }]);
@@ -4,6 +4,7 @@ import { d as defineCustomElement$3 } from './proto-faux-stamp2.js';
4
4
  import { d as defineCustomElement$2 } from './proto-faux-type2.js';
5
5
 
6
6
  const protoFauxTriggerCss = "*,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}.btn{border-radius:0.375rem;border-width:1px;border-style:solid;border-color:var(--clrs-aqua, #7fdbff);padding:0.5rem}.mt-2{margin-top:0.5rem}.mt-4{margin-top:1rem}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.content-center{align-content:center}.gap-2{gap:0.5rem}.bg-clrs-blue{background-color:var(--clrs-blue, #0074d9)}.bg-clrs-navy{background-color:var(--clrs-navy, #001f3f)}.font-sans{font-family:ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',\n 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'}.text-xs{font-size:0.75rem;line-height:1rem}.italic{font-style:italic}.text-clrs-white{color:var(--clrs-white, #ffffff)}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),\n 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),\n var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}";
7
+ const ProtoFauxTriggerStyle0 = protoFauxTriggerCss;
7
8
 
8
9
  const ProtoFauxTrigger$1 = /*@__PURE__*/ proxyCustomElement(class ProtoFauxTrigger extends HTMLElement {
9
10
  constructor() {
@@ -41,7 +42,7 @@ const ProtoFauxTrigger$1 = /*@__PURE__*/ proxyCustomElement(class ProtoFauxTrigg
41
42
  render() {
42
43
  return (h("div", { class: "flex flex-col font-sans" }, h("div", { class: "flex flex-row content-center gap-2" }, h("button", { class: "btn bg-clrs-navy text-clrs-white", onClick: () => this.emitData() }, "Save"), h("button", { class: "btn bg-clrs-blue text-clrs-white", onClick: () => this.fetchData() }, "Fetch")), h("proto-faux-type", { class: "mt-4", emitter: this.emitter }), h("proto-faux-stamp", { class: "mt-2 text-xs", data: this.data }), h("proto-faux-keys", { class: "mt-2", data: this.data })));
43
44
  }
44
- static get style() { return protoFauxTriggerCss; }
45
+ static get style() { return ProtoFauxTriggerStyle0; }
45
46
  }, [0, "proto-faux-trigger", {
46
47
  "emitter": [1],
47
48
  "data": [1040]
@@ -1,6 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
2
 
3
3
  const protoFauxTypeCss = "proto-faux-type{}";
4
+ const ProtoFauxTypeStyle0 = protoFauxTypeCss;
4
5
 
5
6
  const ProtoFauxType = /*@__PURE__*/ proxyCustomElement(class ProtoFauxType extends HTMLElement {
6
7
  constructor() {
@@ -20,7 +21,7 @@ const ProtoFauxType = /*@__PURE__*/ proxyCustomElement(class ProtoFauxType exten
20
21
  render() {
21
22
  return (h("div", null, h("span", { class: "text-xs italic" }, this.eventType)));
22
23
  }
23
- static get style() { return protoFauxTypeCss; }
24
+ static get style() { return ProtoFauxTypeStyle0; }
24
25
  }, [0, "proto-faux-type", {
25
26
  "emitter": [1],
26
27
  "eventType": [1025, "event-type"]
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-153e6a9f.js';
2
2
  export { s as setNonce } from './index-153e6a9f.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Browser v4.10.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Browser v4.11.0 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchBrowser = () => {
8
8
  const importMeta = import.meta.url;
@@ -25,6 +25,7 @@ const bag = {
25
25
  };
26
26
 
27
27
  const protoDaisyDbCss = "";
28
+ const ProtoDaisyDbStyle0 = protoDaisyDbCss;
28
29
 
29
30
  const ProtoDaisyDB = class {
30
31
  constructor(hostRef) {
@@ -57,9 +58,10 @@ const ProtoDaisyDB = class {
57
58
  return h("div", null);
58
59
  }
59
60
  };
60
- ProtoDaisyDB.style = protoDaisyDbCss;
61
+ ProtoDaisyDB.style = ProtoDaisyDbStyle0;
61
62
 
62
63
  const protoFauxKeysCss = "";
64
+ const ProtoFauxKeysStyle0 = protoFauxKeysCss;
63
65
 
64
66
  const ProtoFauxKeys = class {
65
67
  constructor(hostRef) {
@@ -71,9 +73,10 @@ const ProtoFauxKeys = class {
71
73
  return (h("div", { class: "flex flex-col" }, keys.map(key => (h("span", null, key)))));
72
74
  }
73
75
  };
74
- ProtoFauxKeys.style = protoFauxKeysCss;
76
+ ProtoFauxKeys.style = ProtoFauxKeysStyle0;
75
77
 
76
78
  const protoFauxStampCss = "";
79
+ const ProtoFauxStampStyle0 = protoFauxStampCss;
77
80
 
78
81
  const ProtoFauxStamp = class {
79
82
  constructor(hostRef) {
@@ -85,9 +88,10 @@ const ProtoFauxStamp = class {
85
88
  return (h("div", { class: "flex" }, h("span", null, stamp)));
86
89
  }
87
90
  };
88
- ProtoFauxStamp.style = protoFauxStampCss;
91
+ ProtoFauxStamp.style = ProtoFauxStampStyle0;
89
92
 
90
93
  const protoFauxTriggerCss = "*,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}.btn{border-radius:0.375rem;border-width:1px;border-style:solid;border-color:var(--clrs-aqua, #7fdbff);padding:0.5rem}.mt-2{margin-top:0.5rem}.mt-4{margin-top:1rem}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.content-center{align-content:center}.gap-2{gap:0.5rem}.bg-clrs-blue{background-color:var(--clrs-blue, #0074d9)}.bg-clrs-navy{background-color:var(--clrs-navy, #001f3f)}.font-sans{font-family:ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',\n 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'}.text-xs{font-size:0.75rem;line-height:1rem}.italic{font-style:italic}.text-clrs-white{color:var(--clrs-white, #ffffff)}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),\n 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),\n var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}";
94
+ const ProtoFauxTriggerStyle0 = protoFauxTriggerCss;
91
95
 
92
96
  const ProtoFauxTrigger = class {
93
97
  constructor(hostRef) {
@@ -125,9 +129,10 @@ const ProtoFauxTrigger = class {
125
129
  return (h("div", { class: "flex flex-col font-sans" }, h("div", { class: "flex flex-row content-center gap-2" }, h("button", { class: "btn bg-clrs-navy text-clrs-white", onClick: () => this.emitData() }, "Save"), h("button", { class: "btn bg-clrs-blue text-clrs-white", onClick: () => this.fetchData() }, "Fetch")), h("proto-faux-type", { class: "mt-4", emitter: this.emitter }), h("proto-faux-stamp", { class: "mt-2 text-xs", data: this.data }), h("proto-faux-keys", { class: "mt-2", data: this.data })));
126
130
  }
127
131
  };
128
- ProtoFauxTrigger.style = protoFauxTriggerCss;
132
+ ProtoFauxTrigger.style = ProtoFauxTriggerStyle0;
129
133
 
130
134
  const protoFauxTypeCss = "proto-faux-type{}";
135
+ const ProtoFauxTypeStyle0 = protoFauxTypeCss;
131
136
 
132
137
  const ProtoFauxType = class {
133
138
  constructor(hostRef) {
@@ -147,6 +152,6 @@ const ProtoFauxType = class {
147
152
  return (h("div", null, h("span", { class: "text-xs italic" }, this.eventType)));
148
153
  }
149
154
  };
150
- ProtoFauxType.style = protoFauxTypeCss;
155
+ ProtoFauxType.style = ProtoFauxTypeStyle0;
151
156
 
152
157
  export { ProtoDaisyDB as proto_daisy_db, ProtoFauxKeys as proto_faux_keys, ProtoFauxStamp as proto_faux_stamp, ProtoFauxTrigger as proto_faux_trigger, ProtoFauxType as proto_faux_type };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-daisy-db",
3
- "version": "0.0.242",
3
+ "version": "0.0.243",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "format": "prettier --write src"
28
28
  },
29
29
  "dependencies": {
30
- "@stencil/core": "4.10.0",
30
+ "@stencil/core": "4.11.0",
31
31
  "mitt": "3.0.1"
32
32
  },
33
33
  "devDependencies": {