@pleodigital/design-system-votey 1.0.134 → 1.0.135

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.
@@ -0,0 +1,18 @@
1
+ <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="icon_ui_camera-change" clip-path="url(#clip0_1471_61)">
3
+ <g id="icon_ui_camera-change_2">
4
+ <g id="color_stroke">
5
+ <g id="Vector">
6
+ <path d="M21.3512 23.3497H4.6488C3.4892 23.3497 2.54626 22.5281 2.54626 21.5159V7.11359C2.54626 6.10305 3.4892 5.27972 4.6488 5.27972H7.54347L9.96493 2.78025C10.0793 2.66239 10.2371 2.59479 10.4 2.59479H15.6C15.7647 2.59479 15.9207 2.66065 16.0351 2.78025L18.4565 5.27972H21.3512C22.5108 5.27972 23.4537 6.10132 23.4537 7.11359V21.5176C23.4537 22.5281 22.5108 23.3515 21.3512 23.3515V23.3497ZM4.6488 6.49305C4.16693 6.49305 3.7596 6.77732 3.7596 7.11359V21.5176C3.7596 21.8539 4.16693 22.1381 4.6488 22.1381H21.3529C21.8348 22.1381 22.2421 21.8539 22.2421 21.5176V7.11359C22.2421 6.77732 21.8348 6.49305 21.3529 6.49305H18.2017C18.0371 6.49305 17.8811 6.42719 17.7667 6.30759L15.3452 3.80812H10.66L8.23853 6.30759C8.12413 6.42545 7.9664 6.49305 7.80346 6.49305H4.6488Z" fill="#151752"></path>
7
+ <path d="M20.6475 13.5113L19.0875 12.3084C18.9609 12.2096 18.7997 12.1663 18.6385 12.1871C18.4791 12.2079 18.3335 12.2911 18.2364 12.4176L17.0352 13.9776C16.8307 14.2428 16.8792 14.6241 17.1461 14.8287C17.2571 14.9136 17.3871 14.9552 17.5153 14.9552C17.6973 14.9552 17.8776 14.8737 17.9955 14.7195L18.2867 14.3399C18.2763 15.6607 17.7719 16.9433 16.8445 17.9244C15.8739 18.9505 14.5635 19.5381 13.1525 19.578C11.7399 19.6196 10.3983 19.1065 9.37213 18.1359C9.21267 17.9851 9.06187 17.8239 8.9232 17.6557C8.71 17.3975 8.32693 17.3611 8.06867 17.5743C7.8104 17.7875 7.774 18.1705 7.9872 18.4288C8.15707 18.6351 8.34427 18.8327 8.5384 19.0181C9.7552 20.1673 11.3308 20.7931 12.9983 20.7931C13.0607 20.7931 13.1248 20.7931 13.1872 20.7896C14.9223 20.7411 16.536 20.0183 17.7268 18.7564C18.9124 17.5015 19.5347 15.8461 19.4983 14.1561L19.9056 14.4699C20.1708 14.6744 20.5521 14.6259 20.7567 14.3589C20.9612 14.0937 20.9127 13.7124 20.6457 13.5079L20.6475 13.5113Z" fill="#151752"></path>
8
+ <path d="M9.03587 13.4732C8.78627 13.2496 8.4032 13.2687 8.1796 13.5183L7.72547 14.0227C7.79133 12.7816 8.29053 11.5856 9.16067 10.6652C10.1313 9.63907 11.4417 9.05147 12.8527 9.0116C14.2636 8.96827 15.6069 9.48307 16.6331 10.4537C16.7943 10.6063 16.9468 10.7692 17.0855 10.9373C17.2987 11.1956 17.6817 11.2337 17.94 11.0188C18.1983 10.8056 18.2347 10.4243 18.0215 10.1643C17.8499 9.95627 17.6627 9.75693 17.4651 9.56973C16.2032 8.3772 14.5513 7.74453 12.8163 7.79653C11.0812 7.84507 9.46747 8.56787 8.27667 9.82973C7.1916 10.9772 6.57453 12.4731 6.50867 14.0209L6.07187 13.6275C5.82227 13.4039 5.4392 13.4229 5.2156 13.6725C4.992 13.9221 5.01107 14.3052 5.26067 14.5288L6.82067 15.9328C6.9368 16.0368 7.0824 16.0888 7.22627 16.0888C7.39267 16.0888 7.55733 16.0212 7.67693 15.8877L9.08093 14.3277C9.30453 14.0781 9.28547 13.6951 9.03587 13.4715V13.4732Z" fill="#151752"></path>
9
+ </g>
10
+ </g>
11
+ </g>
12
+ </g>
13
+ <defs>
14
+ <clipPath id="clip0_1471_61">
15
+ <rect width="26" height="26" fill="white"></rect>
16
+ </clipPath>
17
+ </defs>
18
+ </svg>
@@ -0,0 +1,27 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const SvgIconUiCameraChange = (props: SVGProps<SVGSVGElement>) => (
4
+ <svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ fill="none"
7
+ viewBox="0 0 26 26"
8
+ {...props}
9
+ >
10
+ <g id="icon_ui_camera-change" clipPath="url(#a)">
11
+ <g id="icon_ui_camera-change_2">
12
+ <g id="color_stroke">
13
+ <g id="Vector" fill="currentColor">
14
+ <path d="M21.351 23.35H4.65c-1.16 0-2.103-.822-2.103-1.834V7.114c0-1.011.943-1.834 2.103-1.834h2.894l2.422-2.5a.6.6 0 0 1 .435-.185h5.2a.6.6 0 0 1 .435.185l2.421 2.5h2.895c1.16 0 2.103.821 2.103 1.834v14.404c0 1.01-.943 1.834-2.103 1.834zM4.65 6.493c-.482 0-.89.284-.89.62v14.405c0 .336.408.62.89.62h16.704c.482 0 .89-.284.89-.62V7.114c0-.337-.408-.62-.89-.62h-3.151a.6.6 0 0 1-.435-.186l-2.422-2.5H10.66l-2.421 2.5a.6.6 0 0 1-.436.185z" />
15
+ <path d="m20.648 13.511-1.56-1.203a.607.607 0 0 0-.851.11l-1.202 1.56a.606.606 0 0 0 .96.742l.292-.38a5.27 5.27 0 0 1-1.442 3.584 5.25 5.25 0 0 1-3.692 1.654 5.24 5.24 0 0 1-3.78-1.442q-.24-.227-.45-.48a.607.607 0 0 0-.936.773 6.453 6.453 0 0 0 5.011 2.364q.095 0 .19-.003a6.45 6.45 0 0 0 4.539-2.034 6.5 6.5 0 0 0 1.771-4.6l.408.314a.606.606 0 1 0 .74-.962zM9.036 13.473a.606.606 0 0 0-.856.045l-.455.505a5.3 5.3 0 0 1 1.436-3.358 5.25 5.25 0 0 1 3.692-1.653 5.24 5.24 0 0 1 3.78 1.442q.243.23.453.483a.606.606 0 1 0 .936-.773 7 7 0 0 0-.557-.594 6.45 6.45 0 0 0-4.649-1.773 6.45 6.45 0 0 0-4.54 2.033 6.5 6.5 0 0 0-1.767 4.19l-.437-.393a.606.606 0 1 0-.811.902l1.56 1.404a.61.61 0 0 0 .856-.045l1.404-1.56a.606.606 0 0 0-.045-.856z" />
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ <defs>
21
+ <clipPath id="a">
22
+ <path fill="currentColor" d="M0 0h26v26H0z" />
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
26
+ );
27
+ export default SvgIconUiCameraChange;
@@ -10,6 +10,7 @@ export { default as IconUiAnuluj } from "./IconUiAnuluj";
10
10
  export { default as IconUiArrowRight } from "./IconUiArrowRight";
11
11
  export { default as IconUiAuthorization } from "./IconUiAuthorization";
12
12
  export { default as IconUiCalendar } from "./IconUiCalendar";
13
+ export { default as IconUiCameraChange } from "./IconUiCameraChange";
13
14
  export { default as IconUiCameraOff } from "./IconUiCameraOff";
14
15
  export { default as IconUiCameraOn } from "./IconUiCameraOn";
15
16
  export { default as IconUiChat } from "./IconUiChat";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 15 Jun 2026 12:07:52 GMT
3
+ * Generated on Wed, 17 Jun 2026 11:06:53 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 15 Jun 2026 12:07:52 GMT
3
+ // Generated on Wed, 17 Jun 2026 11:06:53 GMT
4
4
 
5
5
  $color-white: #ffffff;
6
6
  $color-gray-100: #f6f6f6;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 15 Jun 2026 12:07:52 GMT
3
+ // Generated on Wed, 17 Jun 2026 11:06:53 GMT
4
4
 
5
5
  $color-white: #ffffff;
6
6
  $color-gray-100: #f6f6f6;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pleodigital/design-system-votey",
3
- "version": "1.0.134",
3
+ "version": "1.0.135",
4
4
  "description": "Centralny system tokenów projektowych generowany przez Style Dictionary.",
5
5
  "main": "dist/js/tailwind-preset.js",
6
6
  "publishConfig": {