@luscii-healthtech/web-ui 20.0.1 → 20.1.1

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 (44) hide show
  1. package/dist/components/Icons/PencilIcon.d.ts +4 -0
  2. package/dist/components/Icons/PhoneIcon.d.ts +4 -0
  3. package/dist/components/Icons/PlusIcon.d.ts +4 -0
  4. package/dist/components/Icons/PrinterIcon.d.ts +4 -0
  5. package/dist/components/Icons/RocketIcon.d.ts +4 -0
  6. package/dist/components/Icons/ShareIcon.d.ts +4 -0
  7. package/dist/components/Icons/TrashBinIcon.d.ts +4 -0
  8. package/dist/components/Icons/index.d.ts +206 -23
  9. package/dist/components/Icons/special-icons/ChartLineColoredIcon.d.ts +4 -0
  10. package/dist/components/Icons/special-icons/GearColoredIcon.d.ts +4 -0
  11. package/dist/components/Icons/special-icons/GroupColoredIcon.d.ts +4 -0
  12. package/dist/components/Icons/special-icons/StatusColoredIcon.d.ts +4 -0
  13. package/dist/components/Icons/special-icons/index.d.ts +4 -0
  14. package/dist/components/Text/Text.d.ts +4 -4
  15. package/dist/index.development.js +295 -178
  16. package/dist/index.development.js.map +1 -1
  17. package/dist/index.js +1 -1
  18. package/dist/index.js.map +1 -1
  19. package/dist/web-ui-tailwind.css +5 -0
  20. package/dist/web-ui.esm.js +1 -1
  21. package/dist/web-ui.esm.js.map +1 -1
  22. package/package.json +5 -2
  23. /package/dist/components/Icons/{AddIcon.d.ts → CalendarDayIcon.d.ts} +0 -0
  24. /package/dist/components/Icons/{AlertsIcon.d.ts → CalendarMonthIcon.d.ts} +0 -0
  25. /package/dist/components/Icons/{ChartIcon.d.ts → CalendarRepeatIcon.d.ts} +0 -0
  26. /package/dist/components/Icons/{ChartLineColoredIcon.d.ts → ChartBarsIcon.d.ts} +0 -0
  27. /package/dist/components/Icons/{ChatBoxIcon.d.ts → ChartLineAndBarsIcon.d.ts} +0 -0
  28. /package/dist/components/Icons/{DeleteIcon.d.ts → ChatBubbleIcon.d.ts} +0 -0
  29. /package/dist/components/Icons/{DownArrowIcon.d.ts → ChatBubbleWithTextIcon.d.ts} +0 -0
  30. /package/dist/components/Icons/{DragIcon.d.ts → ChevronLeftIcon.d.ts} +0 -0
  31. /package/dist/components/Icons/{EditIcon.d.ts → CogwheelIcon.d.ts} +0 -0
  32. /package/dist/components/Icons/{EyeIcon.d.ts → CopyToClipboardIcon.d.ts} +0 -0
  33. /package/dist/components/Icons/{GearColoredIcon.d.ts → CrossInCircleIcon.d.ts} +0 -0
  34. /package/dist/components/Icons/{GearIcon.d.ts → CrossInFilledCirceIcon.d.ts} +0 -0
  35. /package/dist/components/Icons/{GroupColoredIcon.d.ts → DragIndicatorIcon.d.ts} +0 -0
  36. /package/dist/components/Icons/{LeftArrowIcon.d.ts → EmailIcon.d.ts} +0 -0
  37. /package/dist/components/Icons/{MessagesIcon.d.ts → EyeClosedIcon.d.ts} +0 -0
  38. /package/dist/components/Icons/{NotesIcon.d.ts → EyeOpenIcon.d.ts} +0 -0
  39. /package/dist/components/Icons/{PrintIcon.d.ts → FilterIcon.d.ts} +0 -0
  40. /package/dist/components/Icons/{RightArrowIcon.d.ts → FlagIcon.d.ts} +0 -0
  41. /package/dist/components/Icons/{SearchCancelIcon.d.ts → ForwardIcon.d.ts} +0 -0
  42. /package/dist/components/Icons/{SpaceRocketIcon.d.ts → MessageWithArrowIcon.d.ts} +0 -0
  43. /package/dist/components/Icons/{StatusColoredIcon.d.ts → MoreIcon.d.ts} +0 -0
  44. /package/dist/components/Icons/{WarningIcon.d.ts → NoteIcon.d.ts} +0 -0
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -1,51 +1,234 @@
1
- export { default as AddIcon } from "./AddIcon";
2
- export { default as AlertsIcon } from "./AlertsIcon";
1
+ export * from "./special-icons";
3
2
  export { default as BellIcon } from "./BellIcon";
4
3
  export { default as BluetoothIcon } from "./BluetoothIcon";
5
- export { default as ChartIcon } from "./ChartIcon";
6
- export { default as ChartLineColoredIcon } from "./ChartLineColoredIcon";
7
- export { default as ChatBoxIcon } from "./ChatBoxIcon";
4
+ export { default as CalendarDayIcon } from "./CalendarDayIcon";
5
+ export { default as CalendarMonthIcon } from "./CalendarMonthIcon";
6
+ export { default as CalendarRepeatIcon } from "./CalendarRepeatIcon";
7
+ export { default as ChartBarsIcon } from "./ChartBarsIcon";
8
+ export { default as ChartLineAndBarsIcon } from "./ChartLineAndBarsIcon";
9
+ export { default as ChatBubbleIcon } from "./ChatBubbleIcon";
10
+ export { default as ChatBubbleWithTextIcon } from "./ChatBubbleWithTextIcon";
8
11
  export { default as CheckIcon } from "./CheckIcon";
9
12
  export { default as ChevronDoubleIcon } from "./ChevronDoubleIcon";
10
13
  export { default as ChevronDownIcon } from "./ChevronDownIcon";
14
+ export { default as ChevronLeftIcon } from "./ChevronLeftIcon";
11
15
  export { default as ChevronRightIcon } from "./ChevronRightIcon";
12
16
  export { default as ClockIcon } from "./ClockIcon";
17
+ export { default as CogwheelIcon } from "./CogwheelIcon";
18
+ export { default as CopyToClipboardIcon } from "./CopyToClipboardIcon";
13
19
  export { default as CrossIcon } from "./CrossIcon";
14
- export { default as DeleteIcon } from "./DeleteIcon";
15
- export { default as DownArrowIcon } from "./DownArrowIcon";
16
- export { default as DragIcon } from "./DragIcon";
17
- export { default as EditIcon } from "./EditIcon";
20
+ export { default as CrossInCircleIcon } from "./CrossInCircleIcon";
21
+ export { default as CrossInFilledCirceIcon } from "./CrossInFilledCirceIcon";
22
+ export { default as DragIndicatorIcon } from "./DragIndicatorIcon";
23
+ export { default as EmailIcon } from "./EmailIcon";
18
24
  export { default as EmptyIcon } from "./EmptyIcon";
19
25
  export { default as ExclamationMarkIcon } from "./ExclamationMarkIcon";
20
26
  export { default as ExportIcon } from "./ExportIcon";
21
- export { default as EyeIconSlashed } from "./EyeIconSlashed";
22
- export { default as EyeIcon } from "./EyeIcon";
23
- export { default as GearColoredIcon } from "./GearColoredIcon";
24
- export { default as GearIcon } from "./GearIcon";
25
- export { default as GroupColoredIcon } from "./GroupColoredIcon";
27
+ export { default as EyeClosedIcon } from "./EyeClosedIcon";
28
+ export { default as EyeOpenIcon } from "./EyeOpenIcon";
29
+ export { default as FilterIcon } from "./FilterIcon";
30
+ export { default as FlagIcon } from "./FlagIcon";
31
+ export { default as ForwardIcon } from "./ForwardIcon";
26
32
  export { default as GroupIcon } from "./GroupIcon";
27
33
  export { default as HamburgerIcon } from "./HamburgerIcon";
28
34
  export { default as HeartIcon } from "./HeartIcon";
29
35
  export { default as ImageIcon } from "./ImageIcon";
30
36
  export { default as InfoIcon } from "./InfoIcon";
31
- export { default as LeftArrowIcon } from "./LeftArrowIcon";
32
37
  export { default as LightBulbIcon } from "./LightBulbIcon";
33
38
  export { default as LinkIcon } from "./LinkIcon";
34
39
  export { default as LockIcon } from "./LockIcon";
35
- export { default as MessagesIcon } from "./MessagesIcon";
40
+ export { default as MessageWithArrowIcon } from "./MessageWithArrowIcon";
41
+ export { default as MoreIcon } from "./MoreIcon";
36
42
  export { default as MouseIcon } from "./MouseIcon";
37
- export { default as NotesIcon } from "./NotesIcon";
43
+ export { default as NoteIcon } from "./NoteIcon";
38
44
  export { default as PageViewIcon } from "./PageViewIcon";
45
+ export { default as PencilIcon } from "./PencilIcon";
46
+ export { default as PhoneIcon } from "./PhoneIcon";
39
47
  export { default as PinIcon } from "./PinIcon";
40
- export { default as PrintIcon } from "./PrintIcon";
41
- export { default as RightArrowIcon } from "./RightArrowIcon";
48
+ export { default as PlusIcon } from "./PlusIcon";
49
+ export { default as PrinterIcon } from "./PrinterIcon";
42
50
  export { default as RobotIcon } from "./RobotIcon";
43
- export { default as SearchCancelIcon } from "./SearchCancelIcon";
51
+ export { default as RocketIcon } from "./RocketIcon";
44
52
  export { default as SearchIcon } from "./SearchIcon";
53
+ export { default as ShareIcon } from "./ShareIcon";
45
54
  export { default as SmallCircleIcon } from "./SmallCircleIcon";
46
55
  export { default as SmallDiamondIcon } from "./SmallDiamondIcon";
47
56
  export { default as SmallSquareIcon } from "./SmallSquareIcon";
48
- export { default as SpaceRocketIcon } from "./SpaceRocketIcon";
49
57
  export { default as StarIcon } from "./StarIcon";
50
- export { default as StatusColoredIcon } from "./StatusColoredIcon";
51
- export { default as WarningIcon } from "./WarningIcon";
58
+ export { default as TrashBinIcon } from "./TrashBinIcon";
59
+ /**
60
+ * These exports are to ensure backwards compatibility with the
61
+ * old icon names, until we are ready to make the breaking change
62
+ * to the new names.
63
+ */
64
+ /**
65
+ * @deprecated
66
+ * Use the `PlusIcon` component instead.
67
+ *
68
+ * This is a temporary component to support the breaking change
69
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
70
+ * named icons (e.g. `BellIcon`).
71
+ */
72
+ export { default as AddIcon } from "./PlusIcon";
73
+ /**
74
+ * @deprecated
75
+ * Use the `BellIcon` component instead.
76
+ *
77
+ * This is a temporary component to support the breaking change
78
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
79
+ * named icons (e.g. `BellIcon`).
80
+ */
81
+ export { default as AlertsIcon } from "./BellIcon";
82
+ /**
83
+ * @deprecated
84
+ * Use the `ChartBarsIcon` component instead.
85
+ *
86
+ * This is a temporary component to support the breaking change
87
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
88
+ * named icons (e.g. `BellIcon`).
89
+ */
90
+ export { default as ChartIcon } from "./ChartBarsIcon";
91
+ /**
92
+ * @deprecated
93
+ * Use the `ChatBubbleIcon` component instead.
94
+ *
95
+ * This is a temporary component to support the breaking change
96
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
97
+ * named icons (e.g. `BellIcon`).
98
+ */
99
+ export { default as ChatBoxIcon } from "./ChatBubbleIcon";
100
+ /**
101
+ * @deprecated
102
+ * Use the `TrashBinIcon` component instead.
103
+ *
104
+ * This is a temporary component to support the breaking change
105
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
106
+ * named icons (e.g. `BellIcon`).
107
+ */
108
+ export { default as DeleteIcon } from "./TrashBinIcon";
109
+ /**
110
+ * @deprecated
111
+ * Use the `DragIndicatorIcon` component instead.
112
+ *
113
+ * This is a temporary component to support the breaking change
114
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
115
+ * named icons (e.g. `BellIcon`).
116
+ */
117
+ export { default as DragIcon } from "./DragIndicatorIcon";
118
+ /**
119
+ * @deprecated
120
+ * Use the `PencilIcon` component instead.
121
+ *
122
+ * This is a temporary component to support the breaking change
123
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
124
+ * named icons (e.g. `BellIcon`).
125
+ */
126
+ export { default as EditIcon } from "./PencilIcon";
127
+ /**
128
+ * @deprecated
129
+ * Use the `EyeOpenIcon` component instead.
130
+ *
131
+ * This is a temporary component to support the breaking change
132
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
133
+ * named icons (e.g. `BellIcon`).
134
+ */
135
+ export { default as EyeIcon } from "./EyeOpenIcon";
136
+ /**
137
+ * @deprecated
138
+ * Use the `EyeClosedIcon` component instead.
139
+ *
140
+ * This is a temporary component to support the breaking change
141
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
142
+ * named icons (e.g. `BellIcon`).
143
+ */
144
+ export { default as EyeIconSlashed } from "./EyeClosedIcon";
145
+ /**
146
+ * @deprecated
147
+ * Use the `CogwheelIcon` component instead.
148
+ *
149
+ * This is a temporary component to support the breaking change
150
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
151
+ * named icons (e.g. `BellIcon`).
152
+ */
153
+ export { default as GearIcon } from "./CogwheelIcon";
154
+ /**
155
+ * @deprecated
156
+ * Use the `MessageWithArrowIcon` component instead.
157
+ *
158
+ * This is a temporary component to support the breaking change
159
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
160
+ * named icons (e.g. `BellIcon`).
161
+ */
162
+ export { default as MessagesIcon } from "./MessageWithArrowIcon";
163
+ /**
164
+ * @deprecated
165
+ * Use the `NoteIcon` component instead.
166
+ *
167
+ * This is a temporary component to support the breaking change
168
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
169
+ * named icons (e.g. `BellIcon`).
170
+ */
171
+ export { default as NotesIcon } from "./NoteIcon";
172
+ /**
173
+ * @deprecated
174
+ * Use the `PrinterIcon` component instead.
175
+ *
176
+ * This is a temporary component to support the breaking change
177
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
178
+ * named icons (e.g. `BellIcon`).
179
+ */
180
+ export { default as PrintIcon } from "./PrinterIcon";
181
+ /**
182
+ * @deprecated
183
+ * Use the `RocketIcon` component instead.
184
+ *
185
+ * This is a temporary component to support the breaking change
186
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
187
+ * named icons (e.g. `BellIcon`).
188
+ */
189
+ export { default as SpaceRocketIcon } from "./RocketIcon";
190
+ /**
191
+ * @deprecated
192
+ * Use the `CogwheelIcon` component instead.
193
+ *
194
+ * This is a temporary component to support the breaking change
195
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
196
+ * named icons (e.g. `BellIcon`).
197
+ */
198
+ export { default as SettingsIcon } from "./CogwheelIcon";
199
+ /**
200
+ * @deprecated
201
+ * Use the `ChevronRightIcon` component instead.
202
+ *
203
+ * This is a temporary component to support the breaking change
204
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
205
+ * named icons (e.g. `BellIcon`).
206
+ */
207
+ export { default as RightArrowIcon } from "./ChevronRightIcon";
208
+ /**
209
+ * @deprecated
210
+ * Use the `ChevronDownIcon` component instead.
211
+ *
212
+ * This is a temporary component to support the breaking change
213
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
214
+ * named icons (e.g. `BellIcon`).
215
+ */
216
+ export { default as DownArrowIcon } from "./ChevronDownIcon";
217
+ /**
218
+ * @deprecated
219
+ * Use the `ChevronLeftIcon` component instead.
220
+ *
221
+ * This is a temporary component to support the breaking change
222
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
223
+ * named icons (e.g. `BellIcon`).
224
+ */
225
+ export { default as LeftArrowIcon } from "./ChevronLeftIcon";
226
+ /**
227
+ * @deprecated
228
+ * Use the `ExclamationMarkIcon` component instead.
229
+ *
230
+ * This is a temporary component to support the breaking change
231
+ * from specifically named icons (e.g. `AlertsIcon`) to generically
232
+ * named icons (e.g. `BellIcon`).
233
+ */
234
+ export { default as WarningIcon } from "./ExclamationMarkIcon";
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export { default as ChartLineColoredIcon } from "./ChartLineColoredIcon";
2
+ export { default as GearColoredIcon } from "./GearColoredIcon";
3
+ export { default as GroupColoredIcon } from "./GroupColoredIcon";
4
+ export { default as StatusColoredIcon } from "./StatusColoredIcon";
@@ -9,13 +9,13 @@ import "./Text.css";
9
9
  */
10
10
  declare const allowedTextStyles: {
11
11
  readonly sm: "ui-text-xs ui-font-medium";
12
- readonly "sm-strong": "ui-text-xs ui-font-semibold";
12
+ readonly "sm-strong": "ui-text-xs ui-font-semibold ui-antialiased";
13
13
  readonly base: "ui-text-sm";
14
- readonly strong: "ui-text-sm ui-font-semibold";
14
+ readonly strong: "ui-text-sm ui-font-semibold ui-antialiased";
15
15
  readonly lg: "";
16
- readonly "lg-strong": "ui-font-semibold";
16
+ readonly "lg-strong": "ui-font-semibold ui-antialiased";
17
17
  readonly xl: "ui-text-lg";
18
- readonly "xl-strong": "ui-font-semibold ui-text-lg";
18
+ readonly "xl-strong": "ui-font-semibold ui-text-lg ui-antialiased";
19
19
  };
20
20
  export declare const allowedColors: {
21
21
  readonly base: "ui-text-slate-800";