@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,4 +1,4 @@
|
|
|
1
|
-
<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
|
|
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
|
|
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>
|