@kashifd/jwero-components 0.7.80 → 0.7.81

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 (169) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.es.js +63667 -0
  3. package/dist/index.umd.js +1056 -0
  4. package/dist/src/App.d.ts +6 -0
  5. package/dist/src/components/JweroAccordian.d.ts +7 -0
  6. package/dist/src/components/JweroBreadcrumbs.d.ts +14 -0
  7. package/dist/src/components/JweroChip.d.ts +26 -0
  8. package/dist/src/components/JweroDialogHeader.d.ts +29 -0
  9. package/dist/src/components/JweroPicker.d.ts +5 -0
  10. package/dist/src/components/JweroPopper.d.ts +14 -0
  11. package/dist/src/components/JweroRadio.d.ts +10 -0
  12. package/dist/src/components/JweroSidebar.d.ts +23 -0
  13. package/dist/src/components/JweroToggleButton.d.ts +9 -0
  14. package/dist/src/components/JweroTypography.d.ts +71 -0
  15. package/dist/src/components/jwero_actions_button/index.d.ts +22 -0
  16. package/dist/src/components/jwero_alerts/index.d.ts +15 -0
  17. package/dist/src/components/jwero_avatars/index.d.ts +21 -0
  18. package/dist/src/components/jwero_badger/index.d.ts +11 -0
  19. package/dist/src/components/jwero_button_menu/components/JweroMenu.d.ts +35 -0
  20. package/dist/src/components/jwero_button_menu/index.d.ts +24 -0
  21. package/dist/src/components/jwero_charts/components/AreaChart.d.ts +9 -0
  22. package/dist/src/components/jwero_charts/components/BarChart.d.ts +10 -0
  23. package/dist/src/components/jwero_charts/components/Funnel.d.ts +4 -0
  24. package/dist/src/components/jwero_charts/components/FunnelChart.d.ts +9 -0
  25. package/dist/src/components/jwero_charts/components/LineChart.d.ts +9 -0
  26. package/dist/src/components/jwero_charts/components/MultipleLineChart.d.ts +11 -0
  27. package/dist/src/components/jwero_charts/components/NumericChart.d.ts +9 -0
  28. package/dist/src/components/jwero_charts/components/PieChart.d.ts +8 -0
  29. package/dist/src/components/jwero_charts/components/RacingBarChart.d.ts +9 -0
  30. package/dist/src/components/jwero_charts/components/RadialChart.d.ts +14 -0
  31. package/dist/src/components/jwero_charts/index.d.ts +26 -0
  32. package/dist/src/components/jwero_checkbox/index.d.ts +10 -0
  33. package/dist/src/components/jwero_confirmation_dialog/index.d.ts +44 -0
  34. package/dist/src/components/jwero_custom_field/index.d.ts +30 -0
  35. package/dist/src/components/jwero_data_card/components/CardAreaGraph.d.ts +7 -0
  36. package/dist/src/components/jwero_data_card/components/NumberAnimation.d.ts +8 -0
  37. package/dist/src/components/jwero_data_card/index.d.ts +54 -0
  38. package/dist/src/components/jwero_data_table/components/JweroPagination.d.ts +10 -0
  39. package/dist/src/components/jwero_data_table/components/JweroRowsPerPage.d.ts +10 -0
  40. package/dist/src/components/jwero_data_table/components/JweroTable.d.ts +29 -0
  41. package/dist/src/components/jwero_data_table/index.d.ts +21 -0
  42. package/dist/src/components/jwero_date_filter/components/DateFiltersMenu.d.ts +9 -0
  43. package/dist/src/components/jwero_date_filter/helper/dateFilterList.d.ts +5 -0
  44. package/dist/src/components/jwero_date_filter/index.d.ts +11 -0
  45. package/dist/src/components/jwero_dialog_footer/index.d.ts +17 -0
  46. package/dist/src/components/jwero_drawer/index.d.ts +45 -0
  47. package/dist/src/components/jwero_empty_state/index.d.ts +26 -0
  48. package/dist/src/components/jwero_filter_operator/components/HighlightLabelChip.d.ts +12 -0
  49. package/dist/src/components/jwero_filter_operator/index.d.ts +10 -0
  50. package/dist/src/components/jwero_media_preview/components/MediaPreviewDisplay.d.ts +2 -0
  51. package/dist/src/components/jwero_media_preview/components/MediaPreviewHeader.d.ts +5 -0
  52. package/dist/src/components/jwero_media_preview/index.d.ts +2 -0
  53. package/dist/src/components/jwero_navigation/drawer.d.ts +4 -0
  54. package/dist/src/components/jwero_navigation/icons/Analytics.d.ts +2 -0
  55. package/dist/src/components/jwero_navigation/icons/Automations.d.ts +2 -0
  56. package/dist/src/components/jwero_navigation/icons/CRM.d.ts +2 -0
  57. package/dist/src/components/jwero_navigation/icons/Catalog.d.ts +2 -0
  58. package/dist/src/components/jwero_navigation/icons/DigitalGold.d.ts +2 -0
  59. package/dist/src/components/jwero_navigation/icons/Ecommerce.d.ts +2 -0
  60. package/dist/src/components/jwero_navigation/icons/Inventory.d.ts +2 -0
  61. package/dist/src/components/jwero_navigation/icons/JweroOne.d.ts +2 -0
  62. package/dist/src/components/jwero_navigation/icons/Loyality.d.ts +2 -0
  63. package/dist/src/components/jwero_navigation/icons/Socials.d.ts +2 -0
  64. package/dist/src/components/jwero_navigation/icons/chats.d.ts +2 -0
  65. package/dist/src/components/jwero_navigation/index.d.ts +23 -0
  66. package/dist/src/components/jwero_note_card/components/JweroNoteCardHeader.d.ts +11 -0
  67. package/dist/src/components/jwero_note_card/helper/AttachmentPreview.d.ts +10 -0
  68. package/dist/src/components/jwero_note_card/helper/convertDate.d.ts +1 -0
  69. package/dist/src/components/jwero_note_card/helper/getFileType.d.ts +3 -0
  70. package/dist/src/components/jwero_note_card/index.d.ts +14 -0
  71. package/dist/src/components/jwero_note_editor/components/AttachmentPreview.d.ts +10 -0
  72. package/dist/src/components/jwero_note_editor/components/AttachmentsSection.d.ts +8 -0
  73. package/dist/src/components/jwero_note_editor/components/NoteEditorFooter.d.ts +12 -0
  74. package/dist/src/components/jwero_note_editor/components/NoteEditorHeader.d.ts +6 -0
  75. package/dist/src/components/jwero_note_editor/helpers/bytesToMegabytes.d.ts +4 -0
  76. package/dist/src/components/jwero_note_editor/helpers/fileLimits.d.ts +7 -0
  77. package/dist/src/components/jwero_note_editor/helpers/getFileType.d.ts +1 -0
  78. package/dist/src/components/jwero_note_editor/helpers/getRandomId.d.ts +1 -0
  79. package/dist/src/components/jwero_note_editor/index.d.ts +25 -0
  80. package/dist/src/components/jwero_order_card/index.d.ts +30 -0
  81. package/dist/src/components/jwero_phone_input/index.d.ts +9 -0
  82. package/dist/src/components/jwero_plan_expiry/components/JweroPlanExpiryBody.d.ts +8 -0
  83. package/dist/src/components/jwero_plan_expiry/components/JweroPlanExpiryFooter.d.ts +2 -0
  84. package/dist/src/components/jwero_plan_expiry/components/JweroPlanExpiryHeader.d.ts +2 -0
  85. package/dist/src/components/jwero_plan_expiry/index.d.ts +8 -0
  86. package/dist/src/components/jwero_plan_expiry/svg/PlanExpiredSvg.d.ts +2 -0
  87. package/dist/src/components/jwero_primary_button/index.d.ts +25 -0
  88. package/dist/src/components/jwero_product_card/index.d.ts +24 -0
  89. package/dist/src/components/jwero_search_box/index.d.ts +28 -0
  90. package/dist/src/components/jwero_snackbar/index.d.ts +17 -0
  91. package/dist/src/components/jwero_status_chip/index.d.ts +23 -0
  92. package/dist/src/components/jwero_tabs/index.d.ts +30 -0
  93. package/dist/src/components/jwero_task_card/components/CustomAvatarGroup.d.ts +10 -0
  94. package/dist/src/components/jwero_task_card/components/TaskCardEditDelete.d.ts +13 -0
  95. package/dist/src/components/jwero_task_card/components/TeamMembersDisplay.d.ts +9 -0
  96. package/dist/src/components/jwero_task_card/helpers/checkIfOverdue.d.ts +14 -0
  97. package/dist/src/components/jwero_task_card/helpers/getInitials.d.ts +1 -0
  98. package/dist/src/components/jwero_task_card/index.d.ts +39 -0
  99. package/dist/src/components/jwero_theme_switch/components/dark_light_mode_switch/index.d.ts +5 -0
  100. package/dist/src/components/jwero_theme_switch/index.d.ts +3 -0
  101. package/dist/src/components/jwero_tooltip/index.d.ts +15 -0
  102. package/dist/src/components/jwero_verticaltabs/helper/convertToUnderscore.d.ts +1 -0
  103. package/dist/src/components/jwero_verticaltabs/index.d.ts +24 -0
  104. package/dist/src/components/jwero_view_options/index.d.ts +23 -0
  105. package/dist/src/consts/typography.d.ts +80 -0
  106. package/dist/src/icons/AddIcon.d.ts +5 -0
  107. package/dist/src/icons/AnalyticsIcon.d.ts +2 -0
  108. package/dist/src/icons/AttachIcon.d.ts +2 -0
  109. package/dist/src/icons/BoldIcon.d.ts +2 -0
  110. package/dist/src/icons/CalendarIcon.d.ts +5 -0
  111. package/dist/src/icons/CallIcon.d.ts +5 -0
  112. package/dist/src/icons/CheckedCheckboxIcon.d.ts +4 -0
  113. package/dist/src/icons/CheckedRadioIcon.d.ts +4 -0
  114. package/dist/src/icons/ChevronDown.d.ts +4 -0
  115. package/dist/src/icons/CloseIcon.d.ts +5 -0
  116. package/dist/src/icons/CloseMedia.d.ts +2 -0
  117. package/dist/src/icons/CompletedIcon.d.ts +2 -0
  118. package/dist/src/icons/CrownEmoji.d.ts +4 -0
  119. package/dist/src/icons/DecrementChipIcon.d.ts +2 -0
  120. package/dist/src/icons/DecrementIcon.d.ts +2 -0
  121. package/dist/src/icons/DeleteIcon.d.ts +4 -0
  122. package/dist/src/icons/DiamondIcon.d.ts +2 -0
  123. package/dist/src/icons/DropdownIcon.d.ts +2 -0
  124. package/dist/src/icons/EditIcon.d.ts +6 -0
  125. package/dist/src/icons/ErrorIcon.d.ts +4 -0
  126. package/dist/src/icons/EyeIcon.d.ts +2 -0
  127. package/dist/src/icons/FacebookFooterIcon.d.ts +2 -0
  128. package/dist/src/icons/ImproveChipIcon.d.ts +2 -0
  129. package/dist/src/icons/IncrementIcon.d.ts +2 -0
  130. package/dist/src/icons/InfoAlertIcon.d.ts +4 -0
  131. package/dist/src/icons/InfoIcon.d.ts +2 -0
  132. package/dist/src/icons/InprogressIcon.d.ts +2 -0
  133. package/dist/src/icons/InstagramFooterIcon.d.ts +2 -0
  134. package/dist/src/icons/InventoryIcon.d.ts +2 -0
  135. package/dist/src/icons/ItalicIcon.d.ts +2 -0
  136. package/dist/src/icons/LineThroughIcon.d.ts +2 -0
  137. package/dist/src/icons/LinkedInFooterIcon.d.ts +2 -0
  138. package/dist/src/icons/MailIcon.d.ts +5 -0
  139. package/dist/src/icons/PendingIcon.d.ts +2 -0
  140. package/dist/src/icons/QuotationsIcon.d.ts +2 -0
  141. package/dist/src/icons/RedCalendarIcon.d.ts +2 -0
  142. package/dist/src/icons/SalesAppIcon.d.ts +2 -0
  143. package/dist/src/icons/SearchIcon.d.ts +2 -0
  144. package/dist/src/icons/ShoppingCart.d.ts +2 -0
  145. package/dist/src/icons/StockIcon.d.ts +4 -0
  146. package/dist/src/icons/StockStatus.d.ts +2 -0
  147. package/dist/src/icons/SuccessIcon.d.ts +4 -0
  148. package/dist/src/icons/ToggleOffIcon.d.ts +4 -0
  149. package/dist/src/icons/ToggleOnIcon.d.ts +4 -0
  150. package/dist/src/icons/TripleDotsIcon.d.ts +2 -0
  151. package/dist/src/icons/TruckIcon.d.ts +2 -0
  152. package/dist/src/icons/UncheckedCheckboxIcon.d.ts +4 -0
  153. package/dist/src/icons/UncheckedRadioIcon.d.ts +4 -0
  154. package/dist/src/icons/UnderlineIcon.d.ts +2 -0
  155. package/dist/src/icons/WarningIcon.d.ts +4 -0
  156. package/dist/src/icons/WebIcon.d.ts +4 -0
  157. package/dist/src/icons/YoutubeFooterIcon.d.ts +2 -0
  158. package/dist/src/index.d.ts +44 -0
  159. package/dist/src/main.d.ts +1 -0
  160. package/dist/src/theme/JweroTheme.d.ts +179 -0
  161. package/dist/src/theme/ThemeProvider.d.ts +10 -0
  162. package/dist/src/utils/customDateFormatting.d.ts +5 -0
  163. package/dist/src/utils/formatServerValue.d.ts +1 -0
  164. package/dist/src/utils/numbers/formatNumbers.d.ts +1 -0
  165. package/dist/src/utils/reduceLargeText.d.ts +1 -0
  166. package/dist/src/vite-env.d.ts +1 -0
  167. package/dist/style.css +1 -0
  168. package/dist/vite.svg +1 -0
  169. package/package.json +1 -1
@@ -0,0 +1,179 @@
1
+ type CustomColors = {
2
+ [x: string]: string;
3
+ gradient_1: string;
4
+ gradient_2: string;
5
+ chatbox_1: string;
6
+ chatbox_2: string;
7
+ horizon_blue: string;
8
+ burning_pink: string;
9
+ water_green: string;
10
+ primary: string;
11
+ secondary: string;
12
+ tertiary: string;
13
+ text_primary: string;
14
+ text_tertiary: string;
15
+ text_secondary: string;
16
+ positive: string;
17
+ negative: string;
18
+ neutral: string;
19
+ attention: string;
20
+ light_yellow: string;
21
+ light_grey: string;
22
+ light_blue: string;
23
+ light_red: string;
24
+ light_beige: string;
25
+ light_green: string;
26
+ light_orange: string;
27
+ surface_white: string;
28
+ surface2_lightgrey: string;
29
+ medium_slate_blue: string;
30
+ azure: string;
31
+ rose: string;
32
+ selective_yellow: string;
33
+ persian_green: string;
34
+ };
35
+ type CustomFontWeight = {
36
+ primary: number;
37
+ secondary: number;
38
+ tertiary: number;
39
+ bold: number;
40
+ logo: number;
41
+ };
42
+ declare module "@mui/material/styles" {
43
+ interface Theme {
44
+ colors: CustomColors;
45
+ fontWeights: CustomFontWeight;
46
+ }
47
+ interface ThemeOptions {
48
+ colors?: CustomColors;
49
+ fontWeights?: CustomFontWeight;
50
+ }
51
+ }
52
+ export declare const lightPalette: {
53
+ primary: {
54
+ main: string;
55
+ };
56
+ secondary: {
57
+ main: string;
58
+ };
59
+ error: {
60
+ main: string;
61
+ };
62
+ success: {
63
+ main: string;
64
+ };
65
+ warning: {
66
+ main: string;
67
+ };
68
+ background: {
69
+ default: string;
70
+ paper: string;
71
+ };
72
+ };
73
+ export declare const darkPalette: {
74
+ primary: {
75
+ main: string;
76
+ };
77
+ secondary: {
78
+ main: string;
79
+ };
80
+ error: {
81
+ main: string;
82
+ };
83
+ success: {
84
+ main: string;
85
+ };
86
+ warning: {
87
+ main: string;
88
+ };
89
+ background: {
90
+ default: string;
91
+ paper: string;
92
+ };
93
+ text: {
94
+ primary: string;
95
+ secondary: string;
96
+ };
97
+ };
98
+ export declare const lightColors: {
99
+ gradient_1: string;
100
+ gradient_2: string;
101
+ chatbox_1: string;
102
+ chatbox_2: string;
103
+ horizon_blue: string;
104
+ burning_pink: string;
105
+ water_green: string;
106
+ primary: string;
107
+ secondary: string;
108
+ tertiary: string;
109
+ text_primary: string;
110
+ text_tertiary: string;
111
+ text_secondary: string;
112
+ positive: string;
113
+ negative: string;
114
+ neutral: string;
115
+ attention: string;
116
+ light_yellow: string;
117
+ light_grey: string;
118
+ light_blue: string;
119
+ light_red: string;
120
+ light_beige: string;
121
+ light_green: string;
122
+ light_orange: string;
123
+ surface_white: string;
124
+ surface2_lightgrey: string;
125
+ medium_slate_blue: string;
126
+ azure: string;
127
+ rose: string;
128
+ selective_yellow: string;
129
+ persian_green: string;
130
+ white: string;
131
+ black: string;
132
+ misty_silver: string;
133
+ twilight_violet: string;
134
+ neon_aqua: string;
135
+ blush_crimson: string;
136
+ ember_glow: string;
137
+ };
138
+ export declare const darkColors: {
139
+ gradient_1: string;
140
+ gradient_2: string;
141
+ chatbox_1: string;
142
+ chatbox_2: string;
143
+ horizon_blue: string;
144
+ burning_pink: string;
145
+ water_green: string;
146
+ primary: string;
147
+ secondary: string;
148
+ tertiary: string;
149
+ text_primary: string;
150
+ text_tertiary: string;
151
+ text_secondary: string;
152
+ positive: string;
153
+ negative: string;
154
+ neutral: string;
155
+ attention: string;
156
+ light_yellow: string;
157
+ light_grey: string;
158
+ light_blue: string;
159
+ light_red: string;
160
+ light_beige: string;
161
+ light_green: string;
162
+ light_orange: string;
163
+ surface_white: string;
164
+ surface2_lightgrey: string;
165
+ medium_slate_blue: string;
166
+ azure: string;
167
+ rose: string;
168
+ selective_yellow: string;
169
+ persian_green: string;
170
+ white: string;
171
+ black: string;
172
+ misty_silver: string;
173
+ twilight_violet: string;
174
+ neon_aqua: string;
175
+ blush_crimson: string;
176
+ ember_glow: string;
177
+ };
178
+ export declare const theme: import('@mui/material/styles').Theme;
179
+ export {};
@@ -0,0 +1,10 @@
1
+ import { DefaultTheme } from '@mui/system';
2
+
3
+ export interface ThemeProviderProps<Theme = DefaultTheme> {
4
+ children?: React.ReactNode;
5
+ }
6
+ export declare const ThemeContext: import('react').Context<{
7
+ darkMode: boolean;
8
+ toggleTheme: () => void;
9
+ } | null>;
10
+ export default function ThemeProvider({ children }: ThemeProviderProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ export declare function customDateFormatting({ date, formatString, fallback, }: {
2
+ date: any;
3
+ formatString?: string | undefined;
4
+ fallback?: string | undefined;
5
+ }): string;
@@ -0,0 +1 @@
1
+ export declare const formatServerValue: (inputString: string) => string;
@@ -0,0 +1 @@
1
+ export declare const formatNumbers: (value: number) => string | undefined;
@@ -0,0 +1 @@
1
+ export declare const reduceLargeText: (string: string, length?: number) => string;
@@ -0,0 +1 @@
1
+ /// <reference types="vite/client" />
package/dist/style.css ADDED
@@ -0,0 +1 @@
1
+ .rdrCalendarWrapper{box-sizing:border-box;background:#fff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:5px;bottom:5px;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:#ffffff17;position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
package/dist/vite.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kashifd/jwero-components",
3
3
  "description": "A Jwero UI library for React",
4
4
  "private": false,
5
- "version": "0.7.80",
5
+ "version": "0.7.81",
6
6
  "type": "module",
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",