@pleodigital/design-system-votey 1.0.16 → 1.0.17

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 (27) hide show
  1. package/dist/assets/angular/svg-raw/illustrations/illu_bg_acknowledgments.svg +2 -2
  2. package/dist/assets/angular/svg-raw/illustrations/illu_bg_add-participants-to-vote.svg +2 -2
  3. package/dist/assets/angular/svg-raw/illustrations/illu_bg_agenda.svg +2 -2
  4. package/dist/assets/react/icons/menu/IconMenuButtonShowTable.tsx +1 -0
  5. package/dist/assets/react/icons/menu/IconMenuDashboard.tsx +1 -0
  6. package/dist/assets/react/icons/menu/IconMenuParticipants.tsx +1 -0
  7. package/dist/assets/react/icons/menu/IconMenuSettings.tsx +1 -0
  8. package/dist/assets/react/icons/menu/IconMenuTeam.tsx +1 -0
  9. package/dist/assets/react/icons/menu/IconMenuVote.tsx +1 -0
  10. package/dist/assets/react/icons/menu/IconShowGraph.tsx +1 -0
  11. package/dist/assets/react/icons/menu/IconTurnOn.tsx +1 -0
  12. package/dist/assets/react/icons/ui/IconIuDownload.tsx +1 -0
  13. package/dist/assets/react/icons/ui/IconIuSendAgainV2.tsx +1 -0
  14. package/dist/assets/react/icons/ui/IconUiAgenda.tsx +1 -0
  15. package/dist/assets/react/icons/ui/IconUiAnuluj.tsx +1 -0
  16. package/dist/assets/react/icons/ui/IconUiCameraOff.tsx +1 -0
  17. package/dist/assets/react/icons/ui/IconUiCameraOn.tsx +1 -0
  18. package/dist/assets/react/icons/ui/IconUiChat.tsx +1 -0
  19. package/dist/assets/react/icons/ui/IconUiDelete.tsx +1 -0
  20. package/dist/assets/react/icons/ui/IconUiDownload.tsx +1 -0
  21. package/dist/assets/react/icons/ui/IconUiEdit.tsx +1 -0
  22. package/dist/assets/react/illustrations/IlluBgAcknowledgments.tsx +2 -2
  23. package/dist/assets/react/illustrations/IlluBgAddParticipantsToVote.tsx +2 -2
  24. package/dist/assets/react/illustrations/IlluBgAgenda.tsx +2 -2
  25. package/dist/css/tokens.css +13 -4
  26. package/dist/scss/_variables.scss +14 -5
  27. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- <svg width="885" height="360" viewBox="0 0 885 360" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 885 360" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g id="illu_bg_acknowledgments">
3
3
  <rect x="0.5" y="0.5" width="884" height="359" rx="4.5" stroke="#8A38F5" stroke-dasharray="10 5"></rect>
4
4
  <g id="Size=Small" clip-path="url(#clip0_85_2121)">
@@ -298,4 +298,4 @@
298
298
  <rect width="400" height="280" fill="white" transform="translate(445 40)"></rect>
299
299
  </clipPath>
300
300
  </defs>
301
- </svg>
301
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="885" height="360" viewBox="0 0 885 360" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 885 360" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g id="illu_bg_add-participants-to-vote">
3
3
  <rect x="0.5" y="0.5" width="884" height="359" rx="4.5" stroke="#8A38F5" stroke-dasharray="10 5"></rect>
4
4
  <g id="Size=Small" clip-path="url(#clip0_86_846)">
@@ -391,4 +391,4 @@
391
391
  <rect width="400" height="280" fill="white" transform="translate(445 40)"></rect>
392
392
  </clipPath>
393
393
  </defs>
394
- </svg>
394
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="885" height="360" viewBox="0 0 885 360" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 885 360" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g id="illu_bg_agenda">
3
3
  <rect x="0.5" y="0.5" width="884" height="359" rx="4.5" stroke="#8A38F5" stroke-dasharray="10 5"></rect>
4
4
  <g id="Size=Small" clip-path="url(#clip0_86_87)">
@@ -301,4 +301,4 @@
301
301
  <rect width="400" height="280" fill="white" transform="translate(445 40)"></rect>
302
302
  </clipPath>
303
303
  </defs>
304
- </svg>
304
+ </svg>
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconMenuButtonShowTable = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconMenuDashboard = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconMenuParticipants = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconMenuSettings = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconMenuTeam = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconMenuVote = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconShowGraph = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconTurnOn = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconIuDownload = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconIuSendAgainV2 = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconUiAgenda = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconUiAnuluj = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconUiCameraOff = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconUiCameraOn = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconUiChat = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconUiDelete = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconUiDownload = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIconUiEdit = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
@@ -1,10 +1,10 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIlluBgAcknowledgments = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
4
5
  xmlns="http://www.w3.org/2000/svg"
5
- width={885}
6
- height={360}
7
6
  fill="none"
7
+ viewBox="0 0 885 360"
8
8
  {...props}
9
9
  >
10
10
  <rect
@@ -1,10 +1,10 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIlluBgAddParticipantsToVote = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
4
5
  xmlns="http://www.w3.org/2000/svg"
5
- width={885}
6
- height={360}
7
6
  fill="none"
7
+ viewBox="0 0 885 360"
8
8
  {...props}
9
9
  >
10
10
  <rect
@@ -1,10 +1,10 @@
1
+ import * as React from "react";
1
2
  import type { SVGProps } from "react";
2
3
  const SvgIlluBgAgenda = (props: SVGProps<SVGSVGElement>) => (
3
4
  <svg
4
5
  xmlns="http://www.w3.org/2000/svg"
5
- width={885}
6
- height={360}
7
6
  fill="none"
7
+ viewBox="0 0 885 360"
8
8
  {...props}
9
9
  >
10
10
  <rect
@@ -3,13 +3,13 @@
3
3
  --color-active-green-200: #5fbe54;
4
4
  --color-blue-100: #62a9ff;
5
5
  --color-gray-50: #f6f6f6;
6
- --color-gray-100: #ececec;
7
- --color-mint-green-100: #2af5ba;
6
+ --color-gray-100: #f6f6f6;
7
+ --color-mint-green-100: #cafdee;
8
8
  --color-gray-200: #c6c6c6;
9
- --color-gray-400: #939393;
9
+ --color-gray-400: #ececec;
10
10
  --color-mint-green-70: #62ffd1;
11
11
  --color-mint-green-25: #cafdee;
12
- --color-navy-blue-100: #07064e;
12
+ --color-navy-blue-100: #7d81bf;
13
13
  --color-navy-blue-70: #3b3a76;
14
14
  --color-red-100: #f56161;
15
15
  --color-orange-500: #df6705;
@@ -18,4 +18,13 @@
18
18
  --color-violet-200: #7d81bf;
19
19
  --color-white: #ffffff;
20
20
  --color-deeppink-100: #e232dc;
21
+ --color-mint-green-400: #2af5ba;
22
+ --color-mint-green-300: #62ffd1;
23
+ --color-blue-400: #62a9ff;
24
+ --color-gray-500: #c6c6c6;
25
+ --color-gray-700: #939393;
26
+ --color-navy-blue-800: #07064e;
27
+ --color-navy-blue-400: #3b3a76;
28
+ --color-navy-blue-50: #cdd0fd;
29
+ --color-red-400: #f56161;
21
30
  }
@@ -1,18 +1,18 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 17 Nov 2025 09:51:55 GMT
3
+ // Generated on Mon, 17 Nov 2025 12:44:29 GMT
4
4
 
5
5
  $color-active-green-100: #77dc6c;
6
6
  $color-active-green-200: #5fbe54;
7
7
  $color-blue-100: #62a9ff;
8
8
  $color-gray-50: #f6f6f6;
9
- $color-gray-100: #ececec;
10
- $color-mint-green-100: #2af5ba;
9
+ $color-gray-100: #f6f6f6;
10
+ $color-mint-green-100: #cafdee;
11
11
  $color-gray-200: #c6c6c6;
12
- $color-gray-400: #939393;
12
+ $color-gray-400: #ececec;
13
13
  $color-mint-green-70: #62ffd1;
14
14
  $color-mint-green-25: #cafdee;
15
- $color-navy-blue-100: #07064e;
15
+ $color-navy-blue-100: #7d81bf;
16
16
  $color-navy-blue-70: #3b3a76;
17
17
  $color-red-100: #f56161;
18
18
  $color-orange-500: #df6705;
@@ -21,3 +21,12 @@ $color-violet-100: #cdd0fd;
21
21
  $color-violet-200: #7d81bf;
22
22
  $color-white: #ffffff;
23
23
  $color-deeppink-100: #e232dc;
24
+ $color-mint-green-400: #2af5ba;
25
+ $color-mint-green-300: #62ffd1;
26
+ $color-blue-400: #62a9ff;
27
+ $color-gray-500: #c6c6c6;
28
+ $color-gray-700: #939393;
29
+ $color-navy-blue-800: #07064e;
30
+ $color-navy-blue-400: #3b3a76;
31
+ $color-navy-blue-50: #cdd0fd;
32
+ $color-red-400: #f56161;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pleodigital/design-system-votey",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
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/react/icons --jsx-runtime automatic --typescript",
12
- "transform:illustrations": "npx @svgr/cli assets/illustrations --out-dir dist/assets/react/illustrations --jsx-runtime automatic --typescript",
11
+ "transform:icons": "npx @svgr/cli assets/icons --out-dir dist/assets/react/icons --jsx-runtime classic --typescript",
12
+ "transform:illustrations": "npx @svgr/cli assets/illustrations --out-dir dist/assets/react/illustrations --jsx-runtime classic --typescript",
13
13
  "copy:angular-svg": "cpx \"assets/{icons,illustrations}/**/*.svg\" dist/assets/angular/svg-raw",
14
14
  "build": "npm run build:tokens && npm run transform:icons && npm run transform:illustrations && npm run copy:angular-svg",
15
15
  "storybook": "storybook dev -p 6006",