@rufous/ui 0.1.17 → 0.1.21

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 (101) hide show
  1. package/dist/Buttons/{Button.cjs → addButton.cjs} +9 -12
  2. package/dist/Buttons/addButton.css +68 -0
  3. package/dist/Buttons/addButton.d.cts +8 -0
  4. package/dist/Buttons/addButton.d.ts +8 -0
  5. package/dist/Buttons/addButton.js +7 -0
  6. package/dist/Buttons/cancelButton.cjs +37 -0
  7. package/dist/Buttons/cancelButton.css +68 -0
  8. package/dist/Buttons/cancelButton.d.cts +8 -0
  9. package/dist/Buttons/cancelButton.d.ts +8 -0
  10. package/dist/Buttons/cancelButton.js +7 -0
  11. package/dist/Buttons/index.cjs +75 -0
  12. package/dist/Buttons/index.css +68 -0
  13. package/dist/Buttons/index.d.cts +4 -0
  14. package/dist/Buttons/index.d.ts +4 -0
  15. package/dist/Buttons/index.js +16 -0
  16. package/dist/Buttons/submitButton.cjs +53 -0
  17. package/dist/Buttons/submitButton.css +68 -0
  18. package/dist/Buttons/submitButton.d.cts +11 -0
  19. package/dist/Buttons/submitButton.d.ts +11 -0
  20. package/dist/Buttons/submitButton.js +7 -0
  21. package/dist/CheckBoxes/CheckBox.js +25 -3
  22. package/dist/TextFields/FloatingInput.js +28 -3
  23. package/dist/chunk-54KCNQAW.js +24 -0
  24. package/dist/chunk-5UEJAVFK.js +10 -0
  25. package/dist/chunk-7KARALMQ.js +8 -0
  26. package/dist/chunk-BYJP2WNC.js +18 -0
  27. package/dist/chunk-FSRABKKC.js +18 -0
  28. package/dist/chunk-GESVGIAP.js +10 -0
  29. package/dist/chunk-GL43GPEM.js +18 -0
  30. package/dist/chunk-MKK7M3BH.js +18 -0
  31. package/dist/chunk-N65GKZS6.js +10 -0
  32. package/dist/chunk-NSW6ZGZF.js +19 -0
  33. package/dist/chunk-QIEQRNBE.js +10 -0
  34. package/dist/chunk-QPGJCRBS.js +0 -0
  35. package/dist/chunk-RJ43D3XB.js +18 -0
  36. package/dist/chunk-ZAYWFYP4.js +18 -0
  37. package/dist/icons/dollarIcon.cjs +47 -0
  38. package/dist/icons/dollarIcon.d.cts +8 -0
  39. package/dist/icons/dollarIcon.d.ts +8 -0
  40. package/dist/icons/dollarIcon.js +6 -0
  41. package/dist/icons/engagementIcon.cjs +47 -0
  42. package/dist/icons/engagementIcon.d.cts +8 -0
  43. package/dist/icons/engagementIcon.d.ts +8 -0
  44. package/dist/icons/engagementIcon.js +6 -0
  45. package/dist/icons/functionIcon.cjs +47 -0
  46. package/dist/icons/functionIcon.d.cts +8 -0
  47. package/dist/icons/functionIcon.d.ts +8 -0
  48. package/dist/icons/functionIcon.js +6 -0
  49. package/dist/icons/helpOutlinedIcon.cjs +1 -53
  50. package/dist/icons/helpOutlinedIcon.js +1 -1
  51. package/dist/icons/index.cjs +123 -200
  52. package/dist/icons/index.d.cts +7 -0
  53. package/dist/icons/index.d.ts +7 -0
  54. package/dist/icons/index.js +61 -33
  55. package/dist/icons/industryIcon.cjs +48 -0
  56. package/dist/icons/industryIcon.d.cts +8 -0
  57. package/dist/icons/industryIcon.d.ts +8 -0
  58. package/dist/icons/industryIcon.js +6 -0
  59. package/dist/icons/minExperienceIcon.cjs +47 -0
  60. package/dist/icons/minExperienceIcon.d.cts +8 -0
  61. package/dist/icons/minExperienceIcon.d.ts +8 -0
  62. package/dist/icons/minExperienceIcon.js +6 -0
  63. package/dist/icons/nineDotMenuIcon.cjs +1 -146
  64. package/dist/icons/nineDotMenuIcon.js +1 -1
  65. package/dist/icons/notificationIcon.cjs +1 -1
  66. package/dist/icons/notificationIcon.js +1 -1
  67. package/dist/icons/projectIcon.cjs +47 -0
  68. package/dist/icons/projectIcon.d.cts +8 -0
  69. package/dist/icons/projectIcon.d.ts +8 -0
  70. package/dist/icons/projectIcon.js +6 -0
  71. package/dist/icons/rolesIcon.cjs +47 -0
  72. package/dist/icons/rolesIcon.d.cts +8 -0
  73. package/dist/icons/rolesIcon.d.ts +8 -0
  74. package/dist/icons/rolesIcon.js +6 -0
  75. package/dist/icons/rufousAiIcon.cjs +37 -0
  76. package/dist/icons/rufousAiIcon.d.cts +8 -0
  77. package/dist/icons/rufousAiIcon.d.ts +8 -0
  78. package/dist/icons/rufousAiIcon.js +7 -0
  79. package/dist/main.cjs +309 -414
  80. package/dist/main.css +69 -0
  81. package/dist/main.d.cts +10 -3
  82. package/dist/main.d.ts +10 -3
  83. package/dist/main.js +77 -47
  84. package/dist/styles/button.css +68 -0
  85. package/dist/styles/button.d.cts +2 -0
  86. package/dist/styles/button.d.ts +2 -0
  87. package/package.json +1 -1
  88. package/dist/Buttons/Button.d.cjs +0 -17
  89. package/dist/Buttons/Button.d.cts +0 -10
  90. package/dist/Buttons/Button.d.d.cts +0 -10
  91. package/dist/Buttons/Button.d.d.ts +0 -10
  92. package/dist/Buttons/Button.d.ts +0 -10
  93. package/dist/Buttons/Button.js +0 -6
  94. package/dist/chunk-ASP3DBRX.js +0 -9
  95. package/dist/chunk-AWA5Y5LH.js +0 -32
  96. package/dist/chunk-D7SFBVJY.js +0 -155
  97. package/dist/chunk-MWCKUVQG.js +0 -10
  98. package/dist/chunk-PULIGWAP.js +0 -62
  99. package/dist/chunk-QKDJLUKZ.js +0 -29
  100. /package/dist/{Buttons/Button.d.js → chunk-CC7BNJL3.js} +0 -0
  101. /package/dist/{chunk-WNXUY4B6.js → chunk-QGVJQLGY.js} +0 -0
package/dist/main.css CHANGED
@@ -7,3 +7,72 @@
7
7
  }
8
8
  .act-icon {
9
9
  }
10
+
11
+ /* lib/styles/button.css */
12
+ .cancel-btn {
13
+ text-transform: uppercase;
14
+ min-width: 84px;
15
+ font-weight: normal;
16
+ font-size: 12px;
17
+ padding: 7px 10px;
18
+ border: 1px solid rgb(164, 27, 6);
19
+ border-radius: 34px;
20
+ background: #fff;
21
+ color: rgb(164, 27, 6);
22
+ cursor: pointer;
23
+ transition:
24
+ background-color 250ms,
25
+ box-shadow 250ms,
26
+ border-color 250ms,
27
+ color 250ms;
28
+ box-shadow:
29
+ rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
30
+ rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
31
+ rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
32
+ }
33
+ .cancel-btn:hover {
34
+ box-shadow:
35
+ rgba(0, 0, 0, 0.2) 0px 2px 4px -1px,
36
+ rgba(0, 0, 0, 0.14) 0px 4px 5px 0px,
37
+ rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
38
+ }
39
+ .cancel-btn:disabled {
40
+ background-color: #e0e0e0;
41
+ cursor: not-allowed;
42
+ }
43
+ .submit-btn {
44
+ background-color: #9b1906;
45
+ color: #fff;
46
+ font-size: 12px;
47
+ text-transform: uppercase;
48
+ min-width: 92px;
49
+ height: 38px;
50
+ border: none;
51
+ border-radius: 6px;
52
+ cursor: pointer;
53
+ transition: background-color 250ms ease-in-out;
54
+ }
55
+ .submit-btn:hover {
56
+ background-color: #9b1906;
57
+ }
58
+ .submit-btn:disabled {
59
+ background-color: #e0e0e0;
60
+ cursor: not-allowed;
61
+ }
62
+ .add-btn {
63
+ background: #ffffff;
64
+ border: 1px solid #a41b06;
65
+ border-radius: 34px;
66
+ font-weight: normal;
67
+ font-size: 12px;
68
+ padding: 7px 12px;
69
+ color: #a41b06;
70
+ cursor: pointer;
71
+ transition: all 0.25s ease-in-out;
72
+ text-transform: uppercase;
73
+ box-shadow: none;
74
+ }
75
+ .add-btn:hover {
76
+ background: #a41b06;
77
+ color: #ffffff;
78
+ }
package/dist/main.d.cts CHANGED
@@ -1,6 +1,3 @@
1
- export { Button } from './Buttons/Button.d.cjs';
2
- export { FloatingInput } from './TextFields/FloatingInput.d.cjs';
3
- export { Checkbox } from './CheckBoxes/CheckBox.d.cjs';
4
1
  export { APP_THEMES } from './utils/constants.cjs';
5
2
  export { default as ArchivedIcon } from './icons/archivedIcon.cjs';
6
3
  export { default as CopyIcon } from './icons/copyIcon.cjs';
@@ -44,5 +41,15 @@ export { default as EditChatIcon } from './icons/editChatIcon.cjs';
44
41
  export { default as SidebarIcon } from './icons/sidebarIcon.cjs';
45
42
  export { default as NotificationIcon } from './icons/notificationIcon.cjs';
46
43
  export { default as RefreshIcon } from './icons/refreshIcon.cjs';
44
+ export { default as DollarIcon } from './icons/dollarIcon.cjs';
45
+ export { default as EngagementIcon } from './icons/engagementIcon.cjs';
46
+ export { default as FunctionIcon } from './icons/functionIcon.cjs';
47
+ export { default as IndustryIcon } from './icons/industryIcon.cjs';
48
+ export { default as MinExperienceIcon } from './icons/minExperienceIcon.cjs';
49
+ export { default as ProjectIcon } from './icons/projectIcon.cjs';
50
+ export { default as RolesIcon } from './icons/rolesIcon.cjs';
51
+ export { default as AddButton } from './Buttons/addButton.cjs';
52
+ export { default as SubmitButton } from './Buttons/submitButton.cjs';
53
+ export { default as CancelButton } from './Buttons/cancelButton.cjs';
47
54
  export { RufousThemeProvider, useRufousTheme } from './Contexts/rufousThemeProvider.cjs';
48
55
  import 'react';
package/dist/main.d.ts CHANGED
@@ -1,6 +1,3 @@
1
- export { Button } from './Buttons/Button.d.js';
2
- export { FloatingInput } from './TextFields/FloatingInput.d.js';
3
- export { Checkbox } from './CheckBoxes/CheckBox.d.js';
4
1
  export { APP_THEMES } from './utils/constants.js';
5
2
  export { default as ArchivedIcon } from './icons/archivedIcon.js';
6
3
  export { default as CopyIcon } from './icons/copyIcon.js';
@@ -44,5 +41,15 @@ export { default as EditChatIcon } from './icons/editChatIcon.js';
44
41
  export { default as SidebarIcon } from './icons/sidebarIcon.js';
45
42
  export { default as NotificationIcon } from './icons/notificationIcon.js';
46
43
  export { default as RefreshIcon } from './icons/refreshIcon.js';
44
+ export { default as DollarIcon } from './icons/dollarIcon.js';
45
+ export { default as EngagementIcon } from './icons/engagementIcon.js';
46
+ export { default as FunctionIcon } from './icons/functionIcon.js';
47
+ export { default as IndustryIcon } from './icons/industryIcon.js';
48
+ export { default as MinExperienceIcon } from './icons/minExperienceIcon.js';
49
+ export { default as ProjectIcon } from './icons/projectIcon.js';
50
+ export { default as RolesIcon } from './icons/rolesIcon.js';
51
+ export { default as AddButton } from './Buttons/addButton.js';
52
+ export { default as SubmitButton } from './Buttons/submitButton.js';
53
+ export { default as CancelButton } from './Buttons/cancelButton.js';
47
54
  export { RufousThemeProvider, useRufousTheme } from './Contexts/rufousThemeProvider.js';
48
55
  import 'react';
package/dist/main.js CHANGED
@@ -1,4 +1,10 @@
1
- import "./chunk-WNXUY4B6.js";
1
+ import "./chunk-CC7BNJL3.js";
2
+ import {
3
+ unArchivedIcon_default
4
+ } from "./chunk-ZJAV3FEQ.js";
5
+ import {
6
+ unsubscribeIcon_default
7
+ } from "./chunk-NMMC4ATV.js";
2
8
  import {
3
9
  uploadIcon_default
4
10
  } from "./chunk-DXJ745NZ.js";
@@ -11,6 +17,12 @@ import {
11
17
  import {
12
18
  workItemIcon_default
13
19
  } from "./chunk-QJPQC544.js";
20
+ import {
21
+ rufousBirdIcon_default
22
+ } from "./chunk-DMP72IAP.js";
23
+ import {
24
+ rufousLauncherBird_default
25
+ } from "./chunk-QZFGQ5JM.js";
14
26
  import {
15
27
  sidebarIcon_default
16
28
  } from "./chunk-CSKTBLQQ.js";
@@ -29,12 +41,6 @@ import {
29
41
  import {
30
42
  trashIcon_default
31
43
  } from "./chunk-6KIFTMUN.js";
32
- import {
33
- unArchivedIcon_default
34
- } from "./chunk-ZJAV3FEQ.js";
35
- import {
36
- unsubscribeIcon_default
37
- } from "./chunk-NMMC4ATV.js";
38
44
  import {
39
45
  questionTypeCodingIcon_default
40
46
  } from "./chunk-FOUXNPQA.js";
@@ -54,23 +60,20 @@ import {
54
60
  resendInviteIcon_default
55
61
  } from "./chunk-WG3Q6GZN.js";
56
62
  import {
57
- rufousBirdIcon_default
58
- } from "./chunk-DMP72IAP.js";
59
- import {
60
- rufousLauncherBird_default
61
- } from "./chunk-QZFGQ5JM.js";
62
- import {
63
- invoiceIcon_default
64
- } from "./chunk-KYJ3475B.js";
63
+ rolesIcon_default
64
+ } from "./chunk-RJ43D3XB.js";
65
65
  import {
66
- logsIcon_default
67
- } from "./chunk-N4EJKMJK.js";
66
+ minExperienceIcon_default
67
+ } from "./chunk-MKK7M3BH.js";
68
68
  import {
69
69
  nineDotMenuIcon_default
70
- } from "./chunk-D7SFBVJY.js";
70
+ } from "./chunk-GESVGIAP.js";
71
71
  import {
72
72
  notificationIcon_default
73
- } from "./chunk-MWCKUVQG.js";
73
+ } from "./chunk-QIEQRNBE.js";
74
+ import {
75
+ projectIcon_default
76
+ } from "./chunk-BYJP2WNC.js";
74
77
  import {
75
78
  questionStatusAllIcon_default
76
79
  } from "./chunk-GYLL3HRD.js";
@@ -83,9 +86,39 @@ import {
83
86
  import {
84
87
  questionTypeAllIcon_default
85
88
  } from "./chunk-WHGVO3HV.js";
89
+ import {
90
+ functionIcon_default
91
+ } from "./chunk-ZAYWFYP4.js";
92
+ import {
93
+ helpOutlinedIcon_default
94
+ } from "./chunk-5UEJAVFK.js";
95
+ import {
96
+ hierarchyIcon_default
97
+ } from "./chunk-WZAU77G7.js";
98
+ import {
99
+ inactiveGroupIcon_default
100
+ } from "./chunk-7WNPZ4B7.js";
101
+ import {
102
+ industryIcon_default
103
+ } from "./chunk-NSW6ZGZF.js";
104
+ import {
105
+ invoiceIcon_default
106
+ } from "./chunk-KYJ3475B.js";
107
+ import {
108
+ logsIcon_default
109
+ } from "./chunk-N4EJKMJK.js";
110
+ import {
111
+ difficultyEasyIcon_default
112
+ } from "./chunk-JI5XMLWT.js";
113
+ import {
114
+ difficultyHardIcon_default
115
+ } from "./chunk-WXANSSXF.js";
86
116
  import {
87
117
  difficultyMediumIcon_default
88
118
  } from "./chunk-XPJVVKOU.js";
119
+ import {
120
+ dollarIcon_default
121
+ } from "./chunk-GL43GPEM.js";
89
122
  import {
90
123
  downloadIcon_default
91
124
  } from "./chunk-IOEQAR2M.js";
@@ -96,17 +129,15 @@ import {
96
129
  editIcon_default
97
130
  } from "./chunk-H372BAXA.js";
98
131
  import {
99
- helpOutlinedIcon_default
100
- } from "./chunk-PULIGWAP.js";
132
+ engagementIcon_default
133
+ } from "./chunk-FSRABKKC.js";
101
134
  import {
102
- hierarchyIcon_default
103
- } from "./chunk-WZAU77G7.js";
104
- import {
105
- inactiveGroupIcon_default
106
- } from "./chunk-7WNPZ4B7.js";
135
+ RufousThemeProvider,
136
+ useRufousTheme
137
+ } from "./chunk-BCGCLMKA.js";
107
138
  import {
108
- FloatingInput
109
- } from "./chunk-AWA5Y5LH.js";
139
+ APP_THEMES
140
+ } from "./chunk-2FHTGYR4.js";
110
141
  import {
111
142
  activateUserIcon_default
112
143
  } from "./chunk-AH6RCYDL.js";
@@ -122,48 +153,45 @@ import {
122
153
  import {
123
154
  difficultyAllIcon_default
124
155
  } from "./chunk-PPNZC5ZQ.js";
156
+ import "./chunk-QPGJCRBS.js";
125
157
  import {
126
- difficultyEasyIcon_default
127
- } from "./chunk-JI5XMLWT.js";
128
- import {
129
- difficultyHardIcon_default
130
- } from "./chunk-WXANSSXF.js";
131
- import {
132
- Button
133
- } from "./chunk-ASP3DBRX.js";
158
+ addButton_default
159
+ } from "./chunk-N65GKZS6.js";
134
160
  import {
135
- Checkbox
136
- } from "./chunk-QKDJLUKZ.js";
161
+ cancelButton_default
162
+ } from "./chunk-7KARALMQ.js";
137
163
  import {
138
- RufousThemeProvider,
139
- useRufousTheme
140
- } from "./chunk-BCGCLMKA.js";
141
- import {
142
- APP_THEMES
143
- } from "./chunk-2FHTGYR4.js";
164
+ submitButton_default
165
+ } from "./chunk-54KCNQAW.js";
166
+ import "./chunk-QGVJQLGY.js";
144
167
  export {
145
168
  APP_THEMES,
146
169
  activateUserIcon_default as ActivateUserIcon,
170
+ addButton_default as AddButton,
147
171
  archivedIcon_default as ArchivedIcon,
148
172
  assignGroupIcon_default as AssignGroupIcon,
149
- Button,
150
- Checkbox,
173
+ cancelButton_default as CancelButton,
151
174
  copyIcon_default as CopyIcon,
152
175
  difficultyAllIcon_default as DifficultyAllIcon,
153
176
  difficultyEasyIcon_default as DifficultyEasyIcon,
154
177
  difficultyHardIcon_default as DifficultyHardIcon,
155
178
  difficultyMediumIcon_default as DifficultyMediumIcon,
179
+ dollarIcon_default as DollarIcon,
156
180
  downloadIcon_default as DownloadIcon,
157
181
  editChatIcon_default as EditChatIcon,
158
182
  editIcon_default as EditIcon,
159
- FloatingInput,
183
+ engagementIcon_default as EngagementIcon,
184
+ functionIcon_default as FunctionIcon,
160
185
  helpOutlinedIcon_default as HelpOutlinedIcon,
161
186
  hierarchyIcon_default as HierarchyIcon,
162
187
  inactiveGroupIcon_default as InactiveGroupIcon,
188
+ industryIcon_default as IndustryIcon,
163
189
  invoiceIcon_default as InvoiceIcon,
164
190
  logsIcon_default as LogsIcon,
191
+ minExperienceIcon_default as MinExperienceIcon,
165
192
  nineDotMenuIcon_default as NineDotMenuIcon,
166
193
  notificationIcon_default as NotificationIcon,
194
+ projectIcon_default as ProjectIcon,
167
195
  questionStatusAllIcon_default as QuestionStatusAllIcon,
168
196
  questionStatusPrivateIcon_default as QuestionStatusPrivateIcon,
169
197
  questionStatusPublicIcon_default as QuestionStatusPublicIcon,
@@ -174,10 +202,12 @@ export {
174
202
  questionTypeSingleIcon_default as QuestionTypeSingleIcon,
175
203
  refreshIcon_default as RefreshIcon,
176
204
  resendInviteIcon_default as ResendInviteIcon,
205
+ rolesIcon_default as RolesIcon,
177
206
  rufousBirdIcon_default as RufousBirdIcon,
178
207
  rufousLauncherBird_default as RufousLauncherIcon,
179
208
  RufousThemeProvider,
180
209
  sidebarIcon_default as SidebarIcon,
210
+ submitButton_default as SubmitButton,
181
211
  subscribeIcon_default as SubscribeIcon,
182
212
  suspendUserIcon_default as SuspendUserIcon,
183
213
  tickIcon_default as TickIcon,
@@ -0,0 +1,68 @@
1
+ /* lib/styles/button.css */
2
+ .cancel-btn {
3
+ text-transform: uppercase;
4
+ min-width: 84px;
5
+ font-weight: normal;
6
+ font-size: 12px;
7
+ padding: 7px 10px;
8
+ border: 1px solid rgb(164, 27, 6);
9
+ border-radius: 34px;
10
+ background: #fff;
11
+ color: rgb(164, 27, 6);
12
+ cursor: pointer;
13
+ transition:
14
+ background-color 250ms,
15
+ box-shadow 250ms,
16
+ border-color 250ms,
17
+ color 250ms;
18
+ box-shadow:
19
+ rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
20
+ rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
21
+ rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
22
+ }
23
+ .cancel-btn:hover {
24
+ box-shadow:
25
+ rgba(0, 0, 0, 0.2) 0px 2px 4px -1px,
26
+ rgba(0, 0, 0, 0.14) 0px 4px 5px 0px,
27
+ rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
28
+ }
29
+ .cancel-btn:disabled {
30
+ background-color: #e0e0e0;
31
+ cursor: not-allowed;
32
+ }
33
+ .submit-btn {
34
+ background-color: #9b1906;
35
+ color: #fff;
36
+ font-size: 12px;
37
+ text-transform: uppercase;
38
+ min-width: 92px;
39
+ height: 38px;
40
+ border: none;
41
+ border-radius: 6px;
42
+ cursor: pointer;
43
+ transition: background-color 250ms ease-in-out;
44
+ }
45
+ .submit-btn:hover {
46
+ background-color: #9b1906;
47
+ }
48
+ .submit-btn:disabled {
49
+ background-color: #e0e0e0;
50
+ cursor: not-allowed;
51
+ }
52
+ .add-btn {
53
+ background: #ffffff;
54
+ border: 1px solid #a41b06;
55
+ border-radius: 34px;
56
+ font-weight: normal;
57
+ font-size: 12px;
58
+ padding: 7px 12px;
59
+ color: #a41b06;
60
+ cursor: pointer;
61
+ transition: all 0.25s ease-in-out;
62
+ text-transform: uppercase;
63
+ box-shadow: none;
64
+ }
65
+ .add-btn:hover {
66
+ background: #a41b06;
67
+ color: #ffffff;
68
+ }
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -0,0 +1,2 @@
1
+
2
+ export { }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rufous/ui",
3
3
  "private": false,
4
- "version": "0.1.17",
4
+ "version": "0.1.21",
5
5
  "type": "module",
6
6
  "style": "./dist/style.css",
7
7
  "files": [
@@ -1,17 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __copyProps = (to, from, except, desc) => {
6
- if (from && typeof from === "object" || typeof from === "function") {
7
- for (let key of __getOwnPropNames(from))
8
- if (!__hasOwnProp.call(to, key) && key !== except)
9
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
- }
11
- return to;
12
- };
13
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
14
-
15
- // lib/Buttons/Button.d.ts
16
- var Button_d_exports = {};
17
- module.exports = __toCommonJS(Button_d_exports);
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
-
3
- interface ButtonProps {
4
- children: React.ReactNode;
5
- onClick?: () => void;
6
- }
7
-
8
- declare const Button: React.FC<ButtonProps>;
9
-
10
- export { Button, type ButtonProps };
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
-
3
- interface ButtonProps {
4
- children: React.ReactNode;
5
- onClick?: () => void;
6
- }
7
-
8
- declare const Button: React.FC<ButtonProps>;
9
-
10
- export { Button, type ButtonProps };
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
-
3
- interface ButtonProps {
4
- children: React.ReactNode;
5
- onClick?: () => void;
6
- }
7
-
8
- declare const Button: React.FC<ButtonProps>;
9
-
10
- export { Button, type ButtonProps };
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
-
3
- interface ButtonProps {
4
- children: React.ReactNode;
5
- onClick?: () => void;
6
- }
7
-
8
- declare const Button: React.FC<ButtonProps>;
9
-
10
- export { Button, type ButtonProps };
@@ -1,6 +0,0 @@
1
- import {
2
- Button
3
- } from "../chunk-ASP3DBRX.js";
4
- export {
5
- Button
6
- };
@@ -1,9 +0,0 @@
1
- // lib/Buttons/Button.jsx
2
- import React from "react";
3
- var Button = ({ children, onClick, ...props }) => {
4
- return /* @__PURE__ */ React.createElement("button", { className: "btn", onClick, ...props }, children);
5
- };
6
-
7
- export {
8
- Button
9
- };
@@ -1,32 +0,0 @@
1
- // lib/TextFields/FloatingInput.jsx
2
- import React from "react";
3
- var FloatingInput = ({
4
- label,
5
- name,
6
- id,
7
- type = "text",
8
- value,
9
- onChange,
10
- required = false,
11
- placeholder,
12
- className = "",
13
- ...props
14
- }) => {
15
- return /* @__PURE__ */ React.createElement("div", { className: `form__group field ${className}`, ...props }, /* @__PURE__ */ React.createElement(
16
- "input",
17
- {
18
- type,
19
- className: "form__field",
20
- placeholder: placeholder || label,
21
- name,
22
- id: id || name,
23
- value,
24
- onChange,
25
- required
26
- }
27
- ), /* @__PURE__ */ React.createElement("label", { htmlFor: id || name, className: "form__label" }, label));
28
- };
29
-
30
- export {
31
- FloatingInput
32
- };
@@ -1,155 +0,0 @@
1
- // lib/icons/nineDotMenuIcon.tsx
2
- import React from "react";
3
- var NineDotMenuIcon = ({ color = "#707070", ...props }) => {
4
- return /* @__PURE__ */ React.createElement(
5
- "svg",
6
- {
7
- xmlns: "http://www.w3.org/2000/svg",
8
- width: "40",
9
- height: "40",
10
- viewBox: "0 0 40 40",
11
- ...props
12
- },
13
- /* @__PURE__ */ React.createElement(
14
- "g",
15
- {
16
- id: "Group_24483",
17
- "data-name": "Group 24483",
18
- transform: "translate(-1600 -24)"
19
- },
20
- /* @__PURE__ */ React.createElement(
21
- "circle",
22
- {
23
- id: "Ellipse_32",
24
- "data-name": "Ellipse 32",
25
- cx: "20",
26
- cy: "20",
27
- r: "20",
28
- transform: "translate(1600 24)",
29
- fill: "none"
30
- }
31
- ),
32
- /* @__PURE__ */ React.createElement(
33
- "g",
34
- {
35
- id: "Group_24484",
36
- "data-name": "Group 24484",
37
- transform: "translate(2581 -2711)"
38
- },
39
- /* @__PURE__ */ React.createElement(
40
- "rect",
41
- {
42
- id: "Rectangle_17638",
43
- "data-name": "Rectangle 17638",
44
- width: "7",
45
- height: "7",
46
- rx: "1",
47
- transform: "translate(-973 2743)",
48
- fill: color
49
- }
50
- ),
51
- /* @__PURE__ */ React.createElement(
52
- "rect",
53
- {
54
- id: "Rectangle_17639",
55
- "data-name": "Rectangle 17639",
56
- width: "7",
57
- height: "7",
58
- rx: "1",
59
- transform: "translate(-964 2743)",
60
- fill: color
61
- }
62
- ),
63
- /* @__PURE__ */ React.createElement(
64
- "rect",
65
- {
66
- id: "Rectangle_17640",
67
- "data-name": "Rectangle 17640",
68
- width: "7",
69
- height: "7",
70
- rx: "1",
71
- transform: "translate(-955 2743)",
72
- fill: color
73
- }
74
- ),
75
- /* @__PURE__ */ React.createElement(
76
- "rect",
77
- {
78
- id: "Rectangle_17641",
79
- "data-name": "Rectangle 17641",
80
- width: "7",
81
- height: "7",
82
- rx: "1",
83
- transform: "translate(-973 2752)",
84
- fill: color
85
- }
86
- ),
87
- /* @__PURE__ */ React.createElement(
88
- "rect",
89
- {
90
- id: "Rectangle_17642",
91
- "data-name": "Rectangle 17642",
92
- width: "7",
93
- height: "7",
94
- rx: "1",
95
- transform: "translate(-964 2752)",
96
- fill: color
97
- }
98
- ),
99
- /* @__PURE__ */ React.createElement(
100
- "rect",
101
- {
102
- id: "Rectangle_17643",
103
- "data-name": "Rectangle 17643",
104
- width: "7",
105
- height: "7",
106
- rx: "1",
107
- transform: "translate(-955 2752)",
108
- fill: color
109
- }
110
- ),
111
- /* @__PURE__ */ React.createElement(
112
- "rect",
113
- {
114
- id: "Rectangle_17644",
115
- "data-name": "Rectangle 17644",
116
- width: "7",
117
- height: "7",
118
- rx: "1",
119
- transform: "translate(-973 2761)",
120
- fill: color
121
- }
122
- ),
123
- /* @__PURE__ */ React.createElement(
124
- "rect",
125
- {
126
- id: "Rectangle_17645",
127
- "data-name": "Rectangle 17645",
128
- width: "7",
129
- height: "7",
130
- rx: "1",
131
- transform: "translate(-964 2761)",
132
- fill: color
133
- }
134
- ),
135
- /* @__PURE__ */ React.createElement(
136
- "rect",
137
- {
138
- id: "Rectangle_17646",
139
- "data-name": "Rectangle 17646",
140
- width: "7",
141
- height: "7",
142
- rx: "1",
143
- transform: "translate(-955 2761)",
144
- fill: color
145
- }
146
- )
147
- )
148
- )
149
- );
150
- };
151
- var nineDotMenuIcon_default = NineDotMenuIcon;
152
-
153
- export {
154
- nineDotMenuIcon_default
155
- };