@k8slens/lds-icons 0.4.5 → 0.4.7
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/lib/cjs/icons/navigation/DarkMode.d.ts +7 -0
- package/lib/cjs/icons/navigation/DarkMode.js +1 -0
- package/lib/cjs/icons/navigation/LightMode.d.ts +7 -0
- package/lib/cjs/icons/navigation/LightMode.js +1 -0
- package/lib/cjs/icons/navigation/NightSightAuto.d.ts +7 -0
- package/lib/cjs/icons/navigation/NightSightAuto.js +1 -0
- package/lib/cjs/icons/navigation/index.d.ts +4 -1
- package/lib/cjs/icons/navigation/index.js +1 -1
- package/lib/cjs/tokens/lib/web/icons/navigation/asset-icon-navigation-dark-mode.svg.js +1 -0
- package/lib/cjs/tokens/lib/web/icons/navigation/asset-icon-navigation-light-mode.svg.js +1 -0
- package/lib/cjs/tokens/lib/web/icons/navigation/asset-icon-navigation-night-sight-auto.svg.js +1 -0
- package/lib/es/icons/navigation/DarkMode.d.ts +7 -0
- package/lib/es/icons/navigation/DarkMode.js +1 -0
- package/lib/es/icons/navigation/LightMode.d.ts +7 -0
- package/lib/es/icons/navigation/LightMode.js +1 -0
- package/lib/es/icons/navigation/NightSightAuto.d.ts +7 -0
- package/lib/es/icons/navigation/NightSightAuto.js +1 -0
- package/lib/es/icons/navigation/index.d.ts +4 -1
- package/lib/es/icons/navigation/index.js +1 -1
- package/lib/es/tokens/lib/web/icons/navigation/asset-icon-navigation-dark-mode.svg.js +1 -0
- package/lib/es/tokens/lib/web/icons/navigation/asset-icon-navigation-light-mode.svg.js +1 -0
- package/lib/es/tokens/lib/web/icons/navigation/asset-icon-navigation-night-sight-auto.svg.js +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("../../_virtual/_tslib.js"),t=require("react"),n=require("../../Icon/Icon.js"),r=require("../../tokens/lib/web/icons/navigation/asset-icon-navigation-dark-mode.svg.js");function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=i(t);module.exports=function(t){var i=e.__rest(t,[]);return o.default.createElement(n.SVGIcon,e.__assign({icon:r.ReactComponent},i))};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("../../_virtual/_tslib.js"),t=require("react"),n=require("../../Icon/Icon.js"),r=require("../../tokens/lib/web/icons/navigation/asset-icon-navigation-light-mode.svg.js");function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=i(t);module.exports=function(t){var i=e.__rest(t,[]);return o.default.createElement(n.SVGIcon,e.__assign({icon:r.ReactComponent},i))};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("../../_virtual/_tslib.js"),t=require("react"),n=require("../../Icon/Icon.js"),i=require("../../tokens/lib/web/icons/navigation/asset-icon-navigation-night-sight-auto.svg.js");function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=r(t);module.exports=function(t){var r=e.__rest(t,[]);return o.default.createElement(n.SVGIcon,e.__assign({icon:i.ReactComponent},r))};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 03 Jan 2023 13:18:25 GMT
|
|
4
4
|
*/
|
|
5
5
|
export { default as ArrowUpIcon } from "./ArrowUp";
|
|
6
6
|
export { default as ArrowDownIcon } from "./ArrowDown";
|
|
7
7
|
export { default as MenuIcon } from "./Menu";
|
|
8
8
|
export { default as CloseIcon } from "./Close";
|
|
9
|
+
export { default as DarkModeIcon } from "./DarkMode";
|
|
10
|
+
export { default as LightModeIcon } from "./LightMode";
|
|
11
|
+
export { default as NightSightAutoIcon } from "./NightSightAuto";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./ArrowUp.js"),r=require("./ArrowDown.js"),o=require("./Menu.js"),s=require("./Close.js");exports.ArrowUpIcon=e,exports.ArrowDownIcon=r,exports.MenuIcon=o,exports.CloseIcon=s;
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./ArrowUp.js"),r=require("./ArrowDown.js"),o=require("./Menu.js"),s=require("./Close.js"),t=require("./DarkMode.js"),i=require("./LightMode.js"),u=require("./NightSightAuto.js");exports.ArrowUpIcon=e,exports.ArrowDownIcon=r,exports.MenuIcon=o,exports.CloseIcon=s,exports.DarkModeIcon=t,exports.LightModeIcon=i,exports.NightSightAutoIcon=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},n.apply(this,arguments)}exports.ReactComponent=function(e){return r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},e),t||(t=r.createElement("path",{d:"M24 42q-7.5 0-12.75-5.25T6 24q0-6.75 3.975-11.45Q13.95 7.85 20.4 6.5q2.05-.4 2.8.7t-.05 3q-.45 1.15-.7 2.35-.25 1.2-.25 2.45 0 4.5 3.15 7.65Q28.5 25.8 33 25.8q1.25 0 2.425-.225 1.175-.225 2.275-.625 2.15-.8 3.2.075 1.05.875.55 2.975-1.35 6.05-6.05 10.025Q30.7 42 24 42zm0-3q5.45 0 9.5-3.375t5.05-7.925q-1.25.55-2.675.825Q34.45 28.8 33 28.8q-5.75 0-9.775-4.025T19.2 15q0-1.2.25-2.575.25-1.375.9-3.125-4.9 1.35-8.125 5.475Q9 18.9 9 24q0 6.25 4.375 10.625T24 39zm-.2-14.85z"})))};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var q=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,q.get?q:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("react"));function q(){return q=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var q in r)Object.prototype.hasOwnProperty.call(r,q)&&(e[q]=r[q])}return e},q.apply(this,arguments)}exports.ReactComponent=function(e){return r.createElement("svg",q({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},e),t||(t=r.createElement("path",{d:"M24 31q2.9 0 4.95-2.05Q31 26.9 31 24q0-2.9-2.05-4.95Q26.9 17 24 17q-2.9 0-4.95 2.05Q17 21.1 17 24q0 2.9 2.05 4.95Q21.1 31 24 31zm0 3q-4.15 0-7.075-2.925T14 24q0-4.15 2.925-7.075T24 14q4.15 0 7.075 2.925T34 24q0 4.15-2.925 7.075T24 34zM3.5 25.5q-.65 0-1.075-.425Q2 24.65 2 24q0-.65.425-1.075Q2.85 22.5 3.5 22.5h5q.65 0 1.075.425Q10 23.35 10 24q0 .65-.425 1.075-.425.425-1.075.425zm36 0q-.65 0-1.075-.425Q38 24.65 38 24q0-.65.425-1.075.425-.425 1.075-.425h5q.65 0 1.075.425Q46 23.35 46 24q0 .65-.425 1.075-.425.425-1.075.425zM24 10q-.65 0-1.075-.425Q22.5 9.15 22.5 8.5v-5q0-.65.425-1.075Q23.35 2 24 2q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 10 24 10zm0 36q-.65 0-1.075-.425-.425-.425-.425-1.075v-5q0-.65.425-1.075Q23.35 38 24 38q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 46 24 46zM12 14.1l-2.85-2.8q-.45-.45-.425-1.075.025-.625.425-1.075.45-.45 1.075-.45t1.075.45L14.1 12q.4.45.4 1.05 0 .6-.4 1-.4.45-1.025.45-.625 0-1.075-.4zm24.7 24.75L33.9 36q-.4-.45-.4-1.075t.45-1.025q.4-.45 1-.45t1.05.45l2.85 2.8q.45.45.425 1.075-.025.625-.425 1.075-.45.45-1.075.45t-1.075-.45zM33.9 14.1q-.45-.45-.45-1.05 0-.6.45-1.05l2.8-2.85q.45-.45 1.075-.425.625.025 1.075.425.45.45.45 1.075t-.45 1.075L36 14.1q-.4.4-1.025.4-.625 0-1.075-.4zM9.15 38.85q-.45-.45-.45-1.075t.45-1.075L12 33.9q.45-.45 1.05-.45.6 0 1.05.45.45.45.45 1.05 0 .6-.45 1.05l-2.8 2.85q-.45.45-1.075.425-.625-.025-1.075-.425zM24 24z"})))};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},n.apply(this,arguments)}exports.ReactComponent=function(e){return r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},e),t||(t=r.createElement("path",{d:"M22 38.5q2.8 0 5.4-1.325Q30 35.85 32.05 33.5 25.5 33.1 21 28.675 16.5 24.25 16.5 18q0-.6.075-1.45t.325-2q-3.3 1.85-5.35 4.875T9.5 26q0 5.15 3.675 8.825Q16.85 38.5 22 38.5zm0 3q-6.45 0-10.975-4.525Q6.5 32.45 6.5 26q0-6.45 4.525-10.975Q15.55 10.5 22 10.5q-1.15 1.35-1.825 3.325T19.5 18q0 5.15 3.675 8.825Q26.85 30.5 32 30.5q1.4 0 2.675-.275T37.1 29.4q-1.15 5.2-5.325 8.65Q27.6 41.5 22 41.5zm5.9-19.7L34.2 4h3.9l6.3 17.8h-3.6l-1.4-4h-6.5l-1.4 4zm5.8-6.5h4.9l-2.45-7.75z"})))};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__rest as o,__assign as t}from"../../_virtual/_tslib.js";import r from"react";import{SVGIcon as n}from"../../Icon/Icon.js";import{ReactComponent as a}from"../../tokens/lib/web/icons/navigation/asset-icon-navigation-dark-mode.svg.js";var i=function(i){var e=o(i,[]);return r.createElement(n,t({icon:a},e))};export{i as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__rest as o,__assign as t}from"../../_virtual/_tslib.js";import i from"react";import{SVGIcon as n}from"../../Icon/Icon.js";import{ReactComponent as r}from"../../tokens/lib/web/icons/navigation/asset-icon-navigation-light-mode.svg.js";var a=function(a){var e=o(a,[]);return i.createElement(n,t({icon:r},e))};export{a as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__rest as t,__assign as o}from"../../_virtual/_tslib.js";import i from"react";import{SVGIcon as n}from"../../Icon/Icon.js";import{ReactComponent as r}from"../../tokens/lib/web/icons/navigation/asset-icon-navigation-night-sight-auto.svg.js";var a=function(a){var e=t(a,[]);return i.createElement(n,o({icon:r},e))};export{a as default};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 03 Jan 2023 13:18:25 GMT
|
|
4
4
|
*/
|
|
5
5
|
export { default as ArrowUpIcon } from "./ArrowUp";
|
|
6
6
|
export { default as ArrowDownIcon } from "./ArrowDown";
|
|
7
7
|
export { default as MenuIcon } from "./Menu";
|
|
8
8
|
export { default as CloseIcon } from "./Close";
|
|
9
|
+
export { default as DarkModeIcon } from "./DarkMode";
|
|
10
|
+
export { default as LightModeIcon } from "./LightMode";
|
|
11
|
+
export { default as NightSightAutoIcon } from "./NightSightAuto";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{default as ArrowUpIcon}from"./ArrowUp.js";export{default as ArrowDownIcon}from"./ArrowDown.js";export{default as MenuIcon}from"./Menu.js";export{default as CloseIcon}from"./Close.js";
|
|
1
|
+
export{default as ArrowUpIcon}from"./ArrowUp.js";export{default as ArrowDownIcon}from"./ArrowDown.js";export{default as MenuIcon}from"./Menu.js";export{default as CloseIcon}from"./Close.js";export{default as DarkModeIcon}from"./DarkMode.js";export{default as LightModeIcon}from"./LightMode.js";export{default as NightSightAutoIcon}from"./NightSightAuto.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as t from"react";var r;function e(){return e=Object.assign?Object.assign.bind():function(t){for(var r=1;r<arguments.length;r++){var e=arguments[r];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},e.apply(this,arguments)}var n=function(n){return t.createElement("svg",e({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},n),r||(r=t.createElement("path",{d:"M24 42q-7.5 0-12.75-5.25T6 24q0-6.75 3.975-11.45Q13.95 7.85 20.4 6.5q2.05-.4 2.8.7t-.05 3q-.45 1.15-.7 2.35-.25 1.2-.25 2.45 0 4.5 3.15 7.65Q28.5 25.8 33 25.8q1.25 0 2.425-.225 1.175-.225 2.275-.625 2.15-.8 3.2.075 1.05.875.55 2.975-1.35 6.05-6.05 10.025Q30.7 42 24 42zm0-3q5.45 0 9.5-3.375t5.05-7.925q-1.25.55-2.675.825Q34.45 28.8 33 28.8q-5.75 0-9.775-4.025T19.2 15q0-1.2.25-2.575.25-1.375.9-3.125-4.9 1.35-8.125 5.475Q9 18.9 9 24q0 6.25 4.375 10.625T24 39zm-.2-14.85z"})))};export{n as ReactComponent};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as q from"react";var t;function r(){return r=Object.assign?Object.assign.bind():function(q){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var e in r)Object.prototype.hasOwnProperty.call(r,e)&&(q[e]=r[e])}return q},r.apply(this,arguments)}var e=function(e){return q.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},e),t||(t=q.createElement("path",{d:"M24 31q2.9 0 4.95-2.05Q31 26.9 31 24q0-2.9-2.05-4.95Q26.9 17 24 17q-2.9 0-4.95 2.05Q17 21.1 17 24q0 2.9 2.05 4.95Q21.1 31 24 31zm0 3q-4.15 0-7.075-2.925T14 24q0-4.15 2.925-7.075T24 14q4.15 0 7.075 2.925T34 24q0 4.15-2.925 7.075T24 34zM3.5 25.5q-.65 0-1.075-.425Q2 24.65 2 24q0-.65.425-1.075Q2.85 22.5 3.5 22.5h5q.65 0 1.075.425Q10 23.35 10 24q0 .65-.425 1.075-.425.425-1.075.425zm36 0q-.65 0-1.075-.425Q38 24.65 38 24q0-.65.425-1.075.425-.425 1.075-.425h5q.65 0 1.075.425Q46 23.35 46 24q0 .65-.425 1.075-.425.425-1.075.425zM24 10q-.65 0-1.075-.425Q22.5 9.15 22.5 8.5v-5q0-.65.425-1.075Q23.35 2 24 2q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 10 24 10zm0 36q-.65 0-1.075-.425-.425-.425-.425-1.075v-5q0-.65.425-1.075Q23.35 38 24 38q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 46 24 46zM12 14.1l-2.85-2.8q-.45-.45-.425-1.075.025-.625.425-1.075.45-.45 1.075-.45t1.075.45L14.1 12q.4.45.4 1.05 0 .6-.4 1-.4.45-1.025.45-.625 0-1.075-.4zm24.7 24.75L33.9 36q-.4-.45-.4-1.075t.45-1.025q.4-.45 1-.45t1.05.45l2.85 2.8q.45.45.425 1.075-.025.625-.425 1.075-.45.45-1.075.45t-1.075-.45zM33.9 14.1q-.45-.45-.45-1.05 0-.6.45-1.05l2.8-2.85q.45-.45 1.075-.425.625.025 1.075.425.45.45.45 1.075t-.45 1.075L36 14.1q-.4.4-1.025.4-.625 0-1.075-.4zM9.15 38.85q-.45-.45-.45-1.075t.45-1.075L12 33.9q.45-.45 1.05-.45.6 0 1.05.45.45.45.45 1.05 0 .6-.45 1.05l-2.8 2.85q-.45.45-1.075.425-.625-.025-1.075-.425zM24 24z"})))};export{e as ReactComponent};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as t from"react";var r;function e(){return e=Object.assign?Object.assign.bind():function(t){for(var r=1;r<arguments.length;r++){var e=arguments[r];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},e.apply(this,arguments)}var n=function(n){return t.createElement("svg",e({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},n),r||(r=t.createElement("path",{d:"M22 38.5q2.8 0 5.4-1.325Q30 35.85 32.05 33.5 25.5 33.1 21 28.675 16.5 24.25 16.5 18q0-.6.075-1.45t.325-2q-3.3 1.85-5.35 4.875T9.5 26q0 5.15 3.675 8.825Q16.85 38.5 22 38.5zm0 3q-6.45 0-10.975-4.525Q6.5 32.45 6.5 26q0-6.45 4.525-10.975Q15.55 10.5 22 10.5q-1.15 1.35-1.825 3.325T19.5 18q0 5.15 3.675 8.825Q26.85 30.5 32 30.5q1.4 0 2.675-.275T37.1 29.4q-1.15 5.2-5.325 8.65Q27.6 41.5 22 41.5zm5.9-19.7L34.2 4h3.9l6.3 17.8h-3.6l-1.4-4h-6.5l-1.4 4zm5.8-6.5h4.9l-2.45-7.75z"})))};export{n as ReactComponent};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@k8slens/lds-icons",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"description": "Lens Design System – React Icon Components",
|
|
5
5
|
"author": "Mirantis Inc",
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"scripts": {
|
|
16
16
|
"start": "npm run rollup-watch",
|
|
17
17
|
"build": "npm run clean && npm run rollup",
|
|
18
|
-
"rollup-watch": "rollup -c --watch",
|
|
18
|
+
"rollup-watch": "rollup -c --watch --waitForBundleInput",
|
|
19
19
|
"rollup": "rollup -c",
|
|
20
20
|
"clean": "rimraf lib",
|
|
21
21
|
"test": "echo \"Warning: no test specified yet\" && exit 0",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"react-dom": "^18.2.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@k8slens/lds-tokens": "^0.7.
|
|
33
|
+
"@k8slens/lds-tokens": "^0.7.10",
|
|
34
34
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
35
35
|
"@storybook/react": "6.5.13",
|
|
36
36
|
"@testing-library/react": "13.4.0",
|
|
37
37
|
"autoprefixer": "10.4.8"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "bf7817278c642b586bbec3a7a5ae7df2b30b2d65"
|
|
40
40
|
}
|