@nimbus-ds/components 5.43.0 → 5.44.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 +6 -0
  2. package/package.json +1 -1
  3. package/dist/Accordion/index.d.ts +0 -153
  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 -805
  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 -812
  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 -233
  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 -926
  52. package/dist/ScrollPane/index.js +0 -2
  53. package/dist/SegmentedControl/index.d.ts +0 -905
  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/Spinner/index.d.ts +0 -53
  62. package/dist/Spinner/index.js +0 -2
  63. package/dist/SplitButton/index.d.ts +0 -1035
  64. package/dist/SplitButton/index.js +0 -2
  65. package/dist/Stepper/index.d.ts +0 -899
  66. package/dist/Stepper/index.js +0 -2
  67. package/dist/Table/index.d.ts +0 -163
  68. package/dist/Table/index.js +0 -2
  69. package/dist/Tabs/index.d.ts +0 -92
  70. package/dist/Tabs/index.js +0 -2
  71. package/dist/Tag/index.d.ts +0 -51
  72. package/dist/Tag/index.js +0 -2
  73. package/dist/Text/index.d.ts +0 -599
  74. package/dist/Text/index.js +0 -2
  75. package/dist/Textarea/index.d.ts +0 -76
  76. package/dist/Textarea/index.js +0 -2
  77. package/dist/Thumbnail/index.d.ts +0 -73
  78. package/dist/Thumbnail/index.js +0 -2
  79. package/dist/Title/index.d.ts +0 -165
  80. package/dist/Title/index.js +0 -2
  81. package/dist/Toast/index.d.ts +0 -56
  82. package/dist/Toast/index.js +0 -2
  83. package/dist/Toggle/index.d.ts +0 -48
  84. package/dist/Toggle/index.js +0 -2
  85. package/dist/Tooltip/index.d.ts +0 -47
  86. package/dist/Tooltip/index.js +0 -2
  87. package/dist/components-props.json +0 -1
  88. package/dist/index.d.ts +0 -4448
  89. package/dist/index.js +0 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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
+ ## 2025-12-23 `5.44.0`
7
+
8
+ #### 🎉 New features
9
+
10
+ - `Table`: Allow table layout to support fixed columns. ([#399](https://github.com/TiendaNube/nimbus-design-system/pull/399) by [@joacotornello](https://github.com/joacotornello))
11
+
6
12
  ## 2025-12-23 `5.43.0`
7
13
 
8
14
  #### 🎉 New features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/components",
3
- "version": "5.43.0",
3
+ "version": "5.44.0-rc.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -1,153 +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__content: string;
31
- header__description: string;
32
- header__title: string;
33
- header_active: string;
34
- body: string;
35
- };
36
- };
37
- export interface AccordionBodyProperties {
38
- /**
39
- * The content of the accordion body.
40
- * @TJS-type React.ReactNode
41
- */
42
- children: ReactNode;
43
- /**
44
- * The borderBottom property defines a lower border of the accordion body.
45
- * @default none
46
- */
47
- borderBottom?: keyof typeof accordion.properties.borderBottom;
48
- /**
49
- * The borderTop property defines a top border of the accordion body.
50
- * @default none
51
- */
52
- borderTop?: keyof typeof accordion.properties.borderTop;
53
- /**
54
- * Padding properties are used to generate space around the content area of an Accordion.Body..
55
- * @default base
56
- */
57
- padding?: keyof typeof accordion.properties.padding;
58
- }
59
- export type AccordionBodyProps = AccordionBodyProperties & HTMLAttributes<HTMLElement>;
60
- export declare const AccordionBody: React.FC<AccordionBodyProps>;
61
- export interface AccordionItemProperties {
62
- /**
63
- * The content of the accordion body.
64
- * @TJS-type React.ReactNode
65
- */
66
- children: ReactNode;
67
- /**
68
- * Unique indicator to identify accordion items
69
- */
70
- index: string;
71
- /**
72
- * This is an attribute used to identify a DOM node for testing purposes.
73
- */
74
- testId?: string;
75
- }
76
- export type AccordionItemProps = AccordionItemProperties;
77
- export declare const AccordionItem: React.FC<AccordionItemProps>;
78
- export interface AccordionHeaderProperties {
79
- /**
80
- * The content of the accordion header.
81
- * @TJS-type React.ReactNode | ((data: { selected: string; index: string }) => React.ReactNode);
82
- */
83
- children?: ReactNode | ((data: {
84
- selected: string;
85
- index: string;
86
- }) => ReactNode);
87
- /**
88
- * The title to display in the accordion header.
89
- */
90
- title?: string;
91
- /**
92
- * The subtitle to display in the accordion header.
93
- */
94
- subtitle?: string;
95
- /**
96
- * The SVG contents to display in the accordion header.
97
- * @TJS-type React.ReactNode
98
- */
99
- icon?: ReactNode;
100
- /**
101
- * Removes the arrow icon that shows if the accordion item is open or not which makes it possible to create a custom indicator.
102
- * @default false
103
- */
104
- noIconToggle?: boolean;
105
- /**
106
- * The borderTop property defines a lower border of the accordion header.
107
- * @default base
108
- */
109
- borderTop?: keyof typeof accordion.properties.borderTop;
110
- /**
111
- * The borderBottom property defines a lower border of the accordion header.
112
- */
113
- borderBottom?: keyof typeof accordion.properties.borderBottom;
114
- }
115
- export type AccordionHeaderProps = AccordionHeaderProperties & Omit<HTMLAttributes<HTMLElement>, "children">;
116
- export declare const AccordionHeader: React.FC<AccordionHeaderProps>;
117
- export interface AccordionComponents {
118
- Body: typeof AccordionBody;
119
- Item: typeof AccordionItem;
120
- Header: typeof AccordionHeader;
121
- }
122
- export interface AccordionBaseProperties {
123
- /**
124
- * The content of the accordion.
125
- * @TJS-type React.ReactNode
126
- */
127
- children?: ReactNode;
128
- }
129
- export interface UncontrolledAccordionProperties extends AccordionBaseProperties {
130
- /**
131
- * Informs which accordion item is open by default, this value must be the same as informed in the index of each item
132
- */
133
- selectedDefault?: string;
134
- }
135
- export interface ControlledAccordionProperties extends AccordionBaseProperties {
136
- /**
137
- * The currently selected accordion item ID.
138
- */
139
- selectedItem: string;
140
- /**
141
- * Callback fired when the selected accordion item changes.
142
- * @param selectedId The ID of the selected accordion item
143
- */
144
- onItemSelect?: (selectedId: string) => void;
145
- }
146
- /**
147
- * Props for the Accordion component, supporting both controlled and uncontrolled modes
148
- */
149
- export type AccordionProps = (UncontrolledAccordionProperties | ControlledAccordionProperties) & Omit<HTMLAttributes<HTMLElement>, "onItemSelect" | "selectedItem">;
150
- export type AccordionProperties = AccordionBaseProperties & UncontrolledAccordionProperties & ControlledAccordionProperties;
151
- export declare const Accordion: React.FC<AccordionProps> & AccordionComponents;
152
-
153
- export {};