@narmi/design_system 3.48.0-beta.0 → 3.48.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 directly
3
- * Generated on Thu, 22 Aug 2024 18:24:23 GMT
3
+ * Generated on Thu, 22 Aug 2024 21:41:11 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 22 Aug 2024 18:24:23 GMT
3
+ * Generated on Thu, 22 Aug 2024 21:41:11 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 22 Aug 2024 18:24:23 GMT
3
+ * Generated on Thu, 22 Aug 2024 21:41:11 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, 22 Aug 2024 18:24:23 GMT
3
+ * Generated on Thu, 22 Aug 2024 21:41:11 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 Aug 22 2024 11:24:23 GMT-0700 (Pacific Daylight Time)
3
+ * Generated by style-dictionary on Thu Aug 22 2024 14:41:11 GMT-0700 (Pacific Daylight Time)
4
4
  * github.com/narmi/design_system/
5
5
  */
6
6
 
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ interface SeparatorListProps {
3
+ items: React.ReactNode[];
4
+ separator?: string;
5
+ noWrap?: boolean;
6
+ testId?: string;
7
+ }
8
+ /**
9
+ * Takes a list of elements and places a visual separator between items.
10
+ */
11
+ declare const SeparatorList: React.FC<SeparatorListProps>;
12
+ export default SeparatorList;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/SeparatorList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,kBAAkB;IAC1B,KAAK,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAyB/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const Thumbs: (props: any) => import("react/jsx-runtime").JSX.Element;
2
+ export default Thumbs;
3
+ //# sourceMappingURL=Thumbs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Thumbs.d.ts","sourceRoot":"","sources":["../../../src/Slider/Thumbs.tsx"],"names":[],"mappings":"AAsCA,QAAA,MAAM,MAAM,UAAW,GAAG,4CAmCzB,CAAA;AAED,eAAe,MAAM,CAAC"}
@@ -0,0 +1,30 @@
1
+ export interface Props {
2
+ /** Visually hidden label to describe the input */
3
+ label: string;
4
+ /** `name` attribute passed to the lower value input thumb */
5
+ lowerName: string;
6
+ /** `name` attribute passed to the higher value input thumb */
7
+ higherName: string;
8
+ /** value of the input */
9
+ value?: number[];
10
+ /** change callback invoked when the value of the `input` changes */
11
+ onChange?: (value: number[]) => void;
12
+ /** optionally format the input value */
13
+ formatOptions?: Intl.NumberFormatOptions;
14
+ /** lower bound for the input, inclusive */
15
+ minValue?: number;
16
+ /** upper bound for the input, inclusive */
17
+ maxValue?: number;
18
+ /** if uncontrolled, intial value for the input */
19
+ defaultValue?: number[];
20
+ /** increment number for the range input */
21
+ step?: number;
22
+ /**
23
+ * Text rendered within an `<output>` element.
24
+ * If omitted, will default to `Between {lower} and {upper}`
25
+ */
26
+ output?: string;
27
+ }
28
+ declare const Slider: (props: Props) => import("react/jsx-runtime").JSX.Element;
29
+ export default Slider;
30
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Slider/index.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IACpB,kDAAkD;IAClD,KAAK,EAAE,MAAM,CAAC;IACd,6DAA6D;IAC7D,SAAS,EAAE,MAAM,CAAC;IAClB,8DAA8D;IAC9D,UAAU,EAAE,MAAM,CAAC;IACnB,yBAAyB;IACzB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,oEAAoE;IACpE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IACpC,wCAAwC;IACxC,aAAa,CAAC,EAAE,IAAI,CAAC,mBAAmB,CAAC;IACzC,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kDAAkD;IAClD,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,2CAA2C;IAC3C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AACD,QAAA,MAAM,MAAM,UAAW,KAAK,4CAmC3B,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,57 +1,5 @@
1
- /// <reference types="react" />
2
- declare module "types/Icon.types" {
3
- /**
4
- * Generated by `scripts/buildTypes.mjs`
5
- */
6
- export type IconName = "bank" | "loan" | "logo-remitly" | "zelle-outline" | "question" | "signal" | "car" | "check-front" | "dollar-bill-line" | "wires" | "m2m" | "venmo-logo" | "face-id" | "library" | "profile" | "filter-2" | "business" | "profiles" | "star-filled" | "car-outline" | "dining" | "fingerprint" | "heart-pulse" | "paw" | "receipt" | "self-care" | "stroller" | "security, narmi-fat-security" | "feed, narmi-feed" | "activity" | "airplay" | "alert-circle" | "alert-octagon" | "alert-triangle" | "align-center" | "align-justify" | "align-left" | "align-right" | "anchor" | "aperture" | "archive" | "arrow-down" | "arrow-down-circle" | "arrow-down-left" | "arrow-down-right" | "arrow-left" | "arrow-left-circle" | "arrow-right" | "arrow-right-circle" | "arrow-up" | "arrow-up-circle" | "arrow-up-left" | "arrow-up-right" | "arrow-up-down" | "at-sign" | "award" | "bar-chart" | "bar-chart-2" | "battery" | "battery-charging" | "bell" | "bell-off" | "bluetooth" | "bold" | "book" | "book-open" | "bookmark" | "box" | "briefcase" | "calendar" | "camera" | "camera-off" | "cast" | "check" | "check-circle" | "check-square" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down" | "chevrons-left" | "chevrons-right" | "chevrons-up" | "chrome" | "circle" | "clipboard" | "clock" | "cloud" | "cloud-drizzle" | "cloud-lightning" | "cloud-off" | "cloud-rain" | "cloud-snow" | "code" | "codepen" | "codesandbox" | "coffee" | "columns" | "command" | "compass" | "copy" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "credit-card1" | "crop" | "crosshair" | "database" | "delete" | "disc" | "dollar-sign" | "download" | "download-cloud" | "droplet" | "edit" | "edit-2" | "edit-3" | "external-link" | "eye" | "eye-off" | "facebook" | "fast-forward" | "feather" | "figma" | "file" | "file-minus" | "file-plus" | "file-text1" | "film" | "filter" | "flag" | "folder" | "folder-minus" | "folder-plus" | "framer" | "frown" | "gift" | "git-branch" | "git-commit" | "git-merge" | "git-pull-request" | "github" | "gitlab" | "globe" | "grid" | "hard-drive" | "hash" | "headphones" | "heart" | "help-circle" | "hexagon" | "home" | "image" | "inbox" | "info" | "instagram" | "italic" | "key" | "layers" | "layout" | "life-buoy" | "link" | "link-2" | "linkedin" | "list" | "loader" | "lock" | "log-in" | "log-out" | "mail" | "map" | "map-pin" | "maximize" | "maximize-2" | "meh" | "menu" | "message-circle" | "message-square" | "mic" | "mic-off" | "minimize" | "minimize-2" | "minus" | "minus-circle" | "minus-square" | "monitor" | "moon" | "more-horizontal" | "more-vertical" | "mouse-pointer" | "move" | "music" | "navigation" | "navigation-2" | "octagon" | "package" | "paperclip" | "pause" | "pause-circle" | "pen-tool" | "percent" | "phone" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "pie-chart" | "play" | "play-circle" | "plus" | "plus-circle" | "plus-square" | "pocket" | "power" | "printer" | "radio" | "refresh-ccw" | "refresh-cw" | "repeat" | "rewind" | "rotate-ccw" | "rotate-cw" | "rss" | "save" | "scissors" | "search" | "send" | "server" | "settings" | "share" | "share-2" | "shield" | "shield-off" | "shopping-bag" | "shopping-cart" | "shuffle" | "sidebar" | "skip-back" | "skip-forward" | "slack" | "slash" | "sliders" | "smartphone" | "smile" | "speaker" | "square" | "star" | "stop-circle" | "sun" | "sunrise" | "sunset" | "tablet" | "tag" | "target" | "terminal" | "thermometer" | "thumbs-down" | "thumbs-up" | "toggle-left" | "toggle-right" | "tool" | "trash" | "trash-2" | "trello" | "trending-down" | "trending-up" | "triangle" | "truck" | "tv" | "twitch" | "twitter" | "type" | "umbrella" | "underline" | "unlock" | "upload" | "upload-cloud" | "user" | "user-check" | "user-minus" | "user-plus" | "user-x" | "users" | "video" | "video-off" | "voicemail" | "volume" | "volume-1" | "volume-2" | "volume-x" | "watch" | "wifi" | "wifi-off" | "wind" | "x" | "x-circle" | "x-octagon" | "x-square" | "youtube" | "zap" | "zap-off" | "zoom-in" | "zoom-out" | "student" | "hand-spock" | "solid-circle" | "GroupOutlined" | "LocalAtm" | "MonetizationOnOutlined" | "SyncAlt" | "p2p" | "check-endorsed" | "piggy-bank" | "venmo" | "folder-open" | "group" | "settings-gear" | "admin-user" | "transfer-arrows, narmi-transfer" | "blob" | "bill" | "credit-card" | "office" | "file-text";
7
- }
8
- declare module "SeparatorList/index" {
9
- import React from "react";
10
- interface SeparatorListProps {
11
- items: React.ReactNode[];
12
- separator?: string;
13
- noWrap?: boolean;
14
- testId?: string;
15
- }
16
- /**
17
- * Takes a list of elements and places a visual separator between items.
18
- */
19
- const SeparatorList: React.FC<SeparatorListProps>;
20
- export default SeparatorList;
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
- export interface Props {
28
- /** Visually hidden label to describe the input */
29
- label: string;
30
- /** `name` attribute passed to the lower value input thumb */
31
- lowerName: string;
32
- /** `name` attribute passed to the higher value input thumb */
33
- higherName: string;
34
- /** value of the input */
35
- value?: number[];
36
- /** change callback invoked when the value of the `input` changes */
37
- onChange?: (value: number[]) => void;
38
- /** optionally format the input value */
39
- formatOptions?: Intl.NumberFormatOptions;
40
- /** lower bound for the input, inclusive */
41
- minValue?: number;
42
- /** upper bound for the input, inclusive */
43
- maxValue?: number;
44
- /** if uncontrolled, intial value for the input */
45
- defaultValue?: number[];
46
- /** increment number for the range input */
47
- step?: number;
48
- /**
49
- * Text rendered within an `<output>` element.
50
- * If omitted, will default to `Between {lower} and {upper}`
51
- */
52
- output?: string;
53
- }
54
- const Slider: (props: Props) => import("react/jsx-runtime").JSX.Element;
55
- export default Slider;
56
- }
1
+ import SeparatorList from "./SeparatorList";
2
+ import Slider from "./Slider";
3
+ export * from "./types/Icon.types";
4
+ export { SeparatorList, Slider, };
57
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/Icon.types.ts","../../src/SeparatorList/index.tsx","../../src/Slider/Thumbs.tsx","../../src/Slider/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,cAAc,oBAAoB,CAAA;AAElC,OAAO,EACL,aAAa,EACb,MAAM,GACP,CAAA"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated by `scripts/buildTypes.mjs`
3
+ */
4
+ export type IconName = "bank" | "loan" | "logo-remitly" | "zelle-outline" | "question" | "signal" | "car" | "check-front" | "dollar-bill-line" | "wires" | "m2m" | "venmo-logo" | "face-id" | "library" | "profile" | "filter-2" | "business" | "profiles" | "star-filled" | "car-outline" | "dining" | "fingerprint" | "heart-pulse" | "paw" | "receipt" | "self-care" | "stroller" | "security, narmi-fat-security" | "feed, narmi-feed" | "activity" | "airplay" | "alert-circle" | "alert-octagon" | "alert-triangle" | "align-center" | "align-justify" | "align-left" | "align-right" | "anchor" | "aperture" | "archive" | "arrow-down" | "arrow-down-circle" | "arrow-down-left" | "arrow-down-right" | "arrow-left" | "arrow-left-circle" | "arrow-right" | "arrow-right-circle" | "arrow-up" | "arrow-up-circle" | "arrow-up-left" | "arrow-up-right" | "arrow-up-down" | "at-sign" | "award" | "bar-chart" | "bar-chart-2" | "battery" | "battery-charging" | "bell" | "bell-off" | "bluetooth" | "bold" | "book" | "book-open" | "bookmark" | "box" | "briefcase" | "calendar" | "camera" | "camera-off" | "cast" | "check" | "check-circle" | "check-square" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down" | "chevrons-left" | "chevrons-right" | "chevrons-up" | "chrome" | "circle" | "clipboard" | "clock" | "cloud" | "cloud-drizzle" | "cloud-lightning" | "cloud-off" | "cloud-rain" | "cloud-snow" | "code" | "codepen" | "codesandbox" | "coffee" | "columns" | "command" | "compass" | "copy" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "credit-card1" | "crop" | "crosshair" | "database" | "delete" | "disc" | "dollar-sign" | "download" | "download-cloud" | "droplet" | "edit" | "edit-2" | "edit-3" | "external-link" | "eye" | "eye-off" | "facebook" | "fast-forward" | "feather" | "figma" | "file" | "file-minus" | "file-plus" | "file-text1" | "film" | "filter" | "flag" | "folder" | "folder-minus" | "folder-plus" | "framer" | "frown" | "gift" | "git-branch" | "git-commit" | "git-merge" | "git-pull-request" | "github" | "gitlab" | "globe" | "grid" | "hard-drive" | "hash" | "headphones" | "heart" | "help-circle" | "hexagon" | "home" | "image" | "inbox" | "info" | "instagram" | "italic" | "key" | "layers" | "layout" | "life-buoy" | "link" | "link-2" | "linkedin" | "list" | "loader" | "lock" | "log-in" | "log-out" | "mail" | "map" | "map-pin" | "maximize" | "maximize-2" | "meh" | "menu" | "message-circle" | "message-square" | "mic" | "mic-off" | "minimize" | "minimize-2" | "minus" | "minus-circle" | "minus-square" | "monitor" | "moon" | "more-horizontal" | "more-vertical" | "mouse-pointer" | "move" | "music" | "navigation" | "navigation-2" | "octagon" | "package" | "paperclip" | "pause" | "pause-circle" | "pen-tool" | "percent" | "phone" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "pie-chart" | "play" | "play-circle" | "plus" | "plus-circle" | "plus-square" | "pocket" | "power" | "printer" | "radio" | "refresh-ccw" | "refresh-cw" | "repeat" | "rewind" | "rotate-ccw" | "rotate-cw" | "rss" | "save" | "scissors" | "search" | "send" | "server" | "settings" | "share" | "share-2" | "shield" | "shield-off" | "shopping-bag" | "shopping-cart" | "shuffle" | "sidebar" | "skip-back" | "skip-forward" | "slack" | "slash" | "sliders" | "smartphone" | "smile" | "speaker" | "square" | "star" | "stop-circle" | "sun" | "sunrise" | "sunset" | "tablet" | "tag" | "target" | "terminal" | "thermometer" | "thumbs-down" | "thumbs-up" | "toggle-left" | "toggle-right" | "tool" | "trash" | "trash-2" | "trello" | "trending-down" | "trending-up" | "triangle" | "truck" | "tv" | "twitch" | "twitter" | "type" | "umbrella" | "underline" | "unlock" | "upload" | "upload-cloud" | "user" | "user-check" | "user-minus" | "user-plus" | "user-x" | "users" | "video" | "video-off" | "voicemail" | "volume" | "volume-1" | "volume-2" | "volume-x" | "watch" | "wifi" | "wifi-off" | "wind" | "x" | "x-circle" | "x-octagon" | "x-square" | "youtube" | "zap" | "zap-off" | "zoom-in" | "zoom-out" | "student" | "hand-spock" | "solid-circle" | "GroupOutlined" | "LocalAtm" | "MonetizationOnOutlined" | "SyncAlt" | "p2p" | "check-endorsed" | "piggy-bank" | "venmo" | "folder-open" | "group" | "settings-gear" | "admin-user" | "transfer-arrows, narmi-transfer" | "blob" | "bill" | "credit-card" | "office" | "file-text";
5
+ //# sourceMappingURL=Icon.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.types.d.ts","sourceRoot":"","sources":["../../../src/types/Icon.types.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narmi/design_system",
3
- "version": "3.48.0-beta.0",
3
+ "version": "3.48.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": [