@onsvisual/svelte-components 0.0.11 → 0.0.13
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/index.js
CHANGED
|
@@ -7,8 +7,8 @@ export { default as Theme } from "./wrappers/Theme/Theme.svelte";
|
|
|
7
7
|
// Layout
|
|
8
8
|
export { default as Accordion } from "./layout/Accordion/Accordion.svelte";
|
|
9
9
|
export { default as AnalyticsBanner } from "./layout/AnalyticsBanner/AnalyticsBanner.svelte";
|
|
10
|
-
export {
|
|
11
|
-
export { default as
|
|
10
|
+
export { analyticsEvent } from "./layout/AnalyticsBanner/AnalyticsBanner.svelte";
|
|
11
|
+
export { default as Highlight } from "./layout/Highlight/Highlight.svelte";
|
|
12
12
|
export { default as Footer } from "./layout/Footer/Footer.svelte";
|
|
13
13
|
export { default as Grid } from "./layout/Grid/Grid.svelte";
|
|
14
14
|
export { default as Header } from "./layout/Header/Header.svelte";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onsvisual/svelte-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://onsvisual.github.io/svelte-components",
|
|
@@ -145,13 +145,13 @@
|
|
|
145
145
|
"./layout/Breadcrumb/Breadcrumb.svelte": "./dist/layout/Breadcrumb/Breadcrumb.svelte",
|
|
146
146
|
"./layout/Contents/Contents.svelte": "./dist/layout/Contents/Contents.svelte",
|
|
147
147
|
"./layout/ErrorPage/ErrorPage.svelte": "./dist/layout/ErrorPage/ErrorPage.svelte",
|
|
148
|
-
"./layout/Filler/Filler.svelte": "./dist/layout/Filler/Filler.svelte",
|
|
149
148
|
"./layout/Footer/Footer.svelte": "./dist/layout/Footer/Footer.svelte",
|
|
150
149
|
"./layout/Footer/ONSLogo.svelte": "./dist/layout/Footer/ONSLogo.svelte",
|
|
151
150
|
"./layout/Grid/Grid.svelte": "./dist/layout/Grid/Grid.svelte",
|
|
152
151
|
"./layout/Header/Header.svelte": "./dist/layout/Header/Header.svelte",
|
|
153
152
|
"./layout/Header/ONSLogo.svelte": "./dist/layout/Header/ONSLogo.svelte",
|
|
154
153
|
"./layout/Hero/Hero.svelte": "./dist/layout/Hero/Hero.svelte",
|
|
154
|
+
"./layout/Highlight/Highlight.svelte": "./dist/layout/Highlight/Highlight.svelte",
|
|
155
155
|
"./layout/List/List.svelte": "./dist/layout/List/List.svelte",
|
|
156
156
|
"./layout/NavSections/NavSection.svelte": "./dist/layout/NavSections/NavSection.svelte",
|
|
157
157
|
"./layout/NavSections/NavSections.svelte": "./dist/layout/NavSections/NavSections.svelte",
|
|
File without changes
|