@narmi/design_system 3.70.0 → 3.80.0-beta.0

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DO NOT EDIT
3
- * Generated by style-dictionary on Thu Dec 12 2024 19:44:23 GMT+0000 (Coordinated Universal Time)
3
+ * Generated by style-dictionary on Fri Dec 13 2024 16:21:11 GMT-0500 (Eastern Standard Time)
4
4
  * github.com/narmi/design_system/
5
5
  */
6
6
 
@@ -0,0 +1,21 @@
1
+ import React from "react";
2
+ export interface SnackbarProps {
3
+ children: React.ReactNode[];
4
+ isActive: boolean;
5
+ }
6
+ /**
7
+ * A status toolbar for multiple selection in a table.
8
+ * Intended to be rendered in fixed position over a table.
9
+ */
10
+ declare const Snackbar: {
11
+ ({ children, isActive }: SnackbarProps): import("react/jsx-runtime").JSX.Element;
12
+ ButtonGroup: ({ children }: {
13
+ children: React.ReactNode[];
14
+ }) => import("react/jsx-runtime").JSX.Element;
15
+ Divider: () => import("react/jsx-runtime").JSX.Element;
16
+ Text: ({ children }: {
17
+ children: React.ReactNode[];
18
+ }) => import("react/jsx-runtime").JSX.Element;
19
+ };
20
+ export default Snackbar;
21
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Snackbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8C1B,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED;;;GAGG;AACH,QAAA,MAAM,QAAQ;6BAAoC,aAAa;gCAjBpB;QAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,CAAA;KAAE;;yBAPtC;QAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,CAAA;KAAE;CAsClE,CAAC;AAKF,eAAe,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narmi/design_system",
3
- "version": "3.70.0",
3
+ "version": "3.80.0-beta.0",
4
4
  "description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
5
5
  "main": "dist/index.js",
6
6
  "files": [