@rotki/ui-library 2.6.4 → 2.8.0

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 (91) hide show
  1. package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +3 -2
  2. package/dist/components/accordions/accordions/RuiAccordions.vue.d.ts +2 -1
  3. package/dist/components/alerts/RuiAlert.vue.d.ts +4 -3
  4. package/dist/components/buttons/button/RuiButton.vue.d.ts +7 -5
  5. package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +6 -5
  6. package/dist/components/calendar/RuiCalendar.vue.d.ts +4 -2
  7. package/dist/components/calendar/RuiCalendarGrid.vue.d.ts +4 -2
  8. package/dist/components/calendar/RuiCalendarHeader.vue.d.ts +4 -2
  9. package/dist/components/calendar/RuiCalendarMenu.vue.d.ts +4 -2
  10. package/dist/components/cards/RuiCard.vue.d.ts +4 -3
  11. package/dist/components/cards/RuiCardHeader.vue.d.ts +3 -2
  12. package/dist/components/chips/RuiChip.vue.d.ts +4 -3
  13. package/dist/components/color-picker/RuiColorBoard.vue.d.ts +2 -1
  14. package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +2 -1
  15. package/dist/components/color-picker/RuiColorHue.vue.d.ts +4 -3
  16. package/dist/components/color-picker/RuiColorInput.vue.d.ts +4 -3
  17. package/dist/components/color-picker/RuiColorPicker.vue.d.ts +2 -1
  18. package/dist/components/color-picker/utils.d.ts +1 -1
  19. package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +10 -8
  20. package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.d.ts +5 -3
  21. package/dist/components/divider/RuiDivider.vue.d.ts +2 -1
  22. package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +29 -28
  23. package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +4 -3
  24. package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +7 -6
  25. package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +7 -6
  26. package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +8 -6
  27. package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +747 -10
  28. package/dist/components/forms/select/RuiSimpleSelect.vue.d.ts +3 -2
  29. package/dist/components/forms/slider/RuiSlider.vue.d.ts +3 -2
  30. package/dist/components/forms/switch/RuiSwitch.vue.d.ts +3 -2
  31. package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +8 -6
  32. package/dist/components/forms/text-field/RuiTextField.vue.d.ts +10 -8
  33. package/dist/components/helpers/RuiFormTextDetail.vue.d.ts +2 -1
  34. package/dist/components/icons/RuiIcon.vue.d.ts +2 -1
  35. package/dist/components/index.d.ts +2 -1
  36. package/dist/components/index.es.js +4343 -4260
  37. package/dist/components/loaders/RuiSkeletonBase.vue.d.ts +2 -1
  38. package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +2 -1
  39. package/dist/components/logos/RuiLogo.vue.d.ts +2 -1
  40. package/dist/components/overlays/badge/RuiBadge.vue.d.ts +5 -4
  41. package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +3 -2
  42. package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +6 -5
  43. package/dist/components/overlays/menu/RuiMenu.vue.d.ts +6 -3
  44. package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +6 -5
  45. package/dist/components/overlays/notification/RuiNotification.vue.d.ts +4 -3
  46. package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +4 -3
  47. package/dist/components/progress/RuiProgress.vue.d.ts +3 -2
  48. package/dist/components/steppers/RuiFooterStepper.vue.d.ts +2 -1
  49. package/dist/components/steppers/RuiStepper.vue.d.ts +4 -3
  50. package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +2 -1
  51. package/dist/components/steppers/RuiStepperIcon.vue.d.ts +2 -1
  52. package/dist/components/tables/RuiDataTable.vue.d.ts +13 -12
  53. package/dist/components/tables/RuiExpandButton.vue.d.ts +3 -2
  54. package/dist/components/tables/RuiTableHead.vue.d.ts +7 -6
  55. package/dist/components/tables/RuiTablePagination.vue.d.ts +3 -2
  56. package/dist/components/tabs/tab/RuiTab.vue.d.ts +5 -4
  57. package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +4 -3
  58. package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +7 -6
  59. package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +3 -2
  60. package/dist/components/time-picker/RuiTimePicker.vue.d.ts +4 -2
  61. package/dist/composables/defaults/table.d.ts +1 -2
  62. package/dist/composables/dropdown-menu.d.ts +3 -2
  63. package/dist/composables/index-CC7A7CEh.js +737 -0
  64. package/dist/composables/index.es.js +1 -1
  65. package/dist/composables/popper.d.ts +2 -2
  66. package/dist/composables/sticky-header.d.ts +1 -1
  67. package/dist/consts/time-accuracy-BnKA5GyT.js +1 -1
  68. package/dist/consts/typography.d.ts +38 -4
  69. package/dist/icons/icons_1.d.ts +1 -1
  70. package/dist/icons/icons_1.es.js +896 -896
  71. package/dist/icons/icons_2.d.ts +1 -1
  72. package/dist/icons/icons_2.es.js +1002 -1002
  73. package/dist/icons/icons_3.d.ts +1 -1
  74. package/dist/icons/icons_3.es.js +982 -982
  75. package/dist/icons/icons_4.d.ts +1 -0
  76. package/dist/icons/icons_4.es.js +358 -354
  77. package/dist/icons/index.d.ts +1 -1
  78. package/dist/icons/index.es.js +1219 -1218
  79. package/dist/{index-cTPqOSmm.js → index-D7l4d7N2.js} +4 -4
  80. package/dist/index.es.js +1221 -1220
  81. package/dist/style.css +1 -1
  82. package/dist/theme/index.es.js +30 -23
  83. package/dist/utils/form-text-detail.d.ts +1 -1
  84. package/dist/utils/index-DJ-ueLCs.js +158 -0
  85. package/dist/vendor-Hqbg5uCG.js +1931 -0
  86. package/dist/web-types.json +59 -39
  87. package/package.json +41 -48
  88. package/README.md +0 -276
  89. package/dist/composables/index-D7DVd8pO.js +0 -717
  90. package/dist/utils/index-D-sENcA8.js +0 -158
  91. package/dist/vendor-X3mXJl51.js +0 -1931
@@ -1,4 +1,4 @@
1
- import { n as o, u as a, b as u } from "./index-D7DVd8pO.js";
1
+ import { n as o, u as a, b as u } from "./index-CC7A7CEh.js";
2
2
  export {
3
3
  o as useBreakpoint,
4
4
  a as useIcons,
@@ -15,7 +15,7 @@ export interface PopperOptions {
15
15
  }
16
16
  export declare const DEFAULT_POPPER_OPTIONS: PopperOptions;
17
17
  interface UsePopperReturn {
18
- instance: Ref<Instance | null>;
18
+ instance: Ref<Instance | undefined>;
19
19
  leavePending: Ref<boolean>;
20
20
  onClose: (immediate?: boolean) => void;
21
21
  onLeavePending: () => void;
@@ -24,7 +24,7 @@ interface UsePopperReturn {
24
24
  open: Ref<boolean, boolean>;
25
25
  popper: Ref<MaybeElement>;
26
26
  popperEnter: Ref<boolean>;
27
- reference: Ref<MaybeElement>;
27
+ reference: Ref<HTMLElement | undefined>;
28
28
  updatePopper: () => Promise<void>;
29
29
  }
30
30
  export declare function usePopper(options: Ref<PopperOptions>, disabled?: Ref<boolean>, openDelay?: Ref<number>, closeDelay?: Ref<number>, virtualReference?: Ref<Element | VirtualElement>): UsePopperReturn;
@@ -1,4 +1,4 @@
1
- import type { MaybeRef } from '@vueuse/shared';
1
+ import type { MaybeRef } from 'vue';
2
2
  /**
3
3
  * Setup sticky table header
4
4
  */
@@ -6,4 +6,4 @@ const c = {
6
6
  export {
7
7
  c as T
8
8
  };
9
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZS1hY2N1cmFjeS1CbktBNUd5VC5qcyIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2NvbnN0cy90aW1lLWFjY3VyYWN5LnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qIGVzbGludC1kaXNhYmxlIHBlcmZlY3Rpb25pc3Qvc29ydC1vYmplY3RzICovXG5leHBvcnQgY29uc3QgVGltZUFjY3VyYWN5ID0ge1xuICBNSU5VVEU6ICdtaW51dGUnLFxuICBTRUNPTkQ6ICdzZWNvbmQnLFxuICBNSUxMSVNFQ09ORDogJ21pbGxpc2Vjb25kJyxcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCB0eXBlIFRpbWVBY2N1cmFjeSA9IHR5cGVvZiBUaW1lQWNjdXJhY3lba2V5b2YgdHlwZW9mIFRpbWVBY2N1cmFjeV07XG4iXSwibmFtZXMiOlsiVGltZUFjY3VyYWN5Il0sIm1hcHBpbmdzIjoiQUFDTyxNQUFNQSxJQUFlO0FBQUEsRUFDMUIsUUFBUTtBQUFBLEVBQ1IsUUFBUTtBQUFBLEVBQ1IsYUFBYTtBQUNmOyJ9
9
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZS1hY2N1cmFjeS1CbktBNUd5VC5qcyIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2NvbnN0cy90aW1lLWFjY3VyYWN5LnRzIl0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjb25zdCBUaW1lQWNjdXJhY3kgPSB7XG4gIE1JTlVURTogJ21pbnV0ZScsXG4gIFNFQ09ORDogJ3NlY29uZCcsXG4gIE1JTExJU0VDT05EOiAnbWlsbGlzZWNvbmQnLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IHR5cGUgVGltZUFjY3VyYWN5ID0gdHlwZW9mIFRpbWVBY2N1cmFjeVtrZXlvZiB0eXBlb2YgVGltZUFjY3VyYWN5XTtcbiJdLCJuYW1lcyI6WyJUaW1lQWNjdXJhY3kiXSwibWFwcGluZ3MiOiJBQUFPLE1BQU1BLElBQWU7QUFBQSxFQUMxQixRQUFRO0FBQUEsRUFDUixRQUFRO0FBQUEsRUFDUixhQUFhO0FBQ2Y7In0=
@@ -1,4 +1,38 @@
1
- export declare const typographyClasses: {
2
- className: string;
3
- name: string;
4
- }[];
1
+ export declare const typographyClasses: readonly [{
2
+ readonly className: "text-body-1";
3
+ readonly name: "Body 1";
4
+ }, {
5
+ readonly className: "text-body-2";
6
+ readonly name: "Body 2";
7
+ }, {
8
+ readonly className: "text-subtitle-1";
9
+ readonly name: "Subtitle 1";
10
+ }, {
11
+ readonly className: "text-subtitle-2";
12
+ readonly name: "Subtitle 2";
13
+ }, {
14
+ readonly className: "text-caption";
15
+ readonly name: "Caption";
16
+ }, {
17
+ readonly className: "text-overline";
18
+ readonly name: "Overline";
19
+ }, {
20
+ readonly className: "text-h1";
21
+ readonly name: "H1";
22
+ }, {
23
+ readonly className: "text-h2";
24
+ readonly name: "H2";
25
+ }, {
26
+ readonly className: "text-h3";
27
+ readonly name: "H3";
28
+ }, {
29
+ readonly className: "text-h4";
30
+ readonly name: "H4";
31
+ }, {
32
+ readonly className: "text-h5";
33
+ readonly name: "H5";
34
+ }, {
35
+ readonly className: "text-h6";
36
+ readonly name: "H6";
37
+ }];
38
+ export type TypographyClass = (typeof typographyClasses)[number];
@@ -46,6 +46,7 @@ export declare const LuRadioButtonFill: GeneratedIcon;
46
46
  export declare const LuReceiveDonationFill: GeneratedIcon;
47
47
  export declare const LuRefund: GeneratedIcon;
48
48
  export declare const LuSlashDivider: GeneratedIcon;
49
+ export declare const LuSolanaAccountsFill: GeneratedIcon;
49
50
  export declare const LuSubstrateAccounts: GeneratedIcon;
50
51
  export declare const LuTagManager: GeneratedIcon;
51
52
  export declare const LuXTwitter: GeneratedIcon;
@@ -498,4 +499,3 @@ export declare const LuCoffee: GeneratedIcon;
498
499
  export declare const LuCog: GeneratedIcon;
499
500
  export declare const LuCoins: GeneratedIcon;
500
501
  export declare const LuColumns2: GeneratedIcon;
501
- export declare const LuColumns3Cog: GeneratedIcon;