@sekiui/elements 0.0.12 → 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/README.md +23 -3
- package/dist/cjs/index-BxbILFLe.js +1384 -0
- package/dist/cjs/index-BxbILFLe.js.map +1 -0
- package/dist/cjs/index.cjs.js +3 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +13 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/seki-button.cjs.entry.js +46 -0
- package/dist/cjs/seki-button.entry.cjs.js.map +1 -0
- package/dist/cjs/seki-card-content.cjs.entry.js +18 -0
- package/dist/cjs/seki-card-content.entry.cjs.js.map +1 -0
- package/dist/cjs/seki-card-header.cjs.entry.js +18 -0
- package/dist/cjs/seki-card-header.entry.cjs.js.map +1 -0
- package/dist/cjs/seki-card-title.cjs.entry.js +18 -0
- package/dist/cjs/seki-card-title.entry.cjs.js.map +1 -0
- package/dist/cjs/seki-card.cjs.entry.js +18 -0
- package/dist/cjs/seki-card.entry.cjs.js.map +1 -0
- package/dist/cjs/sekiui.cjs.js +25 -0
- package/dist/cjs/sekiui.cjs.js.map +1 -0
- package/dist/collection/button.js +18 -0
- package/dist/collection/button.js.map +1 -0
- package/dist/collection/card.js +18 -0
- package/dist/collection/card.js.map +1 -0
- package/dist/collection/collection-manifest.json +16 -0
- package/dist/collection/components/seki-button/seki-button.css +60 -0
- package/dist/collection/components/seki-button/seki-button.js +125 -0
- package/dist/collection/components/seki-button/seki-button.js.map +1 -0
- package/dist/collection/components/seki-card/seki-card.css +60 -0
- package/dist/collection/components/seki-card/seki-card.js +19 -0
- package/dist/collection/components/seki-card/seki-card.js.map +1 -0
- package/dist/collection/components/seki-card-content/seki-card-content.css +60 -0
- package/dist/collection/components/seki-card-content/seki-card-content.js +19 -0
- package/dist/collection/components/seki-card-content/seki-card-content.js.map +1 -0
- package/dist/collection/components/seki-card-header/seki-card-header.css +60 -0
- package/dist/collection/components/seki-card-header/seki-card-header.js +19 -0
- package/dist/collection/components/seki-card-header/seki-card-header.js.map +1 -0
- package/dist/collection/components/seki-card-title/seki-card-title.css +60 -0
- package/dist/collection/components/seki-card-title/seki-card-title.js +19 -0
- package/dist/collection/components/seki-card-title/seki-card-title.js.map +1 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +4 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/seki-button.d.ts +11 -0
- package/dist/components/seki-button.js +70 -0
- package/dist/components/seki-button.js.map +1 -0
- package/dist/components/seki-card-content.d.ts +11 -0
- package/dist/components/seki-card-content.js +38 -0
- package/dist/components/seki-card-content.js.map +1 -0
- package/dist/components/seki-card-header.d.ts +11 -0
- package/dist/components/seki-card-header.js +38 -0
- package/dist/components/seki-card-header.js.map +1 -0
- package/dist/components/seki-card-title.d.ts +11 -0
- package/dist/components/seki-card-title.js +38 -0
- package/dist/components/seki-card-title.js.map +1 -0
- package/dist/components/seki-card.d.ts +11 -0
- package/dist/components/seki-card.js +38 -0
- package/dist/components/seki-card.js.map +1 -0
- package/dist/esm/index-3X8Wsgjr.js +1358 -0
- package/dist/esm/index-3X8Wsgjr.js.map +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/seki-button.entry.js +44 -0
- package/dist/esm/seki-button.entry.js.map +1 -0
- package/dist/esm/seki-card-content.entry.js +16 -0
- package/dist/esm/seki-card-content.entry.js.map +1 -0
- package/dist/esm/seki-card-header.entry.js +16 -0
- package/dist/esm/seki-card-header.entry.js.map +1 -0
- package/dist/esm/seki-card-title.entry.js +16 -0
- package/dist/esm/seki-card-title.entry.js.map +1 -0
- package/dist/esm/seki-card.entry.js +16 -0
- package/dist/esm/seki-card.entry.js.map +1 -0
- package/dist/esm/sekiui.js +21 -0
- package/dist/esm/sekiui.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/sekiui/index.esm.js +2 -0
- package/dist/sekiui/index.esm.js.map +1 -0
- package/dist/sekiui/loader.esm.js.map +1 -0
- package/dist/sekiui/p-043a8413.entry.js +2 -0
- package/dist/sekiui/p-043a8413.entry.js.map +1 -0
- package/dist/sekiui/p-3X8Wsgjr.js +3 -0
- package/dist/sekiui/p-3X8Wsgjr.js.map +1 -0
- package/dist/sekiui/p-65fc14ff.entry.js +2 -0
- package/dist/sekiui/p-65fc14ff.entry.js.map +1 -0
- package/dist/sekiui/p-aa468537.entry.js +2 -0
- package/dist/sekiui/p-aa468537.entry.js.map +1 -0
- package/dist/sekiui/p-c49f2aaf.entry.js +2 -0
- package/dist/sekiui/p-c49f2aaf.entry.js.map +1 -0
- package/dist/sekiui/p-e8e49693.entry.js +2 -0
- package/dist/sekiui/p-e8e49693.entry.js.map +1 -0
- package/dist/sekiui/seki-button.entry.esm.js.map +1 -0
- package/dist/sekiui/seki-card-content.entry.esm.js.map +1 -0
- package/dist/sekiui/seki-card-header.entry.esm.js.map +1 -0
- package/dist/sekiui/seki-card-title.entry.esm.js.map +1 -0
- package/dist/sekiui/seki-card.entry.esm.js.map +1 -0
- package/dist/sekiui/sekiui.css +60 -0
- package/dist/sekiui/sekiui.esm.js +2 -0
- package/dist/sekiui/sekiui.esm.js.map +1 -0
- package/dist/types/button.d.ts +4 -0
- package/dist/types/card.d.ts +4 -0
- package/dist/types/components/seki-button/seki-button.d.ts +10 -0
- package/dist/types/components/seki-card/seki-card.d.ts +3 -0
- package/dist/types/components/seki-card-content/seki-card-content.d.ts +3 -0
- package/dist/types/components/seki-card-header/seki-card-header.d.ts +3 -0
- package/dist/types/components/seki-card-title/seki-card-title.d.ts +3 -0
- package/dist/types/components.d.ts +115 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1732 -0
- package/package.json +34 -5
- package/.github/workflows/release.yml +0 -42
- package/packages/elements/README.md +0 -25
- package/packages/elements/package.json +0 -30
- package/packages/elements/src/button.ts +0 -18
- package/packages/elements/src/card.ts +0 -18
- package/packages/elements/src/index.ts +0 -13
- package/packages/elements/tsconfig.json +0 -21
- package/pnpm-workspace.yaml +0 -2
- /package/{packages/elements/LICENSE → LICENSE} +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-BxbILFLe.js');
|
|
4
|
+
|
|
5
|
+
const sekiButtonCss = "@tailwind base;\n@tailwind components;\n@tailwind utilities;\n\n/* shadcn/ui design tokens */\n@layer base {\n :root {\n --background: 0 0% 100%;\n --foreground: 222.2 84% 4.9%;\n --card: 0 0% 100%;\n --card-foreground: 222.2 84% 4.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 222.2 84% 4.9%;\n --primary: 222.2 47.4% 11.2%;\n --primary-foreground: 210 40% 98%;\n --secondary: 210 40% 96%;\n --secondary-foreground: 222.2 84% 4.9%;\n --muted: 210 40% 96%;\n --muted-foreground: 215.4 16.3% 46.9%;\n --accent: 210 40% 96%;\n --accent-foreground: 222.2 84% 4.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 210 40% 98%;\n --border: 214.3 31.8% 91.4%;\n --input: 214.3 31.8% 91.4%;\n --ring: 222.2 84% 4.9%;\n --radius: 0.5rem;\n }\n\n .dark {\n --background: 222.2 84% 4.9%;\n --foreground: 210 40% 98%;\n --card: 222.2 84% 4.9%;\n --card-foreground: 210 40% 98%;\n --popover: 222.2 84% 4.9%;\n --popover-foreground: 210 40% 98%;\n --primary: 210 40% 98%;\n --primary-foreground: 222.2 47.4% 11.2%;\n --secondary: 217.2 32.6% 17.5%;\n --secondary-foreground: 210 40% 98%;\n --muted: 217.2 32.6% 17.5%;\n --muted-foreground: 215 20.2% 65.1%;\n --accent: 217.2 32.6% 17.5%;\n --accent-foreground: 210 40% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 210 40% 98%;\n --border: 217.2 32.6% 17.5%;\n --input: 217.2 32.6% 17.5%;\n --ring: 212.7 26.8% 83.9%;\n }\n}\n\n@layer base {\n * {\n @apply border-border;\n }\n body {\n @apply bg-background text-foreground;\n }\n}";
|
|
6
|
+
|
|
7
|
+
const SekiButton = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
this.variant = 'default';
|
|
11
|
+
this.size = 'default';
|
|
12
|
+
this.disabled = false;
|
|
13
|
+
}
|
|
14
|
+
getVariantClasses() {
|
|
15
|
+
const variants = {
|
|
16
|
+
default: 'bg-primary text-primary-foreground hover:bg-primary/90',
|
|
17
|
+
destructive: 'bg-destructive text-destructive-foreground hover:bg-destructive/90',
|
|
18
|
+
outline: 'border border-input bg-background hover:bg-accent hover:text-accent-foreground',
|
|
19
|
+
secondary: 'bg-secondary text-secondary-foreground hover:bg-secondary/80',
|
|
20
|
+
ghost: 'hover:bg-accent hover:text-accent-foreground',
|
|
21
|
+
link: 'text-primary underline-offset-4 hover:underline',
|
|
22
|
+
};
|
|
23
|
+
return variants[this.variant];
|
|
24
|
+
}
|
|
25
|
+
getSizeClasses() {
|
|
26
|
+
const sizes = {
|
|
27
|
+
default: 'h-10 px-4 py-2',
|
|
28
|
+
sm: 'h-9 rounded-md px-3',
|
|
29
|
+
lg: 'h-11 rounded-md px-8',
|
|
30
|
+
icon: 'h-10 w-10',
|
|
31
|
+
};
|
|
32
|
+
return sizes[this.size];
|
|
33
|
+
}
|
|
34
|
+
render() {
|
|
35
|
+
const classes = [
|
|
36
|
+
'inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50',
|
|
37
|
+
this.getVariantClasses(),
|
|
38
|
+
this.getSizeClasses(),
|
|
39
|
+
].join(' ');
|
|
40
|
+
return (index.h(index.Host, { key: 'c4ee82237138aa7199fda3fac536d3d0e4f93177' }, index.h("button", { key: '4705d51d384092e63d902db3d59bd79866eb105d', class: classes, disabled: this.disabled, part: "button" }, index.h("slot", { key: 'b0e5909326c0e23fd0b611411eaa0b402c90cee3' }))));
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
SekiButton.style = sekiButtonCss;
|
|
44
|
+
|
|
45
|
+
exports.seki_button = SekiButton;
|
|
46
|
+
//# sourceMappingURL=seki-button.entry.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seki-button.entry.cjs.js","sources":["src/components/seki-button/seki-button.css?tag=seki-button&encapsulation=shadow","src/components/seki-button/seki-button.tsx"],"sourcesContent":["@import '../../global/app.css';","import { Component, Host, h, Prop } from '@stencil/core';\n\nexport type ButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';\nexport type ButtonSize = 'default' | 'sm' | 'lg' | 'icon';\n\n@Component({\n tag: 'seki-button',\n styleUrl: 'seki-button.css',\n shadow: true,\n})\nexport class SekiButton {\n @Prop() variant: ButtonVariant = 'default';\n @Prop() size: ButtonSize = 'default';\n @Prop() disabled: boolean = false;\n\n private getVariantClasses(): string {\n const variants = {\n default: 'bg-primary text-primary-foreground hover:bg-primary/90',\n destructive: 'bg-destructive text-destructive-foreground hover:bg-destructive/90',\n outline: 'border border-input bg-background hover:bg-accent hover:text-accent-foreground',\n secondary: 'bg-secondary text-secondary-foreground hover:bg-secondary/80',\n ghost: 'hover:bg-accent hover:text-accent-foreground',\n link: 'text-primary underline-offset-4 hover:underline',\n };\n return variants[this.variant];\n }\n\n private getSizeClasses(): string {\n const sizes = {\n default: 'h-10 px-4 py-2',\n sm: 'h-9 rounded-md px-3',\n lg: 'h-11 rounded-md px-8',\n icon: 'h-10 w-10',\n };\n return sizes[this.size];\n }\n\n render() {\n const classes = [\n 'inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50',\n this.getVariantClasses(),\n this.getSizeClasses(),\n ].join(' ');\n\n return (\n <Host>\n <button\n class={classes}\n disabled={this.disabled}\n part=\"button\"\n >\n <slot></slot>\n </button>\n </Host>\n );\n }\n}"],"names":["h","Host"],"mappings":";;;;AAAA,MAAM,aAAa,GAAG,smDAAsmD;;MCU/mD,UAAU,GAAA,MAAA;AALvB,IAAA,WAAA,CAAA,OAAA,EAAA;;AAMU,QAAA,IAAO,CAAA,OAAA,GAAkB,SAAS;AAClC,QAAA,IAAI,CAAA,IAAA,GAAe,SAAS;AAC5B,QAAA,IAAQ,CAAA,QAAA,GAAY,KAAK;AA2ClC;IAzCS,iBAAiB,GAAA;AACvB,QAAA,MAAM,QAAQ,GAAG;AACf,YAAA,OAAO,EAAE,wDAAwD;AACjE,YAAA,WAAW,EAAE,oEAAoE;AACjF,YAAA,OAAO,EAAE,gFAAgF;AACzF,YAAA,SAAS,EAAE,8DAA8D;AACzE,YAAA,KAAK,EAAE,8CAA8C;AACrD,YAAA,IAAI,EAAE,iDAAiD;SACxD;AACD,QAAA,OAAO,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC;;IAGvB,cAAc,GAAA;AACpB,QAAA,MAAM,KAAK,GAAG;AACZ,YAAA,OAAO,EAAE,gBAAgB;AACzB,YAAA,EAAE,EAAE,qBAAqB;AACzB,YAAA,EAAE,EAAE,sBAAsB;AAC1B,YAAA,IAAI,EAAE,WAAW;SAClB;AACD,QAAA,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC;;IAGzB,MAAM,GAAA;AACJ,QAAA,MAAM,OAAO,GAAG;YACd,wRAAwR;YACxR,IAAI,CAAC,iBAAiB,EAAE;YACxB,IAAI,CAAC,cAAc,EAAE;AACtB,SAAA,CAAC,IAAI,CAAC,GAAG,CAAC;QAEX,QACEA,QAACC,UAAI,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,EACHD,OAAA,CAAA,QAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EACE,KAAK,EAAE,OAAO,EACd,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,IAAI,EAAC,QAAQ,EAAA,EAEbA,OAAa,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,CAAA,CACN,CACJ;;;;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-BxbILFLe.js');
|
|
4
|
+
|
|
5
|
+
const sekiCardContentCss = "@tailwind base;\n@tailwind components;\n@tailwind utilities;\n\n/* shadcn/ui design tokens */\n@layer base {\n :root {\n --background: 0 0% 100%;\n --foreground: 222.2 84% 4.9%;\n --card: 0 0% 100%;\n --card-foreground: 222.2 84% 4.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 222.2 84% 4.9%;\n --primary: 222.2 47.4% 11.2%;\n --primary-foreground: 210 40% 98%;\n --secondary: 210 40% 96%;\n --secondary-foreground: 222.2 84% 4.9%;\n --muted: 210 40% 96%;\n --muted-foreground: 215.4 16.3% 46.9%;\n --accent: 210 40% 96%;\n --accent-foreground: 222.2 84% 4.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 210 40% 98%;\n --border: 214.3 31.8% 91.4%;\n --input: 214.3 31.8% 91.4%;\n --ring: 222.2 84% 4.9%;\n --radius: 0.5rem;\n }\n\n .dark {\n --background: 222.2 84% 4.9%;\n --foreground: 210 40% 98%;\n --card: 222.2 84% 4.9%;\n --card-foreground: 210 40% 98%;\n --popover: 222.2 84% 4.9%;\n --popover-foreground: 210 40% 98%;\n --primary: 210 40% 98%;\n --primary-foreground: 222.2 47.4% 11.2%;\n --secondary: 217.2 32.6% 17.5%;\n --secondary-foreground: 210 40% 98%;\n --muted: 217.2 32.6% 17.5%;\n --muted-foreground: 215 20.2% 65.1%;\n --accent: 217.2 32.6% 17.5%;\n --accent-foreground: 210 40% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 210 40% 98%;\n --border: 217.2 32.6% 17.5%;\n --input: 217.2 32.6% 17.5%;\n --ring: 212.7 26.8% 83.9%;\n }\n}\n\n@layer base {\n * {\n @apply border-border;\n }\n body {\n @apply bg-background text-foreground;\n }\n}";
|
|
6
|
+
|
|
7
|
+
const SekiCardContent = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (index.h(index.Host, { key: '20f47ef0574acb6a0c08c03136f36a3d7542370a' }, index.h("div", { key: '9a16e97c10508908cabb4ee515018f53bdb146d2', class: "p-6 pt-0", part: "content" }, index.h("slot", { key: '712aaeb2db8f10915eb60500ea0366279e6cef86' }))));
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
SekiCardContent.style = sekiCardContentCss;
|
|
16
|
+
|
|
17
|
+
exports.seki_card_content = SekiCardContent;
|
|
18
|
+
//# sourceMappingURL=seki-card-content.entry.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seki-card-content.entry.cjs.js","sources":["src/components/seki-card-content/seki-card-content.css?tag=seki-card-content&encapsulation=shadow","src/components/seki-card-content/seki-card-content.tsx"],"sourcesContent":["@import '../../global/app.css';","import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'seki-card-content',\n styleUrl: 'seki-card-content.css',\n shadow: true,\n})\nexport class SekiCardContent {\n render() {\n return (\n <Host>\n <div class=\"p-6 pt-0\" part=\"content\">\n <slot></slot>\n </div>\n </Host>\n );\n }\n}"],"names":["h","Host"],"mappings":";;;;AAAA,MAAM,kBAAkB,GAAG,smDAAsmD;;MCOpnD,eAAe,GAAA,MAAA;;;;IAC1B,MAAM,GAAA;AACJ,QAAA,QACEA,QAACC,UAAI,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,EACHD,OAAA,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAK,KAAK,EAAC,UAAU,EAAC,IAAI,EAAC,SAAS,EAAA,EAClCA,OAAa,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,CAAA,CACT,CACD;;;;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-BxbILFLe.js');
|
|
4
|
+
|
|
5
|
+
const sekiCardHeaderCss = "@tailwind base;\n@tailwind components;\n@tailwind utilities;\n\n/* shadcn/ui design tokens */\n@layer base {\n :root {\n --background: 0 0% 100%;\n --foreground: 222.2 84% 4.9%;\n --card: 0 0% 100%;\n --card-foreground: 222.2 84% 4.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 222.2 84% 4.9%;\n --primary: 222.2 47.4% 11.2%;\n --primary-foreground: 210 40% 98%;\n --secondary: 210 40% 96%;\n --secondary-foreground: 222.2 84% 4.9%;\n --muted: 210 40% 96%;\n --muted-foreground: 215.4 16.3% 46.9%;\n --accent: 210 40% 96%;\n --accent-foreground: 222.2 84% 4.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 210 40% 98%;\n --border: 214.3 31.8% 91.4%;\n --input: 214.3 31.8% 91.4%;\n --ring: 222.2 84% 4.9%;\n --radius: 0.5rem;\n }\n\n .dark {\n --background: 222.2 84% 4.9%;\n --foreground: 210 40% 98%;\n --card: 222.2 84% 4.9%;\n --card-foreground: 210 40% 98%;\n --popover: 222.2 84% 4.9%;\n --popover-foreground: 210 40% 98%;\n --primary: 210 40% 98%;\n --primary-foreground: 222.2 47.4% 11.2%;\n --secondary: 217.2 32.6% 17.5%;\n --secondary-foreground: 210 40% 98%;\n --muted: 217.2 32.6% 17.5%;\n --muted-foreground: 215 20.2% 65.1%;\n --accent: 217.2 32.6% 17.5%;\n --accent-foreground: 210 40% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 210 40% 98%;\n --border: 217.2 32.6% 17.5%;\n --input: 217.2 32.6% 17.5%;\n --ring: 212.7 26.8% 83.9%;\n }\n}\n\n@layer base {\n * {\n @apply border-border;\n }\n body {\n @apply bg-background text-foreground;\n }\n}";
|
|
6
|
+
|
|
7
|
+
const SekiCardHeader = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (index.h(index.Host, { key: '307b6439aa19ecb9cad43a11f835946bcf45ec1c' }, index.h("div", { key: 'ae88d484f2d3da6f5298965eb3328f9467a12e01', class: "flex flex-col space-y-1.5 p-6", part: "header" }, index.h("slot", { key: 'fc5c76c6ad45bd91bc2d675e7b2528eabdbd4d3f' }))));
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
SekiCardHeader.style = sekiCardHeaderCss;
|
|
16
|
+
|
|
17
|
+
exports.seki_card_header = SekiCardHeader;
|
|
18
|
+
//# sourceMappingURL=seki-card-header.entry.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seki-card-header.entry.cjs.js","sources":["src/components/seki-card-header/seki-card-header.css?tag=seki-card-header&encapsulation=shadow","src/components/seki-card-header/seki-card-header.tsx"],"sourcesContent":["@import '../../global/app.css';","import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'seki-card-header',\n styleUrl: 'seki-card-header.css',\n shadow: true,\n})\nexport class SekiCardHeader {\n render() {\n return (\n <Host>\n <div class=\"flex flex-col space-y-1.5 p-6\" part=\"header\">\n <slot></slot>\n </div>\n </Host>\n );\n }\n}"],"names":["h","Host"],"mappings":";;;;AAAA,MAAM,iBAAiB,GAAG,smDAAsmD;;MCOnnD,cAAc,GAAA,MAAA;;;;IACzB,MAAM,GAAA;AACJ,QAAA,QACEA,QAACC,UAAI,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,EACHD,OAAA,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAK,KAAK,EAAC,+BAA+B,EAAC,IAAI,EAAC,QAAQ,EAAA,EACtDA,OAAa,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,CAAA,CACT,CACD;;;;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-BxbILFLe.js');
|
|
4
|
+
|
|
5
|
+
const sekiCardTitleCss = "@tailwind base;\n@tailwind components;\n@tailwind utilities;\n\n/* shadcn/ui design tokens */\n@layer base {\n :root {\n --background: 0 0% 100%;\n --foreground: 222.2 84% 4.9%;\n --card: 0 0% 100%;\n --card-foreground: 222.2 84% 4.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 222.2 84% 4.9%;\n --primary: 222.2 47.4% 11.2%;\n --primary-foreground: 210 40% 98%;\n --secondary: 210 40% 96%;\n --secondary-foreground: 222.2 84% 4.9%;\n --muted: 210 40% 96%;\n --muted-foreground: 215.4 16.3% 46.9%;\n --accent: 210 40% 96%;\n --accent-foreground: 222.2 84% 4.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 210 40% 98%;\n --border: 214.3 31.8% 91.4%;\n --input: 214.3 31.8% 91.4%;\n --ring: 222.2 84% 4.9%;\n --radius: 0.5rem;\n }\n\n .dark {\n --background: 222.2 84% 4.9%;\n --foreground: 210 40% 98%;\n --card: 222.2 84% 4.9%;\n --card-foreground: 210 40% 98%;\n --popover: 222.2 84% 4.9%;\n --popover-foreground: 210 40% 98%;\n --primary: 210 40% 98%;\n --primary-foreground: 222.2 47.4% 11.2%;\n --secondary: 217.2 32.6% 17.5%;\n --secondary-foreground: 210 40% 98%;\n --muted: 217.2 32.6% 17.5%;\n --muted-foreground: 215 20.2% 65.1%;\n --accent: 217.2 32.6% 17.5%;\n --accent-foreground: 210 40% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 210 40% 98%;\n --border: 217.2 32.6% 17.5%;\n --input: 217.2 32.6% 17.5%;\n --ring: 212.7 26.8% 83.9%;\n }\n}\n\n@layer base {\n * {\n @apply border-border;\n }\n body {\n @apply bg-background text-foreground;\n }\n}";
|
|
6
|
+
|
|
7
|
+
const SekiCardTitle = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (index.h(index.Host, { key: '5b4ce5035a0cc1e7764ecef5833e28b0d03da4ee' }, index.h("h3", { key: '0cad0e68870f3c77f487dd7b03409659d05f5581', class: "text-2xl font-semibold leading-none tracking-tight", part: "title" }, index.h("slot", { key: 'c865770f8175e6ee04de5707f4f722b615fe384f' }))));
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
SekiCardTitle.style = sekiCardTitleCss;
|
|
16
|
+
|
|
17
|
+
exports.seki_card_title = SekiCardTitle;
|
|
18
|
+
//# sourceMappingURL=seki-card-title.entry.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seki-card-title.entry.cjs.js","sources":["src/components/seki-card-title/seki-card-title.css?tag=seki-card-title&encapsulation=shadow","src/components/seki-card-title/seki-card-title.tsx"],"sourcesContent":["@import '../../global/app.css';","import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'seki-card-title',\n styleUrl: 'seki-card-title.css',\n shadow: true,\n})\nexport class SekiCardTitle {\n render() {\n return (\n <Host>\n <h3 class=\"text-2xl font-semibold leading-none tracking-tight\" part=\"title\">\n <slot></slot>\n </h3>\n </Host>\n );\n }\n}"],"names":["h","Host"],"mappings":";;;;AAAA,MAAM,gBAAgB,GAAG,smDAAsmD;;MCOlnD,aAAa,GAAA,MAAA;;;;IACxB,MAAM,GAAA;AACJ,QAAA,QACEA,QAACC,UAAI,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,EACHD,OAAA,CAAA,IAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAI,KAAK,EAAC,oDAAoD,EAAC,IAAI,EAAC,OAAO,EAAA,EACzEA,OAAa,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,CAAA,CACV,CACA;;;;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-BxbILFLe.js');
|
|
4
|
+
|
|
5
|
+
const sekiCardCss = "@tailwind base;\n@tailwind components;\n@tailwind utilities;\n\n/* shadcn/ui design tokens */\n@layer base {\n :root {\n --background: 0 0% 100%;\n --foreground: 222.2 84% 4.9%;\n --card: 0 0% 100%;\n --card-foreground: 222.2 84% 4.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 222.2 84% 4.9%;\n --primary: 222.2 47.4% 11.2%;\n --primary-foreground: 210 40% 98%;\n --secondary: 210 40% 96%;\n --secondary-foreground: 222.2 84% 4.9%;\n --muted: 210 40% 96%;\n --muted-foreground: 215.4 16.3% 46.9%;\n --accent: 210 40% 96%;\n --accent-foreground: 222.2 84% 4.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 210 40% 98%;\n --border: 214.3 31.8% 91.4%;\n --input: 214.3 31.8% 91.4%;\n --ring: 222.2 84% 4.9%;\n --radius: 0.5rem;\n }\n\n .dark {\n --background: 222.2 84% 4.9%;\n --foreground: 210 40% 98%;\n --card: 222.2 84% 4.9%;\n --card-foreground: 210 40% 98%;\n --popover: 222.2 84% 4.9%;\n --popover-foreground: 210 40% 98%;\n --primary: 210 40% 98%;\n --primary-foreground: 222.2 47.4% 11.2%;\n --secondary: 217.2 32.6% 17.5%;\n --secondary-foreground: 210 40% 98%;\n --muted: 217.2 32.6% 17.5%;\n --muted-foreground: 215 20.2% 65.1%;\n --accent: 217.2 32.6% 17.5%;\n --accent-foreground: 210 40% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 210 40% 98%;\n --border: 217.2 32.6% 17.5%;\n --input: 217.2 32.6% 17.5%;\n --ring: 212.7 26.8% 83.9%;\n }\n}\n\n@layer base {\n * {\n @apply border-border;\n }\n body {\n @apply bg-background text-foreground;\n }\n}";
|
|
6
|
+
|
|
7
|
+
const SekiCard = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (index.h(index.Host, { key: 'f82895b112b7609ac5e227f693be8c997d0c3060' }, index.h("div", { key: '5568da6d2b39ff5affe0419c9f0126ffd8da64f2', class: "rounded-lg border bg-card text-card-foreground shadow-sm", part: "card" }, index.h("slot", { key: '6a9fa8a71ed7a962c6ff727919e59b6c353a89a6' }))));
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
SekiCard.style = sekiCardCss;
|
|
16
|
+
|
|
17
|
+
exports.seki_card = SekiCard;
|
|
18
|
+
//# sourceMappingURL=seki-card.entry.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seki-card.entry.cjs.js","sources":["src/components/seki-card/seki-card.css?tag=seki-card&encapsulation=shadow","src/components/seki-card/seki-card.tsx"],"sourcesContent":["@import '../../global/app.css';","import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'seki-card',\n styleUrl: 'seki-card.css',\n shadow: true,\n})\nexport class SekiCard {\n render() {\n return (\n <Host>\n <div class=\"rounded-lg border bg-card text-card-foreground shadow-sm\" part=\"card\">\n <slot></slot>\n </div>\n </Host>\n );\n }\n}"],"names":["h","Host"],"mappings":";;;;AAAA,MAAM,WAAW,GAAG,smDAAsmD;;MCO7mD,QAAQ,GAAA,MAAA;;;;IACnB,MAAM,GAAA;AACJ,QAAA,QACEA,QAACC,UAAI,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,EACHD,OAAA,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAK,KAAK,EAAC,0DAA0D,EAAC,IAAI,EAAC,MAAM,EAAA,EAC/EA,OAAa,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,CAAA,CACT,CACD;;;;;;;"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-BxbILFLe.js');
|
|
4
|
+
|
|
5
|
+
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
|
|
6
|
+
/*
|
|
7
|
+
Stencil Client Patch Browser v4.37.1 | MIT Licensed | https://stenciljs.com
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
var patchBrowser = () => {
|
|
11
|
+
const importMeta = (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('sekiui.cjs.js', document.baseURI).href));
|
|
12
|
+
const opts = {};
|
|
13
|
+
if (importMeta !== "") {
|
|
14
|
+
opts.resourcesUrl = new URL(".", importMeta).href;
|
|
15
|
+
}
|
|
16
|
+
return index.promiseResolve(opts);
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
patchBrowser().then(async (options) => {
|
|
20
|
+
await index.globalScripts();
|
|
21
|
+
return index.bootstrapLazy([["seki-button.cjs",[[257,"seki-button",{"variant":[1],"size":[1],"disabled":[4]}]]],["seki-card.cjs",[[257,"seki-card"]]],["seki-card-content.cjs",[[257,"seki-card-content"]]],["seki-card-header.cjs",[[257,"seki-card-header"]]],["seki-card-title.cjs",[[257,"seki-card-title"]]]], options);
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
exports.setNonce = index.setNonce;
|
|
25
|
+
//# sourceMappingURL=sekiui.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sekiui.cjs.js","sources":["../../node_modules/.pnpm/@stencil+core@4.37.1/node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.37.1 | MIT Licensed | https://stenciljs.com\n */\n\n// src/client/client-patch-browser.ts\nimport { BUILD, NAMESPACE } from \"@stencil/core/internal/app-data\";\nimport { consoleDevInfo, H, promiseResolve, win } from \"@stencil/core\";\nvar patchBrowser = () => {\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo(\"Running in development mode.\");\n }\n if (BUILD.cloneNodeFix) {\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts ? win.document && Array.from(win.document.querySelectorAll(\"script\")).find(\n (s) => new RegExp(`/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) || s.getAttribute(\"data-stencil-namespace\") === NAMESPACE\n ) : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})[\"data-opts\"] || {} : {};\n if (importMeta !== \"\") {\n opts.resourcesUrl = new URL(\".\", importMeta).href;\n }\n return promiseResolve(opts);\n};\nvar patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function(deep) {\n if (this.nodeName === \"TEMPLATE\") {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport {\n patchBrowser\n};\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(async (options) => {\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"names":["promiseResolve","globalScripts","bootstrapLazy"],"mappings":";;;;;AAAA;AACA;AACA;;AAKA,IAAI,YAAY,GAAG,MAAM;AAUzB,EAAE,MAAM,UAAU,GAAG,+PAAe;AACpC,EAAE,MAAM,IAAI,GAAiE,EAAE;AAC/E,EAAE,IAAI,UAAU,KAAK,EAAE,EAAE;AACzB,IAAI,IAAI,CAAC,YAAY,GAAG,IAAI,GAAG,CAAC,GAAG,EAAE,UAAU,CAAC,CAAC,IAAI;AACrD;AACA,EAAE,OAAOA,oBAAc,CAAC,IAAI,CAAC;AAC7B,CAAC;;ACnBD,YAAY,EAAE,CAAC,IAAI,CAAC,OAAO,OAAO,KAAK;AACvC,EAAE,MAAMC,mBAAa,EAAE;AACvB,EAAE,OAAOC,mBAAa,CAAC,4BAA4B,EAAE,OAAO,CAAC;AAC7D,CAAC,CAAC;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export class SekiButton extends HTMLElement {
|
|
2
|
+
connectedCallback() {
|
|
3
|
+
if (!this.shadowRoot) {
|
|
4
|
+
const root = this.attachShadow({ mode: "open" });
|
|
5
|
+
root.innerHTML = `
|
|
6
|
+
<button part="button" style="border:1px solid currentColor;padding:.5rem .75rem;border-radius:.5rem;background:transparent;">
|
|
7
|
+
<slot></slot>
|
|
8
|
+
</button>
|
|
9
|
+
`;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
export function defineSekiButton() {
|
|
14
|
+
if (!customElements.get("seki-button")) {
|
|
15
|
+
customElements.define("seki-button", SekiButton);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=button.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.js","sourceRoot":"","sources":["../src/button.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,UAAW,SAAQ,WAAW;IACzC,iBAAiB;QACf,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;YACrB,MAAM,IAAI,GAAG,IAAI,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;YACjD,IAAI,CAAC,SAAS,GAAG;;;;OAIhB,CAAC;QACJ,CAAC;IACH,CAAC;CACF;AAED,MAAM,UAAU,gBAAgB;IAC9B,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,aAAa,CAAC,EAAE,CAAC;QACvC,cAAc,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;IACnD,CAAC;AACH,CAAC","sourcesContent":["export class SekiButton extends HTMLElement {\n connectedCallback() {\n if (!this.shadowRoot) {\n const root = this.attachShadow({ mode: \"open\" });\n root.innerHTML = `\n <button part=\"button\" style=\"border:1px solid currentColor;padding:.5rem .75rem;border-radius:.5rem;background:transparent;\">\n <slot></slot>\n </button>\n `;\n }\n }\n}\n\nexport function defineSekiButton() {\n if (!customElements.get(\"seki-button\")) {\n customElements.define(\"seki-button\", SekiButton);\n }\n}\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export class SekiCard extends HTMLElement {
|
|
2
|
+
connectedCallback() {
|
|
3
|
+
if (!this.shadowRoot) {
|
|
4
|
+
const root = this.attachShadow({ mode: "open" });
|
|
5
|
+
root.innerHTML = `
|
|
6
|
+
<div part="card" style="border:1px solid currentColor;padding:1rem;border-radius:.75rem;display:block">
|
|
7
|
+
<slot></slot>
|
|
8
|
+
</div>
|
|
9
|
+
`;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
export function defineSekiCard() {
|
|
14
|
+
if (!customElements.get("seki-card")) {
|
|
15
|
+
customElements.define("seki-card", SekiCard);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=card.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.js","sourceRoot":"","sources":["../src/card.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC,iBAAiB;QACf,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;YACrB,MAAM,IAAI,GAAG,IAAI,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;YACjD,IAAI,CAAC,SAAS,GAAG;;;;OAIhB,CAAC;QACJ,CAAC;IACH,CAAC;CACF;AAED,MAAM,UAAU,cAAc;IAC5B,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,WAAW,CAAC,EAAE,CAAC;QACrC,cAAc,CAAC,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;IAC/C,CAAC;AACH,CAAC","sourcesContent":["export class SekiCard extends HTMLElement {\n connectedCallback() {\n if (!this.shadowRoot) {\n const root = this.attachShadow({ mode: \"open\" });\n root.innerHTML = `\n <div part=\"card\" style=\"border:1px solid currentColor;padding:1rem;border-radius:.75rem;display:block\">\n <slot></slot>\n </div>\n `;\n }\n }\n}\n\nexport function defineSekiCard() {\n if (!customElements.get(\"seki-card\")) {\n customElements.define(\"seki-card\", SekiCard);\n }\n}\n"]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entries": [
|
|
3
|
+
"components/seki-button/seki-button.js",
|
|
4
|
+
"components/seki-card/seki-card.js",
|
|
5
|
+
"components/seki-card-content/seki-card-content.js",
|
|
6
|
+
"components/seki-card-header/seki-card-header.js",
|
|
7
|
+
"components/seki-card-title/seki-card-title.js"
|
|
8
|
+
],
|
|
9
|
+
"compiler": {
|
|
10
|
+
"name": "@stencil/core",
|
|
11
|
+
"version": "4.37.1",
|
|
12
|
+
"typescriptVersion": "5.5.4"
|
|
13
|
+
},
|
|
14
|
+
"collections": [],
|
|
15
|
+
"bundles": []
|
|
16
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
@tailwind base;
|
|
2
|
+
@tailwind components;
|
|
3
|
+
@tailwind utilities;
|
|
4
|
+
|
|
5
|
+
/* shadcn/ui design tokens */
|
|
6
|
+
@layer base {
|
|
7
|
+
:root {
|
|
8
|
+
--background: 0 0% 100%;
|
|
9
|
+
--foreground: 222.2 84% 4.9%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 222.2 84% 4.9%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 222.2 84% 4.9%;
|
|
14
|
+
--primary: 222.2 47.4% 11.2%;
|
|
15
|
+
--primary-foreground: 210 40% 98%;
|
|
16
|
+
--secondary: 210 40% 96%;
|
|
17
|
+
--secondary-foreground: 222.2 84% 4.9%;
|
|
18
|
+
--muted: 210 40% 96%;
|
|
19
|
+
--muted-foreground: 215.4 16.3% 46.9%;
|
|
20
|
+
--accent: 210 40% 96%;
|
|
21
|
+
--accent-foreground: 222.2 84% 4.9%;
|
|
22
|
+
--destructive: 0 84.2% 60.2%;
|
|
23
|
+
--destructive-foreground: 210 40% 98%;
|
|
24
|
+
--border: 214.3 31.8% 91.4%;
|
|
25
|
+
--input: 214.3 31.8% 91.4%;
|
|
26
|
+
--ring: 222.2 84% 4.9%;
|
|
27
|
+
--radius: 0.5rem;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.dark {
|
|
31
|
+
--background: 222.2 84% 4.9%;
|
|
32
|
+
--foreground: 210 40% 98%;
|
|
33
|
+
--card: 222.2 84% 4.9%;
|
|
34
|
+
--card-foreground: 210 40% 98%;
|
|
35
|
+
--popover: 222.2 84% 4.9%;
|
|
36
|
+
--popover-foreground: 210 40% 98%;
|
|
37
|
+
--primary: 210 40% 98%;
|
|
38
|
+
--primary-foreground: 222.2 47.4% 11.2%;
|
|
39
|
+
--secondary: 217.2 32.6% 17.5%;
|
|
40
|
+
--secondary-foreground: 210 40% 98%;
|
|
41
|
+
--muted: 217.2 32.6% 17.5%;
|
|
42
|
+
--muted-foreground: 215 20.2% 65.1%;
|
|
43
|
+
--accent: 217.2 32.6% 17.5%;
|
|
44
|
+
--accent-foreground: 210 40% 98%;
|
|
45
|
+
--destructive: 0 62.8% 30.6%;
|
|
46
|
+
--destructive-foreground: 210 40% 98%;
|
|
47
|
+
--border: 217.2 32.6% 17.5%;
|
|
48
|
+
--input: 217.2 32.6% 17.5%;
|
|
49
|
+
--ring: 212.7 26.8% 83.9%;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@layer base {
|
|
54
|
+
* {
|
|
55
|
+
@apply border-border;
|
|
56
|
+
}
|
|
57
|
+
body {
|
|
58
|
+
@apply bg-background text-foreground;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { Host, h } from "@stencil/core";
|
|
2
|
+
export class SekiButton {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.variant = 'default';
|
|
5
|
+
this.size = 'default';
|
|
6
|
+
this.disabled = false;
|
|
7
|
+
}
|
|
8
|
+
getVariantClasses() {
|
|
9
|
+
const variants = {
|
|
10
|
+
default: 'bg-primary text-primary-foreground hover:bg-primary/90',
|
|
11
|
+
destructive: 'bg-destructive text-destructive-foreground hover:bg-destructive/90',
|
|
12
|
+
outline: 'border border-input bg-background hover:bg-accent hover:text-accent-foreground',
|
|
13
|
+
secondary: 'bg-secondary text-secondary-foreground hover:bg-secondary/80',
|
|
14
|
+
ghost: 'hover:bg-accent hover:text-accent-foreground',
|
|
15
|
+
link: 'text-primary underline-offset-4 hover:underline',
|
|
16
|
+
};
|
|
17
|
+
return variants[this.variant];
|
|
18
|
+
}
|
|
19
|
+
getSizeClasses() {
|
|
20
|
+
const sizes = {
|
|
21
|
+
default: 'h-10 px-4 py-2',
|
|
22
|
+
sm: 'h-9 rounded-md px-3',
|
|
23
|
+
lg: 'h-11 rounded-md px-8',
|
|
24
|
+
icon: 'h-10 w-10',
|
|
25
|
+
};
|
|
26
|
+
return sizes[this.size];
|
|
27
|
+
}
|
|
28
|
+
render() {
|
|
29
|
+
const classes = [
|
|
30
|
+
'inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50',
|
|
31
|
+
this.getVariantClasses(),
|
|
32
|
+
this.getSizeClasses(),
|
|
33
|
+
].join(' ');
|
|
34
|
+
return (h(Host, { key: 'c4ee82237138aa7199fda3fac536d3d0e4f93177' }, h("button", { key: '4705d51d384092e63d902db3d59bd79866eb105d', class: classes, disabled: this.disabled, part: "button" }, h("slot", { key: 'b0e5909326c0e23fd0b611411eaa0b402c90cee3' }))));
|
|
35
|
+
}
|
|
36
|
+
static get is() { return "seki-button"; }
|
|
37
|
+
static get encapsulation() { return "shadow"; }
|
|
38
|
+
static get originalStyleUrls() {
|
|
39
|
+
return {
|
|
40
|
+
"$": ["seki-button.css"]
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
static get styleUrls() {
|
|
44
|
+
return {
|
|
45
|
+
"$": ["seki-button.css"]
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static get properties() {
|
|
49
|
+
return {
|
|
50
|
+
"variant": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"attribute": "variant",
|
|
53
|
+
"mutable": false,
|
|
54
|
+
"complexType": {
|
|
55
|
+
"original": "ButtonVariant",
|
|
56
|
+
"resolved": "\"default\" | \"destructive\" | \"ghost\" | \"link\" | \"outline\" | \"secondary\"",
|
|
57
|
+
"references": {
|
|
58
|
+
"ButtonVariant": {
|
|
59
|
+
"location": "local",
|
|
60
|
+
"path": "/home/runner/work/elements/elements/packages/elements/src/components/seki-button/seki-button.tsx",
|
|
61
|
+
"id": "src/components/seki-button/seki-button.tsx::ButtonVariant"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"required": false,
|
|
66
|
+
"optional": false,
|
|
67
|
+
"docs": {
|
|
68
|
+
"tags": [],
|
|
69
|
+
"text": ""
|
|
70
|
+
},
|
|
71
|
+
"getter": false,
|
|
72
|
+
"setter": false,
|
|
73
|
+
"reflect": false,
|
|
74
|
+
"defaultValue": "'default'"
|
|
75
|
+
},
|
|
76
|
+
"size": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"attribute": "size",
|
|
79
|
+
"mutable": false,
|
|
80
|
+
"complexType": {
|
|
81
|
+
"original": "ButtonSize",
|
|
82
|
+
"resolved": "\"default\" | \"icon\" | \"lg\" | \"sm\"",
|
|
83
|
+
"references": {
|
|
84
|
+
"ButtonSize": {
|
|
85
|
+
"location": "local",
|
|
86
|
+
"path": "/home/runner/work/elements/elements/packages/elements/src/components/seki-button/seki-button.tsx",
|
|
87
|
+
"id": "src/components/seki-button/seki-button.tsx::ButtonSize"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"required": false,
|
|
92
|
+
"optional": false,
|
|
93
|
+
"docs": {
|
|
94
|
+
"tags": [],
|
|
95
|
+
"text": ""
|
|
96
|
+
},
|
|
97
|
+
"getter": false,
|
|
98
|
+
"setter": false,
|
|
99
|
+
"reflect": false,
|
|
100
|
+
"defaultValue": "'default'"
|
|
101
|
+
},
|
|
102
|
+
"disabled": {
|
|
103
|
+
"type": "boolean",
|
|
104
|
+
"attribute": "disabled",
|
|
105
|
+
"mutable": false,
|
|
106
|
+
"complexType": {
|
|
107
|
+
"original": "boolean",
|
|
108
|
+
"resolved": "boolean",
|
|
109
|
+
"references": {}
|
|
110
|
+
},
|
|
111
|
+
"required": false,
|
|
112
|
+
"optional": false,
|
|
113
|
+
"docs": {
|
|
114
|
+
"tags": [],
|
|
115
|
+
"text": ""
|
|
116
|
+
},
|
|
117
|
+
"getter": false,
|
|
118
|
+
"setter": false,
|
|
119
|
+
"reflect": false,
|
|
120
|
+
"defaultValue": "false"
|
|
121
|
+
}
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
//# sourceMappingURL=seki-button.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seki-button.js","sourceRoot":"","sources":["../../../src/components/seki-button/seki-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAUzD,MAAM,OAAO,UAAU;IALvB;QAMU,YAAO,GAAkB,SAAS,CAAC;QACnC,SAAI,GAAe,SAAS,CAAC;QAC7B,aAAQ,GAAY,KAAK,CAAC;KA2CnC;IAzCS,iBAAiB;QACvB,MAAM,QAAQ,GAAG;YACf,OAAO,EAAE,wDAAwD;YACjE,WAAW,EAAE,oEAAoE;YACjF,OAAO,EAAE,gFAAgF;YACzF,SAAS,EAAE,8DAA8D;YACzE,KAAK,EAAE,8CAA8C;YACrD,IAAI,EAAE,iDAAiD;SACxD,CAAC;QACF,OAAO,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAChC,CAAC;IAEO,cAAc;QACpB,MAAM,KAAK,GAAG;YACZ,OAAO,EAAE,gBAAgB;YACzB,EAAE,EAAE,qBAAqB;YACzB,EAAE,EAAE,sBAAsB;YAC1B,IAAI,EAAE,WAAW;SAClB,CAAC;QACF,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC1B,CAAC;IAED,MAAM;QACJ,MAAM,OAAO,GAAG;YACd,wRAAwR;YACxR,IAAI,CAAC,iBAAiB,EAAE;YACxB,IAAI,CAAC,cAAc,EAAE;SACtB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QAEZ,OAAO,CACL,EAAC,IAAI;YACH,+DACE,KAAK,EAAE,OAAO,EACd,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,IAAI,EAAC,QAAQ;gBAEb,8DAAa,CACN,CACJ,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Host, h, Prop } from '@stencil/core';\n\nexport type ButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';\nexport type ButtonSize = 'default' | 'sm' | 'lg' | 'icon';\n\n@Component({\n tag: 'seki-button',\n styleUrl: 'seki-button.css',\n shadow: true,\n})\nexport class SekiButton {\n @Prop() variant: ButtonVariant = 'default';\n @Prop() size: ButtonSize = 'default';\n @Prop() disabled: boolean = false;\n\n private getVariantClasses(): string {\n const variants = {\n default: 'bg-primary text-primary-foreground hover:bg-primary/90',\n destructive: 'bg-destructive text-destructive-foreground hover:bg-destructive/90',\n outline: 'border border-input bg-background hover:bg-accent hover:text-accent-foreground',\n secondary: 'bg-secondary text-secondary-foreground hover:bg-secondary/80',\n ghost: 'hover:bg-accent hover:text-accent-foreground',\n link: 'text-primary underline-offset-4 hover:underline',\n };\n return variants[this.variant];\n }\n\n private getSizeClasses(): string {\n const sizes = {\n default: 'h-10 px-4 py-2',\n sm: 'h-9 rounded-md px-3',\n lg: 'h-11 rounded-md px-8',\n icon: 'h-10 w-10',\n };\n return sizes[this.size];\n }\n\n render() {\n const classes = [\n 'inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50',\n this.getVariantClasses(),\n this.getSizeClasses(),\n ].join(' ');\n\n return (\n <Host>\n <button\n class={classes}\n disabled={this.disabled}\n part=\"button\"\n >\n <slot></slot>\n </button>\n </Host>\n );\n }\n}"]}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
@tailwind base;
|
|
2
|
+
@tailwind components;
|
|
3
|
+
@tailwind utilities;
|
|
4
|
+
|
|
5
|
+
/* shadcn/ui design tokens */
|
|
6
|
+
@layer base {
|
|
7
|
+
:root {
|
|
8
|
+
--background: 0 0% 100%;
|
|
9
|
+
--foreground: 222.2 84% 4.9%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 222.2 84% 4.9%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 222.2 84% 4.9%;
|
|
14
|
+
--primary: 222.2 47.4% 11.2%;
|
|
15
|
+
--primary-foreground: 210 40% 98%;
|
|
16
|
+
--secondary: 210 40% 96%;
|
|
17
|
+
--secondary-foreground: 222.2 84% 4.9%;
|
|
18
|
+
--muted: 210 40% 96%;
|
|
19
|
+
--muted-foreground: 215.4 16.3% 46.9%;
|
|
20
|
+
--accent: 210 40% 96%;
|
|
21
|
+
--accent-foreground: 222.2 84% 4.9%;
|
|
22
|
+
--destructive: 0 84.2% 60.2%;
|
|
23
|
+
--destructive-foreground: 210 40% 98%;
|
|
24
|
+
--border: 214.3 31.8% 91.4%;
|
|
25
|
+
--input: 214.3 31.8% 91.4%;
|
|
26
|
+
--ring: 222.2 84% 4.9%;
|
|
27
|
+
--radius: 0.5rem;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.dark {
|
|
31
|
+
--background: 222.2 84% 4.9%;
|
|
32
|
+
--foreground: 210 40% 98%;
|
|
33
|
+
--card: 222.2 84% 4.9%;
|
|
34
|
+
--card-foreground: 210 40% 98%;
|
|
35
|
+
--popover: 222.2 84% 4.9%;
|
|
36
|
+
--popover-foreground: 210 40% 98%;
|
|
37
|
+
--primary: 210 40% 98%;
|
|
38
|
+
--primary-foreground: 222.2 47.4% 11.2%;
|
|
39
|
+
--secondary: 217.2 32.6% 17.5%;
|
|
40
|
+
--secondary-foreground: 210 40% 98%;
|
|
41
|
+
--muted: 217.2 32.6% 17.5%;
|
|
42
|
+
--muted-foreground: 215 20.2% 65.1%;
|
|
43
|
+
--accent: 217.2 32.6% 17.5%;
|
|
44
|
+
--accent-foreground: 210 40% 98%;
|
|
45
|
+
--destructive: 0 62.8% 30.6%;
|
|
46
|
+
--destructive-foreground: 210 40% 98%;
|
|
47
|
+
--border: 217.2 32.6% 17.5%;
|
|
48
|
+
--input: 217.2 32.6% 17.5%;
|
|
49
|
+
--ring: 212.7 26.8% 83.9%;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@layer base {
|
|
54
|
+
* {
|
|
55
|
+
@apply border-border;
|
|
56
|
+
}
|
|
57
|
+
body {
|
|
58
|
+
@apply bg-background text-foreground;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Host, h } from "@stencil/core";
|
|
2
|
+
export class SekiCard {
|
|
3
|
+
render() {
|
|
4
|
+
return (h(Host, { key: 'f82895b112b7609ac5e227f693be8c997d0c3060' }, h("div", { key: '5568da6d2b39ff5affe0419c9f0126ffd8da64f2', class: "rounded-lg border bg-card text-card-foreground shadow-sm", part: "card" }, h("slot", { key: '6a9fa8a71ed7a962c6ff727919e59b6c353a89a6' }))));
|
|
5
|
+
}
|
|
6
|
+
static get is() { return "seki-card"; }
|
|
7
|
+
static get encapsulation() { return "shadow"; }
|
|
8
|
+
static get originalStyleUrls() {
|
|
9
|
+
return {
|
|
10
|
+
"$": ["seki-card.css"]
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
static get styleUrls() {
|
|
14
|
+
return {
|
|
15
|
+
"$": ["seki-card.css"]
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=seki-card.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seki-card.js","sourceRoot":"","sources":["../../../src/components/seki-card/seki-card.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAOnD,MAAM,OAAO,QAAQ;IACnB,MAAM;QACJ,OAAO,CACL,EAAC,IAAI;YACH,4DAAK,KAAK,EAAC,0DAA0D,EAAC,IAAI,EAAC,MAAM;gBAC/E,8DAAa,CACT,CACD,CACR,CAAC;IACJ,CAAC;;;;;;;;;CACF","sourcesContent":["import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'seki-card',\n styleUrl: 'seki-card.css',\n shadow: true,\n})\nexport class SekiCard {\n render() {\n return (\n <Host>\n <div class=\"rounded-lg border bg-card text-card-foreground shadow-sm\" part=\"card\">\n <slot></slot>\n </div>\n </Host>\n );\n }\n}"]}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
@tailwind base;
|
|
2
|
+
@tailwind components;
|
|
3
|
+
@tailwind utilities;
|
|
4
|
+
|
|
5
|
+
/* shadcn/ui design tokens */
|
|
6
|
+
@layer base {
|
|
7
|
+
:root {
|
|
8
|
+
--background: 0 0% 100%;
|
|
9
|
+
--foreground: 222.2 84% 4.9%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 222.2 84% 4.9%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 222.2 84% 4.9%;
|
|
14
|
+
--primary: 222.2 47.4% 11.2%;
|
|
15
|
+
--primary-foreground: 210 40% 98%;
|
|
16
|
+
--secondary: 210 40% 96%;
|
|
17
|
+
--secondary-foreground: 222.2 84% 4.9%;
|
|
18
|
+
--muted: 210 40% 96%;
|
|
19
|
+
--muted-foreground: 215.4 16.3% 46.9%;
|
|
20
|
+
--accent: 210 40% 96%;
|
|
21
|
+
--accent-foreground: 222.2 84% 4.9%;
|
|
22
|
+
--destructive: 0 84.2% 60.2%;
|
|
23
|
+
--destructive-foreground: 210 40% 98%;
|
|
24
|
+
--border: 214.3 31.8% 91.4%;
|
|
25
|
+
--input: 214.3 31.8% 91.4%;
|
|
26
|
+
--ring: 222.2 84% 4.9%;
|
|
27
|
+
--radius: 0.5rem;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.dark {
|
|
31
|
+
--background: 222.2 84% 4.9%;
|
|
32
|
+
--foreground: 210 40% 98%;
|
|
33
|
+
--card: 222.2 84% 4.9%;
|
|
34
|
+
--card-foreground: 210 40% 98%;
|
|
35
|
+
--popover: 222.2 84% 4.9%;
|
|
36
|
+
--popover-foreground: 210 40% 98%;
|
|
37
|
+
--primary: 210 40% 98%;
|
|
38
|
+
--primary-foreground: 222.2 47.4% 11.2%;
|
|
39
|
+
--secondary: 217.2 32.6% 17.5%;
|
|
40
|
+
--secondary-foreground: 210 40% 98%;
|
|
41
|
+
--muted: 217.2 32.6% 17.5%;
|
|
42
|
+
--muted-foreground: 215 20.2% 65.1%;
|
|
43
|
+
--accent: 217.2 32.6% 17.5%;
|
|
44
|
+
--accent-foreground: 210 40% 98%;
|
|
45
|
+
--destructive: 0 62.8% 30.6%;
|
|
46
|
+
--destructive-foreground: 210 40% 98%;
|
|
47
|
+
--border: 217.2 32.6% 17.5%;
|
|
48
|
+
--input: 217.2 32.6% 17.5%;
|
|
49
|
+
--ring: 212.7 26.8% 83.9%;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@layer base {
|
|
54
|
+
* {
|
|
55
|
+
@apply border-border;
|
|
56
|
+
}
|
|
57
|
+
body {
|
|
58
|
+
@apply bg-background text-foreground;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Host, h } from "@stencil/core";
|
|
2
|
+
export class SekiCardContent {
|
|
3
|
+
render() {
|
|
4
|
+
return (h(Host, { key: '20f47ef0574acb6a0c08c03136f36a3d7542370a' }, h("div", { key: '9a16e97c10508908cabb4ee515018f53bdb146d2', class: "p-6 pt-0", part: "content" }, h("slot", { key: '712aaeb2db8f10915eb60500ea0366279e6cef86' }))));
|
|
5
|
+
}
|
|
6
|
+
static get is() { return "seki-card-content"; }
|
|
7
|
+
static get encapsulation() { return "shadow"; }
|
|
8
|
+
static get originalStyleUrls() {
|
|
9
|
+
return {
|
|
10
|
+
"$": ["seki-card-content.css"]
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
static get styleUrls() {
|
|
14
|
+
return {
|
|
15
|
+
"$": ["seki-card-content.css"]
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=seki-card-content.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seki-card-content.js","sourceRoot":"","sources":["../../../src/components/seki-card-content/seki-card-content.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAOnD,MAAM,OAAO,eAAe;IAC1B,MAAM;QACJ,OAAO,CACL,EAAC,IAAI;YACH,4DAAK,KAAK,EAAC,UAAU,EAAC,IAAI,EAAC,SAAS;gBAClC,8DAAa,CACT,CACD,CACR,CAAC;IACJ,CAAC;;;;;;;;;CACF","sourcesContent":["import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'seki-card-content',\n styleUrl: 'seki-card-content.css',\n shadow: true,\n})\nexport class SekiCardContent {\n render() {\n return (\n <Host>\n <div class=\"p-6 pt-0\" part=\"content\">\n <slot></slot>\n </div>\n </Host>\n );\n }\n}"]}
|