rbro-tat-uds 2.2.2 → 2.2.4

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 (28) hide show
  1. package/build/cjs/assets/icons/face-happy.svg.cjs +39 -0
  2. package/build/cjs/assets/icons/person-level.svg.cjs +43 -0
  3. package/build/cjs/components/Button/Button.cjs +2 -0
  4. package/build/cjs/components/GraficContributieUnitlinked/GraficContributieUnitlinked.cjs +157 -0
  5. package/build/cjs/components/GraficContributieUnitlinked/index.cjs +12 -0
  6. package/build/cjs/components/Icon/IconsList.cjs +5 -1
  7. package/build/cjs/components/IconButton/IconButton.cjs +2 -0
  8. package/build/cjs/components/PageMessage/PageMessage.cjs +2 -0
  9. package/build/cjs/components/TextInput/TextInput.cjs +2 -0
  10. package/build/cjs/components/index.cjs +2 -0
  11. package/build/cjs/index.cjs +813 -632
  12. package/build/esm/assets/icons/face-happy.svg.js +18 -0
  13. package/build/esm/assets/icons/person-level.svg.js +22 -0
  14. package/build/esm/components/Button/Button.js +2 -0
  15. package/build/esm/components/GraficContributieUnitlinked/GraficContributieUnitlinked.js +153 -0
  16. package/build/esm/components/GraficContributieUnitlinked/index.js +8 -0
  17. package/build/esm/components/Icon/IconsList.js +5 -1
  18. package/build/esm/components/IconButton/IconButton.js +2 -0
  19. package/build/esm/components/PageMessage/PageMessage.js +2 -0
  20. package/build/esm/components/TextInput/TextInput.js +2 -0
  21. package/build/esm/components/index.js +1 -0
  22. package/build/esm/index.js +813 -633
  23. package/build/types/components/GraficContributieUnitlinked/GraficContributieUnitlinked.d.ts +16 -0
  24. package/build/types/components/GraficContributieUnitlinked/index.d.ts +6 -0
  25. package/build/types/components/Icon/Icon.types.d.ts +1 -1
  26. package/build/types/components/Icon/IconsList.d.ts +2 -0
  27. package/build/types/index.d.ts +1 -0
  28. package/package.json +1 -1
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+
3
+ interface GraficContributieUnitlinkedProps {
4
+ limitTop?: number;
5
+ limitTopLabel?: string;
6
+ limitBottom?: number;
7
+ limitBottomLabel?: string;
8
+ currency?: string;
9
+ height?: number;
10
+ colorBar?: string;
11
+ colorFilledBar?: string;
12
+ }
13
+ declare const GraficContributieUnitlinked: React.FC<GraficContributieUnitlinkedProps>;
14
+
15
+ export { GraficContributieUnitlinked as default };
16
+ export type { GraficContributieUnitlinkedProps };
@@ -0,0 +1,6 @@
1
+ import GraficContributieUnitlinked from './GraficContributieUnitlinked.js';
2
+ export { GraficContributieUnitlinkedProps } from './GraficContributieUnitlinked.js';
3
+
4
+
5
+
6
+ export { GraficContributieUnitlinked as default };
@@ -1,4 +1,4 @@
1
- type IconsListProp = "exit" | "home" | "go-right" | "trash" | "asterix" | "hint_filled" | "info_filled" | "checkmark_filled" | "warning_filled" | "checkmark" | "checkmark_outlined" | "remove_person" | "clear_filled" | "doc-sent" | "man-butterfly" | "satellite-2" | "warning_filled" | "warning-tr-filled" | "minus" | "add" | "doc_edit" | "calendar" | "branch" | "invoice_seal" | "money-bag-incoming" | "money-bag-outlined" | "forward" | "money-investment" | "libra" | "offer" | "man-outlined" | "retry-1" | "doc-error" | "to-person" | "clear-ring-filled" | "clear-ring-outlined" | "mail" | "mobile" | "rejected" | "new_tab" | "money-return" | "wallet-2" | "back" | "close" | "card" | "calculator-currency-3" | "inn-1" | "money" | "down-ring" | "up-ring" | "card-heart" | "premium" | "flag" | "document" | "up" | "plus" | "go-left" | "select-open-down" | "search" | "checkmark-part" | "doc-new" | "tag-price-4" | "cube" | "chat-ask-raif" | "code-qr" | "crane-1" | "in-progress-ring" | "people-2" | "chart-bar-2" | "certificate" | "chart-line" | "rating" | "select-hide" | "refresh-repeat" | "clear-rec" | "shield-check" | "like" | "mobile-connecting" | "bundle-of-money" | "eye-opened" | "mountains" | "autoservice-3" | "payment-auto" | "warning-tr-outlined" | "safe" | "lightining" | "credit-cash" | "atm-cards-1" | "card-credit" | "exchange-1" | "cards" | "airplane" | "calculator-currency-2" | "shield" | "menu-up" | "menu-down" | "office-supplies" | "city" | "edit" | "grocery-2" | "other-goods" | "credit-consumer" | "acc-special" | "world" | "atm-cash-1" | "grocery-1" | "hand-cash-1" | "chat-raif" | "insurance-1" | "doc-sign-and-send" | "currency-transfer" | "in-progress" | "calculator" | "card-get" | "phone" | "mail-in" | "to-people" | "cancel" | "eye-closed" | "ideas-raiting" | "star-person-1" | "history" | "history-partial" | "mobile-send-money" | "cash-transactions" | "heart-outlined" | "task-done" | "purchases" | "card-raif" | "credit-pay-part" | "credit-pay-full" | "notification-outlined" | "mail-out" | "chat-1" | "people-1" | "in-queue" | "warning-exclamation" | "warning-outlined" | "info-outlined" | "hint-outlined";
1
+ type IconsListProp = "exit" | "home" | "go-right" | "trash" | "asterix" | "hint_filled" | "info_filled" | "checkmark_filled" | "warning_filled" | "checkmark" | "checkmark_outlined" | "remove_person" | "clear_filled" | "doc-sent" | "man-butterfly" | "satellite-2" | "warning_filled" | "warning-tr-filled" | "minus" | "add" | "doc_edit" | "calendar" | "branch" | "invoice_seal" | "money-bag-incoming" | "money-bag-outlined" | "forward" | "money-investment" | "libra" | "offer" | "man-outlined" | "retry-1" | "doc-error" | "to-person" | "clear-ring-filled" | "clear-ring-outlined" | "mail" | "mobile" | "rejected" | "new_tab" | "money-return" | "wallet-2" | "back" | "close" | "card" | "calculator-currency-3" | "inn-1" | "money" | "down-ring" | "up-ring" | "card-heart" | "premium" | "flag" | "document" | "up" | "plus" | "go-left" | "select-open-down" | "search" | "checkmark-part" | "doc-new" | "tag-price-4" | "cube" | "chat-ask-raif" | "code-qr" | "crane-1" | "in-progress-ring" | "people-2" | "chart-bar-2" | "certificate" | "chart-line" | "rating" | "select-hide" | "refresh-repeat" | "clear-rec" | "shield-check" | "like" | "mobile-connecting" | "bundle-of-money" | "eye-opened" | "mountains" | "autoservice-3" | "payment-auto" | "warning-tr-outlined" | "safe" | "lightining" | "credit-cash" | "atm-cards-1" | "card-credit" | "exchange-1" | "cards" | "airplane" | "calculator-currency-2" | "shield" | "menu-up" | "menu-down" | "office-supplies" | "city" | "edit" | "grocery-2" | "other-goods" | "credit-consumer" | "acc-special" | "world" | "atm-cash-1" | "grocery-1" | "hand-cash-1" | "chat-raif" | "insurance-1" | "doc-sign-and-send" | "currency-transfer" | "in-progress" | "calculator" | "card-get" | "phone" | "mail-in" | "to-people" | "cancel" | "eye-closed" | "ideas-raiting" | "star-person-1" | "history" | "history-partial" | "mobile-send-money" | "cash-transactions" | "heart-outlined" | "task-done" | "purchases" | "card-raif" | "credit-pay-part" | "credit-pay-full" | "notification-outlined" | "mail-out" | "chat-1" | "people-1" | "in-queue" | "warning-exclamation" | "warning-outlined" | "info-outlined" | "hint-outlined" | "face-happy" | "person-level";
2
2
  type IconProps = Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
3
3
  icon: IconsListProp;
4
4
  size?: 8 | 12 | 14 | 16 | 18 | 20 | 24 | 32 | 40;
@@ -138,6 +138,8 @@ declare const IconsList: {
138
138
  "warning-outlined": any;
139
139
  "info-outlined": any;
140
140
  "hint-outlined": any;
141
+ "face-happy": any;
142
+ "person-level": any;
141
143
  };
142
144
 
143
145
  export { IconsList as default };
@@ -39,6 +39,7 @@ export { default as GraficPensii } from './components/GraficPensii/GraficPensii.
39
39
  export { default as GraficPlanInvestitii, GraficPlanInvestitiiProps } from './components/GraficPlanInvestitii/GraficPlanInvestitii.js';
40
40
  export { default as GraficPropunerePensii, GraficPropunerePensiiProps } from './components/GraficPropunerePensii/GraficPropunerePensii.js';
41
41
  export { default as IconCard } from './components/IconCard/IconCard.js';
42
+ export { default as GraficContributieUnitlinked, GraficContributieUnitlinkedProps } from './components/GraficContributieUnitlinked/GraficContributieUnitlinked.js';
42
43
  export { default as Illustration } from './components/Illustration/Illustration.js';
43
44
  export { default as ImageCard, ImageCardProps } from './components/ImageCard/ImageCard.js';
44
45
  export { default as InPageTab, InPageTabProps } from './components/InPageTab/InPageTab.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rbro-tat-uds",
3
- "version": "2.2.2",
3
+ "version": "2.2.4",
4
4
  "type": "module",
5
5
  "main": "build/cjs/index.cjs",
6
6
  "module": "build/esm/index.js",