@gnist/design-system 6.1.1 → 6.2.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.
Files changed (24) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/foundation/iconography/icons.d.ts +1 -1
  3. package/dist/foundation/iconography/icons.d.ts.map +1 -1
  4. package/dist/foundation/iconography/svg/toggle/dark_mode-filled.svg-react.cjs +19 -0
  5. package/dist/foundation/iconography/svg/toggle/dark_mode-filled.svg-react.js +17 -0
  6. package/dist/foundation/iconography/svg/toggle/dark_mode-outlined.svg-react.cjs +19 -0
  7. package/dist/foundation/iconography/svg/toggle/dark_mode-outlined.svg-react.js +17 -0
  8. package/dist/foundation/iconography/svg/toggle/dark_mode-round.svg-react.cjs +19 -0
  9. package/dist/foundation/iconography/svg/toggle/dark_mode-round.svg-react.js +17 -0
  10. package/dist/foundation/iconography/svg/toggle/dark_mode-sharp.svg-react.cjs +19 -0
  11. package/dist/foundation/iconography/svg/toggle/dark_mode-sharp.svg-react.js +17 -0
  12. package/dist/foundation/iconography/svg/toggle/index.cjs +24 -0
  13. package/dist/foundation/iconography/svg/toggle/index.d.ts +52 -0
  14. package/dist/foundation/iconography/svg/toggle/index.d.ts.map +1 -1
  15. package/dist/foundation/iconography/svg/toggle/index.js +23 -1
  16. package/dist/foundation/iconography/svg/toggle/light_mode-filled.svg-react.cjs +19 -0
  17. package/dist/foundation/iconography/svg/toggle/light_mode-filled.svg-react.js +17 -0
  18. package/dist/foundation/iconography/svg/toggle/light_mode-outlined.svg-react.cjs +19 -0
  19. package/dist/foundation/iconography/svg/toggle/light_mode-outlined.svg-react.js +17 -0
  20. package/dist/foundation/iconography/svg/toggle/light_mode-round.svg-react.cjs +19 -0
  21. package/dist/foundation/iconography/svg/toggle/light_mode-round.svg-react.js +17 -0
  22. package/dist/foundation/iconography/svg/toggle/light_mode-sharp.svg-react.cjs +19 -0
  23. package/dist/foundation/iconography/svg/toggle/light_mode-sharp.svg-react.js +17 -0
  24. 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
+ ## [6.2.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@6.1.1...@gnist/design-system@6.2.0) (2026-05-13)
7
+
8
+ ### Features
9
+
10
+ * add icons for dark_mode and light_mode ([75c8495](https://github.com/mollerdigital/design-system-design-system/commit/75c8495ebcc5cbfbf81a9e86e599bf14536e3da3))
11
+
6
12
  ## [6.1.1](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@6.1.0...@gnist/design-system@6.1.1) (2026-05-12)
7
13
 
8
14
  ### Bug Fixes
@@ -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" | "star" | "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" | "archive" | "file_copy" | "file_download" | "file_download_off" | "file_open" | "file_upload" | "unarchive" | "task" | "add" | "add_circle" | "auto" | "backspace" | "content_copy" | "mail" | "manage_account" | "person" | "remove" | "send" | "work" | "call" | "chat" | "assignment" | "bolt" | "build" | "calculate" | "calendar" | "car" | "car_crash" | "change" | "contract" | "edit" | "electric_car" | "explore" | "glass_damage" | "home" | "image_not_supported" | "lightbulb" | "login" | "logout" | "manual_gear" | "minor_crash" | "notifications" | "payment" | "pets" | "play_circle" | "print" | "query_stats" | "savings" | "schedule" | "settings" | "shopping_cart" | "signature" | "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" | "dark_mode" | "favorite" | "light_mode" | "star" | "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" | "archive" | "file_copy" | "file_download" | "file_download_off" | "file_open" | "file_upload" | "unarchive" | "task" | "add" | "add_circle" | "auto" | "backspace" | "content_copy" | "mail" | "manage_account" | "person" | "remove" | "send" | "work" | "call" | "chat" | "assignment" | "bolt" | "build" | "calculate" | "calendar" | "car" | "car_crash" | "change" | "contract" | "edit" | "electric_car" | "explore" | "glass_damage" | "home" | "image_not_supported" | "lightbulb" | "login" | "logout" | "manual_gear" | "minor_crash" | "notifications" | "payment" | "pets" | "play_circle" | "print" | "query_stats" | "savings" | "schedule" | "settings" | "shopping_cart" | "signature" | "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,45CAqCjB,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"}
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,y7CAqCjB,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,19 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/iconography/svg/toggle/dark_mode-filled.svg-react
7
+ var SvgDarkModeFilled = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "currentColor",
10
+ viewBox: "0 0 18 18",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 18q-3.75 0-6.375-2.625T0 9t2.625-6.375T9 0q.2 0 .425.0125T10 .05q-.9.8-1.4 1.975T8.1 4.5q0 2.25 1.575 3.825T13.5 9.9q1.3 0 2.475-.4625T17.95 8.15q.025.3.0375.4875T18 9q0 3.75-2.625 6.375T9 18" })]
17
+ });
18
+ //#endregion
19
+ exports.default = SvgDarkModeFilled;
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/iconography/svg/toggle/dark_mode-filled.svg-react
5
+ var SvgDarkModeFilled = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ fill: "currentColor",
8
+ viewBox: "0 0 18 18",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", { d: "M9 18q-3.75 0-6.375-2.625T0 9t2.625-6.375T9 0q.2 0 .425.0125T10 .05q-.9.8-1.4 1.975T8.1 4.5q0 2.25 1.575 3.825T13.5 9.9q1.3 0 2.475-.4625T17.95 8.15q.025.3.0375.4875T18 9q0 3.75-2.625 6.375T9 18" })]
15
+ });
16
+ //#endregion
17
+ export { SvgDarkModeFilled as default };
@@ -0,0 +1,19 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/iconography/svg/toggle/dark_mode-outlined.svg-react
7
+ var SvgDarkModeOutlined = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "currentColor",
10
+ viewBox: "0 0 18 18",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 18q-3.75 0-6.375-2.625T0 9t2.625-6.375T9 0q.2 0 .425.0125T10 .05q-.9.8-1.4 1.975T8.1 4.5q0 2.25 1.575 3.825T13.5 9.9q1.3 0 2.475-.4625T17.95 8.15q.025.3.0375.4875T18 9q0 3.75-2.625 6.375T9 18m0-1.5q2.725 0 4.75-1.6875t2.525-3.9625q-.625.275-1.3417.4125-.7165.1375-1.4333.1375-2.8673 0-4.8835-2.0165Q6.6 7.3673 6.6 4.5q0-.6.125-1.2875t.45-1.5625q-2.45.675-4.0625 2.7375T1.5 9q0 3.125 2.1875 5.3125T9 16.5m-.1-7.425" })]
17
+ });
18
+ //#endregion
19
+ exports.default = SvgDarkModeOutlined;
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/iconography/svg/toggle/dark_mode-outlined.svg-react
5
+ var SvgDarkModeOutlined = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ fill: "currentColor",
8
+ viewBox: "0 0 18 18",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", { d: "M9 18q-3.75 0-6.375-2.625T0 9t2.625-6.375T9 0q.2 0 .425.0125T10 .05q-.9.8-1.4 1.975T8.1 4.5q0 2.25 1.575 3.825T13.5 9.9q1.3 0 2.475-.4625T17.95 8.15q.025.3.0375.4875T18 9q0 3.75-2.625 6.375T9 18m0-1.5q2.725 0 4.75-1.6875t2.525-3.9625q-.625.275-1.3417.4125-.7165.1375-1.4333.1375-2.8673 0-4.8835-2.0165Q6.6 7.3673 6.6 4.5q0-.6.125-1.2875t.45-1.5625q-2.45.675-4.0625 2.7375T1.5 9q0 3.125 2.1875 5.3125T9 16.5m-.1-7.425" })]
15
+ });
16
+ //#endregion
17
+ export { SvgDarkModeOutlined as default };
@@ -0,0 +1,19 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/iconography/svg/toggle/dark_mode-round.svg-react
7
+ var SvgDarkModeRound = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "currentColor",
10
+ viewBox: "0 0 18 18",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 18q-3.75 0-6.375-2.625T0 9q0-3.375 1.9875-5.725T7.2.25q.5-.125.85-.025T8.6.6q.2.25.1875.625T8.575 2.1q-.225.575-.35 1.175T8.1 4.5q0 2.25 1.575 3.825T13.5 9.9q.625 0 1.2125-.1125T15.85 9.475t.95-.175.65.225.325.575-.05.9q-.675 3.025-3.025 5.0125T9 18m0-1.5q2.725 0 4.75-1.6875t2.525-3.9625q-.625.275-1.3375.4125T13.5 11.4q-2.875 0-4.8875-2.0125T6.6 4.5q0-.6.125-1.2875t.45-1.5625q-2.45.675-4.0625 2.7375T1.5 9q0 3.125 2.1875 5.3125T9 16.5m-.1-7.425" })]
17
+ });
18
+ //#endregion
19
+ exports.default = SvgDarkModeRound;
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/iconography/svg/toggle/dark_mode-round.svg-react
5
+ var SvgDarkModeRound = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ fill: "currentColor",
8
+ viewBox: "0 0 18 18",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", { d: "M9 18q-3.75 0-6.375-2.625T0 9q0-3.375 1.9875-5.725T7.2.25q.5-.125.85-.025T8.6.6q.2.25.1875.625T8.575 2.1q-.225.575-.35 1.175T8.1 4.5q0 2.25 1.575 3.825T13.5 9.9q.625 0 1.2125-.1125T15.85 9.475t.95-.175.65.225.325.575-.05.9q-.675 3.025-3.025 5.0125T9 18m0-1.5q2.725 0 4.75-1.6875t2.525-3.9625q-.625.275-1.3375.4125T13.5 11.4q-2.875 0-4.8875-2.0125T6.6 4.5q0-.6.125-1.2875t.45-1.5625q-2.45.675-4.0625 2.7375T1.5 9q0 3.125 2.1875 5.3125T9 16.5m-.1-7.425" })]
15
+ });
16
+ //#endregion
17
+ export { SvgDarkModeRound as default };
@@ -0,0 +1,19 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/iconography/svg/toggle/dark_mode-sharp.svg-react
7
+ var SvgDarkModeSharp = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "currentColor",
10
+ viewBox: "0 0 18 18",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 18q-3.75 0-6.375-2.625T0 9t2.625-6.375T9 0q.2 0 .425.0125T10 .05q-.9.8-1.4 1.975T8.1 4.5q0 2.25 1.575 3.825T13.5 9.9q1.3 0 2.475-.4625T17.95 8.15q.025.3.0375.4875T18 9q0 3.75-2.625 6.375T9 18m0-1.5q2.725 0 4.75-1.6875t2.525-3.9625q-.625.275-1.3417.4125-.7165.1375-1.4333.1375-2.8673 0-4.8835-2.0165Q6.6 7.3673 6.6 4.5q0-.6.125-1.2875t.45-1.5625q-2.45.675-4.0625 2.7375T1.5 9q0 3.125 2.1875 5.3125T9 16.5m-.1-7.425" })]
17
+ });
18
+ //#endregion
19
+ exports.default = SvgDarkModeSharp;
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/iconography/svg/toggle/dark_mode-sharp.svg-react
5
+ var SvgDarkModeSharp = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ fill: "currentColor",
8
+ viewBox: "0 0 18 18",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", { d: "M9 18q-3.75 0-6.375-2.625T0 9t2.625-6.375T9 0q.2 0 .425.0125T10 .05q-.9.8-1.4 1.975T8.1 4.5q0 2.25 1.575 3.825T13.5 9.9q1.3 0 2.475-.4625T17.95 8.15q.025.3.0375.4875T18 9q0 3.75-2.625 6.375T9 18m0-1.5q2.725 0 4.75-1.6875t2.525-3.9625q-.625.275-1.3417.4125-.7165.1375-1.4333.1375-2.8673 0-4.8835-2.0165Q6.6 7.3673 6.6 4.5q0-.6.125-1.2875t.45-1.5625q-2.45.675-4.0625 2.7375T1.5 9q0 3.125 2.1875 5.3125T9 16.5m-.1-7.425" })]
15
+ });
16
+ //#endregion
17
+ export { SvgDarkModeSharp as default };
@@ -1,25 +1,47 @@
1
1
  "use client";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
4
+ const require_dark_mode_filled = require("./dark_mode-filled.svg-react.cjs");
5
+ const require_dark_mode_outlined = require("./dark_mode-outlined.svg-react.cjs");
6
+ const require_dark_mode_round = require("./dark_mode-round.svg-react.cjs");
7
+ const require_dark_mode_sharp = require("./dark_mode-sharp.svg-react.cjs");
4
8
  const require_favorite_filled = require("./favorite-filled.svg-react.cjs");
5
9
  const require_favorite_outlined = require("./favorite-outlined.svg-react.cjs");
6
10
  const require_favorite_round = require("./favorite-round.svg-react.cjs");
7
11
  const require_favorite_sharp = require("./favorite-sharp.svg-react.cjs");
12
+ const require_light_mode_filled = require("./light_mode-filled.svg-react.cjs");
13
+ const require_light_mode_outlined = require("./light_mode-outlined.svg-react.cjs");
14
+ const require_light_mode_round = require("./light_mode-round.svg-react.cjs");
15
+ const require_light_mode_sharp = require("./light_mode-sharp.svg-react.cjs");
8
16
  const require_star_filled = require("./star-filled.svg-react.cjs");
9
17
  const require_star_outlined = require("./star-outlined.svg-react.cjs");
10
18
  const require_star_round = require("./star-round.svg-react.cjs");
11
19
  const require_star_sharp = require("./star-sharp.svg-react.cjs");
12
20
  //#region src/foundation/iconography/svg/toggle/index.ts
13
21
  var toggle_exports = /* @__PURE__ */ require_runtime.__exportAll({
22
+ dark_mode: () => dark_mode,
14
23
  favorite: () => favorite,
24
+ light_mode: () => light_mode,
15
25
  star: () => star
16
26
  });
27
+ var dark_mode = {
28
+ filled: require_dark_mode_filled.default,
29
+ outlined: require_dark_mode_outlined.default,
30
+ round: require_dark_mode_round.default,
31
+ sharp: require_dark_mode_sharp.default
32
+ };
17
33
  var favorite = {
18
34
  filled: require_favorite_filled.default,
19
35
  outlined: require_favorite_outlined.default,
20
36
  round: require_favorite_round.default,
21
37
  sharp: require_favorite_sharp.default
22
38
  };
39
+ var light_mode = {
40
+ filled: require_light_mode_filled.default,
41
+ outlined: require_light_mode_outlined.default,
42
+ round: require_light_mode_round.default,
43
+ sharp: require_light_mode_sharp.default
44
+ };
23
45
  var star = {
24
46
  filled: require_star_filled.default,
25
47
  outlined: require_star_outlined.default,
@@ -27,7 +49,9 @@ var star = {
27
49
  sharp: require_star_sharp.default
28
50
  };
29
51
  //#endregion
52
+ exports.dark_mode = dark_mode;
30
53
  exports.favorite = favorite;
54
+ exports.light_mode = light_mode;
31
55
  exports.star = star;
32
56
  Object.defineProperty(exports, "toggle_exports", {
33
57
  enumerable: true,
@@ -1,3 +1,29 @@
1
+ export declare const dark_mode: {
2
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
3
+ title?: string;
4
+ titleId?: string;
5
+ desc?: string;
6
+ descId?: string;
7
+ }>;
8
+ outlined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
9
+ title?: string;
10
+ titleId?: string;
11
+ desc?: string;
12
+ descId?: string;
13
+ }>;
14
+ round: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
15
+ title?: string;
16
+ titleId?: string;
17
+ desc?: string;
18
+ descId?: string;
19
+ }>;
20
+ sharp: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
21
+ title?: string;
22
+ titleId?: string;
23
+ desc?: string;
24
+ descId?: string;
25
+ }>;
26
+ };
1
27
  export declare const favorite: {
2
28
  filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
3
29
  title?: string;
@@ -24,6 +50,32 @@ export declare const favorite: {
24
50
  descId?: string;
25
51
  }>;
26
52
  };
53
+ export declare const light_mode: {
54
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
55
+ title?: string;
56
+ titleId?: string;
57
+ desc?: string;
58
+ descId?: string;
59
+ }>;
60
+ outlined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
61
+ title?: string;
62
+ titleId?: string;
63
+ desc?: string;
64
+ descId?: string;
65
+ }>;
66
+ round: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
67
+ title?: string;
68
+ titleId?: string;
69
+ desc?: string;
70
+ descId?: string;
71
+ }>;
72
+ sharp: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
73
+ title?: string;
74
+ titleId?: string;
75
+ desc?: string;
76
+ descId?: string;
77
+ }>;
78
+ };
27
79
  export declare const star: {
28
80
  filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
29
81
  title?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/iconography/svg/toggle/index.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;CAKpB,CAAC;AACF,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;CAKhB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/iconography/svg/toggle/index.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;CAKrB,CAAC;AACF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;CAKpB,CAAC;AACF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;CAKtB,CAAC;AACF,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;CAKhB,CAAC"}
@@ -1,24 +1,46 @@
1
1
  "use client";
2
2
  import { __exportAll } from "../../../../_virtual/_rolldown/runtime.js";
3
+ import SvgDarkModeFilled from "./dark_mode-filled.svg-react.js";
4
+ import SvgDarkModeOutlined from "./dark_mode-outlined.svg-react.js";
5
+ import SvgDarkModeRound from "./dark_mode-round.svg-react.js";
6
+ import SvgDarkModeSharp from "./dark_mode-sharp.svg-react.js";
3
7
  import SvgFavoriteFilled from "./favorite-filled.svg-react.js";
4
8
  import SvgFavoriteOutlined from "./favorite-outlined.svg-react.js";
5
9
  import SvgFavoriteRound from "./favorite-round.svg-react.js";
6
10
  import SvgFavoriteSharp from "./favorite-sharp.svg-react.js";
11
+ import SvgLightModeFilled from "./light_mode-filled.svg-react.js";
12
+ import SvgLightModeOutlined from "./light_mode-outlined.svg-react.js";
13
+ import SvgLightModeRound from "./light_mode-round.svg-react.js";
14
+ import SvgLightModeSharp from "./light_mode-sharp.svg-react.js";
7
15
  import SvgStarFilled from "./star-filled.svg-react.js";
8
16
  import SvgStarOutlined from "./star-outlined.svg-react.js";
9
17
  import SvgStarRound from "./star-round.svg-react.js";
10
18
  import SvgStarSharp from "./star-sharp.svg-react.js";
11
19
  //#region src/foundation/iconography/svg/toggle/index.ts
12
20
  var toggle_exports = /* @__PURE__ */ __exportAll({
21
+ dark_mode: () => dark_mode,
13
22
  favorite: () => favorite,
23
+ light_mode: () => light_mode,
14
24
  star: () => star
15
25
  });
26
+ var dark_mode = {
27
+ filled: SvgDarkModeFilled,
28
+ outlined: SvgDarkModeOutlined,
29
+ round: SvgDarkModeRound,
30
+ sharp: SvgDarkModeSharp
31
+ };
16
32
  var favorite = {
17
33
  filled: SvgFavoriteFilled,
18
34
  outlined: SvgFavoriteOutlined,
19
35
  round: SvgFavoriteRound,
20
36
  sharp: SvgFavoriteSharp
21
37
  };
38
+ var light_mode = {
39
+ filled: SvgLightModeFilled,
40
+ outlined: SvgLightModeOutlined,
41
+ round: SvgLightModeRound,
42
+ sharp: SvgLightModeSharp
43
+ };
22
44
  var star = {
23
45
  filled: SvgStarFilled,
24
46
  outlined: SvgStarOutlined,
@@ -26,4 +48,4 @@ var star = {
26
48
  sharp: SvgStarSharp
27
49
  };
28
50
  //#endregion
29
- export { favorite, star, toggle_exports };
51
+ export { dark_mode, favorite, light_mode, star, toggle_exports };
@@ -0,0 +1,19 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/iconography/svg/toggle/light_mode-filled.svg-react
7
+ var SvgLightModeFilled = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "currentColor",
10
+ viewBox: "0 0 22 22",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.4625 14.5375Q6 13.075 6 11t1.4625-3.5375T11 6t3.5375 1.4625T16 11t-1.4625 3.5375T11 16t-3.5375-1.4625M4 11.75H0v-1.5h4zm18 0h-4v-1.5h4zM10.25 4V0h1.5v4zm0 18v-4h1.5v4zM5.55 6.55l-2.5-2.425 1.075-1.1 2.4 2.5zm12.35 12.4-2.45-2.5 1.025-1.025 2.475 2.45zM15.425 5.525l2.45-2.475 1.1 1.05L16.5 6.55zM3.05 17.875l2.475-2.45 1.05 1.05-2.45 2.475z" })]
17
+ });
18
+ //#endregion
19
+ exports.default = SvgLightModeFilled;
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/iconography/svg/toggle/light_mode-filled.svg-react
5
+ var SvgLightModeFilled = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ fill: "currentColor",
8
+ viewBox: "0 0 22 22",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", { d: "M7.4625 14.5375Q6 13.075 6 11t1.4625-3.5375T11 6t3.5375 1.4625T16 11t-1.4625 3.5375T11 16t-3.5375-1.4625M4 11.75H0v-1.5h4zm18 0h-4v-1.5h4zM10.25 4V0h1.5v4zm0 18v-4h1.5v4zM5.55 6.55l-2.5-2.425 1.075-1.1 2.4 2.5zm12.35 12.4-2.45-2.5 1.025-1.025 2.475 2.45zM15.425 5.525l2.45-2.475 1.1 1.05L16.5 6.55zM3.05 17.875l2.475-2.45 1.05 1.05-2.45 2.475z" })]
15
+ });
16
+ //#endregion
17
+ export { SvgLightModeFilled as default };
@@ -0,0 +1,19 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/iconography/svg/toggle/light_mode-outlined.svg-react
7
+ var SvgLightModeOutlined = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "currentColor",
10
+ viewBox: "0 0 22 22",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.475 13.475Q14.5 12.45 14.5 11t-1.025-2.475T11 7.5 8.525 8.525 7.5 11t1.025 2.475T11 14.5t2.475-1.025m-6.0125 1.0625Q6 13.075 6 11t1.4625-3.5375T11 6t3.5375 1.4625T16 11t-1.4625 3.5375T11 16t-3.5375-1.4625M4 11.75H0v-1.5h4zm18 0h-4v-1.5h4zM10.25 4V0h1.5v4zm0 18v-4h1.5v4zM5.55 6.55l-2.5-2.425 1.075-1.1 2.4 2.5zm12.35 12.4-2.45-2.5 1.025-1.025 2.475 2.45zM15.425 5.525l2.45-2.475 1.1 1.05L16.5 6.55zM3.05 17.875l2.475-2.45 1.05 1.05-2.45 2.475zM11 11" })]
17
+ });
18
+ //#endregion
19
+ exports.default = SvgLightModeOutlined;
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/iconography/svg/toggle/light_mode-outlined.svg-react
5
+ var SvgLightModeOutlined = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ fill: "currentColor",
8
+ viewBox: "0 0 22 22",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", { d: "M13.475 13.475Q14.5 12.45 14.5 11t-1.025-2.475T11 7.5 8.525 8.525 7.5 11t1.025 2.475T11 14.5t2.475-1.025m-6.0125 1.0625Q6 13.075 6 11t1.4625-3.5375T11 6t3.5375 1.4625T16 11t-1.4625 3.5375T11 16t-3.5375-1.4625M4 11.75H0v-1.5h4zm18 0h-4v-1.5h4zM10.25 4V0h1.5v4zm0 18v-4h1.5v4zM5.55 6.55l-2.5-2.425 1.075-1.1 2.4 2.5zm12.35 12.4-2.45-2.5 1.025-1.025 2.475 2.45zM15.425 5.525l2.45-2.475 1.1 1.05L16.5 6.55zM3.05 17.875l2.475-2.45 1.05 1.05-2.45 2.475zM11 11" })]
15
+ });
16
+ //#endregion
17
+ export { SvgLightModeOutlined as default };
@@ -0,0 +1,19 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/iconography/svg/toggle/light_mode-round.svg-react
7
+ var SvgLightModeRound = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "currentColor",
10
+ viewBox: "0 0 22 22",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.475 13.481q1.025-1.0193 1.025-2.475 0-1.456-1.019-2.481Q12.4618 7.5 11.006 7.5q-1.456 0-2.481 1.019Q7.5 9.5382 7.5 10.994q0 1.456 1.019 2.481Q9.5383 14.5 10.994 14.5q1.456 0 2.481-1.019m-6.0125 1.0565Q6 13.075 6 11t1.4625-3.5375T11 6t3.5375 1.4625T16 11t-1.4625 3.5375T11 16t-3.5375-1.4625M.75 11.75q-.3188 0-.5342-.217Q0 11.3163 0 10.9955q0-.3205.2157-.533T.75 10.25h2.5q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125zm18 0q-.3188 0-.5342-.217Q18 11.3163 18 10.9955q0-.3205.2158-.533.2154-.2125.5342-.2125h2.5q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125zm-8.2875-7.9657Q10.25 3.5687 10.25 3.25V.75q0-.3188.217-.5345Q10.6838 0 11.0045 0q.3205 0 .533.2155.2125.2158.2125.5345v2.5q0 .3188-.217.5343Q11.3163 4 10.9955 4q-.3205 0-.533-.2158m0 18q-.2125-.2155-.2125-.5342v-2.5q0-.3188.217-.5345.2168-.2155.5375-.2155.3205 0 .533.2155.2125.2158.2125.5345v2.5q0 .3188-.217.5343-.2167.2157-.5375.2157-.3205 0-.533-.2157M5 6.05l-1.425-1.4q-.225-.225-.2158-.54.0093-.3152.2133-.5375.2223-.2225.5375-.2225.315 0 .54.225L6.05 5q.2.225.2.525t-.2.5125-.5125.2125T5 6.05m12.35 12.375L15.95 17q-.2-.225-.2-.5345 0-.3092.2125-.5155.2125-.225.5125-.225t.525.225l1.425 1.4q.225.225.2158.54-.0093.3153-.2133.5375-.2222.2225-.5375.2225-.315 0-.54-.225M15.95 6.05q-.225-.225-.225-.525T15.95 5l1.4-1.425q.225-.225.54-.2157.3153.0092.5375.2132.2225.2223.2225.5375 0 .315-.225.54L17 6.05q-.2.2-.509.2-.3093 0-.541-.2M3.5725 18.4275Q3.35 18.2052 3.35 17.89q0-.315.225-.54L5 15.95q.22-.225.5225-.225t.5178.225q.2347.225.2347.525T6.05 17l-1.4 1.425q-.225.225-.54.2157-.3152-.0092-.5375-.2132M11 11" })]
17
+ });
18
+ //#endregion
19
+ exports.default = SvgLightModeRound;
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/iconography/svg/toggle/light_mode-round.svg-react
5
+ var SvgLightModeRound = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ fill: "currentColor",
8
+ viewBox: "0 0 22 22",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", { d: "M13.475 13.481q1.025-1.0193 1.025-2.475 0-1.456-1.019-2.481Q12.4618 7.5 11.006 7.5q-1.456 0-2.481 1.019Q7.5 9.5382 7.5 10.994q0 1.456 1.019 2.481Q9.5383 14.5 10.994 14.5q1.456 0 2.481-1.019m-6.0125 1.0565Q6 13.075 6 11t1.4625-3.5375T11 6t3.5375 1.4625T16 11t-1.4625 3.5375T11 16t-3.5375-1.4625M.75 11.75q-.3188 0-.5342-.217Q0 11.3163 0 10.9955q0-.3205.2157-.533T.75 10.25h2.5q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125zm18 0q-.3188 0-.5342-.217Q18 11.3163 18 10.9955q0-.3205.2158-.533.2154-.2125.5342-.2125h2.5q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125zm-8.2875-7.9657Q10.25 3.5687 10.25 3.25V.75q0-.3188.217-.5345Q10.6838 0 11.0045 0q.3205 0 .533.2155.2125.2158.2125.5345v2.5q0 .3188-.217.5343Q11.3163 4 10.9955 4q-.3205 0-.533-.2158m0 18q-.2125-.2155-.2125-.5342v-2.5q0-.3188.217-.5345.2168-.2155.5375-.2155.3205 0 .533.2155.2125.2158.2125.5345v2.5q0 .3188-.217.5343-.2167.2157-.5375.2157-.3205 0-.533-.2157M5 6.05l-1.425-1.4q-.225-.225-.2158-.54.0093-.3152.2133-.5375.2223-.2225.5375-.2225.315 0 .54.225L6.05 5q.2.225.2.525t-.2.5125-.5125.2125T5 6.05m12.35 12.375L15.95 17q-.2-.225-.2-.5345 0-.3092.2125-.5155.2125-.225.5125-.225t.525.225l1.425 1.4q.225.225.2158.54-.0093.3153-.2133.5375-.2222.2225-.5375.2225-.315 0-.54-.225M15.95 6.05q-.225-.225-.225-.525T15.95 5l1.4-1.425q.225-.225.54-.2157.3153.0092.5375.2132.2225.2223.2225.5375 0 .315-.225.54L17 6.05q-.2.2-.509.2-.3093 0-.541-.2M3.5725 18.4275Q3.35 18.2052 3.35 17.89q0-.315.225-.54L5 15.95q.22-.225.5225-.225t.5178.225q.2347.225.2347.525T6.05 17l-1.4 1.425q-.225.225-.54.2157-.3152-.0092-.5375-.2132M11 11" })]
15
+ });
16
+ //#endregion
17
+ export { SvgLightModeRound as default };
@@ -0,0 +1,19 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/iconography/svg/toggle/light_mode-sharp.svg-react
7
+ var SvgLightModeSharp = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "currentColor",
10
+ viewBox: "0 0 22 22",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.475 13.475Q14.5 12.45 14.5 11t-1.025-2.475T11 7.5 8.525 8.525 7.5 11t1.025 2.475T11 14.5t2.475-1.025m-6.0125 1.0625Q6 13.075 6 11t1.4625-3.5375T11 6t3.5375 1.4625T16 11t-1.4625 3.5375T11 16t-3.5375-1.4625M4 11.75H0v-1.5h4zm18 0h-4v-1.5h4zM10.25 4V0h1.5v4zm0 18v-4h1.5v4zM5.55 6.55l-2.5-2.425 1.075-1.1 2.4 2.5zm12.35 12.4-2.45-2.5 1.025-1.025 2.475 2.45zM15.425 5.525l2.45-2.475 1.1 1.05L16.5 6.55zM3.05 17.875l2.475-2.45 1.05 1.05-2.45 2.475zM11 11" })]
17
+ });
18
+ //#endregion
19
+ exports.default = SvgLightModeSharp;
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/iconography/svg/toggle/light_mode-sharp.svg-react
5
+ var SvgLightModeSharp = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ fill: "currentColor",
8
+ viewBox: "0 0 22 22",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", { d: "M13.475 13.475Q14.5 12.45 14.5 11t-1.025-2.475T11 7.5 8.525 8.525 7.5 11t1.025 2.475T11 14.5t2.475-1.025m-6.0125 1.0625Q6 13.075 6 11t1.4625-3.5375T11 6t3.5375 1.4625T16 11t-1.4625 3.5375T11 16t-3.5375-1.4625M4 11.75H0v-1.5h4zm18 0h-4v-1.5h4zM10.25 4V0h1.5v4zm0 18v-4h1.5v4zM5.55 6.55l-2.5-2.425 1.075-1.1 2.4 2.5zm12.35 12.4-2.45-2.5 1.025-1.025 2.475 2.45zM15.425 5.525l2.45-2.475 1.1 1.05L16.5 6.55zM3.05 17.875l2.475-2.45 1.05 1.05-2.45 2.475zM11 11" })]
15
+ });
16
+ //#endregion
17
+ export { SvgLightModeSharp as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnist/design-system",
3
- "version": "6.1.1",
3
+ "version": "6.2.0",
4
4
  "license": "UNLICENSED",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -104,5 +104,5 @@
104
104
  "optional": true
105
105
  }
106
106
  },
107
- "gitHead": "356e48ae1d0dd2377c5149a9ff676b4a6bfacef5"
107
+ "gitHead": "4b566e61251788b32995e5be9b688507a9df0507"
108
108
  }