@nimbus-ds/components 5.46.0-rc.1 → 5.47.0-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 (89) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/dist/components-props.json +1 -0
  3. package/package.json +3 -3
  4. package/dist/Accordion/index.d.ts +0 -153
  5. package/dist/Accordion/index.js +0 -2
  6. package/dist/Alert/index.d.ts +0 -60
  7. package/dist/Alert/index.js +0 -2
  8. package/dist/Badge/index.d.ts +0 -55
  9. package/dist/Badge/index.js +0 -2
  10. package/dist/Box/index.d.ts +0 -805
  11. package/dist/Box/index.js +0 -2
  12. package/dist/Button/index.d.ts +0 -88
  13. package/dist/Button/index.js +0 -2
  14. package/dist/CHANGELOG.md +0 -834
  15. package/dist/Card/index.d.ts +0 -153
  16. package/dist/Card/index.js +0 -2
  17. package/dist/Checkbox/index.d.ts +0 -68
  18. package/dist/Checkbox/index.js +0 -2
  19. package/dist/Chip/index.d.ts +0 -59
  20. package/dist/Chip/index.js +0 -2
  21. package/dist/Collapsible/index.d.ts +0 -45
  22. package/dist/Collapsible/index.js +0 -2
  23. package/dist/Divider/index.d.ts +0 -30
  24. package/dist/Divider/index.js +0 -2
  25. package/dist/FileUploader/index.d.ts +0 -209
  26. package/dist/FileUploader/index.js +0 -2
  27. package/dist/Icon/index.d.ts +0 -121
  28. package/dist/Icon/index.js +0 -2
  29. package/dist/IconButton/index.d.ts +0 -172
  30. package/dist/IconButton/index.js +0 -2
  31. package/dist/Input/index.d.ts +0 -76
  32. package/dist/Input/index.js +0 -2
  33. package/dist/Label/index.d.ts +0 -55
  34. package/dist/Label/index.js +0 -2
  35. package/dist/Link/index.d.ts +0 -115
  36. package/dist/Link/index.js +0 -2
  37. package/dist/List/index.d.ts +0 -105
  38. package/dist/List/index.js +0 -2
  39. package/dist/Modal/index.d.ts +0 -239
  40. package/dist/Modal/index.js +0 -2
  41. package/dist/MultiSelect/index.d.ts +0 -107
  42. package/dist/MultiSelect/index.js +0 -2
  43. package/dist/Pagination/index.d.ts +0 -41
  44. package/dist/Pagination/index.js +0 -2
  45. package/dist/Popover/index.d.ts +0 -166
  46. package/dist/Popover/index.js +0 -2
  47. package/dist/ProgressBar/index.d.ts +0 -57
  48. package/dist/ProgressBar/index.js +0 -2
  49. package/dist/README.md +0 -235
  50. package/dist/Radio/index.d.ts +0 -62
  51. package/dist/Radio/index.js +0 -2
  52. package/dist/ScrollPane/index.d.ts +0 -926
  53. package/dist/ScrollPane/index.js +0 -2
  54. package/dist/SegmentedControl/index.d.ts +0 -905
  55. package/dist/SegmentedControl/index.js +0 -2
  56. package/dist/Select/index.d.ts +0 -87
  57. package/dist/Select/index.js +0 -2
  58. package/dist/Sidebar/index.d.ts +0 -390
  59. package/dist/Sidebar/index.js +0 -2
  60. package/dist/Skeleton/index.d.ts +0 -31
  61. package/dist/Skeleton/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 -1035
  65. package/dist/SplitButton/index.js +0 -2
  66. package/dist/Stepper/index.d.ts +0 -899
  67. package/dist/Stepper/index.js +0 -2
  68. package/dist/Table/index.d.ts +0 -172
  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 -599
  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/Title/index.d.ts +0 -165
  81. package/dist/Title/index.js +0 -2
  82. package/dist/Toast/index.d.ts +0 -56
  83. package/dist/Toast/index.js +0 -2
  84. package/dist/Toggle/index.d.ts +0 -48
  85. package/dist/Toggle/index.js +0 -2
  86. package/dist/Tooltip/index.d.ts +0 -47
  87. package/dist/Tooltip/index.js +0 -2
  88. package/dist/index.d.ts +0 -4463
  89. 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" | "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 {};