@gnist/design-system 3.10.0 → 3.11.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/CHANGELOG.md +6 -0
- package/dist/foundation/iconography/icons.d.ts +1 -1
- package/dist/foundation/iconography/icons.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/image_not_supported-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/image_not_supported-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/image_not_supported-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/image_not_supported-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/image_not_supported-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/image_not_supported-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/image_not_supported-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/index.cjs +11 -0
- package/dist/foundation/iconography/svg/action/index.d.ts +26 -0
- package/dist/foundation/iconography/svg/action/index.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/action/index.js +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.11.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@3.10.0...@gnist/design-system@3.11.0) (2025-09-10)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add image_not_supported svgs ([8ba49ba](https://github.com/mollerdigital/design-system-design-system/commit/8ba49bac9fc3c713b759a6dfba0d5631570958e3))
|
|
11
|
+
|
|
6
12
|
## [3.10.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@3.9.3...@gnist/design-system@3.10.0) (2025-09-05)
|
|
7
13
|
|
|
8
14
|
### Features
|
|
@@ -31,7 +31,7 @@ type IconVariantsAndOptions<T extends string> = {
|
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
export declare function defineIcons<T extends string>(icons: IconSpecifications<T>): IconVariantsAndOptions<T>;
|
|
34
|
-
export declare const icons: IconVariantsAndOptions<"clear" | "error" | "warning" | "success" | "info" | "sort" | "code" | "menu" | "search" | "coffee" | "help" | "favorite" | "favorite_border" | "star" | "star_outline" | "sentiment_dissatisfied" | "sentiment_neutral" | "sentiment_satisfied" | "sentiment_very_dissatisfied" | "sentiment_very_satisfied" | "event_note" | "live_tv" | "wifi" | "arrow_backward" | "arrow_downward" | "arrow_forward" | "arrow_upward" | "check" | "chevron_left" | "chevron_right" | "close" | "expand_less" | "expand_more" | "external" | "more_horizontal" | "more_vertical" | "open" | "refresh" | "spinner" | "unfold_less" | "unfold_more" | "ev_station" | "forest" | "gas_station" | "location" | "route" | "file_download" | "file_upload" | "task" | "add" | "auto" | "backspace" | "mail" | "manage_account" | "person" | "remove" | "send" | "work" | "call" | "chat" | "assignment" | "automatic_gear" | "binoculars" | "bolt" | "build" | "calculate" | "calendar" | "car" | "car_crash" | "change" | "contract" | "edit" | "explore" | "glass_damage" | "home" | "lightbulb" | "login" | "logout" | "manual_gear" | "notifications" | "payment" | "pets" | "play_circle" | "query_stats" | "savings" | "schedule" | "settings" | "shopping_cart" | "speed" | "tire" | "trash" | "tune" | "verified" | "visibility_off" | "visibility_on">;
|
|
34
|
+
export declare const icons: IconVariantsAndOptions<"clear" | "error" | "warning" | "success" | "info" | "sort" | "code" | "menu" | "search" | "coffee" | "help" | "favorite" | "favorite_border" | "star" | "star_outline" | "sentiment_dissatisfied" | "sentiment_neutral" | "sentiment_satisfied" | "sentiment_very_dissatisfied" | "sentiment_very_satisfied" | "event_note" | "live_tv" | "wifi" | "arrow_backward" | "arrow_downward" | "arrow_forward" | "arrow_upward" | "check" | "chevron_left" | "chevron_right" | "close" | "expand_less" | "expand_more" | "external" | "more_horizontal" | "more_vertical" | "open" | "refresh" | "spinner" | "unfold_less" | "unfold_more" | "ev_station" | "forest" | "gas_station" | "location" | "route" | "file_download" | "file_upload" | "task" | "add" | "auto" | "backspace" | "mail" | "manage_account" | "person" | "remove" | "send" | "work" | "call" | "chat" | "assignment" | "automatic_gear" | "binoculars" | "bolt" | "build" | "calculate" | "calendar" | "car" | "car_crash" | "change" | "contract" | "edit" | "explore" | "glass_damage" | "home" | "image_not_supported" | "lightbulb" | "login" | "logout" | "manual_gear" | "notifications" | "payment" | "pets" | "play_circle" | "query_stats" | "savings" | "schedule" | "settings" | "shopping_cart" | "speed" | "tire" | "trash" | "tune" | "verified" | "visibility_off" | "visibility_on">;
|
|
35
35
|
type Icons = typeof icons;
|
|
36
36
|
/**
|
|
37
37
|
* Apps using this library can use declaration merging to add app-specific icons to the allowed icon list.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/foundation/iconography/icons.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,UAAU,QAAS,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,KAAK,YAAY,GAAG,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;AAEvC,KAAK,kBAAkB,GAAG;KACrB,CAAC,IAAI,YAAY,CAAC,CAAC,EAAE,YAAY;CACrC,CAAC;AAEF,UAAU,WAAW;IACjB;;;OAGG;IACH,GAAG,EAAE,OAAO,GAAG,QAAQ,CAAC;IACxB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,KAAK,kBAAkB,CAAC,CAAC,SAAS,MAAM,IAAI;KACvC,CAAC,IAAI,CAAC,GAAG,kBAAkB,GAAG;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAA;KAAE;CACpE,CAAC;AAEF,KAAK,sBAAsB,CAAC,CAAC,SAAS,MAAM,IAAI;KAC3C,CAAC,IAAI,CAAC,GAAG;QAAE,QAAQ,EAAE,kBAAkB,CAAC;QAAC,OAAO,EAAE,WAAW,CAAA;KAAE;CACnE,CAAC;AAoBF,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,EACxC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAC7B,sBAAsB,CAAC,CAAC,CAAC,CAa3B;AAED,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/foundation/iconography/icons.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,UAAU,QAAS,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,KAAK,YAAY,GAAG,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;AAEvC,KAAK,kBAAkB,GAAG;KACrB,CAAC,IAAI,YAAY,CAAC,CAAC,EAAE,YAAY;CACrC,CAAC;AAEF,UAAU,WAAW;IACjB;;;OAGG;IACH,GAAG,EAAE,OAAO,GAAG,QAAQ,CAAC;IACxB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,KAAK,kBAAkB,CAAC,CAAC,SAAS,MAAM,IAAI;KACvC,CAAC,IAAI,CAAC,GAAG,kBAAkB,GAAG;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAA;KAAE;CACpE,CAAC;AAEF,KAAK,sBAAsB,CAAC,CAAC,SAAS,MAAM,IAAI;KAC3C,CAAC,IAAI,CAAC,GAAG;QAAE,QAAQ,EAAE,kBAAkB,CAAC;QAAC,OAAO,EAAE,WAAW,CAAA;KAAE;CACnE,CAAC;AAoBF,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,EACxC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAC7B,sBAAsB,CAAC,CAAC,CAAC,CAa3B;AAED,eAAO,MAAM,KAAK,8zCAqCjB,CAAC;AAEF,KAAK,KAAK,GAAG,OAAO,KAAK,CAAC;AAE1B;;GAEG;AAGH,MAAM,WAAW,UAAU;CAAG;AAE9B,UAAU,OAAO;IACb,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,OAAO,EAAE,WAAW,CAAC;CACxB;AACD,MAAM,MAAM,OAAO,CAAC,UAAU,SAAS,MAAM,IAAI,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;AAC7E,MAAM,MAAM,QAAQ,GAAG,KAAK,GAAG,UAAU,CAAC;AAC1C,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AACrD,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const React = require("react");
|
|
5
|
+
function _interopNamespaceCompat(e) {
|
|
6
|
+
if (e && typeof e === "object" && "default" in e) return e;
|
|
7
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
8
|
+
if (e) {
|
|
9
|
+
for (const k in e) {
|
|
10
|
+
if (k !== "default") {
|
|
11
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => e[k]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
|
+
}
|
|
22
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
|
|
23
|
+
const SvgImageNotSupportedFilled = ({
|
|
24
|
+
title,
|
|
25
|
+
titleId,
|
|
26
|
+
...props
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M15.64 14.94.7 0-.36 1.06l1.74 1.75v9.94c0 .83.68 1.5 1.5 1.5h9.94L14.57 16zM2.89 11.99 5.53 8.6l1.88 2.27.89-1.14L10.56 12zm12.07.13L3.5.68h9.94c.83 0 1.5.68 1.5 1.5z" }));
|
|
28
|
+
exports.default = SvgImageNotSupportedFilled;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgImageNotSupportedFilled = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M15.64 14.94.7 0-.36 1.06l1.74 1.75v9.94c0 .83.68 1.5 1.5 1.5h9.94L14.57 16zM2.89 11.99 5.53 8.6l1.88 2.27.89-1.14L10.56 12zm12.07.13L3.5.68h9.94c.83 0 1.5.68 1.5 1.5z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgImageNotSupportedFilled as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const React = require("react");
|
|
5
|
+
function _interopNamespaceCompat(e) {
|
|
6
|
+
if (e && typeof e === "object" && "default" in e) return e;
|
|
7
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
8
|
+
if (e) {
|
|
9
|
+
for (const k in e) {
|
|
10
|
+
if (k !== "default") {
|
|
11
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => e[k]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
|
+
}
|
|
22
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
|
|
23
|
+
const SvgImageNotSupportedOutlined = ({
|
|
24
|
+
title,
|
|
25
|
+
titleId,
|
|
26
|
+
...props
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", stroke: "currentColor", d: "M2.39 13.25h10.13l-2.5-2.51H7.68l.12-.15.64-.8.28-.34-6.33-6.33zM13.45 1.18a1 1 0 0 1 1 1v8.74l-.5-.51V1.69H5.23l-.51-.51zM7 10.57l.13.17h-2.5l1.26-1.68zM1.88 2.61l-.15-.15-1.39-1.4L.7.71l14.23 14.22-.36.36-1.54-1.53H2.89c-.56 0-1.01-.46-1.01-1.01z" }));
|
|
28
|
+
exports.default = SvgImageNotSupportedOutlined;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgImageNotSupportedOutlined = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", stroke: "currentColor", d: "M2.39 13.25h10.13l-2.5-2.51H7.68l.12-.15.64-.8.28-.34-6.33-6.33zM13.45 1.18a1 1 0 0 1 1 1v8.74l-.5-.51V1.69H5.23l-.51-.51zM7 10.57l.13.17h-2.5l1.26-1.68zM1.88 2.61l-.15-.15-1.39-1.4L.7.71l14.23 14.22-.36.36-1.54-1.53H2.89c-.56 0-1.01-.46-1.01-1.01z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgImageNotSupportedOutlined as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const React = require("react");
|
|
5
|
+
function _interopNamespaceCompat(e) {
|
|
6
|
+
if (e && typeof e === "object" && "default" in e) return e;
|
|
7
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
8
|
+
if (e) {
|
|
9
|
+
for (const k in e) {
|
|
10
|
+
if (k !== "default") {
|
|
11
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => e[k]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
|
+
}
|
|
22
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
|
|
23
|
+
const SvgImageNotSupportedRound = ({
|
|
24
|
+
title,
|
|
25
|
+
titleId,
|
|
26
|
+
...props
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 17 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M16.4 14.66 1.99.23c-.3-.3-.8-.3-1.1 0-.32.3-.32.8-.02 1.1L2.13 2.6v10.34c0 .86.7 1.57 1.57 1.57h10.34l1.26 1.26c.3.3.8.3 1.1 0s.31-.8 0-1.11m-11.9-2.5a.4.4 0 0 1-.3-.64L6.14 9a.4.4 0 0 1 .61 0l1.65 1.98.92-1.18 2.35 2.35zm11.76.13L4.35.38h10.34c.86 0 1.57.7 1.57 1.57z" }));
|
|
28
|
+
exports.default = SvgImageNotSupportedRound;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgImageNotSupportedRound = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 17 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M16.4 14.66 1.99.23c-.3-.3-.8-.3-1.1 0-.32.3-.32.8-.02 1.1L2.13 2.6v10.34c0 .86.7 1.57 1.57 1.57h10.34l1.26 1.26c.3.3.8.3 1.1 0s.31-.8 0-1.11m-11.9-2.5a.4.4 0 0 1-.3-.64L6.14 9a.4.4 0 0 1 .61 0l1.65 1.98.92-1.18 2.35 2.35zm11.76.13L4.35.38h10.34c.86 0 1.57.7 1.57 1.57z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgImageNotSupportedRound as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const React = require("react");
|
|
5
|
+
function _interopNamespaceCompat(e) {
|
|
6
|
+
if (e && typeof e === "object" && "default" in e) return e;
|
|
7
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
8
|
+
if (e) {
|
|
9
|
+
for (const k in e) {
|
|
10
|
+
if (k !== "default") {
|
|
11
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => e[k]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
|
+
}
|
|
22
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
|
|
23
|
+
const SvgImageNotSupportedSharp = ({
|
|
24
|
+
title,
|
|
25
|
+
titleId,
|
|
26
|
+
...props
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M15.64 14.94.7 0-.36 1.06l1.74 1.75v11.45h11.44L14.57 16zM2.89 11.99 5.53 8.6l1.88 2.27.89-1.14L10.56 12zm12.07.13L3.5.68h11.45z" }));
|
|
28
|
+
exports.default = SvgImageNotSupportedSharp;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgImageNotSupportedSharp = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M15.64 14.94.7 0-.36 1.06l1.74 1.75v11.45h11.44L14.57 16zM2.89 11.99 5.53 8.6l1.88 2.27.89-1.14L10.56 12zm12.07.13L3.5.68h11.45z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgImageNotSupportedSharp as default
|
|
10
|
+
};
|
|
@@ -65,6 +65,10 @@ const homeFilled = require("./home-filled.svg.cjs");
|
|
|
65
65
|
const homeOutlined = require("./home-outlined.svg.cjs");
|
|
66
66
|
const homeRound = require("./home-round.svg.cjs");
|
|
67
67
|
const homeSharp = require("./home-sharp.svg.cjs");
|
|
68
|
+
const image_not_supportedFilled = require("./image_not_supported-filled.svg.cjs");
|
|
69
|
+
const image_not_supportedOutlined = require("./image_not_supported-outlined.svg.cjs");
|
|
70
|
+
const image_not_supportedRound = require("./image_not_supported-round.svg.cjs");
|
|
71
|
+
const image_not_supportedSharp = require("./image_not_supported-sharp.svg.cjs");
|
|
68
72
|
const lightbulbFilled = require("./lightbulb-filled.svg.cjs");
|
|
69
73
|
const lightbulbOutlined = require("./lightbulb-outlined.svg.cjs");
|
|
70
74
|
const lightbulbRound = require("./lightbulb-round.svg.cjs");
|
|
@@ -249,6 +253,12 @@ const home = {
|
|
|
249
253
|
round: homeRound.default,
|
|
250
254
|
sharp: homeSharp.default
|
|
251
255
|
};
|
|
256
|
+
const image_not_supported = {
|
|
257
|
+
filled: image_not_supportedFilled.default,
|
|
258
|
+
outlined: image_not_supportedOutlined.default,
|
|
259
|
+
round: image_not_supportedRound.default,
|
|
260
|
+
sharp: image_not_supportedSharp.default
|
|
261
|
+
};
|
|
252
262
|
const lightbulb = {
|
|
253
263
|
filled: lightbulbFilled.default,
|
|
254
264
|
outlined: lightbulbOutlined.default,
|
|
@@ -397,6 +407,7 @@ exports.edit = edit;
|
|
|
397
407
|
exports.explore = explore;
|
|
398
408
|
exports.glass_damage = glass_damage;
|
|
399
409
|
exports.home = home;
|
|
410
|
+
exports.image_not_supported = image_not_supported;
|
|
400
411
|
exports.lightbulb = lightbulb;
|
|
401
412
|
exports.login = login;
|
|
402
413
|
exports.logout = logout;
|
|
@@ -414,6 +414,32 @@ export declare const home: {
|
|
|
414
414
|
descId?: string;
|
|
415
415
|
}>;
|
|
416
416
|
};
|
|
417
|
+
export declare const image_not_supported: {
|
|
418
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
419
|
+
title?: string;
|
|
420
|
+
titleId?: string;
|
|
421
|
+
desc?: string;
|
|
422
|
+
descId?: string;
|
|
423
|
+
}>;
|
|
424
|
+
outlined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
425
|
+
title?: string;
|
|
426
|
+
titleId?: string;
|
|
427
|
+
desc?: string;
|
|
428
|
+
descId?: string;
|
|
429
|
+
}>;
|
|
430
|
+
round: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
431
|
+
title?: string;
|
|
432
|
+
titleId?: string;
|
|
433
|
+
desc?: string;
|
|
434
|
+
descId?: string;
|
|
435
|
+
}>;
|
|
436
|
+
sharp: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
437
|
+
title?: string;
|
|
438
|
+
titleId?: string;
|
|
439
|
+
desc?: string;
|
|
440
|
+
descId?: string;
|
|
441
|
+
}>;
|
|
442
|
+
};
|
|
417
443
|
export declare const lightbulb: {
|
|
418
444
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
419
445
|
title?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/iconography/svg/action/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/iconography/svg/action/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -63,6 +63,10 @@ import SvgHomeFilled from "./home-filled.svg.js";
|
|
|
63
63
|
import SvgHomeOutlined from "./home-outlined.svg.js";
|
|
64
64
|
import SvgHomeRound from "./home-round.svg.js";
|
|
65
65
|
import SvgHomeSharp from "./home-sharp.svg.js";
|
|
66
|
+
import SvgImageNotSupportedFilled from "./image_not_supported-filled.svg.js";
|
|
67
|
+
import SvgImageNotSupportedOutlined from "./image_not_supported-outlined.svg.js";
|
|
68
|
+
import SvgImageNotSupportedRound from "./image_not_supported-round.svg.js";
|
|
69
|
+
import SvgImageNotSupportedSharp from "./image_not_supported-sharp.svg.js";
|
|
66
70
|
import SvgLightbulbFilled from "./lightbulb-filled.svg.js";
|
|
67
71
|
import SvgLightbulbOutlined from "./lightbulb-outlined.svg.js";
|
|
68
72
|
import SvgLightbulbRound from "./lightbulb-round.svg.js";
|
|
@@ -247,6 +251,12 @@ const home = {
|
|
|
247
251
|
round: SvgHomeRound,
|
|
248
252
|
sharp: SvgHomeSharp
|
|
249
253
|
};
|
|
254
|
+
const image_not_supported = {
|
|
255
|
+
filled: SvgImageNotSupportedFilled,
|
|
256
|
+
outlined: SvgImageNotSupportedOutlined,
|
|
257
|
+
round: SvgImageNotSupportedRound,
|
|
258
|
+
sharp: SvgImageNotSupportedSharp
|
|
259
|
+
};
|
|
250
260
|
const lightbulb = {
|
|
251
261
|
filled: SvgLightbulbFilled,
|
|
252
262
|
outlined: SvgLightbulbOutlined,
|
|
@@ -396,6 +406,7 @@ export {
|
|
|
396
406
|
explore,
|
|
397
407
|
glass_damage,
|
|
398
408
|
home,
|
|
409
|
+
image_not_supported,
|
|
399
410
|
lightbulb,
|
|
400
411
|
login,
|
|
401
412
|
logout,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnist/design-system",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.11.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"optional": true
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "17b2cba9701bb1cb8792a192fd9e5fad8da58c00"
|
|
106
106
|
}
|