@nimbus-ds/components 5.57.1 → 5.57.2-rc.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 (92) hide show
  1. package/package.json +1 -1
  2. package/dist/Accordion/index.d.ts +0 -160
  3. package/dist/Accordion/index.js +0 -2
  4. package/dist/Alert/index.d.ts +0 -60
  5. package/dist/Alert/index.js +0 -2
  6. package/dist/Badge/index.d.ts +0 -55
  7. package/dist/Badge/index.js +0 -2
  8. package/dist/Box/index.d.ts +0 -788
  9. package/dist/Box/index.js +0 -2
  10. package/dist/Button/index.d.ts +0 -88
  11. package/dist/Button/index.js +0 -2
  12. package/dist/CHANGELOG.md +0 -919
  13. package/dist/Card/index.d.ts +0 -153
  14. package/dist/Card/index.js +0 -2
  15. package/dist/Checkbox/index.d.ts +0 -68
  16. package/dist/Checkbox/index.js +0 -2
  17. package/dist/Chip/index.d.ts +0 -59
  18. package/dist/Chip/index.js +0 -2
  19. package/dist/Collapsible/index.d.ts +0 -45
  20. package/dist/Collapsible/index.js +0 -2
  21. package/dist/Divider/index.d.ts +0 -43
  22. package/dist/Divider/index.js +0 -2
  23. package/dist/FileUploader/index.d.ts +0 -209
  24. package/dist/FileUploader/index.js +0 -2
  25. package/dist/Icon/index.d.ts +0 -122
  26. package/dist/Icon/index.js +0 -2
  27. package/dist/IconButton/index.d.ts +0 -173
  28. package/dist/IconButton/index.js +0 -2
  29. package/dist/Input/index.d.ts +0 -76
  30. package/dist/Input/index.js +0 -2
  31. package/dist/Label/index.d.ts +0 -55
  32. package/dist/Label/index.js +0 -2
  33. package/dist/Link/index.d.ts +0 -115
  34. package/dist/Link/index.js +0 -2
  35. package/dist/List/index.d.ts +0 -105
  36. package/dist/List/index.js +0 -2
  37. package/dist/Modal/index.d.ts +0 -239
  38. package/dist/Modal/index.js +0 -2
  39. package/dist/MultiSelect/index.d.ts +0 -107
  40. package/dist/MultiSelect/index.js +0 -2
  41. package/dist/Pagination/index.d.ts +0 -41
  42. package/dist/Pagination/index.js +0 -2
  43. package/dist/Popover/index.d.ts +0 -166
  44. package/dist/Popover/index.js +0 -2
  45. package/dist/ProgressBar/index.d.ts +0 -72
  46. package/dist/ProgressBar/index.js +0 -2
  47. package/dist/README.md +0 -235
  48. package/dist/Radio/index.d.ts +0 -62
  49. package/dist/Radio/index.js +0 -2
  50. package/dist/ScrollPane/index.d.ts +0 -921
  51. package/dist/ScrollPane/index.js +0 -2
  52. package/dist/SegmentedControl/index.d.ts +0 -890
  53. package/dist/SegmentedControl/index.js +0 -2
  54. package/dist/Select/index.d.ts +0 -87
  55. package/dist/Select/index.js +0 -2
  56. package/dist/Sidebar/index.d.ts +0 -390
  57. package/dist/Sidebar/index.js +0 -2
  58. package/dist/Skeleton/index.d.ts +0 -31
  59. package/dist/Skeleton/index.js +0 -2
  60. package/dist/Slider/index.d.ts +0 -158
  61. package/dist/Slider/index.js +0 -2
  62. package/dist/Spinner/index.d.ts +0 -53
  63. package/dist/Spinner/index.js +0 -2
  64. package/dist/SplitButton/index.d.ts +0 -1018
  65. package/dist/SplitButton/index.js +0 -2
  66. package/dist/Stepper/index.d.ts +0 -883
  67. package/dist/Stepper/index.js +0 -2
  68. package/dist/Table/index.d.ts +0 -193
  69. package/dist/Table/index.js +0 -2
  70. package/dist/Tabs/index.d.ts +0 -92
  71. package/dist/Tabs/index.js +0 -2
  72. package/dist/Tag/index.d.ts +0 -51
  73. package/dist/Tag/index.js +0 -2
  74. package/dist/Text/index.d.ts +0 -608
  75. package/dist/Text/index.js +0 -2
  76. package/dist/Textarea/index.d.ts +0 -76
  77. package/dist/Textarea/index.js +0 -2
  78. package/dist/Thumbnail/index.d.ts +0 -73
  79. package/dist/Thumbnail/index.js +0 -2
  80. package/dist/TimePicker/index.d.ts +0 -343
  81. package/dist/TimePicker/index.js +0 -2
  82. package/dist/Title/index.d.ts +0 -165
  83. package/dist/Title/index.js +0 -2
  84. package/dist/Toast/index.d.ts +0 -71
  85. package/dist/Toast/index.js +0 -2
  86. package/dist/Toggle/index.d.ts +0 -48
  87. package/dist/Toggle/index.js +0 -2
  88. package/dist/Tooltip/index.d.ts +0 -47
  89. package/dist/Tooltip/index.js +0 -2
  90. package/dist/components-props.json +0 -1
  91. package/dist/index.d.ts +0 -4813
  92. package/dist/index.js +0 -2
@@ -1,60 +0,0 @@
1
- // Generated by dts-bundle-generator v7.2.0
2
-
3
- import React from 'react';
4
- import { HTMLAttributes, ReactNode } from 'react';
5
-
6
- export interface SkeletonProperties {
7
- /**
8
- * Width of the skeleton. Useful when the skeleton is inside an inline element with no width of its own.
9
- */
10
- width: string;
11
- /**
12
- * Height of the skeleton. Useful when you don't want to adapt the skeleton to a text element but for instance a card.
13
- */
14
- height: string;
15
- /**
16
- * The border radius of the skeleton.
17
- */
18
- borderRadius?: string;
19
- /**
20
- * This is an attribute used to identify a DOM node for testing purposes.
21
- */
22
- "data-testid"?: string;
23
- }
24
- export type SkeletonProps = SkeletonProperties & HTMLAttributes<HTMLDivElement>;
25
- export type AlertSkeletonProperties = Partial<Pick<SkeletonProps, "width" | "height" | "className" | "data-testid">>;
26
- export type AlertSkeletonProps = AlertSkeletonProperties;
27
- export declare const AlertSkeleton: React.FC<AlertSkeletonProps>;
28
- export interface AlertComponents {
29
- Skeleton: typeof AlertSkeleton;
30
- }
31
- export interface AlertProperties {
32
- /**
33
- * The content for the title of the alert.
34
- */
35
- title?: string;
36
- /**
37
- * Change the visual style of the alert.
38
- * @default neutral
39
- */
40
- appearance?: "primary" | "success" | "warning" | "danger" | "neutral";
41
- /**
42
- * The content of the alert.
43
- * @TJS-type React.ReactNode
44
- */
45
- children: ReactNode;
46
- /**
47
- * Function to be passed on actioning the dismiss button.
48
- * @TJS-type () => void;
49
- */
50
- onRemove?: () => void;
51
- /**
52
- * Determines if the alert is shown or not.
53
- * @default true
54
- */
55
- show?: boolean;
56
- }
57
- export type AlertProps = AlertProperties & HTMLAttributes<HTMLElement>;
58
- export declare const Alert: React.FC<AlertProps> & AlertComponents;
59
-
60
- export {};