@reapit/elements 3.7.2 → 3.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/infographic-icons/devicesInfographic.svg +5 -0
- package/assets/infographic-icons/doorLockInfographic.svg +10 -0
- package/assets/infographic-icons/feedAltInfographic.svg +7 -0
- package/assets/infographic-icons/feedInfographic.svg +7 -0
- package/assets/infographic-icons/globeInfographic.svg +19 -0
- package/assets/infographic-icons/htmlInfographic.svg +8 -0
- package/assets/infographic-icons/logoKeyInfographic.svg +15 -0
- package/assets/infographic-icons/logoSettingsInfographic.svg +13 -0
- package/assets/infographic-icons/refreshInfographic.svg +7 -0
- package/assets/infographic-icons/reportInfographic.svg +6 -0
- package/assets/infographic-icons/selectInfographic.svg +4 -8
- package/assets/infographic-icons/serverInfographic.svg +5 -0
- package/assets/infographic-icons/userAuthInfographic.svg +34 -0
- package/assets/infographic-icons/userDeviceInfographic.svg +38 -0
- package/assets/infographic-icons/userHouseInfographic.svg +8 -0
- package/assets/infographic-icons/userInfographic.svg +28 -0
- package/assets/infographic-icons/webhooksInfographic.svg +1 -1
- package/dist/cjs/components/icon/icons/index.d.ts +15 -0
- package/dist/cjs/components/icon/icons/infographic-icons/devicesInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/doorLockInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/feedAltInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/feedInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/globeInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/htmlInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/logoKeyInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/logoSettingsInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/refreshInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/reportingInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/serverInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/userAuthInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/userDeviceInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/userHouseInfographic.d.ts +3 -0
- package/dist/cjs/components/icon/icons/infographic-icons/userInfographic.d.ts +3 -0
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/icon/icons/index.d.ts +15 -0
- package/dist/esm/components/icon/icons/infographic-icons/devicesInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/doorLockInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/feedAltInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/feedInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/globeInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/htmlInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/logoKeyInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/logoSettingsInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/refreshInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/reportingInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/serverInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/userAuthInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/userDeviceInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/userHouseInfographic.d.ts +3 -0
- package/dist/esm/components/icon/icons/infographic-icons/userInfographic.d.ts +3 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/index.css +160 -160
- package/package.json +12 -12
|
@@ -111,4 +111,19 @@ export declare const iconSet: {
|
|
|
111
111
|
myAppsInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
112
112
|
webhooksInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
113
113
|
selectInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
114
|
+
devicesInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
115
|
+
doorLockInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
116
|
+
feedAltInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
117
|
+
feedInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
118
|
+
globeInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
119
|
+
htmlInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
120
|
+
logoKeyInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
121
|
+
logoSettingsInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
122
|
+
refreshInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
123
|
+
reportingInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
124
|
+
serverInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
125
|
+
userDeviceInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
126
|
+
userHouseInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
127
|
+
userInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
128
|
+
userAuthInfographic: import("react").MemoExoticComponent<() => JSX.Element>;
|
|
114
129
|
};
|