rbro-tat-uds 2.2.13 → 2.2.14

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 (34) hide show
  1. package/build/cjs/assets/icons/face-neutral.svg.cjs +39 -0
  2. package/build/cjs/assets/icons/face-sad.svg.cjs +39 -0
  3. package/build/cjs/components/Button/Button.cjs +2 -0
  4. package/build/cjs/components/FeedbackCard/FeedbackCard.cjs +80 -0
  5. package/build/cjs/components/FeedbackCard/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/Textarea/Textarea.cjs +64 -0
  11. package/build/cjs/components/Textarea/index.cjs +12 -0
  12. package/build/cjs/components/index.cjs +4 -0
  13. package/build/cjs/index.cjs +810 -659
  14. package/build/esm/assets/icons/face-neutral.svg.js +18 -0
  15. package/build/esm/assets/icons/face-sad.svg.js +18 -0
  16. package/build/esm/components/Button/Button.js +2 -0
  17. package/build/esm/components/FeedbackCard/FeedbackCard.js +76 -0
  18. package/build/esm/components/FeedbackCard/index.js +8 -0
  19. package/build/esm/components/Icon/IconsList.js +5 -1
  20. package/build/esm/components/IconButton/IconButton.js +2 -0
  21. package/build/esm/components/PageMessage/PageMessage.js +2 -0
  22. package/build/esm/components/TextInput/TextInput.js +2 -0
  23. package/build/esm/components/Textarea/Textarea.js +60 -0
  24. package/build/esm/components/Textarea/index.js +8 -0
  25. package/build/esm/components/index.js +2 -0
  26. package/build/esm/index.js +809 -660
  27. package/build/types/components/FeedbackCard/FeedbackCard.d.ts +11 -0
  28. package/build/types/components/FeedbackCard/index.d.ts +6 -0
  29. package/build/types/components/Icon/Icon.types.d.ts +1 -1
  30. package/build/types/components/Icon/IconsList.d.ts +2 -0
  31. package/build/types/components/Textarea/Textarea.d.ts +16 -0
  32. package/build/types/components/Textarea/index.d.ts +6 -0
  33. package/build/types/index.d.ts +2 -0
  34. package/package.json +1 -1
@@ -0,0 +1,11 @@
1
+ import React, { HTMLAttributes } from 'react';
2
+
3
+ interface FeedbackCardProps extends HTMLAttributes<HTMLButtonElement> {
4
+ rate?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
5
+ selected?: boolean;
6
+ feedbackView?: boolean;
7
+ }
8
+ declare const FeedbackCard: React.FC<FeedbackCardProps>;
9
+
10
+ export { FeedbackCard as default };
11
+ export type { FeedbackCardProps };
@@ -0,0 +1,6 @@
1
+ import FeedbackCard from './FeedbackCard.js';
2
+ export { FeedbackCardProps } from './FeedbackCard.js';
3
+
4
+
5
+
6
+ export { FeedbackCard 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" | "face-happy" | "person-level" | "star-reward" | "brand-logo" | "house-wap" | "bulb";
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" | "star-reward" | "brand-logo" | "house-wap" | "bulb" | "face-neutral" | "face-sad";
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;
@@ -144,6 +144,8 @@ declare const IconsList: {
144
144
  "brand-logo": any;
145
145
  "house-wap": any;
146
146
  bulb: any;
147
+ "face-neutral": any;
148
+ "face-sad": any;
147
149
  };
148
150
 
149
151
  export { IconsList as default };
@@ -0,0 +1,16 @@
1
+ import React, { InputHTMLAttributes } from 'react';
2
+
3
+ interface TextareaProps extends Omit<InputHTMLAttributes<HTMLTextAreaElement>, "size"> {
4
+ id?: string;
5
+ name?: string;
6
+ value: string | number;
7
+ setValue: (newValue: string | number) => void;
8
+ size?: "small" | "medium" | "large";
9
+ intent?: "default" | "default_white";
10
+ resize?: "none" | "both" | "horizontal" | "vertical";
11
+ minHeight?: string;
12
+ }
13
+ declare const Textarea: React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLTextAreaElement>>;
14
+
15
+ export { Textarea as default };
16
+ export type { TextareaProps };
@@ -0,0 +1,6 @@
1
+ import Textarea from './Textarea.js';
2
+ export { TextareaProps } from './Textarea.js';
3
+
4
+
5
+
6
+ export { Textarea as default };
@@ -89,3 +89,5 @@ export { default as Spinner } from './components/Spinner/Spinner.js';
89
89
  export { default as SelectionAppCard, SelectionAppCardProps } from './components/SelectionAppCard/SelectionAppCard.js';
90
90
  export { default as Accordion, AccordionProps } from './components/Accordion/Accordion.js';
91
91
  export { default as PropunereAsigurareLocuinta, PropunereAsigurareLocuintaProps } from './components/PropunereAsigurareLocuinta/PropunereAsigurareLocuinta.js';
92
+ export { default as Textarea, TextareaProps } from './components/Textarea/Textarea.js';
93
+ export { default as FeedbackCard, FeedbackCardProps } from './components/FeedbackCard/FeedbackCard.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rbro-tat-uds",
3
- "version": "2.2.13",
3
+ "version": "2.2.14",
4
4
  "type": "module",
5
5
  "main": "build/cjs/index.cjs",
6
6
  "module": "build/esm/index.js",