@narmi/design_system 4.18.10 → 4.19.0-beta.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DO NOT EDIT
3
- * Generated by style-dictionary on Mon Apr 28 2025 14:42:34 GMT+0000 (Coordinated Universal Time)
3
+ * Generated by style-dictionary on Tue Apr 29 2025 11:03:59 GMT-0700 (Pacific Daylight Time)
4
4
  * github.com/narmi/design_system/
5
5
  */
6
6
 
@@ -0,0 +1,17 @@
1
+ export interface SpinnerProps {
2
+ /**
3
+ * Square size of spinner as unitless number
4
+ */
5
+ size?: number;
6
+ /**
7
+ * Width of animated stroke
8
+ */
9
+ strokeWidth?: number;
10
+ /**
11
+ * CSS color value
12
+ */
13
+ color?: string | undefined;
14
+ }
15
+ declare const Spinner: ({ size, strokeWidth, color, }: SpinnerProps) => import("react/jsx-runtime").JSX.Element;
16
+ export default Spinner;
17
+ //# sourceMappingURL=Spinner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../src/Button/Spinner.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B;AAED,QAAA,MAAM,OAAO,kCAIV,YAAY,4CAsBd,CAAC;AAEF,eAAe,OAAO,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narmi/design_system",
3
- "version": "4.18.10",
3
+ "version": "4.19.0-beta.1",
4
4
  "description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
5
5
  "main": "dist/index.js",
6
6
  "files": [