@narmi/design_system 4.36.1 → 4.36.2
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +2 -2
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.js +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/dist/types/Snackbar/index.d.ts +5 -11
- package/dist/types/Snackbar/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/tokens/js/colors.js
CHANGED
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export interface SnackbarProps {
|
|
3
|
-
children: React.ReactNode[];
|
|
4
|
-
isActive: boolean;
|
|
5
|
-
}
|
|
6
2
|
/**
|
|
7
3
|
* A status toolbar for multiple selection in a table.
|
|
8
4
|
* Intended to be rendered in fixed position over a table.
|
|
9
5
|
*/
|
|
10
6
|
declare const Snackbar: {
|
|
11
|
-
({ children, isActive }:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
({ children, isActive, }: React.PropsWithChildren<{
|
|
8
|
+
isActive: boolean;
|
|
9
|
+
}>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
ButtonGroup: ({ children }: React.PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
15
11
|
Divider: () => import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
Text: ({ children }:
|
|
17
|
-
children: React.ReactNode[];
|
|
18
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
Text: ({ children }: React.PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
19
13
|
};
|
|
20
14
|
export default Snackbar;
|
|
21
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Snackbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Snackbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkD1B;;;GAGG;AACH,QAAA,MAAM,QAAQ;8BAGX,KAAK,CAAC,iBAAiB,CAAC;QACzB,QAAQ,EAAE,OAAO,CAAC;KACnB,CAAC;gCArByC,KAAK,CAAC,iBAAiB;;yBAP9B,KAAK,CAAC,iBAAiB;CA0C1D,CAAC;AAKF,eAAe,QAAQ,CAAC"}
|