@abgov/web-components 1.18.1 → 1.19.1

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.
Files changed (70) hide show
  1. package/README.md +25 -6
  2. package/components/accordion/Accordion.svelte.d.ts +1 -0
  3. package/components/app-header/AppHeader.svelte.d.ts +1 -0
  4. package/components/app-header-menu/AppHeaderMenu.svelte.d.ts +1 -0
  5. package/components/badge/Badge.svelte.d.ts +1 -0
  6. package/components/block/Block.svelte.d.ts +1 -0
  7. package/components/button/Button.svelte.d.ts +1 -0
  8. package/components/button-group/ButtonGroup.svelte.d.ts +1 -0
  9. package/components/calendar/Calendar.svelte.d.ts +1 -0
  10. package/components/callout/Callout.svelte.d.ts +1 -0
  11. package/components/card/Card.svelte.d.ts +1 -0
  12. package/components/card-actions/CardActions.svelte.d.ts +1 -0
  13. package/components/card-content/CardContent.svelte.d.ts +1 -0
  14. package/components/card-group/CardGroup.svelte.d.ts +1 -0
  15. package/components/card-image/CardImage.svelte.d.ts +1 -0
  16. package/components/checkbox/Checkbox.svelte.d.ts +1 -0
  17. package/components/chip/Chip.svelte.d.ts +1 -0
  18. package/components/circular-progress/CircularProgress.svelte.d.ts +1 -0
  19. package/components/container/Container.svelte.d.ts +1 -0
  20. package/components/date-picker/DatePicker.svelte.d.ts +1 -0
  21. package/components/details/Details.svelte.d.ts +1 -0
  22. package/components/divider/Divider.svelte.d.ts +1 -0
  23. package/components/dropdown/Dropdown.svelte.d.ts +1 -0
  24. package/components/dropdown/DropdownItem.svelte.d.ts +1 -0
  25. package/components/file-upload-card/FileUploadCard.svelte.d.ts +1 -0
  26. package/components/file-upload-input/FileUploadInput.svelte.d.ts +1 -0
  27. package/components/focus-trap/FocusTrap.svelte.d.ts +1 -0
  28. package/components/footer/Footer.svelte.d.ts +1 -0
  29. package/components/footer-meta-section/FooterMetaSection.svelte.d.ts +1 -0
  30. package/components/footer-nav-section/FooterNavSection.svelte.d.ts +1 -0
  31. package/components/form-item/FormItem.svelte.d.ts +1 -0
  32. package/components/form-step/FormStep.svelte.d.ts +1 -0
  33. package/components/form-stepper/FormStepper.svelte.d.ts +1 -0
  34. package/components/grid/Grid.svelte.d.ts +1 -0
  35. package/components/hero-banner/HeroBanner.svelte.d.ts +1 -0
  36. package/components/icon/Icon.svelte.d.ts +1 -0
  37. package/components/icon-button/IconButton.svelte.d.ts +1 -0
  38. package/components/input/Input.svelte.d.ts +1 -0
  39. package/components/microsite-header/MicrositeHeader.svelte.d.ts +1 -0
  40. package/components/modal/Modal.svelte.d.ts +1 -0
  41. package/components/notification/Notification.svelte.d.ts +1 -0
  42. package/components/page-block/PageBlock.svelte.d.ts +1 -0
  43. package/components/pages/Pages.svelte.d.ts +1 -0
  44. package/components/pagination/Pagination.svelte.d.ts +1 -0
  45. package/components/popover/Popover.svelte.d.ts +1 -0
  46. package/components/radio-group/RadioGroup.svelte.d.ts +1 -0
  47. package/components/scrollable/Scrollable.svelte.d.ts +1 -0
  48. package/components/side-menu/SideMenu.svelte.d.ts +1 -0
  49. package/components/side-menu-group/SideMenuGroup.svelte.d.ts +1 -0
  50. package/components/side-menu-heading/SideMenuHeading.svelte.d.ts +1 -0
  51. package/components/skeleton/Skeleton.svelte.d.ts +1 -0
  52. package/components/spacer/Spacer.svelte.d.ts +1 -0
  53. package/components/spinner/Spinner.svelte.d.ts +1 -0
  54. package/components/tab/Tab.svelte.d.ts +1 -0
  55. package/components/table/Table.svelte.d.ts +1 -0
  56. package/components/table/TableSortHeader.svelte.d.ts +1 -0
  57. package/components/tabs/Tabs.svelte.d.ts +1 -0
  58. package/components/text-area/TextArea.svelte.d.ts +1 -0
  59. package/components/tooltip/Tooltip.svelte.d.ts +1 -0
  60. package/html.html-data.json +1 -1
  61. package/index.css +1 -1
  62. package/index.js +19866 -0
  63. package/index.svelte.d.ts +1 -0
  64. package/layouts/FullScreenNavbarLayout.svelte.d.ts +1 -0
  65. package/layouts/one-column-layout/OneColumnLayout.svelte.d.ts +1 -0
  66. package/layouts/three-column-layout/ThreeColumnLayout.svelte.d.ts +1 -0
  67. package/layouts/two-column-layout/TwoColumnLayout.svelte.d.ts +1 -0
  68. package/package.json +10 -32
  69. package/web-components.es.js +0 -27476
  70. package/web-components.umd.js +0 -207
package/README.md CHANGED
@@ -1,13 +1,32 @@
1
- # GoA Web components
1
+ # Web Components
2
2
 
3
- This library contains custom components from the Government of Alberta.
3
+ ![npm (scoped)](https://img.shields.io/npm/v/@abgov/web-components?color=%230081a2&label=react-components&style=flat-square)
4
4
 
5
- ### [View Angular Setup](https://ui-components.alberta.ca/?path=/docs/setup-angular--page)
5
+ This library contains web components from the Government of Alberta.
6
6
 
7
- ### [View React Setup](https://ui-components.alberta.ca/?path=/docs/setup-react--page)
7
+ ```bash
8
+ npm i @abgov/web-components
9
+ ```
8
10
 
9
- ### [View Vue Setup](https://ui-components.alberta.ca/?path=/docs/setup-vue--page)
11
+ ### Icons
10
12
 
13
+ Link ionicons in app/index.html
14
+ Add the following to the head element
15
+
16
+ ```html
17
+ <script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
18
+ <script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
19
+ ```
20
+
21
+ ### Styles
22
+
23
+ Import the web-component styles in the `src/index.css` file
24
+
25
+ ```css
26
+ @import "@abgov/web-components/index.css";
27
+ ```
11
28
  ---
12
29
 
13
- [Visit Design System](https://ui-components.alberta.ca)
30
+ [Visit Design System](https://design.alberta.ca)
31
+
32
+
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';