@sekiui/elements 0.0.13 → 0.0.15
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 +260 -14
- package/dist/cjs/app-globals-V2Kpy_OQ.js +5 -0
- package/dist/{esm/index-3X8Wsgjr.js → cjs/index-6jIfEFyf.js} +32 -54
- package/dist/cjs/index.cjs.js +0 -1
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/seki-button.cjs.entry.js +6 -31
- package/dist/cjs/sekiui.cjs.js +5 -5
- package/dist/collection/collection-manifest.json +2 -6
- package/dist/collection/components/button/seki-button.css +380 -0
- package/dist/collection/components/button/seki-button.js +108 -0
- package/dist/collection/index.js +0 -1
- package/dist/components/index.js +1130 -3
- package/dist/components/seki-button.js +10 -35
- package/dist/esm/app-globals-DQuL1Twl.js +3 -0
- package/dist/{cjs/index-BxbILFLe.js → esm/index-BROrRAlq.js} +27 -81
- package/dist/esm/index.js +0 -1
- package/dist/esm/loader.js +4 -4
- package/dist/esm/seki-button.entry.js +6 -31
- package/dist/esm/sekiui.js +5 -5
- package/dist/sekiui/index.esm.js +0 -2
- package/dist/sekiui/p-BROrRAlq.js +2 -0
- package/dist/sekiui/p-DQuL1Twl.js +1 -0
- package/dist/sekiui/p-e65a94f7.entry.js +1 -0
- package/dist/sekiui/sekiui.esm.js +1 -2
- package/dist/types/components/button/seki-button.d.ts +7 -0
- package/dist/types/components.d.ts +16 -62
- package/dist/types/index.d.ts +1 -1
- package/dist/types/stencil-public-runtime.d.ts +16 -2
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +42 -27
- package/LICENSE +0 -21
- package/dist/cjs/index-BxbILFLe.js.map +0 -1
- package/dist/cjs/index.cjs.js.map +0 -1
- package/dist/cjs/loader.cjs.js.map +0 -1
- package/dist/cjs/seki-button.entry.cjs.js.map +0 -1
- package/dist/cjs/seki-card-content.cjs.entry.js +0 -18
- package/dist/cjs/seki-card-content.entry.cjs.js.map +0 -1
- package/dist/cjs/seki-card-header.cjs.entry.js +0 -18
- package/dist/cjs/seki-card-header.entry.cjs.js.map +0 -1
- package/dist/cjs/seki-card-title.cjs.entry.js +0 -18
- package/dist/cjs/seki-card-title.entry.cjs.js.map +0 -1
- package/dist/cjs/seki-card.cjs.entry.js +0 -18
- package/dist/cjs/seki-card.entry.cjs.js.map +0 -1
- package/dist/cjs/sekiui.cjs.js.map +0 -1
- package/dist/collection/button.js +0 -18
- package/dist/collection/button.js.map +0 -1
- package/dist/collection/card.js +0 -18
- package/dist/collection/card.js.map +0 -1
- package/dist/collection/components/seki-button/seki-button.css +0 -60
- package/dist/collection/components/seki-button/seki-button.js +0 -125
- package/dist/collection/components/seki-button/seki-button.js.map +0 -1
- package/dist/collection/components/seki-card/seki-card.css +0 -60
- package/dist/collection/components/seki-card/seki-card.js +0 -19
- package/dist/collection/components/seki-card/seki-card.js.map +0 -1
- package/dist/collection/components/seki-card-content/seki-card-content.css +0 -60
- package/dist/collection/components/seki-card-content/seki-card-content.js +0 -19
- package/dist/collection/components/seki-card-content/seki-card-content.js.map +0 -1
- package/dist/collection/components/seki-card-header/seki-card-header.css +0 -60
- package/dist/collection/components/seki-card-header/seki-card-header.js +0 -19
- package/dist/collection/components/seki-card-header/seki-card-header.js.map +0 -1
- package/dist/collection/components/seki-card-title/seki-card-title.css +0 -60
- package/dist/collection/components/seki-card-title/seki-card-title.js +0 -19
- package/dist/collection/components/seki-card-title/seki-card-title.js.map +0 -1
- package/dist/collection/index.js.map +0 -1
- package/dist/components/index.js.map +0 -1
- package/dist/components/seki-button.js.map +0 -1
- package/dist/components/seki-card-content.d.ts +0 -11
- package/dist/components/seki-card-content.js +0 -38
- package/dist/components/seki-card-content.js.map +0 -1
- package/dist/components/seki-card-header.d.ts +0 -11
- package/dist/components/seki-card-header.js +0 -38
- package/dist/components/seki-card-header.js.map +0 -1
- package/dist/components/seki-card-title.d.ts +0 -11
- package/dist/components/seki-card-title.js +0 -38
- package/dist/components/seki-card-title.js.map +0 -1
- package/dist/components/seki-card.d.ts +0 -11
- package/dist/components/seki-card.js +0 -38
- package/dist/components/seki-card.js.map +0 -1
- package/dist/esm/index-3X8Wsgjr.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/loader.js.map +0 -1
- package/dist/esm/seki-button.entry.js.map +0 -1
- package/dist/esm/seki-card-content.entry.js +0 -16
- package/dist/esm/seki-card-content.entry.js.map +0 -1
- package/dist/esm/seki-card-header.entry.js +0 -16
- package/dist/esm/seki-card-header.entry.js.map +0 -1
- package/dist/esm/seki-card-title.entry.js +0 -16
- package/dist/esm/seki-card-title.entry.js.map +0 -1
- package/dist/esm/seki-card.entry.js +0 -16
- package/dist/esm/seki-card.entry.js.map +0 -1
- package/dist/esm/sekiui.js.map +0 -1
- package/dist/sekiui/index.esm.js.map +0 -1
- package/dist/sekiui/loader.esm.js.map +0 -1
- package/dist/sekiui/p-043a8413.entry.js +0 -2
- package/dist/sekiui/p-043a8413.entry.js.map +0 -1
- package/dist/sekiui/p-3X8Wsgjr.js +0 -3
- package/dist/sekiui/p-3X8Wsgjr.js.map +0 -1
- package/dist/sekiui/p-65fc14ff.entry.js +0 -2
- package/dist/sekiui/p-65fc14ff.entry.js.map +0 -1
- package/dist/sekiui/p-aa468537.entry.js +0 -2
- package/dist/sekiui/p-aa468537.entry.js.map +0 -1
- package/dist/sekiui/p-c49f2aaf.entry.js +0 -2
- package/dist/sekiui/p-c49f2aaf.entry.js.map +0 -1
- package/dist/sekiui/p-e8e49693.entry.js +0 -2
- package/dist/sekiui/p-e8e49693.entry.js.map +0 -1
- package/dist/sekiui/seki-button.entry.esm.js.map +0 -1
- package/dist/sekiui/seki-card-content.entry.esm.js.map +0 -1
- package/dist/sekiui/seki-card-header.entry.esm.js.map +0 -1
- package/dist/sekiui/seki-card-title.entry.esm.js.map +0 -1
- package/dist/sekiui/seki-card.entry.esm.js.map +0 -1
- package/dist/sekiui/sekiui.css +0 -60
- package/dist/sekiui/sekiui.esm.js.map +0 -1
- package/dist/types/button.d.ts +0 -4
- package/dist/types/card.d.ts +0 -4
- package/dist/types/components/seki-button/seki-button.d.ts +0 -10
- package/dist/types/components/seki-card/seki-card.d.ts +0 -3
- package/dist/types/components/seki-card-content/seki-card-content.d.ts +0 -3
- package/dist/types/components/seki-card-header/seki-card-header.d.ts +0 -3
- package/dist/types/components/seki-card-title/seki-card-title.d.ts +0 -3
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { ButtonSize, ButtonVariant } from "./components/seki-button/seki-button";
|
|
9
|
-
export { ButtonSize, ButtonVariant } from "./components/seki-button/seki-button";
|
|
10
8
|
export namespace Components {
|
|
11
9
|
interface SekiButton {
|
|
12
10
|
/**
|
|
@@ -14,21 +12,17 @@ export namespace Components {
|
|
|
14
12
|
*/
|
|
15
13
|
"disabled": boolean;
|
|
16
14
|
/**
|
|
17
|
-
* @default '
|
|
15
|
+
* @default 'md'
|
|
18
16
|
*/
|
|
19
|
-
"size":
|
|
17
|
+
"size": 'sm' | 'md' | 'lg';
|
|
20
18
|
/**
|
|
21
|
-
* @default '
|
|
19
|
+
* @default 'button'
|
|
22
20
|
*/
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
interface SekiCardHeader {
|
|
30
|
-
}
|
|
31
|
-
interface SekiCardTitle {
|
|
21
|
+
"type": 'button' | 'submit' | 'reset';
|
|
22
|
+
/**
|
|
23
|
+
* @default 'primary'
|
|
24
|
+
*/
|
|
25
|
+
"variant": 'primary' | 'secondary' | 'outline' | 'ghost' | 'destructive';
|
|
32
26
|
}
|
|
33
27
|
}
|
|
34
28
|
declare global {
|
|
@@ -38,36 +32,8 @@ declare global {
|
|
|
38
32
|
prototype: HTMLSekiButtonElement;
|
|
39
33
|
new (): HTMLSekiButtonElement;
|
|
40
34
|
};
|
|
41
|
-
interface HTMLSekiCardElement extends Components.SekiCard, HTMLStencilElement {
|
|
42
|
-
}
|
|
43
|
-
var HTMLSekiCardElement: {
|
|
44
|
-
prototype: HTMLSekiCardElement;
|
|
45
|
-
new (): HTMLSekiCardElement;
|
|
46
|
-
};
|
|
47
|
-
interface HTMLSekiCardContentElement extends Components.SekiCardContent, HTMLStencilElement {
|
|
48
|
-
}
|
|
49
|
-
var HTMLSekiCardContentElement: {
|
|
50
|
-
prototype: HTMLSekiCardContentElement;
|
|
51
|
-
new (): HTMLSekiCardContentElement;
|
|
52
|
-
};
|
|
53
|
-
interface HTMLSekiCardHeaderElement extends Components.SekiCardHeader, HTMLStencilElement {
|
|
54
|
-
}
|
|
55
|
-
var HTMLSekiCardHeaderElement: {
|
|
56
|
-
prototype: HTMLSekiCardHeaderElement;
|
|
57
|
-
new (): HTMLSekiCardHeaderElement;
|
|
58
|
-
};
|
|
59
|
-
interface HTMLSekiCardTitleElement extends Components.SekiCardTitle, HTMLStencilElement {
|
|
60
|
-
}
|
|
61
|
-
var HTMLSekiCardTitleElement: {
|
|
62
|
-
prototype: HTMLSekiCardTitleElement;
|
|
63
|
-
new (): HTMLSekiCardTitleElement;
|
|
64
|
-
};
|
|
65
35
|
interface HTMLElementTagNameMap {
|
|
66
36
|
"seki-button": HTMLSekiButtonElement;
|
|
67
|
-
"seki-card": HTMLSekiCardElement;
|
|
68
|
-
"seki-card-content": HTMLSekiCardContentElement;
|
|
69
|
-
"seki-card-header": HTMLSekiCardHeaderElement;
|
|
70
|
-
"seki-card-title": HTMLSekiCardTitleElement;
|
|
71
37
|
}
|
|
72
38
|
}
|
|
73
39
|
declare namespace LocalJSX {
|
|
@@ -77,28 +43,20 @@ declare namespace LocalJSX {
|
|
|
77
43
|
*/
|
|
78
44
|
"disabled"?: boolean;
|
|
79
45
|
/**
|
|
80
|
-
* @default '
|
|
46
|
+
* @default 'md'
|
|
81
47
|
*/
|
|
82
|
-
"size"?:
|
|
48
|
+
"size"?: 'sm' | 'md' | 'lg';
|
|
83
49
|
/**
|
|
84
|
-
* @default '
|
|
50
|
+
* @default 'button'
|
|
85
51
|
*/
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
}
|
|
92
|
-
interface SekiCardHeader {
|
|
93
|
-
}
|
|
94
|
-
interface SekiCardTitle {
|
|
52
|
+
"type"?: 'button' | 'submit' | 'reset';
|
|
53
|
+
/**
|
|
54
|
+
* @default 'primary'
|
|
55
|
+
*/
|
|
56
|
+
"variant"?: 'primary' | 'secondary' | 'outline' | 'ghost' | 'destructive';
|
|
95
57
|
}
|
|
96
58
|
interface IntrinsicElements {
|
|
97
59
|
"seki-button": SekiButton;
|
|
98
|
-
"seki-card": SekiCard;
|
|
99
|
-
"seki-card-content": SekiCardContent;
|
|
100
|
-
"seki-card-header": SekiCardHeader;
|
|
101
|
-
"seki-card-title": SekiCardTitle;
|
|
102
60
|
}
|
|
103
61
|
}
|
|
104
62
|
export { LocalJSX as JSX };
|
|
@@ -106,10 +64,6 @@ declare module "@stencil/core" {
|
|
|
106
64
|
export namespace JSX {
|
|
107
65
|
interface IntrinsicElements {
|
|
108
66
|
"seki-button": LocalJSX.SekiButton & JSXBase.HTMLAttributes<HTMLSekiButtonElement>;
|
|
109
|
-
"seki-card": LocalJSX.SekiCard & JSXBase.HTMLAttributes<HTMLSekiCardElement>;
|
|
110
|
-
"seki-card-content": LocalJSX.SekiCardContent & JSXBase.HTMLAttributes<HTMLSekiCardContentElement>;
|
|
111
|
-
"seki-card-header": LocalJSX.SekiCardHeader & JSXBase.HTMLAttributes<HTMLSekiCardHeaderElement>;
|
|
112
|
-
"seki-card-title": LocalJSX.SekiCardTitle & JSXBase.HTMLAttributes<HTMLSekiCardTitleElement>;
|
|
113
67
|
}
|
|
114
68
|
}
|
|
115
69
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Components, JSX } from './components';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
type CustomMethodDecorator<T> = (target: object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>) => TypedPropertyDescriptor<T> | void;
|
|
2
2
|
type UnionToIntersection<U> = (U extends any ? (x: U) => void : never) extends (x: infer I) => void ? I : never;
|
|
3
3
|
export interface ComponentDecorator {
|
|
4
4
|
(opts?: ComponentOptions): ClassDecorator;
|
|
@@ -152,7 +152,13 @@ export interface StateDecorator {
|
|
|
152
152
|
(): PropertyDecorator;
|
|
153
153
|
}
|
|
154
154
|
export interface WatchDecorator {
|
|
155
|
-
(propName:
|
|
155
|
+
(propName: any): CustomMethodDecorator<(newValue?: any, oldValue?: any, propName?: any, ...args: any[]) => any | void>;
|
|
156
|
+
}
|
|
157
|
+
export interface PropSerializeDecorator {
|
|
158
|
+
(propName: any): CustomMethodDecorator<(newValue?: any, propName?: string, ...args: any[]) => string | null>;
|
|
159
|
+
}
|
|
160
|
+
export interface AttrDeserializeDecorator {
|
|
161
|
+
(propName: any): CustomMethodDecorator<(newValue?: any, propName?: string, ...args: any[]) => any>;
|
|
156
162
|
}
|
|
157
163
|
export interface UserBuildConditionals {
|
|
158
164
|
isDev: boolean;
|
|
@@ -234,6 +240,14 @@ export declare const State: StateDecorator;
|
|
|
234
240
|
* https://stenciljs.com/docs/reactive-data#watch-decorator
|
|
235
241
|
*/
|
|
236
242
|
export declare const Watch: WatchDecorator;
|
|
243
|
+
/**
|
|
244
|
+
* Decorator to serialize a property to an attribute string.
|
|
245
|
+
*/
|
|
246
|
+
export declare const PropSerialize: PropSerializeDecorator;
|
|
247
|
+
/**
|
|
248
|
+
* Decorator to deserialize an attribute string to a property.
|
|
249
|
+
*/
|
|
250
|
+
export declare const AttrDeserialize: AttrDeserializeDecorator;
|
|
237
251
|
export type ResolutionHandler = (elm: HTMLElement) => string | undefined | null;
|
|
238
252
|
export type ErrorHandler = (err: any, element?: HTMLElement) => void;
|
|
239
253
|
/**
|
package/loader/cdn.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../dist/cjs/loader.cjs.js');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../dist/cjs/loader.cjs.js');
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export * from '../dist/types/components';
|
|
2
|
+
export interface CustomElementsDefineOptions {
|
|
3
|
+
exclude?: string[];
|
|
4
|
+
resourcesUrl?: string;
|
|
5
|
+
syncQueue?: boolean;
|
|
6
|
+
jmp?: (c: Function) => any;
|
|
7
|
+
raf?: (c: FrameRequestCallback) => number;
|
|
8
|
+
ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
9
|
+
rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
10
|
+
}
|
|
11
|
+
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): void;
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated
|
|
14
|
+
*/
|
|
15
|
+
export declare function applyPolyfills(): Promise<void>;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Used to specify a nonce value that corresponds with an application's CSP.
|
|
19
|
+
* When set, the nonce will be added to all dynamically created script and style tags at runtime.
|
|
20
|
+
* Alternatively, the nonce value can be set on a meta tag in the DOM head
|
|
21
|
+
* (<meta name="csp-nonce" content="{ nonce value here }" />) which
|
|
22
|
+
* will result in the same behavior.
|
|
23
|
+
*/
|
|
24
|
+
export declare function setNonce(nonce: string): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../dist/esm/loader.js';
|
package/loader/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
|
|
2
|
+
export * from '../dist/esm/loader.js';
|
package/package.json
CHANGED
|
@@ -1,42 +1,57 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sekiui/elements",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.15",
|
|
4
|
+
"description": "Modern, accessible Web Components with shadcn/ui-inspired design",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"es2015": "dist/esm/index.mjs",
|
|
8
8
|
"es2017": "dist/esm/index.mjs",
|
|
9
9
|
"types": "dist/types/index.d.ts",
|
|
10
10
|
"collection": "dist/collection/collection-manifest.json",
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"types": "./dist/index.d.ts",
|
|
14
|
-
"import": "./dist/index.js",
|
|
15
|
-
"require": "./dist/index.js"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
11
|
+
"collection:main": "dist/collection/index.js",
|
|
12
|
+
"unpkg": "dist/sekiui/sekiui.esm.js",
|
|
18
13
|
"files": [
|
|
19
|
-
"dist"
|
|
20
|
-
|
|
21
|
-
"keywords": [
|
|
22
|
-
"ui",
|
|
23
|
-
"components",
|
|
24
|
-
"web components"
|
|
14
|
+
"dist/",
|
|
15
|
+
"loader/"
|
|
25
16
|
],
|
|
26
|
-
"license": "MIT",
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@stencil/core": "^4.37.1",
|
|
29
|
-
"@tailwindcss/typography": "^0.5.19",
|
|
30
|
-
"autoprefixer": "^10.4.21",
|
|
31
|
-
"postcss": "^8.5.6",
|
|
32
|
-
"tailwindcss": "^4.1.13",
|
|
33
|
-
"typescript": "^5.0.0"
|
|
34
|
-
},
|
|
35
17
|
"scripts": {
|
|
36
|
-
"build": "stencil build",
|
|
18
|
+
"build": "stencil build --docs",
|
|
37
19
|
"start": "stencil build --dev --watch --serve",
|
|
38
20
|
"test": "stencil test --spec --e2e",
|
|
39
21
|
"test.watch": "stencil test --spec --e2e --watchAll",
|
|
40
|
-
"
|
|
22
|
+
"test:e2e": "playwright test",
|
|
23
|
+
"generate": "stencil generate",
|
|
24
|
+
"lint": "eslint src/**/*.{ts,tsx}",
|
|
25
|
+
"format": "prettier --write \"src/**/*.{ts,tsx,css}\"",
|
|
26
|
+
"storybook": "npm run build && storybook dev -p 6006",
|
|
27
|
+
"build-storybook": "storybook build",
|
|
28
|
+
"release": "bash scripts/release.sh"
|
|
29
|
+
},
|
|
30
|
+
"keywords": [
|
|
31
|
+
"web-components",
|
|
32
|
+
"stencil",
|
|
33
|
+
"design-system",
|
|
34
|
+
"ui-library",
|
|
35
|
+
"accessibility"
|
|
36
|
+
],
|
|
37
|
+
"author": "",
|
|
38
|
+
"license": "MIT",
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@axe-core/playwright": "^4.10.2",
|
|
41
|
+
"@playwright/test": "^1.56.0",
|
|
42
|
+
"@stencil/core": "^4.38.0",
|
|
43
|
+
"@storybook/addon-a11y": "^9.1.10",
|
|
44
|
+
"@storybook/addon-links": "^9.1.10",
|
|
45
|
+
"@storybook/web-components-vite": "^9.1.10",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^8.46.0",
|
|
47
|
+
"@typescript-eslint/parser": "^8.46.0",
|
|
48
|
+
"axe-core": "^4.10.3",
|
|
49
|
+
"eslint": "^9.37.0",
|
|
50
|
+
"eslint-config-prettier": "^10.1.8",
|
|
51
|
+
"lit": "^3.3.1",
|
|
52
|
+
"prettier": "^3.6.2",
|
|
53
|
+
"storybook": "^9.1.10",
|
|
54
|
+
"eslint-plugin-storybook": "9.1.10",
|
|
55
|
+
"@storybook/addon-docs": "^9.1.10"
|
|
41
56
|
}
|
|
42
|
-
}
|
|
57
|
+
}
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|