@roadtrip/components 3.12.1 → 3.13.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/dist/cjs/index-fb57f684.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/road-badge_14.cjs.entry.js +2 -1
- package/dist/cjs/road-badge_14.cjs.entry.js.map +1 -1
- package/dist/cjs/road-button-floating.cjs.entry.js +1 -1
- package/dist/cjs/road-button-floating.cjs.entry.js.map +1 -1
- package/dist/cjs/road-card.cjs.entry.js +6 -4
- package/dist/cjs/road-card.cjs.entry.js.map +1 -1
- package/dist/cjs/road-navbar-item.cjs.entry.js +4 -3
- package/dist/cjs/road-navbar-item.cjs.entry.js.map +1 -1
- package/dist/cjs/roadtrip.cjs.js +1 -1
- package/dist/collection/components/button-floating/button-floating.css +14 -0
- package/dist/collection/components/card/card.css +23 -0
- package/dist/collection/components/card/card.js +24 -4
- package/dist/collection/components/card/card.js.map +1 -1
- package/dist/collection/components/card/card.stories.js +31 -12
- package/dist/collection/components/counter/counter.js +20 -1
- package/dist/collection/components/counter/counter.js.map +1 -1
- package/dist/collection/components/counter/counter.stories.js +5 -0
- package/dist/collection/components/icon/svg/air-conditioning-color.svg +1 -0
- package/dist/collection/components/icon/svg/air-conditioning-outline.svg +1 -0
- package/dist/collection/components/icon/svg/alert-notification-off-color.svg +1 -0
- package/dist/collection/components/icon/svg/alert-notification-off-outline.svg +1 -0
- package/dist/collection/components/icon/svg/alert-notification-off-solid.svg +1 -0
- package/dist/collection/components/icon/svg/location-pin-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-front-color.svg +1 -0
- package/dist/collection/components/icon/svg/tire-front-outline.svg +1 -0
- package/dist/collection/components/icon/svg/tire-front-solid.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-clean-color.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-clean-outline.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-clean-solid.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-damage-color.svg +8 -0
- package/dist/collection/components/icon/svg/vehicle-damage-outline.svg +8 -0
- package/dist/collection/components/icon/svg/vehicle-damage-solid.svg +5 -0
- package/dist/collection/components/icon/svg/windscreen-frost-winter-color.svg +1 -0
- package/dist/collection/components/icon/svg/windscreen-frost-winter-outline.svg +1 -0
- package/dist/collection/components/navbar-item/navbar-item.css +28 -1
- package/dist/collection/components/navbar-item/navbar-item.js +3 -2
- package/dist/collection/components/navbar-item/navbar-item.js.map +1 -1
- package/dist/esm/index-891decf5.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/road-badge_14.entry.js +2 -1
- package/dist/esm/road-badge_14.entry.js.map +1 -1
- package/dist/esm/road-button-floating.entry.js +1 -1
- package/dist/esm/road-button-floating.entry.js.map +1 -1
- package/dist/esm/road-card.entry.js +7 -5
- package/dist/esm/road-card.entry.js.map +1 -1
- package/dist/esm/road-navbar-item.entry.js +4 -3
- package/dist/esm/road-navbar-item.entry.js.map +1 -1
- package/dist/esm/roadtrip.js +1 -1
- package/dist/html.html-data.json +19 -0
- package/dist/icons/icons.svg +1 -1
- package/dist/icons/index.d.ts +13 -1
- package/dist/icons/index.js +14 -2
- package/dist/roadtrip/p-336aa5f6.entry.js +2 -0
- package/dist/roadtrip/p-336aa5f6.entry.js.map +1 -0
- package/dist/roadtrip/p-336f7def.entry.js +2 -0
- package/dist/roadtrip/p-336f7def.entry.js.map +1 -0
- package/dist/roadtrip/p-4ec82d24.entry.js +2 -0
- package/dist/roadtrip/p-4ec82d24.entry.js.map +1 -0
- package/dist/roadtrip/p-73fe2357.js.map +1 -1
- package/dist/roadtrip/p-91098d39.entry.js +2 -0
- package/dist/roadtrip/p-91098d39.entry.js.map +1 -0
- package/dist/roadtrip/roadtrip.css +1 -1
- package/dist/roadtrip/roadtrip.esm.js +1 -1
- package/dist/roadtrip/roadtrip.esm.js.map +1 -1
- package/dist/roadtrip/svg/air-conditioning-color.svg +1 -0
- package/dist/roadtrip/svg/air-conditioning-outline.svg +1 -0
- package/dist/roadtrip/svg/alert-notification-off-color.svg +1 -0
- package/dist/roadtrip/svg/alert-notification-off-outline.svg +1 -0
- package/dist/roadtrip/svg/alert-notification-off-solid.svg +1 -0
- package/dist/roadtrip/svg/location-pin-outline-color.svg +1 -1
- package/dist/roadtrip/svg/tire-front-color.svg +1 -0
- package/dist/roadtrip/svg/tire-front-outline.svg +1 -0
- package/dist/roadtrip/svg/tire-front-solid.svg +1 -0
- package/dist/roadtrip/svg/vehicle-clean-color.svg +1 -0
- package/dist/roadtrip/svg/vehicle-clean-outline.svg +1 -0
- package/dist/roadtrip/svg/vehicle-clean-solid.svg +1 -0
- package/dist/roadtrip/svg/vehicle-damage-color.svg +8 -0
- package/dist/roadtrip/svg/vehicle-damage-outline.svg +8 -0
- package/dist/roadtrip/svg/vehicle-damage-solid.svg +5 -0
- package/dist/roadtrip/svg/windscreen-frost-winter-color.svg +1 -0
- package/dist/roadtrip/svg/windscreen-frost-winter-outline.svg +1 -0
- package/dist/types/components/card/card.d.ts +4 -0
- package/dist/types/components/counter/counter.d.ts +4 -0
- package/dist/types/components.d.ts +16 -0
- package/hydrate/index.d.ts +6 -6
- package/hydrate/index.js +270 -204
- package/icons/icons.svg +1 -1
- package/icons/index.d.ts +13 -1
- package/icons/index.js +14 -2
- package/package.json +1 -1
- package/dist/roadtrip/p-744198aa.entry.js +0 -2
- package/dist/roadtrip/p-744198aa.entry.js.map +0 -1
- package/dist/roadtrip/p-90b35d7e.entry.js +0 -2
- package/dist/roadtrip/p-90b35d7e.entry.js.map +0 -1
- package/dist/roadtrip/p-90fac6e5.entry.js +0 -2
- package/dist/roadtrip/p-90fac6e5.entry.js.map +0 -1
- package/dist/roadtrip/p-c5ca63ec.entry.js +0 -2
- package/dist/roadtrip/p-c5ca63ec.entry.js.map +0 -1
package/hydrate/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated by dts-bundle-generator
|
|
1
|
+
// Generated by dts-bundle-generator v8.1.2
|
|
2
2
|
|
|
3
3
|
export declare function createWindowFromHtml(templateHtml: string, uniqueId: string): any;
|
|
4
4
|
export interface HydrateDocumentOptions {
|
|
@@ -14,7 +14,7 @@ export interface HydrateDocumentOptions {
|
|
|
14
14
|
*/
|
|
15
15
|
canonicalUrl?: string;
|
|
16
16
|
/**
|
|
17
|
-
* Include the HTML comments and attributes used by the
|
|
17
|
+
* Include the HTML comments and attributes used by the client-side
|
|
18
18
|
* JavaScript to read the structure of the HTML and rebuild each
|
|
19
19
|
* component. Defaults to `true`.
|
|
20
20
|
*/
|
|
@@ -35,7 +35,7 @@ export interface HydrateDocumentOptions {
|
|
|
35
35
|
direction?: string;
|
|
36
36
|
/**
|
|
37
37
|
* Component tag names listed here will not be prerendered, nor will
|
|
38
|
-
* hydrated on the
|
|
38
|
+
* hydrated on the client-side. Components listed here will be ignored
|
|
39
39
|
* as custom elements and treated no differently than a `<div>`.
|
|
40
40
|
*/
|
|
41
41
|
excludeComponents?: string[];
|
|
@@ -68,11 +68,11 @@ export interface HydrateDocumentOptions {
|
|
|
68
68
|
*/
|
|
69
69
|
runtimeLogging?: boolean;
|
|
70
70
|
/**
|
|
71
|
-
* Component tags listed here will only be prerendered or
|
|
72
|
-
* and will not be
|
|
71
|
+
* Component tags listed here will only be prerendered or server-side-rendered
|
|
72
|
+
* and will not be client-side hydrated. This is useful for components that
|
|
73
73
|
* are not dynamic and do not need to be defined as a custom element within the
|
|
74
74
|
* browser. For example, a header or footer component would be a good example that
|
|
75
|
-
* may not require any
|
|
75
|
+
* may not require any client-side JavaScript.
|
|
76
76
|
*/
|
|
77
77
|
staticComponents?: string[];
|
|
78
78
|
/**
|