@narmi/design_system 3.32.5 → 3.33.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 Thu, 25 Apr 2024 21:01:05 GMT
3
+ * Generated on Wed, 01 May 2024 17:42:21 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 Apr 2024 21:01:05 GMT
3
+ * Generated on Wed, 01 May 2024 17:42:21 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 Apr 2024 21:01:05 GMT
3
+ * Generated on Wed, 01 May 2024 17:42:21 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 Apr 2024 21:01:05 GMT
3
+ * Generated on Wed, 01 May 2024 17:42:21 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 Thu Apr 25 2024 21:01:05 GMT+0000 (Coordinated Universal Time)
3
+ * Generated by style-dictionary on Wed May 01 2024 17:42:21 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.5",
3
+ "version": "3.33.0",
4
4
  "description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -44,8 +44,8 @@
44
44
  "@babel/preset-env": "^7.15.6",
45
45
  "@babel/preset-react": "^7.14.5",
46
46
  "@babel/preset-typescript": "^7.23.2",
47
- "@commitlint/cli": "^13.2.0",
48
- "@commitlint/config-conventional": "^19.0.3",
47
+ "@commitlint/cli": "^19",
48
+ "@commitlint/config-conventional": "^19.2.2",
49
49
  "@mdx-js/mdx": "^1.6.22",
50
50
  "@mdx-js/react": "^1.6.22",
51
51
  "@semantic-release/changelog": "^6.0.0",