@pleodigital/design-system-votey 1.0.122 → 1.0.124

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,3 @@
1
+ <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.125 18.875V13.2083H8.54167V16.4667L17.4667 7.54167H14.2083V6.125H19.875V11.7917H18.4583V8.53333L9.53333 17.4583H12.7917V18.875H7.125Z" fill="#07064E"/>
3
+ </svg>
@@ -0,0 +1,16 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const SvgIconUiGoFullscreen = (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
+ <path
11
+ fill="currentColor"
12
+ d="M7.125 18.875v-5.667h1.417v3.259l8.925-8.925h-3.259V6.125h5.667v5.667h-1.417V8.533l-8.925 8.925h3.259v1.417z"
13
+ />
14
+ </svg>
15
+ );
16
+ export default SvgIconUiGoFullscreen;
@@ -24,8 +24,8 @@ export { default as IconUiEml } from "./IconUiEml";
24
24
  export { default as IconUiExclamationMark } from "./IconUiExclamationMark";
25
25
  export { default as IconUiExpandArrow } from "./IconUiExpandArrow";
26
26
  export { default as IconUiFullScreen } from "./IconUiFullScreen";
27
- export { default as IconUiFullscreen } from "./IconUiFullscreen";
28
27
  export { default as IconUiGoTo } from "./IconUiGoTo";
28
+ export { default as IconUiGoFullscreen } from "./IconUiGoFullscreen";
29
29
  export { default as IconUiHand } from "./IconUiHand";
30
30
  export { default as IconUiHangUp } from "./IconUiHangUp";
31
31
  export { default as IconUiInProgress } from "./IconUiInProgress";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 22 May 2026 13:35:38 GMT
3
+ * Generated on Fri, 22 May 2026 13:52:14 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 22 May 2026 13:35:38 GMT
3
+ // Generated on Fri, 22 May 2026 13:52:14 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 Fri, 22 May 2026 13:35:38 GMT
3
+ // Generated on Fri, 22 May 2026 13:52:14 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.122",
3
+ "version": "1.0.124",
4
4
  "description": "Centralny system tokenów projektowych generowany przez Style Dictionary.",
5
5
  "main": "dist/js/tailwind-preset.js",
6
6
  "publishConfig": {
@@ -1,3 +0,0 @@
1
- <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.125 14.875V9.20833H3.54167V12.4667L12.4667 3.54167H9.20833V2.125H14.875V7.79167H13.4583V4.53333L4.53333 13.4583H7.79167V14.875H2.125Z" fill="#07064E"/>
3
- </svg>
@@ -1,16 +0,0 @@
1
- import * as React from "react";
2
- import type { SVGProps } from "react";
3
- const SvgIconUiFullscreen = (props: SVGProps<SVGSVGElement>) => (
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- fill="none"
7
- viewBox="0 0 17 17"
8
- {...props}
9
- >
10
- <path
11
- fill="currentColor"
12
- d="M2.125 14.875V9.208h1.417v3.259l8.925-8.925H9.208V2.125h5.667v5.667h-1.417V4.533l-8.925 8.925h3.259v1.417z"
13
- />
14
- </svg>
15
- );
16
- export default SvgIconUiFullscreen;