@mhmo91/schmancy 0.5.31 → 0.5.33
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/ai/navigation-rail.md +104 -21
- package/dist/ai/navigation-rail.md +104 -21
- package/dist/{avatar-DVvQCuqb.cjs → avatar-8TnYDr70.cjs} +2 -2
- package/dist/{avatar-DVvQCuqb.cjs.map → avatar-8TnYDr70.cjs.map} +1 -1
- package/dist/{avatar-vN5sPaPb.js → avatar-D2FqPXk4.js} +2 -2
- package/dist/{avatar-vN5sPaPb.js.map → avatar-D2FqPXk4.js.map} +1 -1
- package/dist/badge.cjs +1 -1
- package/dist/badge.js +1 -1
- package/dist/content-drawer.cjs +1 -1
- package/dist/content-drawer.js +1 -1
- package/dist/{icon-B72X_AQX.js → icon-CCMpTJTp.js} +8 -9
- package/dist/icon-CCMpTJTp.js.map +1 -0
- package/dist/icon-DebIySqv.cjs +49 -0
- package/dist/icon-DebIySqv.cjs.map +1 -0
- package/dist/icons.cjs +1 -1
- package/dist/icons.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/dist/nav-drawer.cjs +1 -1
- package/dist/nav-drawer.js +1 -1
- package/dist/navigation-bar.cjs +1 -1
- package/dist/navigation-bar.js +1 -1
- package/dist/teleport.cjs +1 -1
- package/dist/teleport.js +1 -1
- package/package.json +1 -1
- package/types/src/icons/icon.d.ts +3 -0
- package/dist/icon-B72X_AQX.js.map +0 -1
- package/dist/icon-DbIBlAjy.cjs +0 -49
- package/dist/icon-DbIBlAjy.cjs.map +0 -1
package/dist/badge.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./avatar-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./avatar-8TnYDr70.cjs");Object.defineProperty(exports,"ScBadgeV2",{enumerable:!0,get:()=>e.ScBadgeV2}),Object.defineProperty(exports,"SchmancyBadgeV2",{enumerable:!0,get:()=>e.SchmancyBadgeV2});
|
|
2
2
|
//# sourceMappingURL=badge.cjs.map
|
package/dist/badge.js
CHANGED
package/dist/content-drawer.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./avatar-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./avatar-8TnYDr70.cjs");Object.defineProperty(exports,"SchmancyContentDrawer",{enumerable:!0,get:()=>e.SchmancyContentDrawer}),exports.SchmancyContentDrawerID=e.SchmancyContentDrawerID,Object.defineProperty(exports,"SchmancyContentDrawerMain",{enumerable:!0,get:()=>e.SchmancyContentDrawerMain}),exports.SchmancyContentDrawerMaxHeight=e.SchmancyContentDrawerMaxHeight,exports.SchmancyContentDrawerMinWidth=e.SchmancyContentDrawerMinWidth,Object.defineProperty(exports,"SchmancyContentDrawerSheet",{enumerable:!0,get:()=>e.SchmancyContentDrawerSheet}),exports.SchmancyContentDrawerSheetMode=e.SchmancyContentDrawerSheetMode,exports.SchmancyContentDrawerSheetState=e.SchmancyContentDrawerSheetState,exports.schmancyContentDrawer=e.schmancyContentDrawer;
|
|
2
2
|
//# sourceMappingURL=content-drawer.cjs.map
|
package/dist/content-drawer.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as n, d as t, h as r, e as c, f as h, i as o, b as S, c as s, s as m } from "./avatar-
|
|
1
|
+
import { g as n, d as t, h as r, e as c, f as h, i as o, b as S, c as s, s as m } from "./avatar-D2FqPXk4.js";
|
|
2
2
|
export {
|
|
3
3
|
n as SchmancyContentDrawer,
|
|
4
4
|
t as SchmancyContentDrawerID,
|
|
@@ -3,13 +3,13 @@ import "lit/directives/class-map.js";
|
|
|
3
3
|
import "lit/directives/style-map.js";
|
|
4
4
|
import { property as h, customElement as d } from "lit/decorators.js";
|
|
5
5
|
import { T as p } from "./tailwind.mixin-BjDGMGbj.js";
|
|
6
|
-
import { css as
|
|
6
|
+
import { css as g, html as f } from "lit";
|
|
7
7
|
import { tap as u } from "rxjs/operators";
|
|
8
8
|
var b = Object.defineProperty, w = Object.getOwnPropertyDescriptor, o = (t, i, n, a) => {
|
|
9
9
|
for (var r, s = a > 1 ? void 0 : a ? w(i, n) : i, c = t.length - 1; c >= 0; c--) (r = t[c]) && (s = (a ? r(i, n, s) : r(s)) || s);
|
|
10
10
|
return a && s && b(i, n, s), s;
|
|
11
11
|
};
|
|
12
|
-
let e = class extends p(
|
|
12
|
+
let e = class extends p(g`
|
|
13
13
|
:host {
|
|
14
14
|
--schmancy-icon-size: 24px;
|
|
15
15
|
--schmancy-icon-fill: 0;
|
|
@@ -57,13 +57,12 @@ let e = class extends p(f`
|
|
|
57
57
|
super(...arguments), this.fill = 0, this.weight = 400, this.grade = 0, this.variant = "outlined", this.fill$ = new l(this.fill), this.weight$ = new l(this.weight), this.grade$ = new l(this.grade), this.variant$ = new l(this.variant);
|
|
58
58
|
}
|
|
59
59
|
static loadFonts() {
|
|
60
|
-
if (
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
60
|
+
if (e.fontsLoaded) return;
|
|
61
|
+
const t = document.createElement("link");
|
|
62
|
+
t.rel = "stylesheet", t.href = "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap", document.head.appendChild(t), e.fontsLoaded = !0;
|
|
64
63
|
}
|
|
65
64
|
connectedCallback() {
|
|
66
|
-
super.connectedCallback(), e.
|
|
65
|
+
super.connectedCallback(), e.loadFonts(), this.hasAttribute("aria-label") || this.hasAttribute("aria-labelledby") || this.hasAttribute("aria-hidden") || this.hasAttribute("role") || this.setAttribute("aria-hidden", "true"), m([this.fill$, this.weight$, this.grade$, this.variant$]).pipe(u(([t, i, n, a]) => {
|
|
67
66
|
this.style.setProperty("--schmancy-icon-fill", String(t)), this.style.setProperty("--schmancy-icon-weight", String(i)), this.style.setProperty("--schmancy-icon-grade", String(n));
|
|
68
67
|
const r = { outlined: "Material Symbols Outlined", rounded: "Material Symbols Rounded", sharp: "Material Symbols Sharp" }[a] || "Material Symbols Outlined";
|
|
69
68
|
this.style.setProperty("--schmancy-icon-font", r);
|
|
@@ -74,7 +73,7 @@ let e = class extends p(f`
|
|
|
74
73
|
}
|
|
75
74
|
render() {
|
|
76
75
|
const t = { outlined: "Material Symbols Outlined", rounded: "Material Symbols Rounded", sharp: "Material Symbols Sharp" }[this.variant] || "Material Symbols Outlined", i = { "--schmancy-icon-fill": this.fill, "--schmancy-icon-weight": this.weight, "--schmancy-icon-grade": this.grade, "--schmancy-icon-font": t };
|
|
77
|
-
return
|
|
76
|
+
return f`
|
|
78
77
|
<span class="material-symbols" part="icon" style=${this.styleMap(i)}>
|
|
79
78
|
<slot></slot>
|
|
80
79
|
</span>
|
|
@@ -82,4 +81,4 @@ let e = class extends p(f`
|
|
|
82
81
|
}
|
|
83
82
|
};
|
|
84
83
|
e.fontsLoaded = !1, o([h({ type: Number, reflect: !0 })], e.prototype, "fill", 2), o([h({ type: Number, reflect: !0 })], e.prototype, "weight", 2), o([h({ type: Number, reflect: !0 })], e.prototype, "grade", 2), o([h({ type: String, reflect: !0 })], e.prototype, "variant", 2), e = o([d("schmancy-icon")], e);
|
|
85
|
-
//# sourceMappingURL=icon-
|
|
84
|
+
//# sourceMappingURL=icon-CCMpTJTp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-CCMpTJTp.js","sources":["../src/icons/icon.ts"],"sourcesContent":["import { TailwindElement } from '@mixins/index'\nimport { css, html } from 'lit'\nimport { customElement, property } from 'lit/decorators.js'\nimport { BehaviorSubject, combineLatest, takeUntil } from 'rxjs'\nimport { tap } from 'rxjs/operators'\n\n/**\n * @element schmancy-icon\n * Material Symbols icon component with flexible font variation properties\n *\n * @cssprop --schmancy-icon-size - The size of the icon (default: 24px)\n * @cssprop --schmancy-icon-fill - Fill value for icon (0-1)\n * @cssprop --schmancy-icon-weight - Weight value for icon (100-700)\n * @cssprop --schmancy-icon-grade - Grade value for icon (-50-200)\n * @cssprop --schmancy-icon-opsz - Optical size (default: 24)\n */\n@customElement('schmancy-icon')\nexport default class SchmancyIcon extends TailwindElement(css`\n\t:host {\n\t\t--schmancy-icon-size: 24px;\n\t\t--schmancy-icon-fill: 0;\n\t\t--schmancy-icon-weight: 400;\n\t\t--schmancy-icon-grade: 0;\n\t\t--schmancy-icon-opsz: 24;\n\n\t\tdisplay: inline-flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\twidth: var(--schmancy-icon-size);\n\t\theight: var(--schmancy-icon-size);\n\t\tfont-size: var(--schmancy-icon-size);\n\t\tcolor: inherit;\n\t\ttransition: font-variation-settings 0.2s ease;\n\t}\n\n\t.material-symbols {\n\t\tfont-family: var(--schmancy-icon-font, 'Material Symbols Outlined');\n\t\tfont-weight: normal;\n\t\tfont-style: normal;\n\t\tline-height: 1;\n\t\tletter-spacing: normal;\n\t\ttext-transform: none;\n\t\tdisplay: inline-block;\n\t\twhite-space: nowrap;\n\t\tword-wrap: normal;\n\t\tdirection: ltr;\n\t\t-webkit-font-smoothing: antialiased;\n\t\t-webkit-font-feature-settings: 'liga';\n\t\tfont-feature-settings: 'liga';\n\t\tfont-variation-settings:\n\t\t\t'FILL' var(--schmancy-icon-fill),\n\t\t\t'wght' var(--schmancy-icon-weight),\n\t\t\t'GRAD' var(--schmancy-icon-grade),\n\t\t\t'opsz' var(--schmancy-icon-opsz);\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t}\n`) {\n\t// Static flag to track if Google Fonts have been loaded\n\tprivate static fontsLoaded = false\n\n\t/**\n\t * Load Material Symbols fonts from Google Fonts CDN\n\t */\n\tprivate static loadFonts(): void {\n\t\tif (SchmancyIcon.fontsLoaded) {\n\t\t\treturn\n\t\t}\n\n\t\tconst link = document.createElement('link')\n\t\tlink.rel = 'stylesheet'\n\t\tlink.href = 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap'\n\t\tdocument.head.appendChild(link)\n\n\t\tSchmancyIcon.fontsLoaded = true\n\t}\n\n\t/**\n\t * Fill value for the icon (0-1)\n\t * 0 = outlined, 1 = filled\n\t */\n\t@property({ type: Number, reflect: true })\n\tfill = 0\n\n\t/**\n\t * Weight value for the icon (100-700)\n\t * Controls the thickness of the icon strokes\n\t */\n\t@property({ type: Number, reflect: true })\n\tweight = 400\n\n\t/**\n\t * Grade value for the icon (-50-200)\n\t * Adjusts the visual weight/grade\n\t */\n\t@property({ type: Number, reflect: true })\n\tgrade = 0\n\n\t/**\n\t * Icon variant style\n\t * @values outlined | rounded | sharp\n\t */\n\t@property({ type: String, reflect: true })\n\tvariant: 'outlined' | 'rounded' | 'sharp' = 'outlined'\n\n\t// RxJS subjects for reactive property updates\n\tprivate fill$ = new BehaviorSubject(this.fill)\n\tprivate weight$ = new BehaviorSubject(this.weight)\n\tprivate grade$ = new BehaviorSubject(this.grade)\n\tprivate variant$ = new BehaviorSubject(this.variant)\n\n\tconnectedCallback(): void {\n\t\tsuper.connectedCallback()\n\n\t\t// Load Google Fonts if not already loaded\n\t\tSchmancyIcon.loadFonts()\n\n\t\t// Set accessibility attributes for decorative icons\n\t\tif (!this.hasAttribute('aria-label') &&\n\t\t !this.hasAttribute('aria-labelledby') &&\n\t\t !this.hasAttribute('aria-hidden') &&\n\t\t !this.hasAttribute('role')) {\n\t\t\tthis.setAttribute('aria-hidden', 'true')\n\t\t}\n\n\t\t// Setup reactive CSS variable updates\n\t\tcombineLatest([\n\t\t\tthis.fill$,\n\t\t\tthis.weight$,\n\t\t\tthis.grade$,\n\t\t\tthis.variant$\n\t\t]).pipe(\n\t\t\ttap(([fill, weight, grade, variant]) => {\n\t\t\t\t// Update CSS custom properties for smooth transitions\n\t\t\t\tthis.style.setProperty('--schmancy-icon-fill', String(fill))\n\t\t\t\tthis.style.setProperty('--schmancy-icon-weight', String(weight))\n\t\t\t\tthis.style.setProperty('--schmancy-icon-grade', String(grade))\n\n\t\t\t\t// Update font family based on variant\n\t\t\t\tconst fontFamily = {\n\t\t\t\t\t'outlined': 'Material Symbols Outlined',\n\t\t\t\t\t'rounded': 'Material Symbols Rounded',\n\t\t\t\t\t'sharp': 'Material Symbols Sharp'\n\t\t\t\t}[variant] || 'Material Symbols Outlined'\n\n\t\t\t\tthis.style.setProperty('--schmancy-icon-font', fontFamily)\n\t\t\t}),\n\t\t\ttakeUntil(this.disconnecting)\n\t\t).subscribe()\n\t}\n\n\tprotected updated(changedProperties: Map<string | number | symbol, unknown>): void {\n\t\tsuper.updated(changedProperties)\n\n\t\t// Update BehaviorSubjects when properties change\n\t\tif (changedProperties.has('fill')) {\n\t\t\tthis.fill$.next(this.fill)\n\t\t}\n\t\tif (changedProperties.has('weight')) {\n\t\t\tthis.weight$.next(this.weight)\n\t\t}\n\t\tif (changedProperties.has('grade')) {\n\t\t\tthis.grade$.next(this.grade)\n\t\t}\n\t\tif (changedProperties.has('variant')) {\n\t\t\tthis.variant$.next(this.variant)\n\t\t}\n\t}\n\n\tprotected render(): unknown {\n\t\tconst fontFamily = {\n\t\t\t'outlined': 'Material Symbols Outlined',\n\t\t\t'rounded': 'Material Symbols Rounded',\n\t\t\t'sharp': 'Material Symbols Sharp'\n\t\t}[this.variant] || 'Material Symbols Outlined'\n\n\t\tconst style = {\n\t\t\t'--schmancy-icon-fill': this.fill,\n\t\t\t'--schmancy-icon-weight': this.weight,\n\t\t\t'--schmancy-icon-grade': this.grade,\n\t\t\t'--schmancy-icon-font': fontFamily\n\t\t}\n\n\t\treturn html`\n\t\t\t<span class=\"material-symbols\" part=\"icon\" style=${this.styleMap(style)}>\n\t\t\t\t<slot></slot>\n\t\t\t</span>\n\t\t`\n\t}\n}\n\ndeclare global {\n\tinterface HTMLElementTagNameMap {\n\t\t'schmancy-icon': SchmancyIcon\n\t}\n}"],"names":["SchmancyIcon","TailwindElement","css","constructor","super","arguments","this","fill","weight","grade","variant","fill$","BehaviorSubject","weight$","grade$","variant$","loadFonts","fontsLoaded","link","document","createElement","rel","href","head","appendChild","connectedCallback","hasAttribute","setAttribute","combineLatest","pipe","tap","style","setProperty","String","fontFamily","outlined","rounded","sharp","takeUntil","disconnecting","subscribe","changedProperties","updated","has","next","render","html","styleMap","__decorateClass","property","type","Number","reflect","prototype","customElement"],"mappings":"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"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";const n=require("rxjs");require("lit/directives/class-map.js"),require("lit/directives/style-map.js");const l=require("lit/decorators.js"),d=require("./tailwind.mixin-ClfV2_Nh.cjs"),y=require("lit"),p=require("rxjs/operators");var m=Object.defineProperty,g=Object.getOwnPropertyDescriptor,h=(t,i,r,s)=>{for(var o,a=s>1?void 0:s?g(i,r):i,c=t.length-1;c>=0;c--)(o=t[c])&&(a=(s?o(i,r,a):o(a))||a);return s&&a&&m(i,r,a),a};let e=class extends d.TailwindElement(y.css`
|
|
2
|
+
:host {
|
|
3
|
+
--schmancy-icon-size: 24px;
|
|
4
|
+
--schmancy-icon-fill: 0;
|
|
5
|
+
--schmancy-icon-weight: 400;
|
|
6
|
+
--schmancy-icon-grade: 0;
|
|
7
|
+
--schmancy-icon-opsz: 24;
|
|
8
|
+
|
|
9
|
+
display: inline-flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
width: var(--schmancy-icon-size);
|
|
13
|
+
height: var(--schmancy-icon-size);
|
|
14
|
+
font-size: var(--schmancy-icon-size);
|
|
15
|
+
color: inherit;
|
|
16
|
+
transition: font-variation-settings 0.2s ease;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.material-symbols {
|
|
20
|
+
font-family: var(--schmancy-icon-font, 'Material Symbols Outlined');
|
|
21
|
+
font-weight: normal;
|
|
22
|
+
font-style: normal;
|
|
23
|
+
line-height: 1;
|
|
24
|
+
letter-spacing: normal;
|
|
25
|
+
text-transform: none;
|
|
26
|
+
display: inline-block;
|
|
27
|
+
white-space: nowrap;
|
|
28
|
+
word-wrap: normal;
|
|
29
|
+
direction: ltr;
|
|
30
|
+
-webkit-font-smoothing: antialiased;
|
|
31
|
+
-webkit-font-feature-settings: 'liga';
|
|
32
|
+
font-feature-settings: 'liga';
|
|
33
|
+
font-variation-settings:
|
|
34
|
+
'FILL' var(--schmancy-icon-fill),
|
|
35
|
+
'wght' var(--schmancy-icon-weight),
|
|
36
|
+
'GRAD' var(--schmancy-icon-grade),
|
|
37
|
+
'opsz' var(--schmancy-icon-opsz);
|
|
38
|
+
width: 100%;
|
|
39
|
+
height: 100%;
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
justify-content: center;
|
|
43
|
+
}
|
|
44
|
+
`){constructor(){super(...arguments),this.fill=0,this.weight=400,this.grade=0,this.variant="outlined",this.fill$=new n.BehaviorSubject(this.fill),this.weight$=new n.BehaviorSubject(this.weight),this.grade$=new n.BehaviorSubject(this.grade),this.variant$=new n.BehaviorSubject(this.variant)}static loadFonts(){if(e.fontsLoaded)return;const t=document.createElement("link");t.rel="stylesheet",t.href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap",document.head.appendChild(t),e.fontsLoaded=!0}connectedCallback(){super.connectedCallback(),e.loadFonts(),this.hasAttribute("aria-label")||this.hasAttribute("aria-labelledby")||this.hasAttribute("aria-hidden")||this.hasAttribute("role")||this.setAttribute("aria-hidden","true"),n.combineLatest([this.fill$,this.weight$,this.grade$,this.variant$]).pipe(p.tap(([t,i,r,s])=>{this.style.setProperty("--schmancy-icon-fill",String(t)),this.style.setProperty("--schmancy-icon-weight",String(i)),this.style.setProperty("--schmancy-icon-grade",String(r));const o={outlined:"Material Symbols Outlined",rounded:"Material Symbols Rounded",sharp:"Material Symbols Sharp"}[s]||"Material Symbols Outlined";this.style.setProperty("--schmancy-icon-font",o)}),n.takeUntil(this.disconnecting)).subscribe()}updated(t){super.updated(t),t.has("fill")&&this.fill$.next(this.fill),t.has("weight")&&this.weight$.next(this.weight),t.has("grade")&&this.grade$.next(this.grade),t.has("variant")&&this.variant$.next(this.variant)}render(){const t={outlined:"Material Symbols Outlined",rounded:"Material Symbols Rounded",sharp:"Material Symbols Sharp"}[this.variant]||"Material Symbols Outlined",i={"--schmancy-icon-fill":this.fill,"--schmancy-icon-weight":this.weight,"--schmancy-icon-grade":this.grade,"--schmancy-icon-font":t};return y.html`
|
|
45
|
+
<span class="material-symbols" part="icon" style=${this.styleMap(i)}>
|
|
46
|
+
<slot></slot>
|
|
47
|
+
</span>
|
|
48
|
+
`}};e.fontsLoaded=!1,h([l.property({type:Number,reflect:!0})],e.prototype,"fill",2),h([l.property({type:Number,reflect:!0})],e.prototype,"weight",2),h([l.property({type:Number,reflect:!0})],e.prototype,"grade",2),h([l.property({type:String,reflect:!0})],e.prototype,"variant",2),e=h([l.customElement("schmancy-icon")],e);
|
|
49
|
+
//# sourceMappingURL=icon-DebIySqv.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-DebIySqv.cjs","sources":["../src/icons/icon.ts"],"sourcesContent":["import { TailwindElement } from '@mixins/index'\nimport { css, html } from 'lit'\nimport { customElement, property } from 'lit/decorators.js'\nimport { BehaviorSubject, combineLatest, takeUntil } from 'rxjs'\nimport { tap } from 'rxjs/operators'\n\n/**\n * @element schmancy-icon\n * Material Symbols icon component with flexible font variation properties\n *\n * @cssprop --schmancy-icon-size - The size of the icon (default: 24px)\n * @cssprop --schmancy-icon-fill - Fill value for icon (0-1)\n * @cssprop --schmancy-icon-weight - Weight value for icon (100-700)\n * @cssprop --schmancy-icon-grade - Grade value for icon (-50-200)\n * @cssprop --schmancy-icon-opsz - Optical size (default: 24)\n */\n@customElement('schmancy-icon')\nexport default class SchmancyIcon extends TailwindElement(css`\n\t:host {\n\t\t--schmancy-icon-size: 24px;\n\t\t--schmancy-icon-fill: 0;\n\t\t--schmancy-icon-weight: 400;\n\t\t--schmancy-icon-grade: 0;\n\t\t--schmancy-icon-opsz: 24;\n\n\t\tdisplay: inline-flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\twidth: var(--schmancy-icon-size);\n\t\theight: var(--schmancy-icon-size);\n\t\tfont-size: var(--schmancy-icon-size);\n\t\tcolor: inherit;\n\t\ttransition: font-variation-settings 0.2s ease;\n\t}\n\n\t.material-symbols {\n\t\tfont-family: var(--schmancy-icon-font, 'Material Symbols Outlined');\n\t\tfont-weight: normal;\n\t\tfont-style: normal;\n\t\tline-height: 1;\n\t\tletter-spacing: normal;\n\t\ttext-transform: none;\n\t\tdisplay: inline-block;\n\t\twhite-space: nowrap;\n\t\tword-wrap: normal;\n\t\tdirection: ltr;\n\t\t-webkit-font-smoothing: antialiased;\n\t\t-webkit-font-feature-settings: 'liga';\n\t\tfont-feature-settings: 'liga';\n\t\tfont-variation-settings:\n\t\t\t'FILL' var(--schmancy-icon-fill),\n\t\t\t'wght' var(--schmancy-icon-weight),\n\t\t\t'GRAD' var(--schmancy-icon-grade),\n\t\t\t'opsz' var(--schmancy-icon-opsz);\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t}\n`) {\n\t// Static flag to track if Google Fonts have been loaded\n\tprivate static fontsLoaded = false\n\n\t/**\n\t * Load Material Symbols fonts from Google Fonts CDN\n\t */\n\tprivate static loadFonts(): void {\n\t\tif (SchmancyIcon.fontsLoaded) {\n\t\t\treturn\n\t\t}\n\n\t\tconst link = document.createElement('link')\n\t\tlink.rel = 'stylesheet'\n\t\tlink.href = 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap'\n\t\tdocument.head.appendChild(link)\n\n\t\tSchmancyIcon.fontsLoaded = true\n\t}\n\n\t/**\n\t * Fill value for the icon (0-1)\n\t * 0 = outlined, 1 = filled\n\t */\n\t@property({ type: Number, reflect: true })\n\tfill = 0\n\n\t/**\n\t * Weight value for the icon (100-700)\n\t * Controls the thickness of the icon strokes\n\t */\n\t@property({ type: Number, reflect: true })\n\tweight = 400\n\n\t/**\n\t * Grade value for the icon (-50-200)\n\t * Adjusts the visual weight/grade\n\t */\n\t@property({ type: Number, reflect: true })\n\tgrade = 0\n\n\t/**\n\t * Icon variant style\n\t * @values outlined | rounded | sharp\n\t */\n\t@property({ type: String, reflect: true })\n\tvariant: 'outlined' | 'rounded' | 'sharp' = 'outlined'\n\n\t// RxJS subjects for reactive property updates\n\tprivate fill$ = new BehaviorSubject(this.fill)\n\tprivate weight$ = new BehaviorSubject(this.weight)\n\tprivate grade$ = new BehaviorSubject(this.grade)\n\tprivate variant$ = new BehaviorSubject(this.variant)\n\n\tconnectedCallback(): void {\n\t\tsuper.connectedCallback()\n\n\t\t// Load Google Fonts if not already loaded\n\t\tSchmancyIcon.loadFonts()\n\n\t\t// Set accessibility attributes for decorative icons\n\t\tif (!this.hasAttribute('aria-label') &&\n\t\t !this.hasAttribute('aria-labelledby') &&\n\t\t !this.hasAttribute('aria-hidden') &&\n\t\t !this.hasAttribute('role')) {\n\t\t\tthis.setAttribute('aria-hidden', 'true')\n\t\t}\n\n\t\t// Setup reactive CSS variable updates\n\t\tcombineLatest([\n\t\t\tthis.fill$,\n\t\t\tthis.weight$,\n\t\t\tthis.grade$,\n\t\t\tthis.variant$\n\t\t]).pipe(\n\t\t\ttap(([fill, weight, grade, variant]) => {\n\t\t\t\t// Update CSS custom properties for smooth transitions\n\t\t\t\tthis.style.setProperty('--schmancy-icon-fill', String(fill))\n\t\t\t\tthis.style.setProperty('--schmancy-icon-weight', String(weight))\n\t\t\t\tthis.style.setProperty('--schmancy-icon-grade', String(grade))\n\n\t\t\t\t// Update font family based on variant\n\t\t\t\tconst fontFamily = {\n\t\t\t\t\t'outlined': 'Material Symbols Outlined',\n\t\t\t\t\t'rounded': 'Material Symbols Rounded',\n\t\t\t\t\t'sharp': 'Material Symbols Sharp'\n\t\t\t\t}[variant] || 'Material Symbols Outlined'\n\n\t\t\t\tthis.style.setProperty('--schmancy-icon-font', fontFamily)\n\t\t\t}),\n\t\t\ttakeUntil(this.disconnecting)\n\t\t).subscribe()\n\t}\n\n\tprotected updated(changedProperties: Map<string | number | symbol, unknown>): void {\n\t\tsuper.updated(changedProperties)\n\n\t\t// Update BehaviorSubjects when properties change\n\t\tif (changedProperties.has('fill')) {\n\t\t\tthis.fill$.next(this.fill)\n\t\t}\n\t\tif (changedProperties.has('weight')) {\n\t\t\tthis.weight$.next(this.weight)\n\t\t}\n\t\tif (changedProperties.has('grade')) {\n\t\t\tthis.grade$.next(this.grade)\n\t\t}\n\t\tif (changedProperties.has('variant')) {\n\t\t\tthis.variant$.next(this.variant)\n\t\t}\n\t}\n\n\tprotected render(): unknown {\n\t\tconst fontFamily = {\n\t\t\t'outlined': 'Material Symbols Outlined',\n\t\t\t'rounded': 'Material Symbols Rounded',\n\t\t\t'sharp': 'Material Symbols Sharp'\n\t\t}[this.variant] || 'Material Symbols Outlined'\n\n\t\tconst style = {\n\t\t\t'--schmancy-icon-fill': this.fill,\n\t\t\t'--schmancy-icon-weight': this.weight,\n\t\t\t'--schmancy-icon-grade': this.grade,\n\t\t\t'--schmancy-icon-font': fontFamily\n\t\t}\n\n\t\treturn html`\n\t\t\t<span class=\"material-symbols\" part=\"icon\" style=${this.styleMap(style)}>\n\t\t\t\t<slot></slot>\n\t\t\t</span>\n\t\t`\n\t}\n}\n\ndeclare global {\n\tinterface HTMLElementTagNameMap {\n\t\t'schmancy-icon': SchmancyIcon\n\t}\n}"],"names":["SchmancyIcon","TailwindElement","css","constructor","super","arguments","this","fill","weight","grade","variant","fill$","BehaviorSubject","weight$","grade$","variant$","loadFonts","fontsLoaded","link","document","createElement","rel","href","head","appendChild","connectedCallback","hasAttribute","setAttribute","combineLatest","pipe","tap","style","setProperty","String","fontFamily","outlined","rounded","sharp","takeUntil","disconnecting","subscribe","changedProperties","updated","has","next","render","html","styleMap","__decorateClass","property","type","Number","reflect","prototype","customElement"],"mappings":"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"}
|
package/dist/icons.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";require("./icon-
|
|
1
|
+
"use strict";require("./icon-DebIySqv.cjs");
|
|
2
2
|
//# sourceMappingURL=icons.cjs.map
|
package/dist/icons.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import "./icon-
|
|
1
|
+
import "./icon-CCMpTJTp.js";
|
|
2
2
|
//# sourceMappingURL=icons.js.map
|
package/dist/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"}),require("./animated-text-BZUrBdvN.cjs");const c=require("./area.component-Ch2Eaa4i.cjs"),t=require("./utils-C38P63L6.cjs");require("./autocomplete-CenwFcT1.cjs");const r=require("./avatar-DVvQCuqb.cjs"),N=require("./boat-Dfx9-P8c.cjs");require("./spinner-CaXU45TV.cjs");const p=require("./icon-button-DwnnW2oj.cjs");require("./media-CsYVcfaX.cjs");const v=require("./checkbox-8djp_8NK.cjs"),i=require("./suggestion-chip-PI24Hc3s.cjs"),A=require("./input-chip-B7ANrtLF.cjs"),h=require("./code-preview-BFoEmN8y.cjs"),x=require("./payment-card-form--v94EhJF.cjs"),d=require("./date-range-DoCtnpW6.cjs"),E=require("./date-range-inline-DNr7C5X-.cjs"),s=require("./delay-CrdOikhP.cjs"),B=require("./details-CsqhGMjL.cjs"),u=require("./dialog-content-BzSQoM2J.cjs"),f=require("./dialog-service-Bdaxn2t0.cjs"),b=require("./ripple-DqQrvaTe.cjs"),F=require("lit/directives/guard.js");require("./divider-CNxOc8ep.cjs");const C=require("./dropdown-content-De0OkNoq.cjs"),P=require("./timezone-Bw4EXBt7.cjs");require("./form-DzDksPgv.cjs"),require("./icon-DbIBlAjy.cjs");const O=require("./input-C2Vz-51i.cjs"),m=require("./flex-CHf9Gc5V.cjs"),g=require("./list-BH8OJ3Rv.cjs"),o=require("./email-recipients-DS01C3V3.cjs"),H=require("./map-C7lxYU4A.cjs");require("./menu-Boqsyfmh.cjs");const j=require("./navigation-rail-D_dDK8C4.cjs"),y=require("./notification-service-9HXSKWcw.cjs"),D=require("./notify-W-NrP0cC.cjs");require("./option-D2bxihLu.cjs"),require("./progress-CjkD8QBy.cjs");const q=require("./radio-button-CGmGOAil.cjs"),L=require("./rxjs-utils.cjs");require("rxjs"),require("./index-CCi1otmh.cjs");const V=require("./select-CrB02cIO.cjs");require("./sheet-sgVoRMi1.cjs");const S=require("./sheet.service-BxvWBGsJ.cjs"),T=require("./slider-Dd1L6oYm.cjs"),l=require("./schmancy-steps-container-CydL78yk.cjs"),a=require("./context-object-DA9DM9QJ.cjs"),e=require("./selector-hook-DQ9zoDM4.cjs"),w=require("./surface-Ax6I7ldp.cjs"),I=require("./table-BlwUyf_4.cjs");require("./tabs-compatibility-CX0cIu_Y.cjs"),require("./textarea-qLA0vP78.cjs");const Y=require("./theme.interface-BMeNadVb.cjs"),n=require("./theme.component-CQ1trrZB.cjs"),R=require("./theme.events-Car6U_SQ.cjs");require("./theme-button-D7fBEUGf.cjs");const M=require("./tooltip-Dhs4HL3A.cjs"),z=require("./tree-D-ezei_U.cjs"),k=require("./types.cjs"),G=require("./typewriter-CtPh4Pyj.cjs"),W=require("./typography-BrIaOYmC.cjs"),$=require("./intersection-CVvaDv96.cjs"),K=require("./number-B7aCRYnH.cjs"),_=require("./search-DWW8IoOp.cjs");exports.FINDING_MORTIES=c.FINDING_MORTIES,exports.HERE_RICKY=c.HERE_RICKY,exports.HISTORY_STRATEGY=c.HISTORY_STRATEGY,Object.defineProperty(exports,"SchmancyArea",{enumerable:!0,get:()=>c.SchmancyArea}),Object.defineProperty(exports,"SchmancyRoute",{enumerable:!0,get:()=>c.SchmancyRoute}),exports.area=c.area,exports.routerHistory=c.routerHistory,exports.buildQueryString=t.buildQueryString,exports.compareActiveRoutes=t.compareActiveRoutes,exports.compareCustomElementConstructors=t.compareCustomElementConstructors,exports.compareRouteActions=t.compareRouteActions,exports.createRouteCacheKey=t.createRouteCacheKey,exports.debounce=t.debounce,exports.decodeData=t.decodeData,exports.decodeRouteState=t.decodeRouteState,exports.deepMerge=t.deepMerge,exports.encodeData=t.encodeData,exports.encodeRouteState=t.encodeRouteState,exports.extractQueryParams=t.extractQueryParams,exports.getTagName=t.getTagName,exports.isObject=t.isObject,exports.lazy=t.lazy,exports.normalizeTagName=t.normalizeTagName,exports.sanitizeRouteState=t.sanitizeRouteState,exports.$drawer=r.$drawer,exports.HereMorty=r.HereMorty,Object.defineProperty(exports,"ScBadgeV2",{enumerable:!0,get:()=>r.ScBadgeV2}),Object.defineProperty(exports,"SchmancyAvatar",{enumerable:!0,get:()=>r.SchmancyAvatar}),Object.defineProperty(exports,"SchmancyBadgeV2",{enumerable:!0,get:()=>r.SchmancyBadgeV2}),Object.defineProperty(exports,"SchmancyContentDrawer",{enumerable:!0,get:()=>r.SchmancyContentDrawer}),exports.SchmancyContentDrawerID=r.SchmancyContentDrawerID,Object.defineProperty(exports,"SchmancyContentDrawerMain",{enumerable:!0,get:()=>r.SchmancyContentDrawerMain}),exports.SchmancyContentDrawerMaxHeight=r.SchmancyContentDrawerMaxHeight,exports.SchmancyContentDrawerMinWidth=r.SchmancyContentDrawerMinWidth,Object.defineProperty(exports,"SchmancyContentDrawerSheet",{enumerable:!0,get:()=>r.SchmancyContentDrawerSheet}),exports.SchmancyContentDrawerSheetMode=r.SchmancyContentDrawerSheetMode,exports.SchmancyContentDrawerSheetState=r.SchmancyContentDrawerSheetState,Object.defineProperty(exports,"SchmancyDrawerAppbar",{enumerable:!0,get:()=>r.SchmancyDrawerAppbar}),exports.SchmancyDrawerNavbarMode=r.SchmancyDrawerNavbarMode,exports.SchmancyDrawerNavbarState=r.SchmancyDrawerNavbarState,Object.defineProperty(exports,"SchmancyNavigationBar",{enumerable:!0,get:()=>r.SchmancyNavigationBar}),Object.defineProperty(exports,"SchmancyNavigationBarItem",{enumerable:!0,get:()=>r.SchmancyNavigationBarItem}),Object.defineProperty(exports,"SchmancyNavigationDrawer",{enumerable:!0,get:()=>r.SchmancyNavigationDrawer}),Object.defineProperty(exports,"SchmancyNavigationDrawerContent",{enumerable:!0,get:()=>r.SchmancyNavigationDrawerContent}),Object.defineProperty(exports,"SchmancyNavigationDrawerSidebar",{enumerable:!0,get:()=>r.SchmancyNavigationDrawerSidebar}),Object.defineProperty(exports,"SchmancyTeleportation",{enumerable:!0,get:()=>r.SchmancyTeleportation}),exports.WhereAreYouRicky=r.WhereAreYouRicky,exports.schmancyContentDrawer=r.schmancyContentDrawer,exports.schmancyNavDrawer=r.schmancyNavDrawer,exports.teleport=r.teleport,Object.defineProperty(exports,"SchmancyBoat",{enumerable:!0,get:()=>N.SchmancyBoat}),Object.defineProperty(exports,"SchmancyButton",{enumerable:!0,get:()=>p.SchmancyButton}),Object.defineProperty(exports,"SchmnacyIconButton",{enumerable:!0,get:()=>p.SchmnacyIconButton}),Object.defineProperty(exports,"SchmancyCheckbox",{enumerable:!0,get:()=>v.SchmancyCheckboxElement}),Object.defineProperty(exports,"SchmancyAssistChip",{enumerable:!0,get:()=>i.SchmancyAssistChip}),exports.SchmancyChip=i.SchmancyFilterChip,exports.SchmancyFilterChip=i.SchmancyFilterChip,Object.defineProperty(exports,"SchmancySuggestionChip",{enumerable:!0,get:()=>i.SchmancySuggestionChip}),Object.defineProperty(exports,"SchmancyInputChip",{enumerable:!0,get:()=>A.SchmancyInputChip}),Object.defineProperty(exports,"SchmancyCode",{enumerable:!0,get:()=>h.SchmancyCode}),Object.defineProperty(exports,"SchmancyCodeHighlight",{enumerable:!0,get:()=>h.SchmancyCode}),Object.defineProperty(exports,"SchmancyCodePreview",{enumerable:!0,get:()=>h.SchmancyCodePreview}),Object.defineProperty(exports,"SchmancyPaymentCardForm",{enumerable:!0,get:()=>x.SchmancyPaymentCardForm}),Object.defineProperty(exports,"SchmancyDateRange",{enumerable:!0,get:()=>d.SchmancyDateRange}),exports.validateInitialDateRange=d.validateInitialDateRange,Object.defineProperty(exports,"SchmancyDateRangeInline",{enumerable:!0,get:()=>E.SchmancyDateRangeInline}),Object.defineProperty(exports,"SchmancyDelay",{enumerable:!0,get:()=>s.SchmancyDelay}),exports.delayContext=s.delayContext,Object.defineProperty(exports,"SchmancyDetails",{enumerable:!0,get:()=>B.SchmancyDetails}),Object.defineProperty(exports,"ConfirmDialog",{enumerable:!0,get:()=>u.ConfirmDialog}),Object.defineProperty(exports,"SchmancyDialog",{enumerable:!0,get:()=>u.SchmancyDialog}),Object.defineProperty(exports,"SchmancyDialogContent",{enumerable:!0,get:()=>u.SchmancyDialogContent}),exports.$dialog=f.$dialog,exports.DialogService=f.DialogService,exports.color=b.color,exports.fullHeight=b.fullHeight,exports.ripple=b.ripple,Object.defineProperty(exports,"guard",{enumerable:!0,get:()=>F.guard}),Object.defineProperty(exports,"SchmancyDropdown",{enumerable:!0,get:()=>C.SchmancyDropdown}),Object.defineProperty(exports,"SchmancyDropdownContent",{enumerable:!0,get:()=>C.SchmancyDropdownContent}),Object.defineProperty(exports,"SchmancyCountriesSelect",{enumerable:!0,get:()=>P.SchmancyCountriesSelect}),Object.defineProperty(exports,"SchmancyTimezonesSelect",{enumerable:!0,get:()=>P.SchmancyTimezonesSelect}),Object.defineProperty(exports,"SchmancyInput",{enumerable:!0,get:()=>O.SchmancyInput}),Object.defineProperty(exports,"SchmancyInputCompat",{enumerable:!0,get:()=>O.SchmancyInputCompat}),Object.defineProperty(exports,"SchmancyFlex",{enumerable:!0,get:()=>m.SchmancyFlex}),Object.defineProperty(exports,"SchmancyFlexV2",{enumerable:!0,get:()=>m.SchmancyFlexV2}),Object.defineProperty(exports,"SchmancyGrid",{enumerable:!0,get:()=>m.SchmancyGrid}),Object.defineProperty(exports,"SchmancyScroll",{enumerable:!0,get:()=>m.SchmancyScroll}),Object.defineProperty(exports,"List",{enumerable:!0,get:()=>g.List}),Object.defineProperty(exports,"SchmancyListItem",{enumerable:!0,get:()=>g.SchmancyListItem}),exports.SchmancyListTypeContext=g.SchmancyListTypeContext,Object.defineProperty(exports,"SchmancyEmailEditor",{enumerable:!0,get:()=>o.SchmancyEmailEditor}),Object.defineProperty(exports,"SchmancyEmailLayoutSelector",{enumerable:!0,get:()=>o.SchmancyEmailLayoutSelector}),Object.defineProperty(exports,"SchmancyEmailRecipients",{enumerable:!0,get:()=>o.SchmancyEmailRecipients}),Object.defineProperty(exports,"SchmancyEmailViewer",{enumerable:!0,get:()=>o.SchmancyEmailViewer}),Object.defineProperty(exports,"SchmancyMailbox",{enumerable:!0,get:()=>o.SchmancyMailbox}),Object.defineProperty(exports,"SchmancyMap",{enumerable:!0,get:()=>H.SchmancyMap}),Object.defineProperty(exports,"SchmancyNavigationRail",{enumerable:!0,get:()=>j.SchmancyNavigationRail}),Object.defineProperty(exports,"SchmancyNavigationRailItem",{enumerable:!0,get:()=>j.SchmancyNavigationRailItem}),exports.$notify=y.$notify,exports.NotificationAudioService=y.NotificationAudioService,Object.defineProperty(exports,"SchmancyNotification",{enumerable:!0,get:()=>y.SchmancyNotification}),Object.defineProperty(exports,"SchmancyNotificationContainer",{enumerable:!0,get:()=>y.SchmancyNotificationContainer}),exports.notify=D.notify,exports.notifyProgress=D.notifyProgress,Object.defineProperty(exports,"RadioButton",{enumerable:!0,get:()=>q.RadioButton}),Object.defineProperty(exports,"RadioGroup",{enumerable:!0,get:()=>q.RadioGroup}),exports.mutationObserver=L.mutationObserver,Object.defineProperty(exports,"SchmancySelect",{enumerable:!0,get:()=>V.SchmancySelect}),exports.SchmancySheetPosition=S.SchmancySheetPosition,exports.SheetHereMorty=S.SheetHereMorty,exports.SheetWhereAreYouRicky=S.SheetWhereAreYouRicky,exports.sheet=S.sheet,Object.defineProperty(exports,"SchmancySlide",{enumerable:!0,get:()=>T.SchmancySlide}),Object.defineProperty(exports,"SchmancySlider",{enumerable:!0,get:()=>T.SchmancySlider}),Object.defineProperty(exports,"SchmancyStep",{enumerable:!0,get:()=>l.SchmancyStep}),Object.defineProperty(exports,"SchmancyStepsContainer",{enumerable:!0,get:()=>l.SchmancyStepsContainer}),exports.StepsController=l.StepsController,exports.stepsContext=l.stepsContext,exports.BaseStore=a.BaseStore,exports.IndexedDBStorageManager=a.IndexedDBStorageManager,exports.LocalStorageManager=a.LocalStorageManager,exports.MemoryStorageManager=a.MemoryStorageManager,exports.SchmancyArrayStore=a.SchmancyArrayStore,exports.SchmancyStoreObject=a.SchmancyStoreObject,exports.SessionStorageManager=a.SessionStorageManager,exports.StoreError=a.StoreError,exports.createStorageManager=a.createStorageManager,exports.compareValues=e.compareValues,exports.createArrayContext=e.createArrayContext,exports.createCollectionSelector=e.createCollectionSelector,exports.createCompoundSelector=e.createCompoundSelector,exports.createContext=e.createContext,exports.createCountSelector=e.createCountSelector,exports.createEntriesSelector=e.createEntriesSelector,exports.createFilterSelector=e.createFilterSelector,exports.createFindSelector=e.createFindSelector,exports.createItemSelector=e.createItemSelector,exports.createItemsSelector=e.createItemsSelector,exports.createKeysSelector=e.createKeysSelector,exports.createMapSelector=e.createMapSelector,exports.createOptimizedSelector=e.createOptimizedSelector,exports.createSelector=e.createSelector,exports.createSortSelector=e.createSortSelector,exports.createTestArrayContext=e.createTestArrayContext,exports.filterArray=e.filterArray,exports.filterArrayItems=e.filterArrayItems,exports.filterMap=e.filterMap,exports.filterMapItems=e.filterMapItems,exports.getFieldValue=e.getFieldValue,exports.isArray=e.isArray,exports.isDate=e.isDate,exports.isIterable=e.isIterable,exports.isMap=e.isMap,exports.isNil=e.isNil,exports.isNumber=e.isNumber,exports.isPlainObject=e.isPlainObject,exports.isSet=e.isSet,exports.isString=e.isString,exports.select=e.select,exports.selectItem=e.selectItem,Object.defineProperty(exports,"SchmancySurface",{enumerable:!0,get:()=>w.SchmancySurface}),exports.SchmancySurfaceTypeContext=w.SchmancySurfaceTypeContext,Object.defineProperty(exports,"SchmancyDataTable",{enumerable:!0,get:()=>I.SchmancyDataTable}),Object.defineProperty(exports,"SchmancyTableRow",{enumerable:!0,get:()=>I.SchmancyTableRow}),exports.SchmancyTheme=Y.SchmancyTheme,Object.defineProperty(exports,"SchmancyThemeComponent",{enumerable:!0,get:()=>n.SchmancyThemeComponent}),exports.createDarkTonalPaletteFromBaseColor=n.createDarkTonalPaletteFromBaseColor,exports.createLightTonalPaletteFromBaseColor=n.createLightTonalPaletteFromBaseColor,exports.formateTheme=n.formateTheme,exports.tailwindStyles=n.tailwindStyles,exports.theme=n.theme,exports.themeContext=n.themeContext,exports.ThemeHereIAm=R.ThemeHereIAm,exports.ThemeWhereAreYou=R.ThemeWhereAreYou,Object.defineProperty(exports,"SchmancyTooltip",{enumerable:!0,get:()=>M.SchmancyTooltip}),exports.tooltip=M.tooltip,Object.defineProperty(exports,"SchmancyTree",{enumerable:!0,get:()=>z.SchmancyTree}),exports.SchmancyEvents=k.SchmancyEvents,Object.defineProperty(exports,"TypewriterElement",{enumerable:!0,get:()=>G.TypewriterElement}),Object.defineProperty(exports,"SchmancyTypography",{enumerable:!0,get:()=>W.SchmancyTypography}),exports.intersection$=$.intersection$,exports.Numbers=K.Numbers,exports.similarity=_.similarity;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"}),require("./animated-text-BZUrBdvN.cjs");const c=require("./area.component-Ch2Eaa4i.cjs"),t=require("./utils-C38P63L6.cjs");require("./autocomplete-CenwFcT1.cjs");const r=require("./avatar-8TnYDr70.cjs"),N=require("./boat-Dfx9-P8c.cjs");require("./spinner-CaXU45TV.cjs");const p=require("./icon-button-DwnnW2oj.cjs");require("./media-CsYVcfaX.cjs");const v=require("./checkbox-8djp_8NK.cjs"),i=require("./suggestion-chip-PI24Hc3s.cjs"),A=require("./input-chip-B7ANrtLF.cjs"),h=require("./code-preview-BFoEmN8y.cjs"),x=require("./payment-card-form--v94EhJF.cjs"),d=require("./date-range-DoCtnpW6.cjs"),E=require("./date-range-inline-DNr7C5X-.cjs"),s=require("./delay-CrdOikhP.cjs"),B=require("./details-CsqhGMjL.cjs"),u=require("./dialog-content-BzSQoM2J.cjs"),f=require("./dialog-service-Bdaxn2t0.cjs"),b=require("./ripple-DqQrvaTe.cjs"),F=require("lit/directives/guard.js");require("./divider-CNxOc8ep.cjs");const C=require("./dropdown-content-De0OkNoq.cjs"),P=require("./timezone-Bw4EXBt7.cjs");require("./form-DzDksPgv.cjs"),require("./icon-DebIySqv.cjs");const O=require("./input-C2Vz-51i.cjs"),m=require("./flex-CHf9Gc5V.cjs"),g=require("./list-BH8OJ3Rv.cjs"),o=require("./email-recipients-DS01C3V3.cjs"),H=require("./map-C7lxYU4A.cjs");require("./menu-Boqsyfmh.cjs");const j=require("./navigation-rail-D_dDK8C4.cjs"),y=require("./notification-service-9HXSKWcw.cjs"),D=require("./notify-W-NrP0cC.cjs");require("./option-D2bxihLu.cjs"),require("./progress-CjkD8QBy.cjs");const q=require("./radio-button-CGmGOAil.cjs"),L=require("./rxjs-utils.cjs");require("rxjs"),require("./index-CCi1otmh.cjs");const V=require("./select-CrB02cIO.cjs");require("./sheet-sgVoRMi1.cjs");const S=require("./sheet.service-BxvWBGsJ.cjs"),T=require("./slider-Dd1L6oYm.cjs"),l=require("./schmancy-steps-container-CydL78yk.cjs"),a=require("./context-object-DA9DM9QJ.cjs"),e=require("./selector-hook-DQ9zoDM4.cjs"),w=require("./surface-Ax6I7ldp.cjs"),I=require("./table-BlwUyf_4.cjs");require("./tabs-compatibility-CX0cIu_Y.cjs"),require("./textarea-qLA0vP78.cjs");const Y=require("./theme.interface-BMeNadVb.cjs"),n=require("./theme.component-CQ1trrZB.cjs"),R=require("./theme.events-Car6U_SQ.cjs");require("./theme-button-D7fBEUGf.cjs");const M=require("./tooltip-Dhs4HL3A.cjs"),z=require("./tree-D-ezei_U.cjs"),k=require("./types.cjs"),G=require("./typewriter-CtPh4Pyj.cjs"),W=require("./typography-BrIaOYmC.cjs"),$=require("./intersection-CVvaDv96.cjs"),K=require("./number-B7aCRYnH.cjs"),_=require("./search-DWW8IoOp.cjs");exports.FINDING_MORTIES=c.FINDING_MORTIES,exports.HERE_RICKY=c.HERE_RICKY,exports.HISTORY_STRATEGY=c.HISTORY_STRATEGY,Object.defineProperty(exports,"SchmancyArea",{enumerable:!0,get:()=>c.SchmancyArea}),Object.defineProperty(exports,"SchmancyRoute",{enumerable:!0,get:()=>c.SchmancyRoute}),exports.area=c.area,exports.routerHistory=c.routerHistory,exports.buildQueryString=t.buildQueryString,exports.compareActiveRoutes=t.compareActiveRoutes,exports.compareCustomElementConstructors=t.compareCustomElementConstructors,exports.compareRouteActions=t.compareRouteActions,exports.createRouteCacheKey=t.createRouteCacheKey,exports.debounce=t.debounce,exports.decodeData=t.decodeData,exports.decodeRouteState=t.decodeRouteState,exports.deepMerge=t.deepMerge,exports.encodeData=t.encodeData,exports.encodeRouteState=t.encodeRouteState,exports.extractQueryParams=t.extractQueryParams,exports.getTagName=t.getTagName,exports.isObject=t.isObject,exports.lazy=t.lazy,exports.normalizeTagName=t.normalizeTagName,exports.sanitizeRouteState=t.sanitizeRouteState,exports.$drawer=r.$drawer,exports.HereMorty=r.HereMorty,Object.defineProperty(exports,"ScBadgeV2",{enumerable:!0,get:()=>r.ScBadgeV2}),Object.defineProperty(exports,"SchmancyAvatar",{enumerable:!0,get:()=>r.SchmancyAvatar}),Object.defineProperty(exports,"SchmancyBadgeV2",{enumerable:!0,get:()=>r.SchmancyBadgeV2}),Object.defineProperty(exports,"SchmancyContentDrawer",{enumerable:!0,get:()=>r.SchmancyContentDrawer}),exports.SchmancyContentDrawerID=r.SchmancyContentDrawerID,Object.defineProperty(exports,"SchmancyContentDrawerMain",{enumerable:!0,get:()=>r.SchmancyContentDrawerMain}),exports.SchmancyContentDrawerMaxHeight=r.SchmancyContentDrawerMaxHeight,exports.SchmancyContentDrawerMinWidth=r.SchmancyContentDrawerMinWidth,Object.defineProperty(exports,"SchmancyContentDrawerSheet",{enumerable:!0,get:()=>r.SchmancyContentDrawerSheet}),exports.SchmancyContentDrawerSheetMode=r.SchmancyContentDrawerSheetMode,exports.SchmancyContentDrawerSheetState=r.SchmancyContentDrawerSheetState,Object.defineProperty(exports,"SchmancyDrawerAppbar",{enumerable:!0,get:()=>r.SchmancyDrawerAppbar}),exports.SchmancyDrawerNavbarMode=r.SchmancyDrawerNavbarMode,exports.SchmancyDrawerNavbarState=r.SchmancyDrawerNavbarState,Object.defineProperty(exports,"SchmancyNavigationBar",{enumerable:!0,get:()=>r.SchmancyNavigationBar}),Object.defineProperty(exports,"SchmancyNavigationBarItem",{enumerable:!0,get:()=>r.SchmancyNavigationBarItem}),Object.defineProperty(exports,"SchmancyNavigationDrawer",{enumerable:!0,get:()=>r.SchmancyNavigationDrawer}),Object.defineProperty(exports,"SchmancyNavigationDrawerContent",{enumerable:!0,get:()=>r.SchmancyNavigationDrawerContent}),Object.defineProperty(exports,"SchmancyNavigationDrawerSidebar",{enumerable:!0,get:()=>r.SchmancyNavigationDrawerSidebar}),Object.defineProperty(exports,"SchmancyTeleportation",{enumerable:!0,get:()=>r.SchmancyTeleportation}),exports.WhereAreYouRicky=r.WhereAreYouRicky,exports.schmancyContentDrawer=r.schmancyContentDrawer,exports.schmancyNavDrawer=r.schmancyNavDrawer,exports.teleport=r.teleport,Object.defineProperty(exports,"SchmancyBoat",{enumerable:!0,get:()=>N.SchmancyBoat}),Object.defineProperty(exports,"SchmancyButton",{enumerable:!0,get:()=>p.SchmancyButton}),Object.defineProperty(exports,"SchmnacyIconButton",{enumerable:!0,get:()=>p.SchmnacyIconButton}),Object.defineProperty(exports,"SchmancyCheckbox",{enumerable:!0,get:()=>v.SchmancyCheckboxElement}),Object.defineProperty(exports,"SchmancyAssistChip",{enumerable:!0,get:()=>i.SchmancyAssistChip}),exports.SchmancyChip=i.SchmancyFilterChip,exports.SchmancyFilterChip=i.SchmancyFilterChip,Object.defineProperty(exports,"SchmancySuggestionChip",{enumerable:!0,get:()=>i.SchmancySuggestionChip}),Object.defineProperty(exports,"SchmancyInputChip",{enumerable:!0,get:()=>A.SchmancyInputChip}),Object.defineProperty(exports,"SchmancyCode",{enumerable:!0,get:()=>h.SchmancyCode}),Object.defineProperty(exports,"SchmancyCodeHighlight",{enumerable:!0,get:()=>h.SchmancyCode}),Object.defineProperty(exports,"SchmancyCodePreview",{enumerable:!0,get:()=>h.SchmancyCodePreview}),Object.defineProperty(exports,"SchmancyPaymentCardForm",{enumerable:!0,get:()=>x.SchmancyPaymentCardForm}),Object.defineProperty(exports,"SchmancyDateRange",{enumerable:!0,get:()=>d.SchmancyDateRange}),exports.validateInitialDateRange=d.validateInitialDateRange,Object.defineProperty(exports,"SchmancyDateRangeInline",{enumerable:!0,get:()=>E.SchmancyDateRangeInline}),Object.defineProperty(exports,"SchmancyDelay",{enumerable:!0,get:()=>s.SchmancyDelay}),exports.delayContext=s.delayContext,Object.defineProperty(exports,"SchmancyDetails",{enumerable:!0,get:()=>B.SchmancyDetails}),Object.defineProperty(exports,"ConfirmDialog",{enumerable:!0,get:()=>u.ConfirmDialog}),Object.defineProperty(exports,"SchmancyDialog",{enumerable:!0,get:()=>u.SchmancyDialog}),Object.defineProperty(exports,"SchmancyDialogContent",{enumerable:!0,get:()=>u.SchmancyDialogContent}),exports.$dialog=f.$dialog,exports.DialogService=f.DialogService,exports.color=b.color,exports.fullHeight=b.fullHeight,exports.ripple=b.ripple,Object.defineProperty(exports,"guard",{enumerable:!0,get:()=>F.guard}),Object.defineProperty(exports,"SchmancyDropdown",{enumerable:!0,get:()=>C.SchmancyDropdown}),Object.defineProperty(exports,"SchmancyDropdownContent",{enumerable:!0,get:()=>C.SchmancyDropdownContent}),Object.defineProperty(exports,"SchmancyCountriesSelect",{enumerable:!0,get:()=>P.SchmancyCountriesSelect}),Object.defineProperty(exports,"SchmancyTimezonesSelect",{enumerable:!0,get:()=>P.SchmancyTimezonesSelect}),Object.defineProperty(exports,"SchmancyInput",{enumerable:!0,get:()=>O.SchmancyInput}),Object.defineProperty(exports,"SchmancyInputCompat",{enumerable:!0,get:()=>O.SchmancyInputCompat}),Object.defineProperty(exports,"SchmancyFlex",{enumerable:!0,get:()=>m.SchmancyFlex}),Object.defineProperty(exports,"SchmancyFlexV2",{enumerable:!0,get:()=>m.SchmancyFlexV2}),Object.defineProperty(exports,"SchmancyGrid",{enumerable:!0,get:()=>m.SchmancyGrid}),Object.defineProperty(exports,"SchmancyScroll",{enumerable:!0,get:()=>m.SchmancyScroll}),Object.defineProperty(exports,"List",{enumerable:!0,get:()=>g.List}),Object.defineProperty(exports,"SchmancyListItem",{enumerable:!0,get:()=>g.SchmancyListItem}),exports.SchmancyListTypeContext=g.SchmancyListTypeContext,Object.defineProperty(exports,"SchmancyEmailEditor",{enumerable:!0,get:()=>o.SchmancyEmailEditor}),Object.defineProperty(exports,"SchmancyEmailLayoutSelector",{enumerable:!0,get:()=>o.SchmancyEmailLayoutSelector}),Object.defineProperty(exports,"SchmancyEmailRecipients",{enumerable:!0,get:()=>o.SchmancyEmailRecipients}),Object.defineProperty(exports,"SchmancyEmailViewer",{enumerable:!0,get:()=>o.SchmancyEmailViewer}),Object.defineProperty(exports,"SchmancyMailbox",{enumerable:!0,get:()=>o.SchmancyMailbox}),Object.defineProperty(exports,"SchmancyMap",{enumerable:!0,get:()=>H.SchmancyMap}),Object.defineProperty(exports,"SchmancyNavigationRail",{enumerable:!0,get:()=>j.SchmancyNavigationRail}),Object.defineProperty(exports,"SchmancyNavigationRailItem",{enumerable:!0,get:()=>j.SchmancyNavigationRailItem}),exports.$notify=y.$notify,exports.NotificationAudioService=y.NotificationAudioService,Object.defineProperty(exports,"SchmancyNotification",{enumerable:!0,get:()=>y.SchmancyNotification}),Object.defineProperty(exports,"SchmancyNotificationContainer",{enumerable:!0,get:()=>y.SchmancyNotificationContainer}),exports.notify=D.notify,exports.notifyProgress=D.notifyProgress,Object.defineProperty(exports,"RadioButton",{enumerable:!0,get:()=>q.RadioButton}),Object.defineProperty(exports,"RadioGroup",{enumerable:!0,get:()=>q.RadioGroup}),exports.mutationObserver=L.mutationObserver,Object.defineProperty(exports,"SchmancySelect",{enumerable:!0,get:()=>V.SchmancySelect}),exports.SchmancySheetPosition=S.SchmancySheetPosition,exports.SheetHereMorty=S.SheetHereMorty,exports.SheetWhereAreYouRicky=S.SheetWhereAreYouRicky,exports.sheet=S.sheet,Object.defineProperty(exports,"SchmancySlide",{enumerable:!0,get:()=>T.SchmancySlide}),Object.defineProperty(exports,"SchmancySlider",{enumerable:!0,get:()=>T.SchmancySlider}),Object.defineProperty(exports,"SchmancyStep",{enumerable:!0,get:()=>l.SchmancyStep}),Object.defineProperty(exports,"SchmancyStepsContainer",{enumerable:!0,get:()=>l.SchmancyStepsContainer}),exports.StepsController=l.StepsController,exports.stepsContext=l.stepsContext,exports.BaseStore=a.BaseStore,exports.IndexedDBStorageManager=a.IndexedDBStorageManager,exports.LocalStorageManager=a.LocalStorageManager,exports.MemoryStorageManager=a.MemoryStorageManager,exports.SchmancyArrayStore=a.SchmancyArrayStore,exports.SchmancyStoreObject=a.SchmancyStoreObject,exports.SessionStorageManager=a.SessionStorageManager,exports.StoreError=a.StoreError,exports.createStorageManager=a.createStorageManager,exports.compareValues=e.compareValues,exports.createArrayContext=e.createArrayContext,exports.createCollectionSelector=e.createCollectionSelector,exports.createCompoundSelector=e.createCompoundSelector,exports.createContext=e.createContext,exports.createCountSelector=e.createCountSelector,exports.createEntriesSelector=e.createEntriesSelector,exports.createFilterSelector=e.createFilterSelector,exports.createFindSelector=e.createFindSelector,exports.createItemSelector=e.createItemSelector,exports.createItemsSelector=e.createItemsSelector,exports.createKeysSelector=e.createKeysSelector,exports.createMapSelector=e.createMapSelector,exports.createOptimizedSelector=e.createOptimizedSelector,exports.createSelector=e.createSelector,exports.createSortSelector=e.createSortSelector,exports.createTestArrayContext=e.createTestArrayContext,exports.filterArray=e.filterArray,exports.filterArrayItems=e.filterArrayItems,exports.filterMap=e.filterMap,exports.filterMapItems=e.filterMapItems,exports.getFieldValue=e.getFieldValue,exports.isArray=e.isArray,exports.isDate=e.isDate,exports.isIterable=e.isIterable,exports.isMap=e.isMap,exports.isNil=e.isNil,exports.isNumber=e.isNumber,exports.isPlainObject=e.isPlainObject,exports.isSet=e.isSet,exports.isString=e.isString,exports.select=e.select,exports.selectItem=e.selectItem,Object.defineProperty(exports,"SchmancySurface",{enumerable:!0,get:()=>w.SchmancySurface}),exports.SchmancySurfaceTypeContext=w.SchmancySurfaceTypeContext,Object.defineProperty(exports,"SchmancyDataTable",{enumerable:!0,get:()=>I.SchmancyDataTable}),Object.defineProperty(exports,"SchmancyTableRow",{enumerable:!0,get:()=>I.SchmancyTableRow}),exports.SchmancyTheme=Y.SchmancyTheme,Object.defineProperty(exports,"SchmancyThemeComponent",{enumerable:!0,get:()=>n.SchmancyThemeComponent}),exports.createDarkTonalPaletteFromBaseColor=n.createDarkTonalPaletteFromBaseColor,exports.createLightTonalPaletteFromBaseColor=n.createLightTonalPaletteFromBaseColor,exports.formateTheme=n.formateTheme,exports.tailwindStyles=n.tailwindStyles,exports.theme=n.theme,exports.themeContext=n.themeContext,exports.ThemeHereIAm=R.ThemeHereIAm,exports.ThemeWhereAreYou=R.ThemeWhereAreYou,Object.defineProperty(exports,"SchmancyTooltip",{enumerable:!0,get:()=>M.SchmancyTooltip}),exports.tooltip=M.tooltip,Object.defineProperty(exports,"SchmancyTree",{enumerable:!0,get:()=>z.SchmancyTree}),exports.SchmancyEvents=k.SchmancyEvents,Object.defineProperty(exports,"TypewriterElement",{enumerable:!0,get:()=>G.TypewriterElement}),Object.defineProperty(exports,"SchmancyTypography",{enumerable:!0,get:()=>W.SchmancyTypography}),exports.intersection$=$.intersection$,exports.Numbers=K.Numbers,exports.similarity=_.similarity;
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import "./animated-text-COvhr8E3.js";
|
|
|
2
2
|
import { F as d, H as g, c as u, S as D, b, a as T, r as w } from "./area.component-BHtBHWVt.js";
|
|
3
3
|
import { p as R, k as M, c as N, j as v, m as A, b as E, d as B, h as F, a as H, e as L, f as P, o as k, g as O, i as $, l as j, n as z, s as V } from "./utils-CYOVFxSx.js";
|
|
4
4
|
import "./autocomplete-9RkU9LmA.js";
|
|
5
|
-
import { $ as G, H as W, a as K, v as _, S as q, g as Q, d as J, h as U, e as X, f as Z, i as aa, b as ea, c as ta, k as ra, m as oa, n as ca, r as sa, q as ma, o as na, l as Sa, p as ia, t as ha, W as ya, s as pa, j as la, u as fa } from "./avatar-
|
|
5
|
+
import { $ as G, H as W, a as K, v as _, S as q, g as Q, d as J, h as U, e as X, f as Z, i as aa, b as ea, c as ta, k as ra, m as oa, n as ca, r as sa, q as ma, o as na, l as Sa, p as ia, t as ha, W as ya, s as pa, j as la, u as fa } from "./avatar-D2FqPXk4.js";
|
|
6
6
|
import { S as Ca } from "./boat-CUsJXaLf.js";
|
|
7
7
|
import "./spinner-XN4W5ihQ.js";
|
|
8
8
|
import { S as ga, a as ua } from "./icon-button-D6DH52j4.js";
|
|
@@ -24,7 +24,7 @@ import "./divider-7iyyEd8k.js";
|
|
|
24
24
|
import { S as se, a as me } from "./dropdown-content-_GMpqsNq.js";
|
|
25
25
|
import { S as Se, a as ie } from "./timezone-BpDMR26D.js";
|
|
26
26
|
import "./form-DNeKagke.js";
|
|
27
|
-
import "./icon-
|
|
27
|
+
import "./icon-CCMpTJTp.js";
|
|
28
28
|
import { S as ye, a as pe } from "./input-DtHPCCyd.js";
|
|
29
29
|
import { S as fe, c as xe, a as Ce, b as de } from "./flex-BeSoRNTu.js";
|
|
30
30
|
import { L as ue, a as De, S as be } from "./list-BBo0--_Q.js";
|
package/dist/nav-drawer.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./avatar-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./avatar-8TnYDr70.cjs");exports.$drawer=e.$drawer,Object.defineProperty(exports,"SchmancyDrawerAppbar",{enumerable:!0,get:()=>e.SchmancyDrawerAppbar}),exports.SchmancyDrawerNavbarMode=e.SchmancyDrawerNavbarMode,exports.SchmancyDrawerNavbarState=e.SchmancyDrawerNavbarState,Object.defineProperty(exports,"SchmancyNavigationDrawer",{enumerable:!0,get:()=>e.SchmancyNavigationDrawer}),Object.defineProperty(exports,"SchmancyNavigationDrawerContent",{enumerable:!0,get:()=>e.SchmancyNavigationDrawerContent}),Object.defineProperty(exports,"SchmancyNavigationDrawerSidebar",{enumerable:!0,get:()=>e.SchmancyNavigationDrawerSidebar}),exports.schmancyNavDrawer=e.schmancyNavDrawer;
|
|
2
2
|
//# sourceMappingURL=nav-drawer.cjs.map
|
package/dist/nav-drawer.js
CHANGED
package/dist/navigation-bar.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./avatar-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./avatar-8TnYDr70.cjs");Object.defineProperty(exports,"SchmancyNavigationBar",{enumerable:!0,get:()=>e.SchmancyNavigationBar}),Object.defineProperty(exports,"SchmancyNavigationBarItem",{enumerable:!0,get:()=>e.SchmancyNavigationBarItem});
|
|
2
2
|
//# sourceMappingURL=navigation-bar.cjs.map
|
package/dist/navigation-bar.js
CHANGED
package/dist/teleport.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./avatar-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./avatar-8TnYDr70.cjs");exports.HereMorty=e.HereMorty,Object.defineProperty(exports,"SchmancyTeleportation",{enumerable:!0,get:()=>e.SchmancyTeleportation}),exports.WhereAreYouRicky=e.WhereAreYouRicky,exports.teleport=e.teleport;
|
|
2
2
|
//# sourceMappingURL=teleport.cjs.map
|
package/dist/teleport.js
CHANGED
package/package.json
CHANGED
|
@@ -11,6 +11,9 @@ declare const SchmancyIcon_base: import("@mixins/index").Constructor<CustomEleme
|
|
|
11
11
|
*/
|
|
12
12
|
export default class SchmancyIcon extends SchmancyIcon_base {
|
|
13
13
|
private static fontsLoaded;
|
|
14
|
+
/**
|
|
15
|
+
* Load Material Symbols fonts from Google Fonts CDN
|
|
16
|
+
*/
|
|
14
17
|
private static loadFonts;
|
|
15
18
|
/**
|
|
16
19
|
* Fill value for the icon (0-1)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icon-B72X_AQX.js","sources":["../src/icons/icon.ts"],"sourcesContent":["import { TailwindElement } from '@mixins/index'\nimport { css, html } from 'lit'\nimport { customElement, property } from 'lit/decorators.js'\nimport { BehaviorSubject, combineLatest, takeUntil } from 'rxjs'\nimport { tap } from 'rxjs/operators'\n\n/**\n * @element schmancy-icon\n * Material Symbols icon component with flexible font variation properties\n *\n * @cssprop --schmancy-icon-size - The size of the icon (default: 24px)\n * @cssprop --schmancy-icon-fill - Fill value for icon (0-1)\n * @cssprop --schmancy-icon-weight - Weight value for icon (100-700)\n * @cssprop --schmancy-icon-grade - Grade value for icon (-50-200)\n * @cssprop --schmancy-icon-opsz - Optical size (default: 24)\n */\n@customElement('schmancy-icon')\nexport default class SchmancyIcon extends TailwindElement(css`\n\t:host {\n\t\t--schmancy-icon-size: 24px;\n\t\t--schmancy-icon-fill: 0;\n\t\t--schmancy-icon-weight: 400;\n\t\t--schmancy-icon-grade: 0;\n\t\t--schmancy-icon-opsz: 24;\n\n\t\tdisplay: inline-flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\twidth: var(--schmancy-icon-size);\n\t\theight: var(--schmancy-icon-size);\n\t\tfont-size: var(--schmancy-icon-size);\n\t\tcolor: inherit;\n\t\ttransition: font-variation-settings 0.2s ease;\n\t}\n\n\t.material-symbols {\n\t\tfont-family: var(--schmancy-icon-font, 'Material Symbols Outlined');\n\t\tfont-weight: normal;\n\t\tfont-style: normal;\n\t\tline-height: 1;\n\t\tletter-spacing: normal;\n\t\ttext-transform: none;\n\t\tdisplay: inline-block;\n\t\twhite-space: nowrap;\n\t\tword-wrap: normal;\n\t\tdirection: ltr;\n\t\t-webkit-font-smoothing: antialiased;\n\t\t-webkit-font-feature-settings: 'liga';\n\t\tfont-feature-settings: 'liga';\n\t\tfont-variation-settings:\n\t\t\t'FILL' var(--schmancy-icon-fill),\n\t\t\t'wght' var(--schmancy-icon-weight),\n\t\t\t'GRAD' var(--schmancy-icon-grade),\n\t\t\t'opsz' var(--schmancy-icon-opsz);\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t}\n`) {\n\t// Static property to track if fonts are loaded globally\n\tprivate static fontsLoaded = false\n\n\t// Static method to load Material Symbols fonts\n\tprivate static loadFonts(): void {\n\t\t// Check if fonts are already loaded\n\t\tif (!document.head.querySelector('#material-symbols-fonts')) {\n\t\t\tconst link = document.createElement('link')\n\t\t\tlink.id = 'material-symbols-fonts'\n\t\t\tlink.rel = 'stylesheet'\n\t\t\tlink.href = 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap'\n\t\t\tdocument.head.appendChild(link)\n\t\t}\n\t}\n\t/**\n\t * Fill value for the icon (0-1)\n\t * 0 = outlined, 1 = filled\n\t */\n\t@property({ type: Number, reflect: true })\n\tfill = 0\n\n\t/**\n\t * Weight value for the icon (100-700)\n\t * Controls the thickness of the icon strokes\n\t */\n\t@property({ type: Number, reflect: true })\n\tweight = 400\n\n\t/**\n\t * Grade value for the icon (-50-200)\n\t * Adjusts the visual weight/grade\n\t */\n\t@property({ type: Number, reflect: true })\n\tgrade = 0\n\n\t/**\n\t * Icon variant style\n\t * @values outlined | rounded | sharp\n\t */\n\t@property({ type: String, reflect: true })\n\tvariant: 'outlined' | 'rounded' | 'sharp' = 'outlined'\n\n\t// RxJS subjects for reactive property updates\n\tprivate fill$ = new BehaviorSubject(this.fill)\n\tprivate weight$ = new BehaviorSubject(this.weight)\n\tprivate grade$ = new BehaviorSubject(this.grade)\n\tprivate variant$ = new BehaviorSubject(this.variant)\n\n\tconnectedCallback(): void {\n\t\tsuper.connectedCallback()\n\n\t\t// Load fonts only once globally\n\t\tif (!SchmancyIcon.fontsLoaded) {\n\t\t\tSchmancyIcon.loadFonts()\n\t\t\tSchmancyIcon.fontsLoaded = true\n\t\t}\n\n\t\t// Set accessibility attributes for decorative icons\n\t\tif (!this.hasAttribute('aria-label') &&\n\t\t !this.hasAttribute('aria-labelledby') &&\n\t\t !this.hasAttribute('aria-hidden') &&\n\t\t !this.hasAttribute('role')) {\n\t\t\tthis.setAttribute('aria-hidden', 'true')\n\t\t}\n\n\t\t// Setup reactive CSS variable updates\n\t\tcombineLatest([\n\t\t\tthis.fill$,\n\t\t\tthis.weight$,\n\t\t\tthis.grade$,\n\t\t\tthis.variant$\n\t\t]).pipe(\n\t\t\ttap(([fill, weight, grade, variant]) => {\n\t\t\t\t// Update CSS custom properties for smooth transitions\n\t\t\t\tthis.style.setProperty('--schmancy-icon-fill', String(fill))\n\t\t\t\tthis.style.setProperty('--schmancy-icon-weight', String(weight))\n\t\t\t\tthis.style.setProperty('--schmancy-icon-grade', String(grade))\n\n\t\t\t\t// Update font family based on variant\n\t\t\t\tconst fontFamily = {\n\t\t\t\t\t'outlined': 'Material Symbols Outlined',\n\t\t\t\t\t'rounded': 'Material Symbols Rounded',\n\t\t\t\t\t'sharp': 'Material Symbols Sharp'\n\t\t\t\t}[variant] || 'Material Symbols Outlined'\n\n\t\t\t\tthis.style.setProperty('--schmancy-icon-font', fontFamily)\n\t\t\t}),\n\t\t\ttakeUntil(this.disconnecting)\n\t\t).subscribe()\n\t}\n\n\tprotected updated(changedProperties: Map<string | number | symbol, unknown>): void {\n\t\tsuper.updated(changedProperties)\n\n\t\t// Update BehaviorSubjects when properties change\n\t\tif (changedProperties.has('fill')) {\n\t\t\tthis.fill$.next(this.fill)\n\t\t}\n\t\tif (changedProperties.has('weight')) {\n\t\t\tthis.weight$.next(this.weight)\n\t\t}\n\t\tif (changedProperties.has('grade')) {\n\t\t\tthis.grade$.next(this.grade)\n\t\t}\n\t\tif (changedProperties.has('variant')) {\n\t\t\tthis.variant$.next(this.variant)\n\t\t}\n\t}\n\n\tprotected render(): unknown {\n\t\tconst fontFamily = {\n\t\t\t'outlined': 'Material Symbols Outlined',\n\t\t\t'rounded': 'Material Symbols Rounded',\n\t\t\t'sharp': 'Material Symbols Sharp'\n\t\t}[this.variant] || 'Material Symbols Outlined'\n\n\t\tconst style = {\n\t\t\t'--schmancy-icon-fill': this.fill,\n\t\t\t'--schmancy-icon-weight': this.weight,\n\t\t\t'--schmancy-icon-grade': this.grade,\n\t\t\t'--schmancy-icon-font': fontFamily\n\t\t}\n\n\t\treturn html`\n\t\t\t<span class=\"material-symbols\" part=\"icon\" style=${this.styleMap(style)}>\n\t\t\t\t<slot></slot>\n\t\t\t</span>\n\t\t`\n\t}\n}\n\ndeclare global {\n\tinterface HTMLElementTagNameMap {\n\t\t'schmancy-icon': SchmancyIcon\n\t}\n}"],"names":["SchmancyIcon","TailwindElement","css","constructor","super","arguments","this","fill","weight","grade","variant","fill$","BehaviorSubject","weight$","grade$","variant$","loadFonts","document","head","querySelector","link","createElement","id","rel","href","appendChild","connectedCallback","fontsLoaded","hasAttribute","setAttribute","combineLatest","pipe","tap","style","setProperty","String","fontFamily","outlined","rounded","sharp","takeUntil","disconnecting","subscribe","changedProperties","updated","has","next","render","html","styleMap","__decorateClass","property","type","Number","reflect","prototype","customElement"],"mappings":"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"}
|
package/dist/icon-DbIBlAjy.cjs
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";const n=require("rxjs");require("lit/directives/class-map.js"),require("lit/directives/style-map.js");const l=require("lit/decorators.js"),d=require("./tailwind.mixin-ClfV2_Nh.cjs"),y=require("lit"),m=require("rxjs/operators");var p=Object.defineProperty,g=Object.getOwnPropertyDescriptor,c=(t,i,r,s)=>{for(var o,a=s>1?void 0:s?g(i,r):i,h=t.length-1;h>=0;h--)(o=t[h])&&(a=(s?o(i,r,a):o(a))||a);return s&&a&&p(i,r,a),a};let e=class extends d.TailwindElement(y.css`
|
|
2
|
-
:host {
|
|
3
|
-
--schmancy-icon-size: 24px;
|
|
4
|
-
--schmancy-icon-fill: 0;
|
|
5
|
-
--schmancy-icon-weight: 400;
|
|
6
|
-
--schmancy-icon-grade: 0;
|
|
7
|
-
--schmancy-icon-opsz: 24;
|
|
8
|
-
|
|
9
|
-
display: inline-flex;
|
|
10
|
-
align-items: center;
|
|
11
|
-
justify-content: center;
|
|
12
|
-
width: var(--schmancy-icon-size);
|
|
13
|
-
height: var(--schmancy-icon-size);
|
|
14
|
-
font-size: var(--schmancy-icon-size);
|
|
15
|
-
color: inherit;
|
|
16
|
-
transition: font-variation-settings 0.2s ease;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.material-symbols {
|
|
20
|
-
font-family: var(--schmancy-icon-font, 'Material Symbols Outlined');
|
|
21
|
-
font-weight: normal;
|
|
22
|
-
font-style: normal;
|
|
23
|
-
line-height: 1;
|
|
24
|
-
letter-spacing: normal;
|
|
25
|
-
text-transform: none;
|
|
26
|
-
display: inline-block;
|
|
27
|
-
white-space: nowrap;
|
|
28
|
-
word-wrap: normal;
|
|
29
|
-
direction: ltr;
|
|
30
|
-
-webkit-font-smoothing: antialiased;
|
|
31
|
-
-webkit-font-feature-settings: 'liga';
|
|
32
|
-
font-feature-settings: 'liga';
|
|
33
|
-
font-variation-settings:
|
|
34
|
-
'FILL' var(--schmancy-icon-fill),
|
|
35
|
-
'wght' var(--schmancy-icon-weight),
|
|
36
|
-
'GRAD' var(--schmancy-icon-grade),
|
|
37
|
-
'opsz' var(--schmancy-icon-opsz);
|
|
38
|
-
width: 100%;
|
|
39
|
-
height: 100%;
|
|
40
|
-
display: flex;
|
|
41
|
-
align-items: center;
|
|
42
|
-
justify-content: center;
|
|
43
|
-
}
|
|
44
|
-
`){constructor(){super(...arguments),this.fill=0,this.weight=400,this.grade=0,this.variant="outlined",this.fill$=new n.BehaviorSubject(this.fill),this.weight$=new n.BehaviorSubject(this.weight),this.grade$=new n.BehaviorSubject(this.grade),this.variant$=new n.BehaviorSubject(this.variant)}static loadFonts(){if(!document.head.querySelector("#material-symbols-fonts")){const t=document.createElement("link");t.id="material-symbols-fonts",t.rel="stylesheet",t.href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap",document.head.appendChild(t)}}connectedCallback(){super.connectedCallback(),e.fontsLoaded||(e.loadFonts(),e.fontsLoaded=!0),this.hasAttribute("aria-label")||this.hasAttribute("aria-labelledby")||this.hasAttribute("aria-hidden")||this.hasAttribute("role")||this.setAttribute("aria-hidden","true"),n.combineLatest([this.fill$,this.weight$,this.grade$,this.variant$]).pipe(m.tap(([t,i,r,s])=>{this.style.setProperty("--schmancy-icon-fill",String(t)),this.style.setProperty("--schmancy-icon-weight",String(i)),this.style.setProperty("--schmancy-icon-grade",String(r));const o={outlined:"Material Symbols Outlined",rounded:"Material Symbols Rounded",sharp:"Material Symbols Sharp"}[s]||"Material Symbols Outlined";this.style.setProperty("--schmancy-icon-font",o)}),n.takeUntil(this.disconnecting)).subscribe()}updated(t){super.updated(t),t.has("fill")&&this.fill$.next(this.fill),t.has("weight")&&this.weight$.next(this.weight),t.has("grade")&&this.grade$.next(this.grade),t.has("variant")&&this.variant$.next(this.variant)}render(){const t={outlined:"Material Symbols Outlined",rounded:"Material Symbols Rounded",sharp:"Material Symbols Sharp"}[this.variant]||"Material Symbols Outlined",i={"--schmancy-icon-fill":this.fill,"--schmancy-icon-weight":this.weight,"--schmancy-icon-grade":this.grade,"--schmancy-icon-font":t};return y.html`
|
|
45
|
-
<span class="material-symbols" part="icon" style=${this.styleMap(i)}>
|
|
46
|
-
<slot></slot>
|
|
47
|
-
</span>
|
|
48
|
-
`}};e.fontsLoaded=!1,c([l.property({type:Number,reflect:!0})],e.prototype,"fill",2),c([l.property({type:Number,reflect:!0})],e.prototype,"weight",2),c([l.property({type:Number,reflect:!0})],e.prototype,"grade",2),c([l.property({type:String,reflect:!0})],e.prototype,"variant",2),e=c([l.customElement("schmancy-icon")],e);
|
|
49
|
-
//# sourceMappingURL=icon-DbIBlAjy.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icon-DbIBlAjy.cjs","sources":["../src/icons/icon.ts"],"sourcesContent":["import { TailwindElement } from '@mixins/index'\nimport { css, html } from 'lit'\nimport { customElement, property } from 'lit/decorators.js'\nimport { BehaviorSubject, combineLatest, takeUntil } from 'rxjs'\nimport { tap } from 'rxjs/operators'\n\n/**\n * @element schmancy-icon\n * Material Symbols icon component with flexible font variation properties\n *\n * @cssprop --schmancy-icon-size - The size of the icon (default: 24px)\n * @cssprop --schmancy-icon-fill - Fill value for icon (0-1)\n * @cssprop --schmancy-icon-weight - Weight value for icon (100-700)\n * @cssprop --schmancy-icon-grade - Grade value for icon (-50-200)\n * @cssprop --schmancy-icon-opsz - Optical size (default: 24)\n */\n@customElement('schmancy-icon')\nexport default class SchmancyIcon extends TailwindElement(css`\n\t:host {\n\t\t--schmancy-icon-size: 24px;\n\t\t--schmancy-icon-fill: 0;\n\t\t--schmancy-icon-weight: 400;\n\t\t--schmancy-icon-grade: 0;\n\t\t--schmancy-icon-opsz: 24;\n\n\t\tdisplay: inline-flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\twidth: var(--schmancy-icon-size);\n\t\theight: var(--schmancy-icon-size);\n\t\tfont-size: var(--schmancy-icon-size);\n\t\tcolor: inherit;\n\t\ttransition: font-variation-settings 0.2s ease;\n\t}\n\n\t.material-symbols {\n\t\tfont-family: var(--schmancy-icon-font, 'Material Symbols Outlined');\n\t\tfont-weight: normal;\n\t\tfont-style: normal;\n\t\tline-height: 1;\n\t\tletter-spacing: normal;\n\t\ttext-transform: none;\n\t\tdisplay: inline-block;\n\t\twhite-space: nowrap;\n\t\tword-wrap: normal;\n\t\tdirection: ltr;\n\t\t-webkit-font-smoothing: antialiased;\n\t\t-webkit-font-feature-settings: 'liga';\n\t\tfont-feature-settings: 'liga';\n\t\tfont-variation-settings:\n\t\t\t'FILL' var(--schmancy-icon-fill),\n\t\t\t'wght' var(--schmancy-icon-weight),\n\t\t\t'GRAD' var(--schmancy-icon-grade),\n\t\t\t'opsz' var(--schmancy-icon-opsz);\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t}\n`) {\n\t// Static property to track if fonts are loaded globally\n\tprivate static fontsLoaded = false\n\n\t// Static method to load Material Symbols fonts\n\tprivate static loadFonts(): void {\n\t\t// Check if fonts are already loaded\n\t\tif (!document.head.querySelector('#material-symbols-fonts')) {\n\t\t\tconst link = document.createElement('link')\n\t\t\tlink.id = 'material-symbols-fonts'\n\t\t\tlink.rel = 'stylesheet'\n\t\t\tlink.href = 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap'\n\t\t\tdocument.head.appendChild(link)\n\t\t}\n\t}\n\t/**\n\t * Fill value for the icon (0-1)\n\t * 0 = outlined, 1 = filled\n\t */\n\t@property({ type: Number, reflect: true })\n\tfill = 0\n\n\t/**\n\t * Weight value for the icon (100-700)\n\t * Controls the thickness of the icon strokes\n\t */\n\t@property({ type: Number, reflect: true })\n\tweight = 400\n\n\t/**\n\t * Grade value for the icon (-50-200)\n\t * Adjusts the visual weight/grade\n\t */\n\t@property({ type: Number, reflect: true })\n\tgrade = 0\n\n\t/**\n\t * Icon variant style\n\t * @values outlined | rounded | sharp\n\t */\n\t@property({ type: String, reflect: true })\n\tvariant: 'outlined' | 'rounded' | 'sharp' = 'outlined'\n\n\t// RxJS subjects for reactive property updates\n\tprivate fill$ = new BehaviorSubject(this.fill)\n\tprivate weight$ = new BehaviorSubject(this.weight)\n\tprivate grade$ = new BehaviorSubject(this.grade)\n\tprivate variant$ = new BehaviorSubject(this.variant)\n\n\tconnectedCallback(): void {\n\t\tsuper.connectedCallback()\n\n\t\t// Load fonts only once globally\n\t\tif (!SchmancyIcon.fontsLoaded) {\n\t\t\tSchmancyIcon.loadFonts()\n\t\t\tSchmancyIcon.fontsLoaded = true\n\t\t}\n\n\t\t// Set accessibility attributes for decorative icons\n\t\tif (!this.hasAttribute('aria-label') &&\n\t\t !this.hasAttribute('aria-labelledby') &&\n\t\t !this.hasAttribute('aria-hidden') &&\n\t\t !this.hasAttribute('role')) {\n\t\t\tthis.setAttribute('aria-hidden', 'true')\n\t\t}\n\n\t\t// Setup reactive CSS variable updates\n\t\tcombineLatest([\n\t\t\tthis.fill$,\n\t\t\tthis.weight$,\n\t\t\tthis.grade$,\n\t\t\tthis.variant$\n\t\t]).pipe(\n\t\t\ttap(([fill, weight, grade, variant]) => {\n\t\t\t\t// Update CSS custom properties for smooth transitions\n\t\t\t\tthis.style.setProperty('--schmancy-icon-fill', String(fill))\n\t\t\t\tthis.style.setProperty('--schmancy-icon-weight', String(weight))\n\t\t\t\tthis.style.setProperty('--schmancy-icon-grade', String(grade))\n\n\t\t\t\t// Update font family based on variant\n\t\t\t\tconst fontFamily = {\n\t\t\t\t\t'outlined': 'Material Symbols Outlined',\n\t\t\t\t\t'rounded': 'Material Symbols Rounded',\n\t\t\t\t\t'sharp': 'Material Symbols Sharp'\n\t\t\t\t}[variant] || 'Material Symbols Outlined'\n\n\t\t\t\tthis.style.setProperty('--schmancy-icon-font', fontFamily)\n\t\t\t}),\n\t\t\ttakeUntil(this.disconnecting)\n\t\t).subscribe()\n\t}\n\n\tprotected updated(changedProperties: Map<string | number | symbol, unknown>): void {\n\t\tsuper.updated(changedProperties)\n\n\t\t// Update BehaviorSubjects when properties change\n\t\tif (changedProperties.has('fill')) {\n\t\t\tthis.fill$.next(this.fill)\n\t\t}\n\t\tif (changedProperties.has('weight')) {\n\t\t\tthis.weight$.next(this.weight)\n\t\t}\n\t\tif (changedProperties.has('grade')) {\n\t\t\tthis.grade$.next(this.grade)\n\t\t}\n\t\tif (changedProperties.has('variant')) {\n\t\t\tthis.variant$.next(this.variant)\n\t\t}\n\t}\n\n\tprotected render(): unknown {\n\t\tconst fontFamily = {\n\t\t\t'outlined': 'Material Symbols Outlined',\n\t\t\t'rounded': 'Material Symbols Rounded',\n\t\t\t'sharp': 'Material Symbols Sharp'\n\t\t}[this.variant] || 'Material Symbols Outlined'\n\n\t\tconst style = {\n\t\t\t'--schmancy-icon-fill': this.fill,\n\t\t\t'--schmancy-icon-weight': this.weight,\n\t\t\t'--schmancy-icon-grade': this.grade,\n\t\t\t'--schmancy-icon-font': fontFamily\n\t\t}\n\n\t\treturn html`\n\t\t\t<span class=\"material-symbols\" part=\"icon\" style=${this.styleMap(style)}>\n\t\t\t\t<slot></slot>\n\t\t\t</span>\n\t\t`\n\t}\n}\n\ndeclare global {\n\tinterface HTMLElementTagNameMap {\n\t\t'schmancy-icon': SchmancyIcon\n\t}\n}"],"names":["SchmancyIcon","TailwindElement","css","constructor","super","arguments","this","fill","weight","grade","variant","fill$","BehaviorSubject","weight$","grade$","variant$","loadFonts","document","head","querySelector","link","createElement","id","rel","href","appendChild","connectedCallback","fontsLoaded","hasAttribute","setAttribute","combineLatest","pipe","tap","style","setProperty","String","fontFamily","outlined","rounded","sharp","takeUntil","disconnecting","subscribe","changedProperties","updated","has","next","render","html","styleMap","__decorateClass","property","type","Number","reflect","prototype","customElement"],"mappings":"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"}
|