@nimbus-ds/components 5.51.0-rc.1 → 5.52.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 (91) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +6 -2
  3. package/dist/Accordion/index.d.ts +0 -160
  4. package/dist/Accordion/index.js +0 -2
  5. package/dist/Alert/index.d.ts +0 -60
  6. package/dist/Alert/index.js +0 -2
  7. package/dist/Badge/index.d.ts +0 -55
  8. package/dist/Badge/index.js +0 -2
  9. package/dist/Box/index.d.ts +0 -788
  10. package/dist/Box/index.js +0 -2
  11. package/dist/Button/index.d.ts +0 -88
  12. package/dist/Button/index.js +0 -2
  13. package/dist/CHANGELOG.md +0 -870
  14. package/dist/Card/index.d.ts +0 -153
  15. package/dist/Card/index.js +0 -2
  16. package/dist/Checkbox/index.d.ts +0 -68
  17. package/dist/Checkbox/index.js +0 -2
  18. package/dist/Chip/index.d.ts +0 -59
  19. package/dist/Chip/index.js +0 -2
  20. package/dist/Collapsible/index.d.ts +0 -45
  21. package/dist/Collapsible/index.js +0 -2
  22. package/dist/Divider/index.d.ts +0 -30
  23. package/dist/Divider/index.js +0 -2
  24. package/dist/FileUploader/index.d.ts +0 -209
  25. package/dist/FileUploader/index.js +0 -2
  26. package/dist/Icon/index.d.ts +0 -121
  27. package/dist/Icon/index.js +0 -2
  28. package/dist/IconButton/index.d.ts +0 -172
  29. package/dist/IconButton/index.js +0 -2
  30. package/dist/Input/index.d.ts +0 -76
  31. package/dist/Input/index.js +0 -2
  32. package/dist/Label/index.d.ts +0 -55
  33. package/dist/Label/index.js +0 -2
  34. package/dist/Link/index.d.ts +0 -115
  35. package/dist/Link/index.js +0 -2
  36. package/dist/List/index.d.ts +0 -105
  37. package/dist/List/index.js +0 -2
  38. package/dist/Modal/index.d.ts +0 -239
  39. package/dist/Modal/index.js +0 -2
  40. package/dist/MultiSelect/index.d.ts +0 -107
  41. package/dist/MultiSelect/index.js +0 -2
  42. package/dist/Pagination/index.d.ts +0 -41
  43. package/dist/Pagination/index.js +0 -2
  44. package/dist/Popover/index.d.ts +0 -166
  45. package/dist/Popover/index.js +0 -2
  46. package/dist/ProgressBar/index.d.ts +0 -57
  47. package/dist/ProgressBar/index.js +0 -2
  48. package/dist/README.md +0 -235
  49. package/dist/Radio/index.d.ts +0 -62
  50. package/dist/Radio/index.js +0 -2
  51. package/dist/ScrollPane/index.d.ts +0 -907
  52. package/dist/ScrollPane/index.js +0 -2
  53. package/dist/SegmentedControl/index.d.ts +0 -888
  54. package/dist/SegmentedControl/index.js +0 -2
  55. package/dist/Select/index.d.ts +0 -87
  56. package/dist/Select/index.js +0 -2
  57. package/dist/Sidebar/index.d.ts +0 -390
  58. package/dist/Sidebar/index.js +0 -2
  59. package/dist/Skeleton/index.d.ts +0 -31
  60. package/dist/Skeleton/index.js +0 -2
  61. package/dist/Slider/index.d.ts +0 -156
  62. package/dist/Slider/index.js +0 -2
  63. package/dist/Spinner/index.d.ts +0 -53
  64. package/dist/Spinner/index.js +0 -2
  65. package/dist/SplitButton/index.d.ts +0 -1018
  66. package/dist/SplitButton/index.js +0 -2
  67. package/dist/Stepper/index.d.ts +0 -882
  68. package/dist/Stepper/index.js +0 -2
  69. package/dist/Table/index.d.ts +0 -178
  70. package/dist/Table/index.js +0 -2
  71. package/dist/Tabs/index.d.ts +0 -92
  72. package/dist/Tabs/index.js +0 -2
  73. package/dist/Tag/index.d.ts +0 -51
  74. package/dist/Tag/index.js +0 -2
  75. package/dist/Text/index.d.ts +0 -599
  76. package/dist/Text/index.js +0 -2
  77. package/dist/Textarea/index.d.ts +0 -76
  78. package/dist/Textarea/index.js +0 -2
  79. package/dist/Thumbnail/index.d.ts +0 -73
  80. package/dist/Thumbnail/index.js +0 -2
  81. package/dist/Title/index.d.ts +0 -165
  82. package/dist/Title/index.js +0 -2
  83. package/dist/Toast/index.d.ts +0 -63
  84. package/dist/Toast/index.js +0 -2
  85. package/dist/Toggle/index.d.ts +0 -48
  86. package/dist/Toggle/index.js +0 -2
  87. package/dist/Tooltip/index.d.ts +0 -47
  88. package/dist/Tooltip/index.js +0 -2
  89. package/dist/components-props.json +0 -1
  90. package/dist/index.d.ts +0 -4591
  91. package/dist/index.js +0 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
3
3
  Nimbus is an open-source Design System created by Tiendanube / Nuvemshop's team to empower and enhance more stories
4
4
  every day, with simplicity, accessibility, consistency and performance.
5
5
 
6
+ ## 2026-02-09 `5.51.0`
7
+
8
+ #### 🎉 New features
9
+
10
+ - `ScrollPane`: Added `scrollContainerRef` property to allow passing a ref to the scroll container. ([#414](https://github.com/TiendaNube/nimbus-design-system/pull/414) by [@joacotornello](https://github.com/joacotornello))
11
+ - `TimePicker`: New `TimePicker` component for time selection with scroll and dropdown modes, 12h and 24h formats, AM/PM toggle, time constraints, step intervals, keyboard navigation, and full accessibility support. ([#414](https://github.com/TiendaNube/nimbus-design-system/pull/414) by [@joacotornello](https://github.com/joacotornello))
12
+
6
13
  ## 2026-02-03 `5.50.0`
7
14
 
8
15
  #### 🎉 New features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/components",
3
- "version": "5.51.0-rc.1",
3
+ "version": "5.52.0-rc.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@floating-ui/react": "^0.27.5",
18
- "@nimbus-ds/icons": "^1.16.0",
18
+ "@nimbus-ds/icons": "^1.17.0",
19
19
  "react-indiana-drag-scroll": "^2.2.0"
20
20
  },
21
21
  "peerDependencies": {
@@ -209,6 +209,10 @@
209
209
  "./Tabs": {
210
210
  "import": "./dist/Tabs/index.js",
211
211
  "require": "./dist/Tabs/index.js"
212
+ },
213
+ "./TimePicker": {
214
+ "import": "./dist/TimePicker/index.js",
215
+ "require": "./dist/TimePicker/index.js"
212
216
  }
213
217
  }
214
218
  }
@@ -1,160 +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
- declare const accordion: {
7
- sprinkle: ((props: {
8
- borderTop?: "base" | "none" | undefined;
9
- borderBottom?: "base" | "none" | undefined;
10
- padding?: "base" | "none" | undefined;
11
- }) => string) & {
12
- properties: Set<"borderBottom" | "borderTop" | "padding">;
13
- };
14
- properties: {
15
- borderTop: {
16
- none: string;
17
- base: string;
18
- };
19
- borderBottom: {
20
- none: string;
21
- base: string;
22
- };
23
- padding: {
24
- none: string;
25
- base: string;
26
- };
27
- };
28
- classnames: {
29
- header: string;
30
- header_static: string;
31
- header__content: string;
32
- header__description: string;
33
- header__title: string;
34
- header_active: string;
35
- body: string;
36
- };
37
- };
38
- export interface AccordionBodyProperties {
39
- /**
40
- * The content of the accordion body.
41
- * @TJS-type React.ReactNode
42
- */
43
- children: ReactNode;
44
- /**
45
- * The borderBottom property defines a lower border of the accordion body.
46
- * @default none
47
- */
48
- borderBottom?: keyof typeof accordion.properties.borderBottom;
49
- /**
50
- * The borderTop property defines a top border of the accordion body.
51
- * @default none
52
- */
53
- borderTop?: keyof typeof accordion.properties.borderTop;
54
- /**
55
- * Padding properties are used to generate space around the content area of an Accordion.Body..
56
- * @default base
57
- */
58
- padding?: keyof typeof accordion.properties.padding;
59
- }
60
- export type AccordionBodyProps = AccordionBodyProperties & HTMLAttributes<HTMLElement>;
61
- export declare const AccordionBody: React.FC<AccordionBodyProps>;
62
- export interface AccordionItemProperties {
63
- /**
64
- * The content of the accordion body.
65
- * @TJS-type React.ReactNode
66
- */
67
- children: ReactNode;
68
- /**
69
- * Unique indicator to identify accordion items
70
- */
71
- index: string;
72
- /**
73
- * Determines if the accordion item is interactive (clickable) or static.
74
- * When false, the header renders as a div without click handlers, hover effects, or toggle icon.
75
- * @default true
76
- */
77
- interactive?: boolean;
78
- /**
79
- * This is an attribute used to identify a DOM node for testing purposes.
80
- */
81
- testId?: string;
82
- }
83
- export type AccordionItemProps = AccordionItemProperties;
84
- export declare const AccordionItem: React.FC<AccordionItemProps>;
85
- export interface AccordionHeaderProperties {
86
- /**
87
- * The content of the accordion header.
88
- * @TJS-type React.ReactNode | ((data: { selected: string; index: string }) => React.ReactNode);
89
- */
90
- children?: ReactNode | ((data: {
91
- selected: string;
92
- index: string;
93
- }) => ReactNode);
94
- /**
95
- * The title to display in the accordion header.
96
- */
97
- title?: string;
98
- /**
99
- * The subtitle to display in the accordion header.
100
- */
101
- subtitle?: string;
102
- /**
103
- * The SVG contents to display in the accordion header.
104
- * @TJS-type React.ReactNode
105
- */
106
- icon?: ReactNode;
107
- /**
108
- * Removes the arrow icon that shows if the accordion item is open or not which makes it possible to create a custom indicator.
109
- * @default false
110
- */
111
- noIconToggle?: boolean;
112
- /**
113
- * The borderTop property defines a lower border of the accordion header.
114
- * @default base
115
- */
116
- borderTop?: keyof typeof accordion.properties.borderTop;
117
- /**
118
- * The borderBottom property defines a lower border of the accordion header.
119
- */
120
- borderBottom?: keyof typeof accordion.properties.borderBottom;
121
- }
122
- export type AccordionHeaderProps = AccordionHeaderProperties & Omit<HTMLAttributes<HTMLElement>, "children">;
123
- export declare const AccordionHeader: React.FC<AccordionHeaderProps>;
124
- export interface AccordionComponents {
125
- Body: typeof AccordionBody;
126
- Item: typeof AccordionItem;
127
- Header: typeof AccordionHeader;
128
- }
129
- export interface AccordionBaseProperties {
130
- /**
131
- * The content of the accordion.
132
- * @TJS-type React.ReactNode
133
- */
134
- children?: ReactNode;
135
- }
136
- export interface UncontrolledAccordionProperties extends AccordionBaseProperties {
137
- /**
138
- * Informs which accordion item is open by default, this value must be the same as informed in the index of each item
139
- */
140
- selectedDefault?: string;
141
- }
142
- export interface ControlledAccordionProperties extends AccordionBaseProperties {
143
- /**
144
- * The currently selected accordion item ID.
145
- */
146
- selectedItem: string;
147
- /**
148
- * Callback fired when the selected accordion item changes.
149
- * @param selectedId The ID of the selected accordion item
150
- */
151
- onItemSelect?: (selectedId: string) => void;
152
- }
153
- /**
154
- * Props for the Accordion component, supporting both controlled and uncontrolled modes
155
- */
156
- export type AccordionProps = (UncontrolledAccordionProperties | ControlledAccordionProperties) & Omit<HTMLAttributes<HTMLElement>, "onItemSelect" | "selectedItem">;
157
- export type AccordionProperties = AccordionBaseProperties & UncontrolledAccordionProperties & ControlledAccordionProperties;
158
- export declare const Accordion: React.FC<AccordionProps> & AccordionComponents;
159
-
160
- export {};