@narmi/design_system 3.32.6 → 3.34.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 directly
3
- * Generated on Wed, 01 May 2024 15:24:27 GMT
3
+ * Generated on Fri, 03 May 2024 15:18:32 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 May 2024 15:24:27 GMT
3
+ * Generated on Fri, 03 May 2024 15:18:32 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 May 2024 15:24:27 GMT
3
+ * Generated on Fri, 03 May 2024 15:18:32 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 May 2024 15:24:27 GMT
3
+ * Generated on Fri, 03 May 2024 15:18:32 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DO NOT EDIT
3
- * Generated by style-dictionary on Wed May 01 2024 15:24:27 GMT+0000 (Coordinated Universal Time)
3
+ * Generated by style-dictionary on Fri May 03 2024 15:18:33 GMT+0000 (Coordinated Universal Time)
4
4
  * github.com/narmi/design_system/
5
5
  */
6
6
 
@@ -19,3 +19,23 @@ declare module "SeparatorList/index" {
19
19
  const SeparatorList: React.FC<SeparatorListProps>;
20
20
  export default SeparatorList;
21
21
  }
22
+ declare module "Slider/Thumbs" {
23
+ const Thumbs: (props: any) => import("react/jsx-runtime").JSX.Element;
24
+ export default Thumbs;
25
+ }
26
+ declare module "Slider/index" {
27
+ interface Props {
28
+ label: string;
29
+ output?: string;
30
+ higherName?: string;
31
+ lowerName?: string;
32
+ formatOptions: Intl.NumberFormatOptions;
33
+ maxValue: number;
34
+ defaultValue?: number[];
35
+ step: number;
36
+ value?: number[];
37
+ onChange?: (value: number[]) => void;
38
+ }
39
+ const Slider: (props: Props) => import("react/jsx-runtime").JSX.Element;
40
+ export default Slider;
41
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narmi/design_system",
3
- "version": "3.32.6",
3
+ "version": "3.34.0",
4
4
  "description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
5
5
  "main": "dist/index.js",
6
6
  "files": [