@pleodigital/design-system-votey 1.0.10 → 1.0.11
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/dist/assets/icons/menu/{IconCalendar.tsx → IconCalendar.js} +1 -2
- package/dist/assets/icons/menu/{IconMenuButtonShowTable.tsx → IconMenuButtonShowTable.js} +1 -2
- package/dist/assets/icons/menu/{IconMenuDashboard.tsx → IconMenuDashboard.js} +1 -2
- package/dist/assets/icons/menu/{IconMenuParticipants.tsx → IconMenuParticipants.js} +1 -2
- package/dist/assets/icons/menu/{IconMenuSettings.tsx → IconMenuSettings.js} +1 -2
- package/dist/assets/icons/menu/{IconMenuTeam.tsx → IconMenuTeam.js} +1 -2
- package/dist/assets/icons/menu/{IconMenuVote.tsx → IconMenuVote.js} +1 -2
- package/dist/assets/icons/menu/{IconShowGraph.tsx → IconShowGraph.js} +1 -2
- package/dist/assets/icons/menu/{IconTurnOn.tsx → IconTurnOn.js} +1 -2
- package/dist/assets/icons/ui/{IconIuDownload.tsx → IconIuDownload.js} +1 -2
- package/dist/assets/icons/ui/{IconIuSendAgainV2.tsx → IconIuSendAgainV2.js} +1 -2
- package/dist/assets/icons/ui/{IconUiAgenda.tsx → IconUiAgenda.js} +1 -2
- package/dist/assets/icons/ui/{IconUiAnuluj.tsx → IconUiAnuluj.js} +1 -2
- package/dist/assets/icons/ui/{IconUiCameraOff.tsx → IconUiCameraOff.js} +1 -2
- package/dist/assets/icons/ui/IconUiCameraOn.js +22 -0
- package/dist/assets/icons/ui/{index.ts → index.js} +1 -0
- package/dist/assets/illustrations/{IlluBgAcknowledgments.tsx → IlluBgAcknowledgments.js} +1 -2
- package/dist/assets/illustrations/{IlluBgAddParticipantsToVote.tsx → IlluBgAddParticipantsToVote.js} +1 -2
- package/dist/assets/illustrations/{IlluBgAgenda.tsx → IlluBgAgenda.js} +1 -2
- package/dist/scss/_variables.scss +1 -1
- package/package.json +3 -3
- /package/dist/assets/icons/menu/{index.ts → index.js} +0 -0
- /package/dist/assets/illustrations/{index.ts → index.js} +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const SvgIconUiCameraOn = (props) => (
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width={26}
|
|
5
|
+
height={26}
|
|
6
|
+
fill="none"
|
|
7
|
+
{...props}
|
|
8
|
+
>
|
|
9
|
+
<g clipPath="url(#icon_ui_camera-on_svg__a)">
|
|
10
|
+
<path
|
|
11
|
+
fill="#151752"
|
|
12
|
+
d="M23.142 9.93a.6.6 0 0 0-.506-.125l-4.394.909V8.46a1.995 1.995 0 0 0-1.994-1.993H4.635A1.995 1.995 0 0 0 2.642 8.46v9.062a1.995 1.995 0 0 0 1.993 1.994h11.613a1.995 1.995 0 0 0 1.994-1.994V15.27l4.394.908q.06.014.123.012a.61.61 0 0 0 .606-.606V10.4a.6.6 0 0 0-.223-.47m-6.114 7.6a.78.78 0 0 1-.78.78H4.635a.78.78 0 0 1-.78-.78V8.47a.78.78 0 0 1 .78-.78h11.613a.78.78 0 0 1 .78.78zm5.124-2.675-3.824-.789v-2.132l3.824-.789z"
|
|
13
|
+
/>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="icon_ui_camera-on_svg__a">
|
|
17
|
+
<path fill="#fff" d="M0 0h26v26H0z" />
|
|
18
|
+
</clipPath>
|
|
19
|
+
</defs>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgIconUiCameraOn;
|
|
@@ -3,3 +3,4 @@ export { default as IconIuSendAgainV2 } from "./IconIuSendAgainV2";
|
|
|
3
3
|
export { default as IconUiAgenda } from "./IconUiAgenda";
|
|
4
4
|
export { default as IconUiAnuluj } from "./IconUiAnuluj";
|
|
5
5
|
export { default as IconUiCameraOff } from "./IconUiCameraOff";
|
|
6
|
+
export { default as IconUiCameraOn } from "./IconUiCameraOn";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pleodigital/design-system-votey",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Centralny system tokenów projektowych generowany przez Style Dictionary.",
|
|
5
5
|
"main": "dist/js/tailwind-preset.js",
|
|
6
6
|
"files": [
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
],
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build:tokens": "style-dictionary build --config style-dictionary.config.js",
|
|
11
|
-
"transform:icons": "npx @svgr/cli assets/icons --out-dir dist/assets/icons --jsx-runtime automatic
|
|
12
|
-
"transform:illustrations": "npx @svgr/cli assets/illustrations --out-dir dist/assets/illustrations --jsx-runtime automatic
|
|
11
|
+
"transform:icons": "npx @svgr/cli assets/icons --out-dir dist/assets/icons --jsx-runtime automatic",
|
|
12
|
+
"transform:illustrations": "npx @svgr/cli assets/illustrations --out-dir dist/assets/illustrations --jsx-runtime automatic",
|
|
13
13
|
"copy:assets": "cpx \"assets/{icons,illustrations}/**/*\" dist/assets",
|
|
14
14
|
"build": "npm run build:tokens && npm run transform:icons && npm run transform:illustrations",
|
|
15
15
|
"storybook": "storybook dev -p 6006",
|
|
File without changes
|
|
File without changes
|