proto-tinker-wc 0.0.289 → 0.0.291

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-7064e0da.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v3.2.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v3.2.1 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchEsm = () => {
11
11
  return index.promiseResolve();
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-7064e0da.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Browser v3.2.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v3.2.1 | 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-tinker-wc.cjs.js', document.baseURI).href));
@@ -4,7 +4,7 @@
4
4
  ],
5
5
  "compiler": {
6
6
  "name": "@stencil/core",
7
- "version": "3.2.0",
7
+ "version": "3.2.1",
8
8
  "typescriptVersion": "4.9.5"
9
9
  },
10
10
  "collections": [],
@@ -2522,7 +2522,7 @@ const Header = props => {
2522
2522
 
2523
2523
  const protoTinkerCss = "*,::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;}.ds1-main{display:flex;flex-direction:column;padding:1rem;font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,\n 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,\n 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';color:var(--clrs-navy, #001f3f);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ds1-button{display:flex;align-items:center;border-style:solid;border-color:var(--clrs-slate, #708090);color:var(--clrs-white, #ffffff)}.ds1-button:active{background-color:var(--clrs-gray, #aaaaaa);color:var(--clrs-navy, #001f3f)}.absolute{position:absolute}.right-8{right:2rem}.top-8{top:2rem}.mb-10px{margin-bottom:10px}.mb-11{margin-bottom:2.75rem}.ml-0{margin-left:0px}.ml-auto{margin-left:auto}.mr-0{margin-right:0px}.mr-10px{margin-right:10px}.mt-11{margin-top:2.75rem}.mt-3{margin-top:0.75rem}.mt-5px{margin-top:5px}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.bg-clrs-blue{background-color:var(--clrs-blue, #0074d9)}.bg-clrs-red{background-color:var(--clrs-red, #ff4136)}.text-center{text-align:center}.align-top{vertical-align:top}.text-6xl{font-size:3.75rem;line-height:1}.text-xs{font-size:0.75rem;line-height:1rem}.font-bold{font-weight:700}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.italic{font-style:italic}.text-clrs-gray{color:var(--clrs-gray, #aaaaaa)}.text-clrs-red{color:var(--clrs-red, #ff4136)}.text-clrs-slate4{color:var(--clrs-slate4, #4e5964)}.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)}.data-button{border-radius:5px;border-width:1px;padding:5px;margin:0px;margin-right:5px;cursor:pointer}.hover\\:text-clrs-navy:hover{color:var(--clrs-navy, #001f3f)}";
2524
2524
 
2525
- const ProtoTinker$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
2525
+ const ProtoTinker$1 = /*@__PURE__*/ proxyCustomElement(class ProtoTinker extends HTMLElement {
2526
2526
  constructor() {
2527
2527
  super();
2528
2528
  this.__registerHost();
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-034e6b71.js';
2
2
  export { s as setNonce } from './index-034e6b71.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Esm v3.2.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Esm v3.2.1 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchEsm = () => {
8
8
  return promiseResolve();
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-034e6b71.js';
2
2
  export { s as setNonce } from './index-034e6b71.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Browser v3.2.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Browser v3.2.1 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchBrowser = () => {
8
8
  const importMeta = import.meta.url;
package/loader/index.d.ts CHANGED
@@ -11,7 +11,7 @@ export interface CustomElementsDefineOptions {
11
11
  export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): Promise<void>;
12
12
  export declare function applyPolyfills(): Promise<void>;
13
13
 
14
- /**
14
+ /**
15
15
  * Used to specify a nonce value that corresponds with an application's CSP.
16
16
  * When set, the nonce will be added to all dynamically created script and style tags at runtime.
17
17
  * Alternatively, the nonce value can be set on a meta tag in the DOM head
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-tinker-wc",
3
- "version": "0.0.289",
3
+ "version": "0.0.291",
4
4
  "description": "prototype - simple demo built from Stencil & Tailwind",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "format": "prettier --write src"
29
29
  },
30
30
  "dependencies": {
31
- "@stencil/core": "3.2.0",
31
+ "@stencil/core": "3.2.1",
32
32
  "@stencil/store": "2.0.5",
33
33
  "between.js": "0.1.2-fix.2"
34
34
  },
@@ -37,10 +37,10 @@
37
37
  "concurrently": "8.0.1",
38
38
  "cspell": "6.31.1",
39
39
  "eslint": "8.38.0",
40
- "postcss": "8.4.21",
40
+ "postcss": "8.4.22",
41
41
  "prettier": "2.8.7",
42
42
  "prettier-plugin-tailwindcss": "0.2.7",
43
- "proto-tailwindcss-clrs": "0.0.226",
43
+ "proto-tailwindcss-clrs": "0.0.227",
44
44
  "tailwindcss": "3.3.1",
45
45
  "tslint": "6.1.3",
46
46
  "typescript": "5.0.4"