najm-kit 2.1.43 → 2.1.45
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.
- package/dist/index.d.ts +6 -0
- package/dist/index.mjs +3852 -3719
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -253,8 +253,13 @@ interface NThemeCustomizerLabels {
|
|
|
253
253
|
pageGutter: React$1.ReactNode;
|
|
254
254
|
sectionGap: React$1.ReactNode;
|
|
255
255
|
pageHeaderCard: React$1.ReactNode;
|
|
256
|
+
sidebarSections: React$1.ReactNode;
|
|
257
|
+
sidebarNoSections: React$1.ReactNode;
|
|
256
258
|
sidebarSectionLabels: React$1.ReactNode;
|
|
257
259
|
sidebarSectionSeparators: React$1.ReactNode;
|
|
260
|
+
sidebarExpandedWidth: React$1.ReactNode;
|
|
261
|
+
sidebarCollapsedWidth: React$1.ReactNode;
|
|
262
|
+
sidebarMobileWidth: React$1.ReactNode;
|
|
258
263
|
tableHeaderColor: React$1.ReactNode;
|
|
259
264
|
tableHeaderTextColor: React$1.ReactNode;
|
|
260
265
|
tableBorderColor: React$1.ReactNode;
|
|
@@ -2088,6 +2093,7 @@ interface MultiSelectInputProps extends BaseProps {
|
|
|
2088
2093
|
value: string[];
|
|
2089
2094
|
onChange: (value: string[]) => void;
|
|
2090
2095
|
items: (string | SelectItemType)[];
|
|
2096
|
+
ariaLabel?: string;
|
|
2091
2097
|
placeholder?: string;
|
|
2092
2098
|
searchPlaceholder?: string;
|
|
2093
2099
|
emptyMessage?: string;
|