revotech-ui-kit 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/revotech-ui-kit.js +1553 -1414
- package/dist/revotech-ui-kit.umd.cjs +164 -115
- package/dist/src/assets/icons/arrow-up-circle.icon.d.ts +1 -1
- package/dist/src/assets/icons/arrows.icon.d.ts +1 -1
- package/dist/src/assets/icons/chorven-down.icon.d.ts +1 -1
- package/dist/src/assets/icons/circle-check.icon.d.ts +1 -1
- package/dist/src/assets/icons/circle-x.icon.d.ts +1 -1
- package/dist/src/assets/icons/circle.icon.d.ts +1 -1
- package/dist/src/assets/icons/close.icon.d.ts +1 -1
- package/dist/src/assets/icons/dot.icon.d.ts +1 -1
- package/dist/src/assets/icons/help-circle.icon.d.ts +1 -1
- package/dist/src/assets/icons/radio-group.icon.d.ts +1 -1
- package/dist/src/assets/icons/radio.icon.d.ts +1 -1
- package/dist/src/assets/icons/search.icon.d.ts +1 -1
- package/dist/src/assets/icons/tick.icon.d.ts +1 -1
- package/dist/src/components/atoms/accordion/accordion-content.d.ts +2 -3
- package/dist/src/components/atoms/accordion/accordion-item.d.ts +2 -3
- package/dist/src/components/atoms/accordion/accordion-trigger.d.ts +2 -3
- package/dist/src/components/atoms/accordion/accordion.atoms.d.ts +2 -3
- package/dist/src/components/atoms/accordion/accordion.stories.d.ts +1 -2
- package/dist/src/components/atoms/alert/alert-description.d.ts +2 -3
- package/dist/src/components/atoms/alert/alert-title.d.ts +2 -3
- package/dist/src/components/atoms/alert/alert.atom.d.ts +3 -4
- package/dist/src/components/atoms/alert/alert.stories.d.ts +0 -1
- package/dist/src/components/atoms/alert/alert.styles.d.ts +1 -1
- package/dist/src/components/atoms/aspect-ratio/aspect-ratio-atom.d.ts +11 -0
- package/dist/src/components/atoms/aspect-ratio/aspect-ratio.stories.d.ts +4 -0
- package/dist/src/components/atoms/avatar/avatar-fallback.d.ts +2 -3
- package/dist/src/components/atoms/avatar/avatar-image.d.ts +2 -3
- package/dist/src/components/atoms/avatar/avatar.atom.d.ts +2 -3
- package/dist/src/components/atoms/avatar/avatar.stories.d.ts +0 -1
- package/dist/src/components/atoms/badge/badge.atom.d.ts +3 -4
- package/dist/src/components/atoms/badge/badge.stories.d.ts +1 -2
- package/dist/src/components/atoms/badge/badge.style.d.ts +1 -1
- package/dist/src/components/atoms/button/button.atom.d.ts +3 -4
- package/dist/src/components/atoms/button/button.stories.d.ts +1 -2
- package/dist/src/components/atoms/button/button.style.d.ts +1 -1
- package/dist/src/components/atoms/card/card-content.d.ts +2 -3
- package/dist/src/components/atoms/card/card-description.d.ts +2 -3
- package/dist/src/components/atoms/card/card-footer.d.ts +2 -3
- package/dist/src/components/atoms/card/card-header.d.ts +2 -3
- package/dist/src/components/atoms/card/card-title.d.ts +2 -3
- package/dist/src/components/atoms/card/card.atom.d.ts +2 -3
- package/dist/src/components/atoms/card/card.stories.d.ts +1 -2
- package/dist/src/components/atoms/checkbox/checkbox.atom.d.ts +2 -3
- package/dist/src/components/atoms/checkbox/checkbox.stories.d.ts +1 -2
- package/dist/src/components/atoms/collapsible/collapsible-content.d.ts +2 -3
- package/dist/src/components/atoms/collapsible/collapsible-trigger.d.ts +2 -3
- package/dist/src/components/atoms/collapsible/collapsible.atom.d.ts +2 -3
- package/dist/src/components/atoms/collapsible/collapsible.stories.d.ts +1 -2
- package/dist/src/components/atoms/combobox/combo-box-input.d.ts +2 -3
- package/dist/src/components/atoms/combobox/combo-box-item.d.ts +2 -3
- package/dist/src/components/atoms/combobox/combo-box-list.d.ts +2 -3
- package/dist/src/components/atoms/combobox/combo-box.atom.d.ts +9 -6
- package/dist/src/components/atoms/combobox/combo-box.stories.d.ts +1 -2
- package/dist/src/components/atoms/command/command-empty.atom.d.ts +2 -3
- package/dist/src/components/atoms/command/command-group.atom.d.ts +2 -3
- package/dist/src/components/atoms/command/command-input.atom.d.ts +2 -3
- package/dist/src/components/atoms/command/command-item.atom.d.ts +2 -3
- package/dist/src/components/atoms/command/command-list.atom.d.ts +2 -3
- package/dist/src/components/atoms/command/command-separator.atom.d.ts +2 -3
- package/dist/src/components/atoms/command/command.atom.d.ts +2 -3
- package/dist/src/components/atoms/command/command.stories.d.ts +0 -1
- package/dist/src/components/atoms/context-menu/context-menu-checkbox-Item.d.ts +2 -3
- package/dist/src/components/atoms/context-menu/context-menu-content.d.ts +2 -3
- package/dist/src/components/atoms/context-menu/context-menu-group.d.ts +2 -3
- package/dist/src/components/atoms/context-menu/context-menu-item.d.ts +2 -3
- package/dist/src/components/atoms/context-menu/context-menu-radio-item.d.ts +2 -3
- package/dist/src/components/atoms/context-menu/context-menu-seperator.d.ts +2 -3
- package/dist/src/components/atoms/context-menu/context-menu-shortcut.d.ts +2 -3
- package/dist/src/components/atoms/context-menu/context-menu.atom.d.ts +2 -3
- package/dist/src/components/atoms/context-menu/contextMenu.stories.d.ts +0 -1
- package/dist/src/components/atoms/context-menu/contextMenu.style.d.ts +2 -2
- package/dist/src/components/atoms/dialog/dialog-close.d.ts +2 -3
- package/dist/src/components/atoms/dialog/dialog-content.d.ts +2 -3
- package/dist/src/components/atoms/dialog/dialog-footer.d.ts +2 -3
- package/dist/src/components/atoms/dialog/dialog-header.d.ts +2 -3
- package/dist/src/components/atoms/dialog/dialog-overly.d.ts +2 -3
- package/dist/src/components/atoms/dialog/dialog-trigger.d.ts +2 -3
- package/dist/src/components/atoms/dialog/dialog.atom.d.ts +2 -3
- package/dist/src/components/atoms/dialog/dialog.stories.d.ts +0 -1
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +2 -3
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-content.d.ts +2 -3
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-group.d.ts +2 -3
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-item.d.ts +2 -3
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-radio-item.d.ts +2 -3
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-seperator.d.ts +2 -3
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-shortcut.d.ts +2 -3
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu.atom.d.ts +2 -3
- package/dist/src/components/atoms/dropdown-menu/dropdownMenu.stories.d.ts +0 -1
- package/dist/src/components/atoms/dropdown-menu/dropdownMenu.style.d.ts +2 -2
- package/dist/src/components/atoms/hoverCard/hover-card-content.d.ts +2 -3
- package/dist/src/components/atoms/hoverCard/hover-card.atom.d.ts +2 -3
- package/dist/src/components/atoms/hoverCard/hover-card.stories.d.ts +0 -1
- package/dist/src/components/atoms/index.d.ts +1 -0
- package/dist/src/components/atoms/input/input.atom.d.ts +3 -4
- package/dist/src/components/atoms/input/input.stories.d.ts +0 -1
- package/dist/src/components/atoms/label/label.atom.d.ts +3 -4
- package/dist/src/components/atoms/label/label.stories.d.ts +0 -1
- package/dist/src/components/atoms/label/label.style.d.ts +1 -1
- package/dist/src/components/atoms/popover/popover-content.d.ts +2 -3
- package/dist/src/components/atoms/popover/popover-trigger.d.ts +2 -3
- package/dist/src/components/atoms/popover/popover.atom.d.ts +2 -3
- package/dist/src/components/atoms/popover/popover.stories.d.ts +0 -1
- package/dist/src/components/atoms/popover/popover.style.d.ts +3 -3
- package/dist/src/components/atoms/radio-group/radio-group-item.d.ts +2 -3
- package/dist/src/components/atoms/radio-group/radio-group.atom.d.ts +2 -3
- package/dist/src/components/atoms/radio-group/radio-group.stories.d.ts +0 -1
- package/dist/src/components/atoms/sample-demo/sample-demo.d.ts +3 -4
- package/dist/src/components/atoms/sample-demo/sample.style.d.ts +1 -1
- package/dist/src/components/atoms/select/select-item.d.ts +3 -3
- package/dist/src/components/atoms/select/select-label.d.ts +2 -3
- package/dist/src/components/atoms/select/select-list.d.ts +2 -3
- package/dist/src/components/atoms/select/select-seperator.d.ts +2 -3
- package/dist/src/components/atoms/select/select.atom.d.ts +8 -3
- package/dist/src/components/atoms/select/select.stories.d.ts +1 -2
- package/dist/src/components/atoms/seperator/separator.atom.d.ts +2 -3
- package/dist/src/components/atoms/seperator/separator.stories.d.ts +1 -2
- package/dist/src/components/atoms/switch/switch.atom.d.ts +2 -3
- package/dist/src/components/atoms/switch/switch.stories.d.ts +0 -1
- package/dist/src/components/atoms/textarea/textarea.atom.d.ts +2 -3
- package/dist/src/components/atoms/textarea/textarea.stories.d.ts +0 -1
- package/dist/src/components/atoms/toast/toast-action.d.ts +3 -4
- package/dist/src/components/atoms/toast/toast-description.d.ts +2 -3
- package/dist/src/components/atoms/toast/toast-title.d.ts +2 -3
- package/dist/src/components/atoms/toast/toast-view-port.d.ts +3 -4
- package/dist/src/components/atoms/toast/toast.atom.d.ts +2 -3
- package/dist/src/components/atoms/toast/toast.stories.d.ts +0 -1
- package/dist/src/components/atoms/toast/toast.style.d.ts +2 -2
- package/dist/src/components/atoms/toggle/toggle.atom.d.ts +3 -4
- package/dist/src/components/atoms/toggle/toggle.stories.d.ts +1 -2
- package/dist/src/components/atoms/toggle/toggle.style.d.ts +1 -1
- package/dist/src/components/molecules/breadcrumb/breadcrumb-ellipsis.d.ts +2 -3
- package/dist/src/components/molecules/breadcrumb/breadcrumb-item.d.ts +2 -3
- package/dist/src/components/molecules/breadcrumb/breadcrumb-link.d.ts +2 -3
- package/dist/src/components/molecules/breadcrumb/breadcrumb-list.d.ts +2 -3
- package/dist/src/components/molecules/breadcrumb/breadcrumb-separator.d.ts +2 -3
- package/dist/src/components/molecules/breadcrumb/breadcrumb-text.d.ts +2 -3
- package/dist/src/components/molecules/breadcrumb/breadcrumb.molecules.d.ts +2 -3
- package/dist/src/components/molecules/breadcrumb/breadcrumb.stories.d.ts +0 -1
- package/dist/src/components/molecules/input-otp/input-otp-group.d.ts +2 -3
- package/dist/src/components/molecules/input-otp/input-otp-separator.d.ts +2 -3
- package/dist/src/components/molecules/input-otp/input-otp-slot.d.ts +2 -3
- package/dist/src/components/molecules/input-otp/input-otp.molecule.d.ts +2 -3
- package/dist/src/components/molecules/input-otp/input-otp.stories.d.ts +0 -1
- package/dist/src/components/molecules/tabs/tab-contents.d.ts +1 -2
- package/dist/src/components/molecules/tabs/tab-list.d.ts +2 -3
- package/dist/src/components/molecules/tabs/tab-trigger.d.ts +2 -3
- package/dist/src/components/molecules/tabs/tab.molecules.d.ts +2 -3
- package/dist/src/components/molecules/tabs/tab.stories.d.ts +0 -1
- package/dist/src/components/molecules/toggle-group/toggle-group-item.d.ts +3 -4
- package/dist/src/components/molecules/toggle-group/toggle-group.molecules.d.ts +2 -3
- package/dist/src/components/molecules/toggle-group/toggle-group.stories.d.ts +1 -2
- package/dist/src/components/molecules/toggle-group/toggle-group.style.d.ts +1 -1
- package/dist/src/helpers/base-element.d.ts +0 -1
- package/dist/src/helpers/mouse-conroller.helper.d.ts +0 -1
- package/dist/src/helpers/style.helpers.d.ts +1 -2
- package/dist/src/index.d.ts +2 -3
- package/dist/src/interfaces/actionable.interface.d.ts +1 -2
- package/dist/src/interfaces/changeable.interface.d.ts +1 -2
- package/dist/src/interfaces/child-support-atomic.interface.d.ts +0 -1
- package/dist/src/lib/react/react.lib.d.ts +2 -3
- package/dist/src/lib/tw-styles.d.ts +1 -1
- package/dist/src/styles/tw.styles.d.ts +1 -1
- package/dist/src/wc-ui-app.d.ts +2 -3
- package/package.json +1 -1
@@ -1,18 +1,17 @@
|
|
1
1
|
import { LitElement } from 'lit-element';
|
2
2
|
import { TOGGLE_GROUP_VARIANT, TOGGLE_GROUP_SIZE } from './toggle-group.defs';
|
3
|
-
|
4
3
|
declare class ToggleGroupItem extends LitElement {
|
5
4
|
checked: boolean;
|
6
5
|
id: string;
|
7
6
|
variant: TOGGLE_GROUP_VARIANT;
|
8
7
|
size: TOGGLE_GROUP_SIZE;
|
9
8
|
disabled: boolean;
|
10
|
-
static styles: import(
|
9
|
+
static styles: import("lit-element").CSSResult[];
|
11
10
|
static toggleGroupVariants: (props?: ({
|
12
11
|
variant?: "default" | "outline" | null | undefined;
|
13
12
|
size?: "sm" | "lg" | "md" | null | undefined;
|
14
|
-
} & import(
|
13
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
15
14
|
protected getAttributesToExclude(): string[];
|
16
|
-
render(): import(
|
15
|
+
render(): import("lit-html").TemplateResult<1>;
|
17
16
|
}
|
18
17
|
export { ToggleGroupItem };
|
@@ -1,19 +1,18 @@
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
2
2
|
import { TOGGLE_GROUP_TYPE, TOGGLE_GROUP_VARIANT, TOGGLE_GROUP_SIZE } from './toggle-group.defs';
|
3
|
-
|
4
3
|
declare class ToggleGroup extends BaseElement {
|
5
4
|
disabled: boolean;
|
6
5
|
type: TOGGLE_GROUP_TYPE;
|
7
6
|
required: boolean;
|
8
7
|
variant: TOGGLE_GROUP_VARIANT;
|
9
8
|
size: TOGGLE_GROUP_SIZE;
|
10
|
-
static styles: import(
|
9
|
+
static styles: import("lit-element").CSSResult[];
|
11
10
|
protected getAttributesToExclude(): string[];
|
12
11
|
private selectedItems;
|
13
12
|
private childrenArray;
|
14
13
|
toggleSelection(itemId: string): void;
|
15
14
|
connectedCallback(): void;
|
16
15
|
firstUpdated(changedProperties: Map<string, unknown>): void;
|
17
|
-
render(): import(
|
16
|
+
render(): import("lit-html").TemplateResult<1>;
|
18
17
|
}
|
19
18
|
export { ToggleGroup, TOGGLE_GROUP_TYPE, TOGGLE_GROUP_VARIANT, TOGGLE_GROUP_SIZE, };
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const toggleGroupStyle: (props?: ({
|
2
2
|
variant?: "default" | "outline" | null | undefined;
|
3
3
|
size?: "sm" | "lg" | "md" | null | undefined;
|
4
|
-
} & import(
|
4
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
package/dist/src/index.d.ts
CHANGED
@@ -1,3 +1,2 @@
|
|
1
|
-
import { Alert, AlertDescription, AlertTitle, Button, Badge, Input, Card, CardTitle, CardHeader, CardFooter, CardDescription, CardContent, Checkbox, ComboBox, Dialog, DialogContent, DialogClose, DialogFooter, DialogHeader, DialogOverlay, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuCheckboxItem, DropdownMenuGroup, Popover, PopoverContent, PopoverTrigger, Toggle, ContextMenu, ContextMenuCheckboxItem, ContextMenuGroup, ContextMenuContent, ContextMenuItem, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, Select, SelectItem, SelectList, SelectLabel, SelectSeperator, Switch, RadioGroup, RadioGroupItem, Separator } from './components';
|
2
|
-
|
3
|
-
export { Alert, AlertDescription, AlertTitle, Button, Badge, Input, Card, CardTitle, CardHeader, CardFooter, CardDescription, CardContent, Checkbox, ComboBox, Dialog, DialogContent, DialogClose, DialogFooter, DialogHeader, DialogOverlay, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuCheckboxItem, DropdownMenuGroup, Popover, PopoverContent, PopoverTrigger, Toggle, ContextMenu, ContextMenuCheckboxItem, ContextMenuGroup, ContextMenuContent, ContextMenuItem, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, Select, SelectItem, SelectList, SelectLabel, SelectSeperator, Switch, RadioGroup, RadioGroupItem, Separator, };
|
1
|
+
import { Alert, AlertDescription, AlertTitle, Button, Badge, Input, Card, CardTitle, CardHeader, CardFooter, CardDescription, CardContent, Checkbox, ComboBox, Dialog, DialogContent, DialogClose, DialogFooter, DialogHeader, DialogOverlay, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuCheckboxItem, DropdownMenuGroup, Popover, PopoverContent, PopoverTrigger, Toggle, ContextMenu, ContextMenuCheckboxItem, ContextMenuGroup, ContextMenuContent, ContextMenuItem, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, Select, SelectItem, SelectList, SelectLabel, SelectSeperator, Switch, RadioGroup, RadioGroupItem, Separator, AspectRatio } from './components';
|
2
|
+
export { Alert, AlertDescription, AlertTitle, Button, Badge, Input, Card, CardTitle, CardHeader, CardFooter, CardDescription, CardContent, Checkbox, ComboBox, Dialog, DialogContent, DialogClose, DialogFooter, DialogHeader, DialogOverlay, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuCheckboxItem, DropdownMenuGroup, Popover, PopoverContent, PopoverTrigger, Toggle, ContextMenu, ContextMenuCheckboxItem, ContextMenuGroup, ContextMenuContent, ContextMenuItem, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, Select, SelectItem, SelectList, SelectLabel, SelectSeperator, Switch, RadioGroup, RadioGroupItem, Separator, AspectRatio, };
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import
|
1
|
+
import React from 'react';
|
2
2
|
import { IntractableProps } from './intractable.interface';
|
3
|
-
|
4
3
|
export type ChangeableProps<T = React.ChangeEvent<HTMLInputElement> | string | number, K = unknown> = Partial<IntractableProps & {
|
5
4
|
onChange: (event?: T, value?: K) => void;
|
6
5
|
onBlur: (event?: T) => void;
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { Button, Checkbox } from '../../components';
|
2
|
-
|
3
|
-
declare const
|
4
|
-
declare const CheckboxReact: import('@lit-labs/react').ReactWebComponent<Checkbox, {}>;
|
2
|
+
declare const ButtonReact: import("@lit-labs/react").ReactWebComponent<Button, {}>;
|
3
|
+
declare const CheckboxReact: import("@lit-labs/react").ReactWebComponent<Checkbox, {}>;
|
5
4
|
export { ButtonReact, CheckboxReact };
|
@@ -1 +1 @@
|
|
1
|
-
export declare const TWStyles: import(
|
1
|
+
export declare const TWStyles: import("lit").CSSResult;
|
@@ -1 +1 @@
|
|
1
|
-
export declare const TWStyles: import(
|
1
|
+
export declare const TWStyles: import("lit").CSSResult;
|
package/dist/src/wc-ui-app.d.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
-
|
3
2
|
export declare class WcUiApp extends LitElement {
|
4
3
|
header: string;
|
5
|
-
static styles: import(
|
6
|
-
render(): import(
|
4
|
+
static styles: import("lit").CSSResult;
|
5
|
+
render(): import("lit-html").TemplateResult<1>;
|
7
6
|
}
|
package/package.json
CHANGED