@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.
Files changed (23) hide show
  1. package/dist/assets/icons/menu/{IconCalendar.tsx → IconCalendar.js} +1 -2
  2. package/dist/assets/icons/menu/{IconMenuButtonShowTable.tsx → IconMenuButtonShowTable.js} +1 -2
  3. package/dist/assets/icons/menu/{IconMenuDashboard.tsx → IconMenuDashboard.js} +1 -2
  4. package/dist/assets/icons/menu/{IconMenuParticipants.tsx → IconMenuParticipants.js} +1 -2
  5. package/dist/assets/icons/menu/{IconMenuSettings.tsx → IconMenuSettings.js} +1 -2
  6. package/dist/assets/icons/menu/{IconMenuTeam.tsx → IconMenuTeam.js} +1 -2
  7. package/dist/assets/icons/menu/{IconMenuVote.tsx → IconMenuVote.js} +1 -2
  8. package/dist/assets/icons/menu/{IconShowGraph.tsx → IconShowGraph.js} +1 -2
  9. package/dist/assets/icons/menu/{IconTurnOn.tsx → IconTurnOn.js} +1 -2
  10. package/dist/assets/icons/ui/{IconIuDownload.tsx → IconIuDownload.js} +1 -2
  11. package/dist/assets/icons/ui/{IconIuSendAgainV2.tsx → IconIuSendAgainV2.js} +1 -2
  12. package/dist/assets/icons/ui/{IconUiAgenda.tsx → IconUiAgenda.js} +1 -2
  13. package/dist/assets/icons/ui/{IconUiAnuluj.tsx → IconUiAnuluj.js} +1 -2
  14. package/dist/assets/icons/ui/{IconUiCameraOff.tsx → IconUiCameraOff.js} +1 -2
  15. package/dist/assets/icons/ui/IconUiCameraOn.js +22 -0
  16. package/dist/assets/icons/ui/{index.ts → index.js} +1 -0
  17. package/dist/assets/illustrations/{IlluBgAcknowledgments.tsx → IlluBgAcknowledgments.js} +1 -2
  18. package/dist/assets/illustrations/{IlluBgAddParticipantsToVote.tsx → IlluBgAddParticipantsToVote.js} +1 -2
  19. package/dist/assets/illustrations/{IlluBgAgenda.tsx → IlluBgAgenda.js} +1 -2
  20. package/dist/scss/_variables.scss +1 -1
  21. package/package.json +3 -3
  22. /package/dist/assets/icons/menu/{index.ts → index.js} +0 -0
  23. /package/dist/assets/illustrations/{index.ts → index.js} +0 -0
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconCalendar = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconCalendar = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconMenuButtonShowTable = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconMenuButtonShowTable = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconMenuDashboard = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconMenuDashboard = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconMenuParticipants = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconMenuParticipants = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconMenuSettings = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconMenuSettings = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconMenuTeam = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconMenuTeam = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconMenuVote = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconMenuVote = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconShowGraph = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconShowGraph = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconTurnOn = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconTurnOn = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconIuDownload = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconIuDownload = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconIuSendAgainV2 = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconIuSendAgainV2 = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconUiAgenda = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconUiAgenda = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconUiAnuluj = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconUiAnuluj = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIconUiCameraOff = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIconUiCameraOff = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={26}
@@ -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";
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIlluBgAcknowledgments = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIlluBgAcknowledgments = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={885}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIlluBgAddParticipantsToVote = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIlluBgAddParticipantsToVote = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={885}
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from "react";
2
- const SvgIlluBgAgenda = (props: SVGProps<SVGSVGElement>) => (
1
+ const SvgIlluBgAgenda = (props) => (
3
2
  <svg
4
3
  xmlns="http://www.w3.org/2000/svg"
5
4
  width={885}
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 14 Nov 2025 15:27:44 GMT
3
+ // Generated on Fri, 14 Nov 2025 15:34:01 GMT
4
4
 
5
5
  $color-active-green-100: #77dc6c;
6
6
  $color-active-green-200: #5fbe54;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pleodigital/design-system-votey",
3
- "version": "1.0.10",
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 --typescript",
12
- "transform:illustrations": "npx @svgr/cli assets/illustrations --out-dir dist/assets/illustrations --jsx-runtime automatic --typescript",
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