@gnist/design-system 3.11.1 → 3.12.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 +10 -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/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/dist/foundation/iconography/svg/action/print-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/print-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/print-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/print-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/print-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/print-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/print-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/print-sharp.svg.js +10 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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.12.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@3.11.2...@gnist/design-system@3.12.0) (2025-09-12)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add new print icon ([18673b0](https://github.com/mollerdigital/design-system-design-system/commit/18673b0d6b8b09aae321205cfc32d363f6bc26d2))
|
|
11
|
+
|
|
12
|
+
## [3.11.2](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@3.11.1...@gnist/design-system@3.11.2) (2025-09-12)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @gnist/design-system
|
|
15
|
+
|
|
6
16
|
## [3.11.1](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@3.11.0...@gnist/design-system@3.11.1) (2025-09-11)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @gnist/design-system
|
|
@@ -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" | "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">;
|
|
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" | "print" | "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,w0CAqCjB,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"}
|
|
@@ -101,6 +101,10 @@ const play_circleFilled = require("./play_circle-filled.svg.cjs");
|
|
|
101
101
|
const play_circleOutlined = require("./play_circle-outlined.svg.cjs");
|
|
102
102
|
const play_circleRound = require("./play_circle-round.svg.cjs");
|
|
103
103
|
const play_circleSharp = require("./play_circle-sharp.svg.cjs");
|
|
104
|
+
const printFilled = require("./print-filled.svg.cjs");
|
|
105
|
+
const printOutlined = require("./print-outlined.svg.cjs");
|
|
106
|
+
const printRound = require("./print-round.svg.cjs");
|
|
107
|
+
const printSharp = require("./print-sharp.svg.cjs");
|
|
104
108
|
const query_statsFilled = require("./query_stats-filled.svg.cjs");
|
|
105
109
|
const query_statsOutlined = require("./query_stats-outlined.svg.cjs");
|
|
106
110
|
const query_statsRound = require("./query_stats-round.svg.cjs");
|
|
@@ -307,6 +311,12 @@ const play_circle = {
|
|
|
307
311
|
round: play_circleRound.default,
|
|
308
312
|
sharp: play_circleSharp.default
|
|
309
313
|
};
|
|
314
|
+
const print = {
|
|
315
|
+
filled: printFilled.default,
|
|
316
|
+
outlined: printOutlined.default,
|
|
317
|
+
round: printRound.default,
|
|
318
|
+
sharp: printSharp.default
|
|
319
|
+
};
|
|
310
320
|
const query_stats = {
|
|
311
321
|
filled: query_statsFilled.default,
|
|
312
322
|
outlined: query_statsOutlined.default,
|
|
@@ -416,6 +426,7 @@ exports.notifications = notifications;
|
|
|
416
426
|
exports.payment = payment;
|
|
417
427
|
exports.pets = pets;
|
|
418
428
|
exports.play_circle = play_circle;
|
|
429
|
+
exports.print = print;
|
|
419
430
|
exports.query_stats = query_stats;
|
|
420
431
|
exports.savings = savings;
|
|
421
432
|
exports.schedule = schedule;
|
|
@@ -648,6 +648,32 @@ export declare const play_circle: {
|
|
|
648
648
|
descId?: string;
|
|
649
649
|
}>;
|
|
650
650
|
};
|
|
651
|
+
export declare const print: {
|
|
652
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
653
|
+
title?: string;
|
|
654
|
+
titleId?: string;
|
|
655
|
+
desc?: string;
|
|
656
|
+
descId?: string;
|
|
657
|
+
}>;
|
|
658
|
+
outlined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
659
|
+
title?: string;
|
|
660
|
+
titleId?: string;
|
|
661
|
+
desc?: string;
|
|
662
|
+
descId?: string;
|
|
663
|
+
}>;
|
|
664
|
+
round: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
665
|
+
title?: string;
|
|
666
|
+
titleId?: string;
|
|
667
|
+
desc?: string;
|
|
668
|
+
descId?: string;
|
|
669
|
+
}>;
|
|
670
|
+
sharp: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
671
|
+
title?: string;
|
|
672
|
+
titleId?: string;
|
|
673
|
+
desc?: string;
|
|
674
|
+
descId?: string;
|
|
675
|
+
}>;
|
|
676
|
+
};
|
|
651
677
|
export declare const query_stats: {
|
|
652
678
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
653
679
|
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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"}
|
|
@@ -99,6 +99,10 @@ import SvgPlayCircleFilled from "./play_circle-filled.svg.js";
|
|
|
99
99
|
import SvgPlayCircleOutlined from "./play_circle-outlined.svg.js";
|
|
100
100
|
import SvgPlayCircleRound from "./play_circle-round.svg.js";
|
|
101
101
|
import SvgPlayCircleSharp from "./play_circle-sharp.svg.js";
|
|
102
|
+
import SvgPrintFilled from "./print-filled.svg.js";
|
|
103
|
+
import SvgPrintOutlined from "./print-outlined.svg.js";
|
|
104
|
+
import SvgPrintRound from "./print-round.svg.js";
|
|
105
|
+
import SvgPrintSharp from "./print-sharp.svg.js";
|
|
102
106
|
import SvgQueryStatsFilled from "./query_stats-filled.svg.js";
|
|
103
107
|
import SvgQueryStatsOutlined from "./query_stats-outlined.svg.js";
|
|
104
108
|
import SvgQueryStatsRound from "./query_stats-round.svg.js";
|
|
@@ -305,6 +309,12 @@ const play_circle = {
|
|
|
305
309
|
round: SvgPlayCircleRound,
|
|
306
310
|
sharp: SvgPlayCircleSharp
|
|
307
311
|
};
|
|
312
|
+
const print = {
|
|
313
|
+
filled: SvgPrintFilled,
|
|
314
|
+
outlined: SvgPrintOutlined,
|
|
315
|
+
round: SvgPrintRound,
|
|
316
|
+
sharp: SvgPrintSharp
|
|
317
|
+
};
|
|
308
318
|
const query_stats = {
|
|
309
319
|
filled: SvgQueryStatsFilled,
|
|
310
320
|
outlined: SvgQueryStatsOutlined,
|
|
@@ -415,6 +425,7 @@ export {
|
|
|
415
425
|
payment,
|
|
416
426
|
pets,
|
|
417
427
|
play_circle,
|
|
428
|
+
print,
|
|
418
429
|
query_stats,
|
|
419
430
|
savings,
|
|
420
431
|
schedule,
|
|
@@ -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 SvgPrintFilled = ({
|
|
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 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M13.6 3.89H2.4A2.36 2.36 0 0 0 0 6.22v4.67h3.2V14h9.6v-3.11H16V6.22a2.36 2.36 0 0 0-2.4-2.33m-2.4 8.55H4.8V8.56h6.4zM13.6 7a.8.8 0 0 1-.8-.78.8.8 0 0 1 .8-.78c.44 0 .8.35.8.78a.8.8 0 0 1-.8.78m-.8-7H3.2v3.11h9.6z" }));
|
|
28
|
+
exports.default = SvgPrintFilled;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgPrintFilled = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M13.6 3.89H2.4A2.36 2.36 0 0 0 0 6.22v4.67h3.2V14h9.6v-3.11H16V6.22a2.36 2.36 0 0 0-2.4-2.33m-2.4 8.55H4.8V8.56h6.4zM13.6 7a.8.8 0 0 1-.8-.78.8.8 0 0 1 .8-.78c.44 0 .8.35.8.78a.8.8 0 0 1-.8.78m-.8-7H3.2v3.11h9.6z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgPrintFilled 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 SvgPrintOutlined = ({
|
|
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 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M13.6 3.89h-.8V0H3.2v3.89h-.8A2.36 2.36 0 0 0 0 6.22v4.67h3.2V14h9.6v-3.11H16V6.22a2.36 2.36 0 0 0-2.4-2.33M4.8 1.56h6.4v2.33H4.8zm6.4 10.88H4.8v-3.1h6.4zm1.6-3.1V7.78H3.2v1.55H1.6v-3.1a.8.8 0 0 1 .8-.79h11.2c.44 0 .8.35.8.78v3.11z" }), /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M12.8 7.39a.8.8 0 0 0 .8-.78.8.8 0 0 0-.8-.78c-.44 0-.8.35-.8.78s.36.78.8.78" }));
|
|
28
|
+
exports.default = SvgPrintOutlined;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgPrintOutlined = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M13.6 3.89h-.8V0H3.2v3.89h-.8A2.36 2.36 0 0 0 0 6.22v4.67h3.2V14h9.6v-3.11H16V6.22a2.36 2.36 0 0 0-2.4-2.33M4.8 1.56h6.4v2.33H4.8zm6.4 10.88H4.8v-3.1h6.4zm1.6-3.1V7.78H3.2v1.55H1.6v-3.1a.8.8 0 0 1 .8-.79h11.2c.44 0 .8.35.8.78v3.11z" }), /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M12.8 7.39a.8.8 0 0 0 .8-.78.8.8 0 0 0-.8-.78c-.44 0-.8.35-.8.78s.36.78.8.78" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgPrintOutlined 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 SvgPrintRound = ({
|
|
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 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M12.8 3.11V.78A.8.8 0 0 0 12 0H4a.8.8 0 0 0-.8.78V3.1zm.8.78H2.4A2.36 2.36 0 0 0 0 6.22v3.9c0 .42.36.77.8.77h2.4v1.55c0 .86.72 1.56 1.6 1.56h6.4c.88 0 1.6-.7 1.6-1.56V10.9h2.4a.8.8 0 0 0 .8-.78V6.23a2.36 2.36 0 0 0-2.4-2.33m-2.4 8.55H4.8v-3.1h6.4zm1.6-5.05a.8.8 0 0 1-.8-.78.8.8 0 0 1 .8-.78c.44 0 .8.35.8.78a.8.8 0 0 1-.8.78" }));
|
|
28
|
+
exports.default = SvgPrintRound;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgPrintRound = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M12.8 3.11V.78A.8.8 0 0 0 12 0H4a.8.8 0 0 0-.8.78V3.1zm.8.78H2.4A2.36 2.36 0 0 0 0 6.22v3.9c0 .42.36.77.8.77h2.4v1.55c0 .86.72 1.56 1.6 1.56h6.4c.88 0 1.6-.7 1.6-1.56V10.9h2.4a.8.8 0 0 0 .8-.78V6.23a2.36 2.36 0 0 0-2.4-2.33m-2.4 8.55H4.8v-3.1h6.4zm1.6-5.05a.8.8 0 0 1-.8-.78.8.8 0 0 1 .8-.78c.44 0 .8.35.8.78a.8.8 0 0 1-.8.78" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgPrintRound 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 SvgPrintSharp = ({
|
|
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 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M0 3.89v7h3.2V14h9.6v-3.11H16v-7zm11.2 8.55H4.8V8.56h6.4zM13.6 7a.8.8 0 0 1-.8-.78.8.8 0 0 1 .8-.78c.44 0 .8.35.8.78a.8.8 0 0 1-.8.78m-.8-7H3.2v3.11h9.6z" }));
|
|
28
|
+
exports.default = SvgPrintSharp;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgPrintSharp = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M0 3.89v7h3.2V14h9.6v-3.11H16v-7zm11.2 8.55H4.8V8.56h6.4zM13.6 7a.8.8 0 0 1-.8-.78.8.8 0 0 1 .8-.78c.44 0 .8.35.8.78a.8.8 0 0 1-.8.78m-.8-7H3.2v3.11h9.6z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgPrintSharp as default
|
|
10
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnist/design-system",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.12.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@formkit/auto-animate": "^0.8.2",
|
|
51
51
|
"@gnist/component-utils": "3.0.9",
|
|
52
|
-
"@gnist/themes": "^3.
|
|
52
|
+
"@gnist/themes": "^3.16.0",
|
|
53
53
|
"@mui/base": "^5.0.0-beta.70",
|
|
54
54
|
"@vanilla-extract/css": "^1.17.4",
|
|
55
55
|
"@vanilla-extract/css-utils": "^0.1.6",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"optional": true
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "4922d841043fcd2bee5c90bb8afa56f65df62a68"
|
|
106
106
|
}
|