@stenajs-webui/elements 19.0.0-next.4 → 19.0.0-next.6
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/icons/ui/IconsUi.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +1003 -964
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -159,6 +159,7 @@ export declare const stenaSailingOnQuay: IconDefinition;
|
|
|
159
159
|
export declare const stenaSailingOnRoute: IconDefinition;
|
|
160
160
|
export declare const stenaSailingPeak: IconDefinition;
|
|
161
161
|
export declare const stenaSailingRoundTrip: IconDefinition;
|
|
162
|
+
export declare const stenaSailingRouteAlt: IconDefinition;
|
|
162
163
|
export declare const stenaSailingRoute: IconDefinition;
|
|
163
164
|
export declare const stenaSailingShip: IconDefinition;
|
|
164
165
|
export declare const stenaSailingShoulder: IconDefinition;
|
package/dist/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export * from "./components/ui/button-links/SecondaryButtonLink";
|
|
|
23
23
|
export * from "./components/ui/button-group/ButtonGroup";
|
|
24
24
|
export * from "./components/ui/up-down-buttons/UpDownButtons";
|
|
25
25
|
export * from "./components/ui/icon/Icon";
|
|
26
|
+
export * from "./components/ui/icon/CircledIcon";
|
|
26
27
|
export * from "./components/ui/card/Card";
|
|
27
28
|
export * from "./components/ui/card/CardHeader";
|
|
28
29
|
export * from "./components/ui/card/CardBody";
|