urnovl-web-components 0.0.11 → 0.0.13
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/cjs/ur-novl.cjs.entry.js +1 -1
- package/dist/cjs/ur-novl.cjs.entry.js.map +1 -1
- package/dist/collection/components/ur-novl/ur-novl.css +1 -1
- package/dist/components/ur-novl.js +1 -1
- package/dist/components/ur-novl.js.map +1 -1
- package/dist/esm/ur-novl.entry.js +1 -1
- package/dist/esm/ur-novl.entry.js.map +1 -1
- package/dist/urnovl-web-components/{p-33940d8e.entry.js → p-c411da44.entry.js} +2 -2
- package/dist/urnovl-web-components/{p-33940d8e.entry.js.map → p-c411da44.entry.js.map} +1 -1
- package/dist/urnovl-web-components/urnovl-web-components.esm.js +1 -1
- package/package.json +1 -5
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-679e2114.js');
|
|
6
6
|
|
|
7
|
-
const urNovlCss = ":host{display:flex;flex-direction:column;
|
|
7
|
+
const urNovlCss = ":host{display:flex;flex-direction:column;width:270px;height:253px;box-sizing:content-box}:host .cover{height:120px;background:#ff3c00;border-radius:16px 16px 0px 0px}:host .info{height:133px;padding:8px 11px;background:#F7F7F7}:host .info .title{color:#171818;font-size:14px;font-style:normal;font-weight:700;line-height:14px}";
|
|
8
8
|
const UrNovlStyle0 = urNovlCss;
|
|
9
9
|
|
|
10
10
|
const UrNovl = class {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"ur-novl.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,SAAS,GAAG,wUAAwU,CAAC;AAC3V,qBAAe,SAAS;;MCMX,MAAM;;;yBAGH,YAAY;;IAExB,MAAM;QACF,QACIA,QAACC,UAAI,uDACDD,sEAAS,KAAK,EAAC,OAAO,GAAW,EACjCA,sEAAS,KAAK,EAAC,MAAM,IACjBA,kEAAK,KAAK,EAAC,OAAO,IAAE,IAAI,CAAC,SAAS,CAAO,CACnC,CACP,EACT;KACL;;;;;;","names":["h","Host"],"sources":["src/components/ur-novl/ur-novl.css?tag=ur-novl&encapsulation=shadow","src/components/ur-novl/ur-novl.tsx"],"sourcesContent":[":host {\n display: flex;\n flex-direction: column;\n
|
|
1
|
+
{"file":"ur-novl.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,SAAS,GAAG,wUAAwU,CAAC;AAC3V,qBAAe,SAAS;;MCMX,MAAM;;;yBAGH,YAAY;;IAExB,MAAM;QACF,QACIA,QAACC,UAAI,uDACDD,sEAAS,KAAK,EAAC,OAAO,GAAW,EACjCA,sEAAS,KAAK,EAAC,MAAM,IACjBA,kEAAK,KAAK,EAAC,OAAO,IAAE,IAAI,CAAC,SAAS,CAAO,CACnC,CACP,EACT;KACL;;;;;;","names":["h","Host"],"sources":["src/components/ur-novl/ur-novl.css?tag=ur-novl&encapsulation=shadow","src/components/ur-novl/ur-novl.tsx"],"sourcesContent":[":host {\n display: flex;\n flex-direction: column;\n width: 270px;\n height: 253px;\n box-sizing: content-box;\n}\n\n:host .cover {\n height: 120px;\n background: #ff3c00;\n border-radius: 16px 16px 0px 0px;\n}\n\n:host .info {\n height: 133px;\n padding: 8px 11px;\n background: #F7F7F7;\n}\n\n:host .info .title {\n color: #171818;\n font-size: 14px;\n font-style: normal;\n font-weight: 700;\n line-height: 14px;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'ur-novl',\n styleUrl: 'ur-novl.css',\n shadow: true,\n})\nexport class UrNovl {\n\n @Prop()\n novlTitle = 'Novl title'\n\n render() {\n return (\n <Host>\n <section class='cover'></section>\n <section class='info'>\n <div class='title'>{this.novlTitle}</div>\n </section>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
:host {
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
|
-
background: #F7F7F7;
|
|
5
4
|
width: 270px;
|
|
6
5
|
height: 253px;
|
|
7
6
|
box-sizing: content-box;
|
|
@@ -16,6 +15,7 @@
|
|
|
16
15
|
:host .info {
|
|
17
16
|
height: 133px;
|
|
18
17
|
padding: 8px 11px;
|
|
18
|
+
background: #F7F7F7;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
:host .info .title {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, h, c as Host } from './p-798c389e.js';
|
|
2
2
|
|
|
3
|
-
const urNovlCss = ":host{display:flex;flex-direction:column;
|
|
3
|
+
const urNovlCss = ":host{display:flex;flex-direction:column;width:270px;height:253px;box-sizing:content-box}:host .cover{height:120px;background:#ff3c00;border-radius:16px 16px 0px 0px}:host .info{height:133px;padding:8px 11px;background:#F7F7F7}:host .info .title{color:#171818;font-size:14px;font-style:normal;font-weight:700;line-height:14px}";
|
|
4
4
|
const UrNovlStyle0 = urNovlCss;
|
|
5
5
|
|
|
6
6
|
const UrNovl$1 = /*@__PURE__*/ proxyCustomElement(class UrNovl extends H {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"ur-novl.js","mappings":";;AAAA,MAAM,SAAS,GAAG,wUAAwU,CAAC;AAC3V,qBAAe,SAAS;;MCMXA,QAAM;;;;;yBAGH,YAAY;;IAExB,MAAM;QACF,QACI,EAAC,IAAI,uDACD,gEAAS,KAAK,EAAC,OAAO,GAAW,EACjC,gEAAS,KAAK,EAAC,MAAM,IACjB,4DAAK,KAAK,EAAC,OAAO,IAAE,IAAI,CAAC,SAAS,CAAO,CACnC,CACP,EACT;KACL;;;;;;;;;;;;;;;;;;;;;;;;;","names":["UrNovl"],"sources":["src/components/ur-novl/ur-novl.css?tag=ur-novl&encapsulation=shadow","src/components/ur-novl/ur-novl.tsx"],"sourcesContent":[":host {\n display: flex;\n flex-direction: column;\n
|
|
1
|
+
{"file":"ur-novl.js","mappings":";;AAAA,MAAM,SAAS,GAAG,wUAAwU,CAAC;AAC3V,qBAAe,SAAS;;MCMXA,QAAM;;;;;yBAGH,YAAY;;IAExB,MAAM;QACF,QACI,EAAC,IAAI,uDACD,gEAAS,KAAK,EAAC,OAAO,GAAW,EACjC,gEAAS,KAAK,EAAC,MAAM,IACjB,4DAAK,KAAK,EAAC,OAAO,IAAE,IAAI,CAAC,SAAS,CAAO,CACnC,CACP,EACT;KACL;;;;;;;;;;;;;;;;;;;;;;;;;","names":["UrNovl"],"sources":["src/components/ur-novl/ur-novl.css?tag=ur-novl&encapsulation=shadow","src/components/ur-novl/ur-novl.tsx"],"sourcesContent":[":host {\n display: flex;\n flex-direction: column;\n width: 270px;\n height: 253px;\n box-sizing: content-box;\n}\n\n:host .cover {\n height: 120px;\n background: #ff3c00;\n border-radius: 16px 16px 0px 0px;\n}\n\n:host .info {\n height: 133px;\n padding: 8px 11px;\n background: #F7F7F7;\n}\n\n:host .info .title {\n color: #171818;\n font-size: 14px;\n font-style: normal;\n font-weight: 700;\n line-height: 14px;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'ur-novl',\n styleUrl: 'ur-novl.css',\n shadow: true,\n})\nexport class UrNovl {\n\n @Prop()\n novlTitle = 'Novl title'\n\n render() {\n return (\n <Host>\n <section class='cover'></section>\n <section class='info'>\n <div class='title'>{this.novlTitle}</div>\n </section>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host } from './index-300365a4.js';
|
|
2
2
|
|
|
3
|
-
const urNovlCss = ":host{display:flex;flex-direction:column;
|
|
3
|
+
const urNovlCss = ":host{display:flex;flex-direction:column;width:270px;height:253px;box-sizing:content-box}:host .cover{height:120px;background:#ff3c00;border-radius:16px 16px 0px 0px}:host .info{height:133px;padding:8px 11px;background:#F7F7F7}:host .info .title{color:#171818;font-size:14px;font-style:normal;font-weight:700;line-height:14px}";
|
|
4
4
|
const UrNovlStyle0 = urNovlCss;
|
|
5
5
|
|
|
6
6
|
const UrNovl = class {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"ur-novl.entry.js","mappings":";;AAAA,MAAM,SAAS,GAAG,wUAAwU,CAAC;AAC3V,qBAAe,SAAS;;MCMX,MAAM;;;yBAGH,YAAY;;IAExB,MAAM;QACF,QACI,EAAC,IAAI,uDACD,gEAAS,KAAK,EAAC,OAAO,GAAW,EACjC,gEAAS,KAAK,EAAC,MAAM,IACjB,4DAAK,KAAK,EAAC,OAAO,IAAE,IAAI,CAAC,SAAS,CAAO,CACnC,CACP,EACT;KACL;;;;;;","names":[],"sources":["src/components/ur-novl/ur-novl.css?tag=ur-novl&encapsulation=shadow","src/components/ur-novl/ur-novl.tsx"],"sourcesContent":[":host {\n display: flex;\n flex-direction: column;\n
|
|
1
|
+
{"file":"ur-novl.entry.js","mappings":";;AAAA,MAAM,SAAS,GAAG,wUAAwU,CAAC;AAC3V,qBAAe,SAAS;;MCMX,MAAM;;;yBAGH,YAAY;;IAExB,MAAM;QACF,QACI,EAAC,IAAI,uDACD,gEAAS,KAAK,EAAC,OAAO,GAAW,EACjC,gEAAS,KAAK,EAAC,MAAM,IACjB,4DAAK,KAAK,EAAC,OAAO,IAAE,IAAI,CAAC,SAAS,CAAO,CACnC,CACP,EACT;KACL;;;;;;","names":[],"sources":["src/components/ur-novl/ur-novl.css?tag=ur-novl&encapsulation=shadow","src/components/ur-novl/ur-novl.tsx"],"sourcesContent":[":host {\n display: flex;\n flex-direction: column;\n width: 270px;\n height: 253px;\n box-sizing: content-box;\n}\n\n:host .cover {\n height: 120px;\n background: #ff3c00;\n border-radius: 16px 16px 0px 0px;\n}\n\n:host .info {\n height: 133px;\n padding: 8px 11px;\n background: #F7F7F7;\n}\n\n:host .info .title {\n color: #171818;\n font-size: 14px;\n font-style: normal;\n font-weight: 700;\n line-height: 14px;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'ur-novl',\n styleUrl: 'ur-novl.css',\n shadow: true,\n})\nexport class UrNovl {\n\n @Prop()\n novlTitle = 'Novl title'\n\n render() {\n return (\n <Host>\n <section class='cover'></section>\n <section class='info'>\n <div class='title'>{this.novlTitle}</div>\n </section>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as e,h as t,H as o}from"./p-c9e7da27.js";const s=":host{display:flex;flex-direction:column;
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as e,h as t,H as o}from"./p-c9e7da27.js";const s=":host{display:flex;flex-direction:column;width:270px;height:253px;box-sizing:content-box}:host .cover{height:120px;background:#ff3c00;border-radius:16px 16px 0px 0px}:host .info{height:133px;padding:8px 11px;background:#F7F7F7}:host .info .title{color:#171818;font-size:14px;font-style:normal;font-weight:700;line-height:14px}";const c=s;const i=class{constructor(t){e(this,t);this.novlTitle="Novl title"}render(){return t(o,{key:"dc6369cd7260bf6e9c45322a8a6f9935993170a9"},t("section",{key:"6351876a108a3d888dae48bb82916f587667e722",class:"cover"}),t("section",{key:"d5790aedc239254bf311d15b722ff5cb86e8d98e",class:"info"},t("div",{key:"7cfef8e2cf605429c5373a810e3e878bf416502d",class:"title"},this.novlTitle)))}};i.style=c;export{i as ur_novl};
|
|
2
|
+
//# sourceMappingURL=p-c411da44.entry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["urNovlCss","UrNovlStyle0","UrNovl","render","h","Host","key","class","this","novlTitle"],"sources":["src/components/ur-novl/ur-novl.css?tag=ur-novl&encapsulation=shadow","src/components/ur-novl/ur-novl.tsx"],"sourcesContent":[":host {\n display: flex;\n flex-direction: column;\n
|
|
1
|
+
{"version":3,"names":["urNovlCss","UrNovlStyle0","UrNovl","render","h","Host","key","class","this","novlTitle"],"sources":["src/components/ur-novl/ur-novl.css?tag=ur-novl&encapsulation=shadow","src/components/ur-novl/ur-novl.tsx"],"sourcesContent":[":host {\n display: flex;\n flex-direction: column;\n width: 270px;\n height: 253px;\n box-sizing: content-box;\n}\n\n:host .cover {\n height: 120px;\n background: #ff3c00;\n border-radius: 16px 16px 0px 0px;\n}\n\n:host .info {\n height: 133px;\n padding: 8px 11px;\n background: #F7F7F7;\n}\n\n:host .info .title {\n color: #171818;\n font-size: 14px;\n font-style: normal;\n font-weight: 700;\n line-height: 14px;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'ur-novl',\n styleUrl: 'ur-novl.css',\n shadow: true,\n})\nexport class UrNovl {\n\n @Prop()\n novlTitle = 'Novl title'\n\n render() {\n return (\n <Host>\n <section class='cover'></section>\n <section class='info'>\n <div class='title'>{this.novlTitle}</div>\n </section>\n </Host>\n );\n }\n}\n"],"mappings":"kDAAA,MAAMA,EAAY,yUAClB,MAAAC,EAAeD,E,MCMFE,EAAM,M,wCAGH,Y,CAEZ,MAAAC,GACI,OACIC,EAACC,EAAI,CAAAC,IAAA,4CACDF,EAAA,WAAAE,IAAA,2CAASC,MAAM,UACfH,EAAA,WAAAE,IAAA,2CAASC,MAAM,QACXH,EAAA,OAAAE,IAAA,2CAAKC,MAAM,SAASC,KAAKC,Y","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as t,b as
|
|
1
|
+
import{p as t,b as o}from"./p-c9e7da27.js";export{s as setNonce}from"./p-c9e7da27.js";import{g as r}from"./p-e1255160.js";var a=()=>{const o=import.meta.url;const r={};if(o!==""){r.resourcesUrl=new URL(".",o).href}return t(r)};a().then((async t=>{await r();return o([["p-c411da44",[[1,"ur-novl",{novlTitle:[1,"novl-title"]}]]]],t)}));
|
|
2
2
|
//# sourceMappingURL=urnovl-web-components.esm.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "urnovl-web-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "Web components for Urnovl",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -13,10 +13,6 @@
|
|
|
13
13
|
"import": "./dist/urnovl-web-components/urnovl-web-components.esm.js",
|
|
14
14
|
"require": "./dist/urnovl-web-components/urnovl-web-components.cjs.js"
|
|
15
15
|
},
|
|
16
|
-
"./ur-novl": {
|
|
17
|
-
"import": "./dist/components/ur-novl.js",
|
|
18
|
-
"types": "./dist/components/ur-novl.d.ts"
|
|
19
|
-
},
|
|
20
16
|
"./loader": {
|
|
21
17
|
"import": "./loader/index.js",
|
|
22
18
|
"require": "./loader/index.cjs",
|