Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

teil-ui

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teil-ui - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

components/AlertDialog/Content.svelte

2

components/Accordion/Container.svelte.d.ts

@@ -11,2 +11,4 @@ import { SvelteComponentTyped } from "svelte";

events: {
change: CustomEvent<boolean>;
} & {
[evt: string]: CustomEvent<any>;

@@ -13,0 +15,0 @@ };

2

components/Accordion/Content.svelte.d.ts
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

export type AccordionType = 'single' | 'multiple';
export type AccordionStoreType = {
open: Array<any>;
type: AccordionType;
disabled: boolean;
open: Array<any>;
type: AccordionType;
disabled: boolean;
};
export type AccordionItemStoreType = {
value: any;
value: any;
};

@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte";

[x: string]: any;
name?: string;
checked?: CheckboxState;

@@ -12,2 +13,4 @@ required?: boolean;

events: {
change: CustomEvent<CheckboxState>;
} & {
[evt: string]: CustomEvent<any>;

@@ -14,0 +17,0 @@ };

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

export type CheckboxState = 'indeterminate' | boolean;
export type CheckboxStoreType = {
state: CheckboxState;
disabled: boolean;
state: CheckboxState;
disabled: boolean;
};
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

export type CollapsibleStoreType = {
open: boolean;
disabled: boolean;
id: string;
open: boolean;
disabled: boolean;
id: string;
};
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

@@ -8,2 +8,4 @@ import { SvelteComponentTyped } from "svelte";

events: {
toggle: CustomEvent<boolean>;
} & {
[evt: string]: CustomEvent<any>;

@@ -10,0 +12,0 @@ };

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};
events: {
focusOutside: PointerEvent | MouseEvent | UIEvent | Event | ErrorEvent | AnimationEvent | ClipboardEvent | CompositionEvent | DragEvent | FocusEvent | FormDataEvent | InputEvent | KeyboardEvent | ProgressEvent<EventTarget> | SecurityPolicyViolationEvent | SubmitEvent | TouchEvent | TransitionEvent | WheelEvent;
pointerDownOutside: PointerEvent | MouseEvent | UIEvent | Event | ErrorEvent | AnimationEvent | ClipboardEvent | CompositionEvent | DragEvent | FocusEvent | FormDataEvent | InputEvent | KeyboardEvent | ProgressEvent<EventTarget> | SecurityPolicyViolationEvent | SubmitEvent | TouchEvent | TransitionEvent | WheelEvent;
interact: PointerEvent | MouseEvent | UIEvent | Event | ErrorEvent | AnimationEvent | ClipboardEvent | CompositionEvent | DragEvent | FocusEvent | FormDataEvent | InputEvent | KeyboardEvent | ProgressEvent<EventTarget> | SecurityPolicyViolationEvent | SubmitEvent | TouchEvent | TransitionEvent | WheelEvent;
} & {
[evt: string]: CustomEvent<any>;

@@ -8,0 +12,0 @@ };

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

export type DialogStoreType = {
open: boolean;
modal: boolean;
triggerID: string;
titleID: string;
contentID: string;
descriptionID: string;
open: boolean;
modal: boolean;
triggerID: string;
titleID: string;
contentID: string;
descriptionID: string;
};
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

export type DropdownStoreType = {
triggerID: string;
contentID: string;
triggerID: string;
contentID: string;
};

@@ -7,2 +7,4 @@ import { SvelteComponentTyped } from "svelte";

events: {
toggle: CustomEvent<boolean>;
} & {
[evt: string]: CustomEvent<any>;

@@ -9,0 +11,0 @@ };

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

export type HoverCardStoreType = {
open: boolean;
toggle?: (open: boolean) => void;
open: boolean;
toggle?: (open: boolean) => void;
};
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

@@ -11,2 +11,4 @@ import { SvelteComponentTyped } from "svelte";

events: {
toggle: CustomEvent<boolean>;
} & {
[evt: string]: CustomEvent<any>;

@@ -13,0 +15,0 @@ };

@@ -12,2 +12,6 @@ import { SvelteComponentTyped } from "svelte";

events: {
focusOutside: PointerEvent | MouseEvent | UIEvent | Event | ErrorEvent | AnimationEvent | ClipboardEvent | CompositionEvent | DragEvent | FocusEvent | FormDataEvent | InputEvent | KeyboardEvent | ProgressEvent<EventTarget> | SecurityPolicyViolationEvent | SubmitEvent | TouchEvent | TransitionEvent | WheelEvent;
escape: PointerEvent | MouseEvent | UIEvent | Event | ErrorEvent | AnimationEvent | ClipboardEvent | CompositionEvent | DragEvent | FocusEvent | FormDataEvent | InputEvent | KeyboardEvent | ProgressEvent<EventTarget> | SecurityPolicyViolationEvent | SubmitEvent | TouchEvent | TransitionEvent | WheelEvent;
interact: PointerEvent | MouseEvent | UIEvent | Event | ErrorEvent | AnimationEvent | ClipboardEvent | CompositionEvent | DragEvent | FocusEvent | FormDataEvent | InputEvent | KeyboardEvent | ProgressEvent<EventTarget> | SecurityPolicyViolationEvent | SubmitEvent | TouchEvent | TransitionEvent | WheelEvent;
} & {
[evt: string]: CustomEvent<any>;

@@ -14,0 +18,0 @@ };

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import type { Writable } from 'svelte/store';
export type Direction = 'ltr' | 'rtl';
export type Point = {
x: number;
y: number;
x: number;
y: number;
};
export type Checked = boolean | 'indeterminate';
export type MenuStoreType = {
open: boolean;
modal: boolean;
submenu: boolean;
keyboard: boolean;
direction: Direction;
value: string;
open: boolean;
modal: boolean;
submenu: boolean;
keyboard: boolean;
direction: Direction;
value: string;
};
export type SubmenuStoreType = {
open: boolean;
triggerID: string;
contentID: string;
trigger?: HTMLElement;
content?: HTMLElement;
refocus?: () => void;
reset?: () => void;
root: Writable<MenuStoreType>;
open: boolean;
triggerID: string;
contentID: string;
trigger?: HTMLElement;
content?: HTMLElement;
refocus?: () => void;
reset?: () => void;
root: Writable<MenuStoreType>;
};
export type MenuItemIndicatorStoreType = {
checked: Checked;
checked: Checked;
};

@@ -1,18 +0,23 @@

import type { ReferenceAction } from 'svelte-floating-ui';
import type { ReferenceAction, UpdatePosition, ComputeConfig } from 'svelte-floating-ui';
export type Side = 'top' | 'right' | 'bottom' | 'left';
export type Alignment = 'start' | 'center' | 'end';
export type Sticky = 'partial' | 'always';
export type Position = {
x: number | null;
y: number | null;
x: number | null;
y: number | null;
};
export type Boundary = Element | null;
export interface Measurable {
getBoundingClientRect: () => DOMRect;
getBoundingClientRect: () => DOMRect;
}
export type PopperStoreType = {
initialized?: boolean;
anchor?: Measurable;
side?: Side;
reference?: ReferenceAction;
initialized?: boolean;
anchor?: Measurable;
side?: Side;
reference?: ReferenceAction;
};
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

export type ProgressStoreType = {
value: number | null | undefined;
max: number;
value: number | null | undefined;
max: number;
};

@@ -5,3 +5,3 @@ import { SvelteComponentTyped } from "svelte";

[x: string]: any;
value: any;
value: string;
};

@@ -8,0 +8,0 @@ events: {

@@ -6,4 +6,6 @@ import { SvelteComponentTyped } from "svelte";

[x: string]: any;
name?: string;
disabled?: boolean;
value?: string | undefined;
required?: boolean;
value?: string;
direction?: Direction;

@@ -14,2 +16,4 @@ orientation?: Orientation;

events: {
change: CustomEvent<string>;
} & {
[evt: string]: CustomEvent<any>;

@@ -16,0 +20,0 @@ };

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

export type RadioStoreType = {
disabled: boolean;
value: any;
name: string;
disabled: boolean;
required: boolean;
value: string;
};
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

export type Direction = 'ltr' | 'rtl';
export type Orientation = 'vertical' | 'horizontal';
export type ScrollType = 'auto' | 'always' | 'scroll' | 'hover';
export type Size = {
width: number;
height: number;
width: number;
height: number;
};
export type ScrollbarSizes = {
content: number;
viewport: number;
scrollbar: {
size: number;
paddingStart: number;
paddingEnd: number;
};
content: number;
viewport: number;
scrollbar: {
size: number;
paddingStart: number;
paddingEnd: number;
};
};
export type ScrollStoreType = {
type: ScrollType;
direction: Direction;
delay: number;
area: HTMLElement | null;
viewport: HTMLElement | null;
content: HTMLElement | null;
vertical: HTMLElement | null;
horizontal: HTMLElement | null;
thumb: HTMLElement | null;
enableThumb: boolean;
enableX: boolean;
enableY: boolean;
thumbpositionchange?: () => void;
thumbpointerdown?: (position: {
x: number;
y: number;
}) => void;
thumbpointerup?: () => void;
corner: Size;
type: ScrollType;
direction: Direction;
delay: number;
area: HTMLElement | null;
viewport: HTMLElement | null;
content: HTMLElement | null;
vertical: HTMLElement | null;
horizontal: HTMLElement | null;
thumb: HTMLElement | null;
enableThumb: boolean;
enableX: boolean;
enableY: boolean;
thumbpositionchange?: () => void;
thumbpointerdown?: (position: { x: number; y: number }) => void;
thumbpointerup?: () => void;
corner: Size;
};

@@ -5,3 +5,2 @@ import { SvelteComponentTyped } from "svelte";

props: {
name?: string;
direction?: Direction;

@@ -8,0 +7,0 @@ autocomplete?: boolean;

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

export type Direction = 'ltr' | 'rtl';
export type Position = {
x: number;
y: number;
x: number;
y: number;
};
export type SelectStoreType = {
value: string;
valuetext?: string;
open: boolean;
direction: Direction;
disabled: boolean;
required: boolean;
autocomplete: boolean;
triggerID: string;
contentID: string;
trigger?: HTMLElement | null;
display?: HTMLElement | null;
wrapper?: HTMLElement | null;
content?: HTMLElement | null;
viewport?: HTMLElement | null;
selected?: HTMLElement | null;
text?: HTMLElement | null;
triggerPointerPosition?: Position;
expandOnScroll?: boolean;
positioned?: boolean;
value: string;
valuetext?: string;
open: boolean;
direction: Direction;
disabled: boolean;
required: boolean;
autocomplete: boolean;
triggerID: string;
contentID: string;
trigger?: HTMLElement | null;
display?: HTMLElement | null;
wrapper?: HTMLElement | null;
content?: HTMLElement | null;
viewport?: HTMLElement | null;
selected?: HTMLElement | null;
text?: HTMLElement | null;
triggerPointerPosition?: Position;
expandOnScroll?: boolean;
positioned?: boolean;
};
export type SelectGroupStoreType = {
id: string;
id: string;
};
export type SelectItemStoreType = {
value: string;
id: string;
disabled: boolean;
selected: boolean;
value: string;
id: string;
disabled: boolean;
selected: boolean;
};
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

@@ -6,3 +6,2 @@ import { SvelteComponentTyped } from "svelte";

[x: string]: any;
name?: string;
disabled?: boolean;

@@ -9,0 +8,0 @@ inverted?: boolean;

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

export type Direction = 'ltr' | 'rtl';
export type Orientation = 'horizontal' | 'vertical';
export type SlideDirection = 'left' | 'right' | 'top' | 'bottom';
export type SliderStoreType = {
disabled: boolean;
orientation: Orientation;
movement: SlideDirection;
min: number;
max: number;
value: Array<number>;
thumbs: Set<HTMLElement | null>;
activeThumb: number;
disabled: boolean;
orientation: Orientation;
movement: SlideDirection;
min: number;
max: number;
value: Array<number>;
thumbs: Set<HTMLElement | null>;
activeThumb: number;
};
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {
[x: string]: any;
[x: string]: never;
};

@@ -6,0 +6,0 @@ events: {

@@ -9,2 +9,4 @@ import { SvelteComponentTyped } from "svelte";

events: {
change: CustomEvent<boolean>;
} & {
[evt: string]: CustomEvent<any>;

@@ -11,0 +13,0 @@ };

export type SwitchStoreType = {
checked: boolean;
checked: boolean;
};

@@ -12,2 +12,4 @@ import { SvelteComponentTyped } from "svelte";

events: {
change: CustomEvent<string>;
} & {
[evt: string]: CustomEvent<any>;

@@ -14,0 +16,0 @@ };

export type Activation = 'automatic' | 'manual';
export type Orientation = 'horizontal' | 'vertical';
export type Direction = 'ltr' | 'rtl';
export type TabsStoreType = {
id: string;
value: string;
orientation: Orientation;
direction: Direction;
activation: Activation;
id: string;
value: string;
orientation: Orientation;
direction: Direction;
activation: Activation;
};

@@ -9,2 +9,4 @@ import { SvelteComponentTyped } from "svelte";

events: {
toggle: CustomEvent<boolean>;
} & {
[evt: string]: CustomEvent<any>;

@@ -11,0 +13,0 @@ };

export type Type = 'single' | 'multiple';
export type ToggleGroupStoreType = {
value: string | string[];
disabled: boolean;
type: Type;
value: string | string[];
disabled: boolean;
type: Type;
};
export { default as Accordion } from './components/Accordion';
export { default as AlertDialog } from './components/AlertDialog';
export { default as AspectRatio } from './components/AspectRatio';

@@ -3,0 +4,0 @@ export { default as Checkbox } from './components/Checkbox';

export { default as Accordion } from './components/Accordion';
export { default as AlertDialog } from './components/AlertDialog';
export { default as AspectRatio } from './components/AspectRatio';

@@ -3,0 +4,0 @@ export { default as Checkbox } from './components/Checkbox';

@@ -7,2 +7,2 @@ Copyright 2023 Sidharth Anand

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
{
"name": "teil-ui",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",

@@ -16,8 +16,11 @@ "license": "MIT",

"@floating-ui/dom": "^1.1.0",
"@sveltejs/adapter-auto": "^1.0.1",
"@sveltejs/adapter-static": "^1.0.5",
"@sveltejs/kit": "1.0.1",
"@sveltejs/package": "^1.0.2",
"@fontsource/fira-mono": "^4.5.10",
"@fontsource/overpass": "^4.5.11",
"@fontsource/roboto": "^4.5.8",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "1.10.0",
"@sveltejs/package": "^2.0.2",
"@types/prismjs": "^1.26.0",
"aria-hidden": "^1.2.2",
"aria-hidden": "^1.2.3",
"flexsearch": "^0.7.31",

@@ -27,7 +30,9 @@ "mdsvex": "^0.10.6",

"prettier-plugin-svelte": "^2.9.0",
"sass": "^1.58.0",
"svelte": "^3.55.0",
"svelte-check": "^2.10.3",
"svelte-check": "^3.0.4",
"svelte-floating-ui": "^1.2.8",
"svelte-portal": "^2.2.0",
"svelte-preprocess": "^5.0.0",
"svelte-sitemap": "^2.5.4",
"tslib": "^2.4.1",

@@ -48,3 +53,4 @@ "typescript": "~4.9.4",

"./components/Accordion/Trigger.svelte": "./components/Accordion/Trigger.svelte",
"./components/Accordion/types": "./components/Accordion/types.js",
"./components/AlertDialog/Content.svelte": "./components/AlertDialog/Content.svelte",
"./components/AlertDialog": "./components/AlertDialog/index.js",
"./components/AspectRatio/Container.svelte": "./components/AspectRatio/Container.svelte",

@@ -55,3 +61,2 @@ "./components/AspectRatio": "./components/AspectRatio/index.js",

"./components/Checkbox/Indicator.svelte": "./components/Checkbox/Indicator.svelte",
"./components/Checkbox/types": "./components/Checkbox/types.js",
"./components/Collapsible/Container.svelte": "./components/Collapsible/Container.svelte",

@@ -61,3 +66,2 @@ "./components/Collapsible/Content.svelte": "./components/Collapsible/Content.svelte",

"./components/Collapsible/Trigger.svelte": "./components/Collapsible/Trigger.svelte",
"./components/Collapsible/types": "./components/Collapsible/types.js",
"./components/ContextMenu": "./components/ContextMenu/index.js",

@@ -73,3 +77,2 @@ "./components/ContextMenu/Trigger.svelte": "./components/ContextMenu/Trigger.svelte",

"./components/Dialog/Trigger.svelte": "./components/Dialog/Trigger.svelte",
"./components/Dialog/types": "./components/Dialog/types.js",
"./components/Dismissable/branch": "./components/Dismissable/branch.js",

@@ -84,3 +87,2 @@ "./components/Dismissable/context": "./components/Dismissable/context.js",

"./components/DropdownMenu/Trigger.svelte": "./components/DropdownMenu/Trigger.svelte",
"./components/DropdownMenu/types": "./components/DropdownMenu/types.js",
"./components/Focus/context": "./components/Focus/context.js",

@@ -95,3 +97,2 @@ "./components/Focus/group": "./components/Focus/group.js",

"./components/HoverCard/Trigger.svelte": "./components/HoverCard/Trigger.svelte",
"./components/HoverCard/types": "./components/HoverCard/types.js",
"./components/id/id": "./components/id/id.js",

@@ -114,3 +115,2 @@ "./components/id": "./components/id/index.js",

"./components/Menu/Sub.svelte": "./components/Menu/Sub.svelte",
"./components/Menu/types": "./components/Menu/types.js",
"./components/Popper/Anchor.svelte": "./components/Popper/Anchor.svelte",

@@ -121,7 +121,5 @@ "./components/Popper/Arrow.svelte": "./components/Popper/Arrow.svelte",

"./components/Popper": "./components/Popper/index.js",
"./components/Popper/types": "./components/Popper/types.js",
"./components/Progress/Bar.svelte": "./components/Progress/Bar.svelte",
"./components/Progress": "./components/Progress/index.js",
"./components/Progress/Track.svelte": "./components/Progress/Track.svelte",
"./components/Progress/types": "./components/Progress/types.js",
"./components/Radio/Button.svelte": "./components/Radio/Button.svelte",

@@ -131,3 +129,2 @@ "./components/Radio/Group.svelte": "./components/Radio/Group.svelte",

"./components/Radio/Indicator.svelte": "./components/Radio/Indicator.svelte",
"./components/Radio/types": "./components/Radio/types.js",
"./components/Scroll/Area.svelte": "./components/Scroll/Area.svelte",

@@ -142,3 +139,2 @@ "./components/Scroll/Bar.svelte": "./components/Scroll/Bar.svelte",

"./components/Scroll/Thumb.svelte": "./components/Scroll/Thumb.svelte",
"./components/Scroll/types": "./components/Scroll/types.js",
"./components/Scroll/Viewport.svelte": "./components/Scroll/Viewport.svelte",

@@ -159,3 +155,2 @@ "./components/Select/constants": "./components/Select/constants.js",

"./components/Select/Trigger.svelte": "./components/Select/Trigger.svelte",
"./components/Select/types": "./components/Select/types.js",
"./components/Select/Up.svelte": "./components/Select/Up.svelte",

@@ -166,3 +161,2 @@ "./components/Select/Value.svelte": "./components/Select/Value.svelte",

"./components/Separator/Separator.svelte": "./components/Separator/Separator.svelte",
"./components/Separator/types": "./components/Separator/types.js",
"./components/Slider/constants": "./components/Slider/constants.js",

@@ -174,7 +168,5 @@ "./components/Slider/Container.svelte": "./components/Slider/Container.svelte",

"./components/Slider/Track.svelte": "./components/Slider/Track.svelte",
"./components/Slider/types": "./components/Slider/types.js",
"./components/Switch": "./components/Switch/index.js",
"./components/Switch/Thumb.svelte": "./components/Switch/Thumb.svelte",
"./components/Switch/Track.svelte": "./components/Switch/Track.svelte",
"./components/Switch/types": "./components/Switch/types.js",
"./components/Tabs/Container.svelte": "./components/Tabs/Container.svelte",

@@ -185,3 +177,2 @@ "./components/Tabs/Content.svelte": "./components/Tabs/Content.svelte",

"./components/Tabs/Trigger.svelte": "./components/Tabs/Trigger.svelte",
"./components/Tabs/types": "./components/Tabs/types.js",
"./components/Toggle": "./components/Toggle/index.js",

@@ -192,3 +183,2 @@ "./components/Toggle/Toggle.svelte": "./components/Toggle/Toggle.svelte",

"./components/ToggleGroup": "./components/ToggleGroup/index.js",
"./components/ToggleGroup/types": "./components/ToggleGroup/types.js",
"./constants": "./constants.js",

@@ -198,2 +188,3 @@ "./debounce": "./debounce.js",

"./math": "./math.js",
"./nojs": "./nojs.js",
"./statemachine": "./statemachine.js"

@@ -200,0 +191,0 @@ },

# TeilUI
TeilUI is the most comprehensive svelte headless low-level UI component library with an emphasis on accessibility, customisation, and developer experience.
You may utilise these components as the foundation of your design system or gradually integrate them into it.
You may utilise these components as the foundation of your design system or gradually integrate them into it.
Unlike most UI libraries, TeilUI is built specifically with [WAI-ARIA](https://www.w3.org/TR/wai-aria-practices/#aria_ex) compliance - both aria-attributes and keyboard navigation - in mind.

@@ -19,7 +19,28 @@

- Sidharth Anand ([@sidharth-anand](https://github.com/sidharth-anand))
- Sidharth Anand ([@sidharth-anand](https://github.com/sidharth-anand))
## Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sidharth-anand"><img src="https://avatars.githubusercontent.com/u/55060749?v=4?s=100" width="100px;" alt="Sidharth Anand"/><br /><sub><b>Sidharth Anand</b></sub></a><br /><a href="https://github.com/sidharth-anand/teil-ui/commits?author=sidharth-anand" title="Code">💻</a> <a href="https://github.com/sidharth-anand/teil-ui/commits?author=sidharth-anand" title="Documentation">📖</a> <a href="#design-sidharth-anand" title="Design">🎨</a> <a href="#maintenance-sidharth-anand" title="Maintenance">🚧</a> <a href="#infra-sidharth-anand" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://sreekarnutulapati.vercel.app"><img src="https://avatars.githubusercontent.com/u/64355404?v=4?s=100" width="100px;" alt="Sreekar Venkata Nutulapati"/><br /><sub><b>Sreekar Venkata Nutulapati</b></sub></a><br /><a href="https://github.com/sidharth-anand/teil-ui/commits?author=sreekarnv" title="Code">💻</a> <a href="https://github.com/sidharth-anand/teil-ui/commits?author=sreekarnv" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://uttejk.github.io"><img src="https://avatars.githubusercontent.com/u/114231462?v=4?s=100" width="100px;" alt="UTTEJ KURUMA"/><br /><sub><b>UTTEJ KURUMA</b></sub></a><br /><a href="#design-UttejK" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://thecomputerm.github.io/"><img src="https://avatars.githubusercontent.com/u/24741538?v=4?s=100" width="100px;" alt="TheComputerM"/><br /><sub><b>TheComputerM</b></sub></a><br /><a href="https://github.com/sidharth-anand/teil-ui/commits?author=TheComputerM" title="Code">💻</a></td>
</tr>
</tbody>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
# License
This project is licensed under the MIT License, Copyright © 2023-present [Sidharth Anand](https://github.com/sidharth-anand)
See the [LICENSE](LICENSE) file for details
See the [LICENSE](LICENSE) file for details

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc