@pleodigital/design-system-votey 1.0.16 → 1.0.18
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/angular/svg-raw/illustrations/illu_bg_acknowledgments.svg +2 -2
- package/dist/assets/angular/svg-raw/illustrations/illu_bg_add-participants-to-vote.svg +2 -2
- package/dist/assets/angular/svg-raw/illustrations/illu_bg_agenda.svg +2 -2
- package/dist/assets/angular/svg-raw/illustrations/illu_bg_choose-subscription-plan.svg +643 -0
- package/dist/assets/react/icons/menu/IconMenuButtonShowTable.tsx +1 -0
- package/dist/assets/react/icons/menu/IconMenuDashboard.tsx +1 -0
- package/dist/assets/react/icons/menu/IconMenuParticipants.tsx +1 -0
- package/dist/assets/react/icons/menu/IconMenuSettings.tsx +1 -0
- package/dist/assets/react/icons/menu/IconMenuTeam.tsx +1 -0
- package/dist/assets/react/icons/menu/IconMenuVote.tsx +1 -0
- package/dist/assets/react/icons/menu/IconShowGraph.tsx +1 -0
- package/dist/assets/react/icons/menu/IconTurnOn.tsx +1 -0
- package/dist/assets/react/icons/ui/IconIuDownload.tsx +1 -0
- package/dist/assets/react/icons/ui/IconIuSendAgainV2.tsx +1 -0
- package/dist/assets/react/icons/ui/IconUiAgenda.tsx +1 -0
- package/dist/assets/react/icons/ui/IconUiAnuluj.tsx +1 -0
- package/dist/assets/react/icons/ui/IconUiCameraOff.tsx +1 -0
- package/dist/assets/react/icons/ui/IconUiCameraOn.tsx +1 -0
- package/dist/assets/react/icons/ui/IconUiChat.tsx +1 -0
- package/dist/assets/react/icons/ui/IconUiDelete.tsx +1 -0
- package/dist/assets/react/icons/ui/IconUiDownload.tsx +1 -0
- package/dist/assets/react/icons/ui/IconUiEdit.tsx +1 -0
- package/dist/assets/react/illustrations/IlluBgAcknowledgments.tsx +2 -2
- package/dist/assets/react/illustrations/IlluBgAddParticipantsToVote.tsx +2 -2
- package/dist/assets/react/illustrations/IlluBgAgenda.tsx +2 -2
- package/dist/assets/react/illustrations/IlluBgChooseSubscriptionPlan.tsx +926 -0
- package/dist/assets/react/illustrations/index.ts +1 -0
- package/dist/css/tokens.css +14 -5
- package/dist/scss/_variables.scss +15 -6
- package/package.json +3 -3
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { default as IlluBgAcknowledgments } from "./IlluBgAcknowledgments";
|
|
2
2
|
export { default as IlluBgAddParticipantsToVote } from "./IlluBgAddParticipantsToVote";
|
|
3
3
|
export { default as IlluBgAgenda } from "./IlluBgAgenda";
|
|
4
|
+
export { default as IlluBgChooseSubscriptionPlan } from "./IlluBgChooseSubscriptionPlan";
|
package/dist/css/tokens.css
CHANGED
|
@@ -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: #
|
|
7
|
-
--color-mint-green-100: #
|
|
6
|
+
--color-gray-100: #f6f6f6;
|
|
7
|
+
--color-mint-green-100: #cafdee;
|
|
8
8
|
--color-gray-200: #c6c6c6;
|
|
9
|
-
--color-gray-400: #
|
|
9
|
+
--color-gray-400: #ececec;
|
|
10
10
|
--color-mint-green-70: #62ffd1;
|
|
11
11
|
--color-mint-green-25: #cafdee;
|
|
12
|
-
--color-navy-blue-100: #
|
|
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;
|
|
@@ -17,5 +17,14 @@
|
|
|
17
17
|
--color-violet-100: #cdd0fd;
|
|
18
18
|
--color-violet-200: #7d81bf;
|
|
19
19
|
--color-white: #ffffff;
|
|
20
|
-
--color-
|
|
20
|
+
--color-mint-green-400: #2af5ba;
|
|
21
|
+
--color-mint-green-300: #62ffd1;
|
|
22
|
+
--color-blue-400: #62a9ff;
|
|
23
|
+
--color-gray-500: #c6c6c6;
|
|
24
|
+
--color-gray-700: #939393;
|
|
25
|
+
--color-navy-blue-800: #07064e;
|
|
26
|
+
--color-navy-blue-400: #3b3a76;
|
|
27
|
+
--color-navy-blue-50: #cdd0fd;
|
|
28
|
+
--color-red-400: #f56161;
|
|
29
|
+
--color-deeppink-400: #e232dc;
|
|
21
30
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 17 Nov 2025
|
|
3
|
+
// Generated on Mon, 17 Nov 2025 14:51:06 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: #
|
|
10
|
-
$color-mint-green-100: #
|
|
9
|
+
$color-gray-100: #f6f6f6;
|
|
10
|
+
$color-mint-green-100: #cafdee;
|
|
11
11
|
$color-gray-200: #c6c6c6;
|
|
12
|
-
$color-gray-400: #
|
|
12
|
+
$color-gray-400: #ececec;
|
|
13
13
|
$color-mint-green-70: #62ffd1;
|
|
14
14
|
$color-mint-green-25: #cafdee;
|
|
15
|
-
$color-navy-blue-100: #
|
|
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;
|
|
@@ -20,4 +20,13 @@ $color-orange-100: #fcd5b5;
|
|
|
20
20
|
$color-violet-100: #cdd0fd;
|
|
21
21
|
$color-violet-200: #7d81bf;
|
|
22
22
|
$color-white: #ffffff;
|
|
23
|
-
$color-
|
|
23
|
+
$color-mint-green-400: #2af5ba;
|
|
24
|
+
$color-mint-green-300: #62ffd1;
|
|
25
|
+
$color-blue-400: #62a9ff;
|
|
26
|
+
$color-gray-500: #c6c6c6;
|
|
27
|
+
$color-gray-700: #939393;
|
|
28
|
+
$color-navy-blue-800: #07064e;
|
|
29
|
+
$color-navy-blue-400: #3b3a76;
|
|
30
|
+
$color-navy-blue-50: #cdd0fd;
|
|
31
|
+
$color-red-400: #f56161;
|
|
32
|
+
$color-deeppink-400: #e232dc;
|
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.18",
|
|
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
|
|
12
|
-
"transform:illustrations": "npx @svgr/cli assets/illustrations --out-dir dist/assets/react/illustrations --jsx-runtime
|
|
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",
|