@abgov/web-components 0.0.0
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 +32 -0
- package/components/_experimental/sidebar/Sidebar.svelte.d.ts +1 -0
- package/components/_experimental/sidebar/SidebarItem.svelte.d.ts +1 -0
- package/components/accordion/Accordion.svelte.d.ts +1 -0
- package/components/app-header/AppHeader.svelte.d.ts +1 -0
- package/components/app-header-menu/AppHeaderMenu.svelte.d.ts +1 -0
- package/components/badge/Badge.svelte.d.ts +1 -0
- package/components/block/Block.svelte.d.ts +1 -0
- package/components/button/Button.svelte.d.ts +1 -0
- package/components/button-group/ButtonGroup.svelte.d.ts +1 -0
- package/components/calendar/Calendar.svelte.d.ts +1 -0
- package/components/callout/Callout.svelte.d.ts +1 -0
- package/components/card/Card.svelte.d.ts +1 -0
- package/components/card-actions/CardActions.svelte.d.ts +1 -0
- package/components/card-content/CardContent.svelte.d.ts +1 -0
- package/components/card-group/CardGroup.svelte.d.ts +1 -0
- package/components/card-image/CardImage.svelte.d.ts +1 -0
- package/components/checkbox/Checkbox.svelte.d.ts +1 -0
- package/components/chip/Chip.svelte.d.ts +1 -0
- package/components/circular-progress/CircularProgress.svelte.d.ts +1 -0
- package/components/container/Container.svelte.d.ts +1 -0
- package/components/date-picker/DatePicker.svelte.d.ts +1 -0
- package/components/details/Details.svelte.d.ts +1 -0
- package/components/divider/Divider.svelte.d.ts +1 -0
- package/components/dropdown/Dropdown.svelte.d.ts +1 -0
- package/components/dropdown/DropdownItem.svelte.d.ts +1 -0
- package/components/file-upload-card/FileUploadCard.svelte.d.ts +1 -0
- package/components/file-upload-input/FileUploadInput.svelte.d.ts +1 -0
- package/components/focus-trap/FocusTrap.svelte.d.ts +1 -0
- package/components/footer/Footer.svelte.d.ts +1 -0
- package/components/footer-meta-section/FooterMetaSection.svelte.d.ts +1 -0
- package/components/footer-nav-section/FooterNavSection.svelte.d.ts +1 -0
- package/components/form-item/FormItem.svelte.d.ts +1 -0
- package/components/form-step/FormStep.svelte.d.ts +1 -0
- package/components/form-stepper/FormStepper.svelte.d.ts +1 -0
- package/components/grid/Grid.svelte.d.ts +1 -0
- package/components/hero-banner/HeroBanner.svelte.d.ts +1 -0
- package/components/icon/Icon.svelte.d.ts +1 -0
- package/components/icon-button/IconButton.svelte.d.ts +1 -0
- package/components/input/Input.svelte.d.ts +1 -0
- package/components/microsite-header/MicrositeHeader.svelte.d.ts +1 -0
- package/components/modal/Modal.svelte.d.ts +1 -0
- package/components/notification/Notification.svelte.d.ts +1 -0
- package/components/page-block/PageBlock.svelte.d.ts +1 -0
- package/components/pages/Pages.svelte.d.ts +1 -0
- package/components/pagination/Pagination.svelte.d.ts +1 -0
- package/components/popover/Popover.svelte.d.ts +1 -0
- package/components/radio-group/RadioGroup.svelte.d.ts +1 -0
- package/components/scrollable/Scrollable.svelte.d.ts +1 -0
- package/components/side-menu/SideMenu.svelte.d.ts +1 -0
- package/components/side-menu-group/SideMenuGroup.svelte.d.ts +1 -0
- package/components/side-menu-heading/SideMenuHeading.svelte.d.ts +1 -0
- package/components/skeleton/Skeleton.svelte.d.ts +1 -0
- package/components/spacer/Spacer.svelte.d.ts +1 -0
- package/components/spinner/Spinner.svelte.d.ts +1 -0
- package/components/tab/Tab.svelte.d.ts +1 -0
- package/components/table/Table.svelte.d.ts +1 -0
- package/components/table/TableSortHeader.svelte.d.ts +1 -0
- package/components/tabs/Tabs.svelte.d.ts +1 -0
- package/components/text-area/TextArea.svelte.d.ts +1 -0
- package/components/tooltip/Tooltip.svelte.d.ts +1 -0
- package/html.html-data.json +1 -0
- package/index.css +1 -0
- package/index.js +19863 -0
- package/index.svelte.d.ts +1 -0
- package/layouts/FullScreenNavbarLayout.svelte.d.ts +1 -0
- package/layouts/one-column-layout/OneColumnLayout.svelte.d.ts +1 -0
- package/layouts/three-column-layout/ThreeColumnLayout.svelte.d.ts +1 -0
- package/layouts/two-column-layout/TwoColumnLayout.svelte.d.ts +1 -0
- package/package.json +31 -0
- package/types/common/breakpoints.d.ts +2 -0
- package/types/common/context-store.d.ts +10 -0
- package/types/common/no-scroll.d.ts +6 -0
- package/types/common/styling.d.ts +17 -0
- package/types/common/styling.spec.d.ts +1 -0
- package/types/common/urls.d.ts +1 -0
- package/types/common/urls.spec.d.ts +1 -0
- package/types/common/utils.d.ts +8 -0
- package/types/common/utils.spec.d.ts +1 -0
- package/types/common/validators.d.ts +1 -0
- package/types/components/accordion/Accordion.d.ts +5 -0
- package/types/components/app-header/AppHeader.d.ts +4 -0
- package/types/components/app-header-menu/AppHeaderMenu.d.ts +4 -0
- package/types/components/badge/Badge.d.ts +5 -0
- package/types/components/block/Block.d.ts +6 -0
- package/types/components/button/Button.d.ts +7 -0
- package/types/components/button-group/ButtonGroup.d.ts +6 -0
- package/types/components/calendar/Calendar.d.ts +4 -0
- package/types/components/callout/Callout.d.ts +6 -0
- package/types/components/card/Card.d.ts +4 -0
- package/types/components/card-actions/CardActions.d.ts +4 -0
- package/types/components/card-content/CardContent.d.ts +4 -0
- package/types/components/card-group/CardGroup.d.ts +4 -0
- package/types/components/card-image/CardImage.d.ts +4 -0
- package/types/components/checkbox/Checkbox.d.ts +4 -0
- package/types/components/chip/Chip.d.ts +5 -0
- package/types/components/circular-progress/CircularProgress.d.ts +6 -0
- package/types/components/container/Container.d.ts +7 -0
- package/types/components/date-picker/DatePicker.d.ts +8 -0
- package/types/components/details/Details.d.ts +4 -0
- package/types/components/divider/Divider.d.ts +4 -0
- package/types/components/dropdown/Dropdown.d.ts +4 -0
- package/types/components/dropdown/DropdownItem.d.ts +4 -0
- package/types/components/file-upload-card/FileUploadCard.d.ts +4 -0
- package/types/components/file-upload-input/FileUploadInput.d.ts +5 -0
- package/types/components/focus-trap/FocusTrap.d.ts +4 -0
- package/types/components/footer/Footer.d.ts +4 -0
- package/types/components/footer-meta-section/FooterMetaSection.d.ts +4 -0
- package/types/components/footer-nav-section/FooterNavSection.d.ts +4 -0
- package/types/components/form-item/FormItem.d.ts +6 -0
- package/types/components/form-step/FormStep.d.ts +5 -0
- package/types/components/form-stepper/FormStepper.d.ts +4 -0
- package/types/components/grid/Grid.d.ts +4 -0
- package/types/components/hero-banner/HeroBanner.d.ts +4 -0
- package/types/components/icon/Icon.d.ts +8 -0
- package/types/components/icon-button/IconButton.d.ts +5 -0
- package/types/components/input/Input.d.ts +7 -0
- package/types/components/microsite-header/MicrositeHeader.d.ts +6 -0
- package/types/components/modal/Modal.d.ts +6 -0
- package/types/components/notification/Notification.d.ts +6 -0
- package/types/components/page-block/PageBlock.d.ts +4 -0
- package/types/components/pages/Pages.d.ts +4 -0
- package/types/components/pagination/Pagination.d.ts +5 -0
- package/types/components/popover/Popover.d.ts +4 -0
- package/types/components/radio-group/RadioGroup.d.ts +5 -0
- package/types/components/scrollable/Scrollable.d.ts +4 -0
- package/types/components/side-menu/SideMenu.d.ts +4 -0
- package/types/components/side-menu-group/SideMenuGroup.d.ts +4 -0
- package/types/components/side-menu-heading/SideMenuHeading.d.ts +4 -0
- package/types/components/skeleton/Skeleton.d.ts +6 -0
- package/types/components/spacer/Spacer.d.ts +6 -0
- package/types/components/spinner/Spinner.d.ts +6 -0
- package/types/components/tab/Tab.d.ts +4 -0
- package/types/components/table/Table.d.ts +5 -0
- package/types/components/table/TableSortHeader.d.ts +5 -0
- package/types/components/tabs/Tabs.d.ts +4 -0
- package/types/components/text-area/TextArea.d.ts +5 -0
- package/types/components/tooltip/Tooltip.d.ts +6 -0
- package/types/layouts/FullScreenNavbarLayout.d.ts +4 -0
- package/types/layouts/one-column-layout/OneColumnLayout.d.ts +4 -0
- package/types/layouts/three-column-layout/ThreeColumnLayout.d.ts +4 -0
- package/types/layouts/two-column-layout/TwoColumnLayout.d.ts +4 -0
- package/types.d.ts +62 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SvelteComponentTyped as default } from 'svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SvelteComponentTyped as default } from 'svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SvelteComponentTyped as default } from 'svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SvelteComponentTyped as default } from 'svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SvelteComponentTyped as default } from 'svelte';
|
package/package.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@abgov/web-components",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"license": "Apache-2.0",
|
|
5
|
+
"description": "Government of Alberta - UI Web components",
|
|
6
|
+
"bugs": {
|
|
7
|
+
"url": "https://github.com/GovAlta/ui-components/issues"
|
|
8
|
+
},
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"access": "public"
|
|
11
|
+
},
|
|
12
|
+
"semantic-release": "semantic-release",
|
|
13
|
+
"scripts": {},
|
|
14
|
+
"type": "module",
|
|
15
|
+
"main": "./index.js",
|
|
16
|
+
"module": "./index.mjs",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"GoA",
|
|
19
|
+
"Web Components"
|
|
20
|
+
],
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "https://github.com/GovAlta/ui-components.git",
|
|
24
|
+
"directory": "libs/web-components"
|
|
25
|
+
},
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"glob": "10.x",
|
|
28
|
+
"svelte": "4.x",
|
|
29
|
+
"@sveltejs/vite-plugin-svelte": "3.x"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface Message {
|
|
2
|
+
[key: string]: unknown;
|
|
3
|
+
type: string;
|
|
4
|
+
}
|
|
5
|
+
export interface ContextStore {
|
|
6
|
+
subscribe: (cb: (msg: Message) => void) => void;
|
|
7
|
+
notify: (msg: Message) => void;
|
|
8
|
+
}
|
|
9
|
+
export declare function getContext(name: string): ContextStore;
|
|
10
|
+
export declare function deleteContext(name: string): void;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type NumericSpacing = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10";
|
|
2
|
+
type TShirtSpacing = "none" | "3xs" | "2xs" | "xs" | "s" | "m" | "l" | "xl" | "2xl" | "3xl" | "4xl";
|
|
3
|
+
export type Spacing = NumericSpacing | TShirtSpacing | null;
|
|
4
|
+
/**
|
|
5
|
+
* import type { Spacing } from "../../common/types";
|
|
6
|
+
* import { calculateMargin } from "../../common/types";
|
|
7
|
+
*
|
|
8
|
+
* export let mt: Spacing = null;
|
|
9
|
+
* export let mr: Spacing = null;
|
|
10
|
+
* export let mb: Spacing = null;
|
|
11
|
+
* export let ml: Spacing = null;
|
|
12
|
+
*
|
|
13
|
+
* // add the following style attribute to the root element
|
|
14
|
+
* style={calculateMargin(mt, mr, mb, ml)}
|
|
15
|
+
*/
|
|
16
|
+
export declare function calculateMargin(mt: Spacing, mr: Spacing, mb: Spacing, ml: Spacing): string;
|
|
17
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function isUrlMatch(windowUrl: URL | Location, testUrl: string): number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare function toBoolean(value: string): boolean;
|
|
2
|
+
export declare function fromBoolean(value: boolean): string;
|
|
3
|
+
export declare function isValidDate(d: Date): boolean;
|
|
4
|
+
export declare function validateRequired(componentName: string, props: Record<string, unknown>): void;
|
|
5
|
+
export declare function getTimestamp(val?: Date): string;
|
|
6
|
+
export declare function cssVar(name: string, value: string | number): string;
|
|
7
|
+
export declare function pluralize(word: string, count: number): string;
|
|
8
|
+
export declare function clamp(value: number, min: number, max: number): number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function isValidDimension(value: string): boolean;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type GoAButtonType = "primary" | "submit" | "secondary" | "tertiary" | "start";
|
|
2
|
+
export type GoAButtonSize = "normal" | "compact";
|
|
3
|
+
export type GoAButtonVariant = "normal" | "destructive";
|
|
4
|
+
declare const default_base: any;
|
|
5
|
+
export default class extends default_base {
|
|
6
|
+
}
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type GoAContainerType = "interactive" | "info" | "error" | "success" | "important" | "non-interactive";
|
|
2
|
+
export type GoAContainerAccent = "thick" | "thin" | "filled";
|
|
3
|
+
export type GoAContainerPadding = "relaxed" | "compact";
|
|
4
|
+
declare const default_base: any;
|
|
5
|
+
export default class extends default_base {
|
|
6
|
+
}
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export type GoAIconSize = "small" | "medium" | "large" | "xlarge";
|
|
2
|
+
export type GoAIconVariant = "primary" | "secondary" | "tertiary";
|
|
3
|
+
export type GoAIconTheme = "outline" | "filled" | "sharp";
|
|
4
|
+
export type GoAIconType = "accessibility" | "add-circle" | "add" | "airplane" | "alarm" | "albums" | "alert-circle" | "alert" | "american-football" | "analytics" | "aperture" | "apps" | "archive" | "arrow-back-circle" | "arrow-back" | "arrow-down-circle" | "arrow-down" | "arrow-forward-circle" | "arrow-forward" | "arrow-redo-circle" | "arrow-redo" | "arrow-undo-circle" | "arrow-undo" | "arrow-up-circle" | "arrow-up" | "at-circle" | "at" | "attach" | "backspace" | "bag-add" | "bag-check" | "bag-handle" | "bag" | "bag-remove" | "balloon" | "ban" | "bandage" | "bar-chart" | "barbell" | "barcode" | "baseball" | "basket" | "basketball" | "battery-charging" | "battery-dead" | "battery-full" | "battery-half" | "beaker" | "bed" | "beer" | "bicycle" | "bluetooth" | "boat" | "body" | "bonfire" | "book" | "bookmark" | "bookmarks" | "bowling-ball" | "briefcase" | "browsers" | "brush" | "bug" | "build" | "bulb" | "bus" | "business" | "cafe" | "calculator" | "calendar-clear" | "calendar-number" | "calendar" | "call" | "camera" | "camera-reverse" | "car" | "car-sport" | "card" | "caret-back-circle" | "caret-back" | "caret-down-circle" | "caret-down" | "caret-forward-circle" | "caret-forward" | "caret-up-circle" | "caret-up" | "cart" | "cash" | "cellular" | "chatbox-ellipses" | "chatbox" | "chatbubble-ellipses" | "chatbubble" | "chatbubbles" | "checkbox" | "checkmark-circle" | "checkmark-done-circle" | "checkmark-done" | "chevron-back-circle" | "chevron-back" | "chevron-down-circle" | "chevron-down" | "chevron-forward-circle" | "chevron-forward" | "chevron-up-circle" | "chevron-up" | "clipboard" | "close-circle" | "close" | "cloud-circle" | "cloud-done" | "cloud-download" | "cloud-offline" | "cloud" | "cloud-upload" | "cloudy-night" | "cloudy" | "code-download" | "code" | "code-slash" | "code-working" | "cog" | "color-fill" | "color-filter" | "color-palette" | "color-wand" | "compass" | "construct" | "contract" | "contrast" | "copy" | "create" | "crop" | "cube" | "cut" | "desktop" | "diamond" | "dice" | "disc" | "document-attach" | "document-lock" | "document" | "document-text" | "documents" | "download" | "duplicate" | "ear" | "earth" | "easel" | "egg" | "ellipse" | "ellipsis-horizontal-circle" | "ellipsis-horizontal" | "ellipsis-vertical-circle" | "ellipsis-vertical" | "enter" | "exit" | "expand" | "extension-puzzle" | "eye-off" | "eye" | "eyedrop" | "fast-food" | "female" | "file-tray-full" | "file-tray" | "file-tray-stacked" | "filenames.ps1" | "film" | "filter-circle" | "filter" | "finger-print" | "fish" | "fitness" | "flag" | "flame" | "flash-off" | "flash" | "flashlight" | "flask" | "flower" | "folder-open" | "folder" | "football" | "footsteps" | "funnel" | "game-controller" | "gift" | "git-branch" | "git-commit" | "git-compare" | "git-merge" | "git-network" | "git-pull-request" | "glasses" | "globe" | "golf" | "grid" | "hammer" | "hand-left" | "hand-right" | "happy" | "hardware-chip" | "headset" | "heart-circle" | "heart-dislike-circle" | "heart-dislike" | "heart-half" | "heart" | "help-buoy" | "help-circle" | "help" | "home" | "hourglass" | "ice-cream" | "id-card" | "image" | "images" | "infinite" | "information-circle" | "information" | "invert-mode" | "journal" | "key" | "keypad" | "language" | "laptop" | "layers" | "leaf" | "library" | "link" | "list-circle" | "list" | "locate" | "location" | "lock-closed" | "lock-open" | "log-in" | "log-out" | "magnet" | "mail-open" | "mail" | "mail-unread" | "male-female" | "male" | "man" | "map" | "medal" | "medical" | "medkit" | "megaphone" | "menu" | "mic-circle" | "mic-off-circle" | "mic-off" | "mic" | "moon" | "move" | "musical-note" | "musical-notes" | "navigate-circle" | "navigate" | "newspaper" | "notifications-circle" | "notifications-off-circle" | "notifications-off" | "notifications" | "nuclear" | "nutrition" | "open" | "options" | "paper-plane" | "partly-sunny" | "pause-circle" | "pause" | "paw" | "people-circle" | "people" | "person-add" | "person-circle" | "person" | "person-remove" | "phone-landscape" | "phone-portrait" | "pie-chart" | "pin" | "pint" | "pizza" | "planet" | "play-back-circle" | "play-back" | "play-circle" | "play-forward-circle" | "play-forward" | "play" | "play-skip-back-circle" | "play-skip-back" | "play-skip-forward-circle" | "play-skip-forward" | "podium" | "power" | "pricetag" | "pricetags" | "print" | "prism" | "pulse" | "push" | "qr-code" | "radio-button-off" | "radio-button-on" | "radio" | "rainy" | "reader" | "receipt" | "recording" | "refresh-circle" | "refresh" | "reload-circle" | "reload" | "remove-circle" | "reorder-four" | "reorder-three" | "reorder-two" | "repeat" | "resize" | "restaurant" | "return-down-back" | "return-down-forward" | "return-up-back" | "return-up-forward" | "ribbon" | "rocket" | "rose" | "sad" | "save" | "scale" | "scan-circle" | "scan" | "school" | "search-circle" | "search" | "send" | "server" | "settings" | "shapes" | "share" | "share-social" | "shield-checkmark" | "shield-half" | "shield" | "shirt" | "shuffle" | "skull" | "snow" | "sparkles" | "speedometer" | "square" | "star-half" | "star" | "stats-chart" | "stop-circle" | "stop" | "stopwatch" | "storefront" | "subway" | "sunny" | "swap-horizontal" | "swap-vertical" | "sync-circle" | "sync" | "tablet-landscape" | "tablet-portrait" | "telescope" | "tennisball" | "terminal" | "text" | "thermometer" | "thumbs-down" | "thumbs-up" | "thunderstorm" | "ticket" | "time" | "timer" | "today" | "toggle" | "trail-sign" | "train" | "transgender" | "trash-bin" | "trash" | "trending-down" | "trending-up" | "triangle" | "trophy" | "tv" | "umbrella" | "unlink" | "videocam-off" | "videocam" | "volume-high" | "volume-low" | "volume-medium" | "volume-mute" | "volume-off" | "walk" | "wallet" | "warning" | "watch" | "water" | "wifi" | "wine" | "woman" | "logo-alipay" | "logo-amazon" | "logo-amplify" | "logo-android" | "logo-angular" | "logo-apple" | "logo-apple-appstore" | "logo-apple-ar" | "logo-behance" | "logo-bitbucket" | "logo-bitcoin" | "logo-buffer" | "logo-capacitor" | "logo-chrome" | "logo-closed-captioning" | "logo-codepen" | "logo-css3" | "logo-designernews" | "logo-deviantart" | "logo-discord" | "logo-docker" | "logo-dribbble" | "logo-dropbox" | "logo-edge" | "logo-electron" | "logo-euro" | "logo-facebook" | "logo-figma" | "logo-firebase" | "logo-firefox" | "logo-flickr" | "logo-foursquare" | "logo-github" | "logo-gitlab" | "logo-google" | "logo-google-playstore" | "logo-hackernews" | "logo-html5" | "logo-instagram" | "logo-ionic" | "logo-ionitron" | "logo-javascript" | "logo-laravel" | "logo-linkedin" | "logo-markdown" | "logo-mastodon" | "logo-medium" | "logo-microsoft" | "logo-no-smoking" | "logo-nodejs" | "logo-npm" | "logo-octocat" | "logo-paypal" | "logo-pinterest" | "logo-playstation" | "logo-pwa" | "logo-python" | "logo-react" | "logo-reddit" | "logo-rss" | "logo-sass" | "logo-skype" | "logo-slack" | "logo-snapchat" | "logo-soundcloud" | "logo-stackoverflow" | "logo-steam" | "logo-stencil" | "logo-tableau" | "logo-tiktok" | "logo-tumblr" | "logo-tux" | "logo-twitch" | "logo-twitter" | "logo-usd" | "logo-venmo" | "logo-vercel" | "logo-vimeo" | "logo-vk" | "logo-vue" | "logo-web-component" | "logo-wechat" | "logo-whatsapp" | "logo-windows" | "logo-wordpress" | "logo-xbox" | "logo-xing" | "logo-yahoo" | "logo-yen" | "logo-youtube";
|
|
5
|
+
declare const default_base: any;
|
|
6
|
+
export default class extends default_base {
|
|
7
|
+
}
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type GoAInputVariant = "goa" | "bare";
|
|
2
|
+
export type GoAInputType = "text" | "number" | "password" | "email" | "date" | "datetime-local" | "month" | "range" | "search" | "tel" | "time" | "url" | "week";
|
|
3
|
+
export type GoAInputAutoCapitalize = "on" | "off" | "none" | "sentences" | "words" | "characters";
|
|
4
|
+
declare const default_base: any;
|
|
5
|
+
export default class extends default_base {
|
|
6
|
+
}
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export type GoASkeletonType = "image" | "text" | "title" | "text-small" | "avatar" | "header" | "paragraph" | "thumbnail" | "card" | "lines" | "profile" | "article";
|
|
2
|
+
export type GoASkeletonSize = "1" | "2" | "3" | "4";
|
|
3
|
+
declare const default_base: any;
|
|
4
|
+
export default class extends default_base {
|
|
5
|
+
}
|
|
6
|
+
export {};
|