@narmi/design_system 4.5.1 → 4.5.3
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +3 -3
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.js +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/dist/types/Alert/index.d.ts +25 -0
- package/dist/types/Alert/index.d.ts.map +1 -0
- package/dist/types/Button/Spinner.d.ts +17 -0
- package/dist/types/Button/Spinner.d.ts.map +1 -0
- package/dist/types/Button/index.d.ts +53 -0
- package/dist/types/Button/index.d.ts.map +1 -0
- package/dist/types/Dialog/index.d.ts +36 -0
- package/dist/types/Dialog/index.d.ts.map +1 -0
- package/dist/types/Tooltip/index.d.ts +26 -0
- package/dist/types/Tooltip/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/tokens/js/colors.js
CHANGED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { IconName } from "../types/Icon.types";
|
|
3
|
+
interface AlertProps {
|
|
4
|
+
/** The alert is only visible when this prop is set to `true` */
|
|
5
|
+
isActive?: boolean;
|
|
6
|
+
/** Renders a dismiss button when `true` */
|
|
7
|
+
isDismissable?: boolean;
|
|
8
|
+
/** Callback for user dismissal actions */
|
|
9
|
+
onUserDismiss?: () => void;
|
|
10
|
+
/** Variant of Alert to use */
|
|
11
|
+
kind?: "info" | "error" | "success" | "warn";
|
|
12
|
+
/** Override the default icon of the alert */
|
|
13
|
+
icon?: IconName | null;
|
|
14
|
+
/** Message content of the Alert */
|
|
15
|
+
children?: React.ReactNode | string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Inline system message, for a specific region of a page.
|
|
19
|
+
* The `isActive` prop is used to hide and show the Alert to ensure the Alert
|
|
20
|
+
* is always rendered in an [ARIA live region](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions)
|
|
21
|
+
* for accessibility.
|
|
22
|
+
*/
|
|
23
|
+
declare const Alert: ({ isActive, isDismissable, onUserDismiss, kind, icon, children, }: AlertProps) => import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export default Alert;
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Alert/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAIpD,UAAU,UAAU;IAClB,gEAAgE;IAChE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2CAA2C;IAC3C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,0CAA0C;IAC1C,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,8BAA8B;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IAC7C,6CAA6C;IAC7C,IAAI,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;IACvB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;CACrC;AAED;;;;;GAKG;AACH,QAAA,MAAM,KAAK,sEAOR,UAAU,4CAsCZ,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -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"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { IconName } from "../types/Icon.types";
|
|
3
|
+
interface ButtonProps {
|
|
4
|
+
/** Renders the button label */
|
|
5
|
+
label: string;
|
|
6
|
+
/** style of button to render */
|
|
7
|
+
kind: "primary" | "secondary" | "tonal" | "negative" | "menu" | "plain";
|
|
8
|
+
/** Click callback, with event object passed as argument */
|
|
9
|
+
onClick?: (e: React.MouseEvent) => void;
|
|
10
|
+
/**
|
|
11
|
+
* The html element to render as the root node of `Button`.
|
|
12
|
+
*
|
|
13
|
+
* When rendering as an "a" you **MUST** pass an `href` attribute
|
|
14
|
+
* for the anchor to be valid.
|
|
15
|
+
*/
|
|
16
|
+
as?: "a" | "button";
|
|
17
|
+
/** disables the button when set to `true` */
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
/** disables the button and adds a loading spinner when set to `true` */
|
|
20
|
+
isLoading?: boolean;
|
|
21
|
+
/** type attribute of button element */
|
|
22
|
+
type?: "submit" | "button" | "reset";
|
|
23
|
+
/** size variant of button */
|
|
24
|
+
size?: "xs" | "s" | "m";
|
|
25
|
+
/** Name of Narmi icon to place at the start of the label */
|
|
26
|
+
startIcon?: IconName | null;
|
|
27
|
+
/** Name of Narmi icon to place at the end of the label */
|
|
28
|
+
endIcon?: IconName | null;
|
|
29
|
+
/** Optional value for `data-testid` attribute */
|
|
30
|
+
testId?: string;
|
|
31
|
+
/** Optional value for setting the aria-label. If unset label will be used. */
|
|
32
|
+
ariaLabel?: string | null;
|
|
33
|
+
/**
|
|
34
|
+
* **⚠️ DEPRECATED**
|
|
35
|
+
*
|
|
36
|
+
* Passing children to render the button label will be removed
|
|
37
|
+
* in a future release. Use the `label` prop instead.
|
|
38
|
+
*/
|
|
39
|
+
children?: React.ReactNode | string | undefined;
|
|
40
|
+
[x: string]: unknown;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Narmi style action buttons.
|
|
44
|
+
*
|
|
45
|
+
* Button renders as a `button` element by default, but can render as an `a` element
|
|
46
|
+
* via the `as` prop.
|
|
47
|
+
*
|
|
48
|
+
* This component supports rest props; any additional props on button will be
|
|
49
|
+
* passed through to the root node of `Button`.
|
|
50
|
+
*/
|
|
51
|
+
declare const Button: ({ isLoading, disabled, kind, type, size, startIcon, endIcon, testId, children, label, onClick, as, ariaLabel, ...otherProps }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
52
|
+
export default Button;
|
|
53
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,UAAU,WAAW;IACnB,+BAA+B;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,IAAI,EAAE,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,OAAO,CAAC;IACxE,2DAA2D;IAC3D,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IACxC;;;;;OAKG;IACH,EAAE,CAAC,EAAE,GAAG,GAAG,QAAQ,CAAC;IACpB,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wEAAwE;IACxE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uCAAuC;IACvC,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IACrC,6BAA6B;IAC7B,IAAI,CAAC,EAAE,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC;IACxB,4DAA4D;IAC5D,SAAS,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;IAC5B,0DAA0D;IAC1D,OAAO,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;IAC1B,iDAAiD;IACjD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,8EAA8E;IAC9E,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;IAChD,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB;AAED;;;;;;;;GAQG;AACH,QAAA,MAAM,MAAM,kIAeT,WAAW,4CA0Eb,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface DialogProps {
|
|
3
|
+
/** Scrollable contents of the Dialog */
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
/** Heading in the top of the Dialog */
|
|
6
|
+
title: string;
|
|
7
|
+
/** Optional notification content to render pinned under the header */
|
|
8
|
+
notification?: React.ReactNode;
|
|
9
|
+
/** Contents of Dialog footer, typically reserved for action buttons */
|
|
10
|
+
footer?: React.ReactNode;
|
|
11
|
+
/** Visual style for Dialog header */
|
|
12
|
+
headerStyle?: "bordered" | "plain" | "banner";
|
|
13
|
+
/** Controls open/close state of the modal. Use the `onUserDismiss` callback to update. */
|
|
14
|
+
isOpen?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Callback to handle user taking an action to dismiss the modal
|
|
17
|
+
* (click outside, Escape key, click close button)
|
|
18
|
+
*/
|
|
19
|
+
onUserDismiss: () => void;
|
|
20
|
+
/**
|
|
21
|
+
* Sets a custom modal width.
|
|
22
|
+
* Use the full CSS value with the unit (e.g. "400px")
|
|
23
|
+
*/
|
|
24
|
+
width?: string;
|
|
25
|
+
/** Optional value for `data-testid` attribute */
|
|
26
|
+
testId?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Renders a centered modal dialog with an overlay
|
|
30
|
+
*
|
|
31
|
+
* This component uses a `ReactDOM` portal to render it as a direct
|
|
32
|
+
* child of `document.body`.
|
|
33
|
+
*/
|
|
34
|
+
declare const Dialog: ({ isOpen, onUserDismiss, title, headerStyle, children, notification, footer, width, testId, }: DialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
export default Dialog;
|
|
36
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Dialog/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AA0B3D,MAAM,WAAW,WAAW;IAC1B,wCAAwC;IACxC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,sEAAsE;IACtE,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,uEAAuE;IACvE,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,qCAAqC;IACrC,WAAW,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAC;IAC9C,0FAA0F;IAC1F,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iDAAiD;IACjD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;GAKG;AACH,QAAA,MAAM,MAAM,kGAUT,WAAW,4CAwHb,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface TooltipProps {
|
|
3
|
+
/** The root node of JSX passed into Tooltip as children will act as the tooltip trigger */
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
/** Message shown inside the tooltip */
|
|
6
|
+
text: string;
|
|
7
|
+
/** Sets preferred side of the trigger the tooltip should appear */
|
|
8
|
+
side?: "top" | "right" | "bottom" | "left";
|
|
9
|
+
/** CSS `display` value for the element that wraps the Tooltip children */
|
|
10
|
+
wrapperDisplay?: "inline-flex" | "inline-block" | "inline" | "block" | "flex";
|
|
11
|
+
/** Sets maximum width of tooltip. Use a full CSS value string (e.g. "300px")*/
|
|
12
|
+
maxWidth?: string;
|
|
13
|
+
/** If isOpen is set the component becomes a controlled component */
|
|
14
|
+
isOpen?: boolean;
|
|
15
|
+
/** Optional value for `data-testid` attribute */
|
|
16
|
+
testId?: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Renders a text-only tooltip on hover or focus of a trigger.
|
|
20
|
+
*
|
|
21
|
+
* The tooltip will position itself based on the `side` prop, but will
|
|
22
|
+
* automatically reposition to avoid collisions with viewport edges.
|
|
23
|
+
*/
|
|
24
|
+
declare const Tooltip: ({ side, text, children, wrapperDisplay, maxWidth, testId, isOpen, }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export default Tooltip;
|
|
26
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,YAAY;IAC3B,2FAA2F;IAC3F,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,uCAAuC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,mEAAmE;IACnE,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC3C,0EAA0E;IAC1E,cAAc,CAAC,EAAE,aAAa,GAAG,cAAc,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAC9E,+EAA+E;IAC/E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oEAAoE;IACpE,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,iDAAiD;IACjD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;GAKG;AACH,QAAA,MAAM,OAAO,wEAQV,YAAY,4CAuEd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Typed Components
|
|
3
3
|
*/
|
|
4
|
+
import Alert from "./Alert";
|
|
4
5
|
import AutocompleteModal from "./AutocompleteModal";
|
|
5
6
|
import Avatar from "./Avatar";
|
|
7
|
+
import Button from "./Button";
|
|
6
8
|
import ContextMenu from "./ContextMenu";
|
|
9
|
+
import Dialog from "./Dialog";
|
|
7
10
|
import DisabledShim from "./DisabledShim";
|
|
8
11
|
import Row from "./Row";
|
|
9
12
|
import SeparatorList from "./SeparatorList";
|
|
10
13
|
import Slider from "./Slider";
|
|
11
14
|
import Snackbar from "./Snackbar";
|
|
15
|
+
import Tooltip from "./Tooltip";
|
|
12
16
|
/**
|
|
13
17
|
* Untyped Components
|
|
14
18
|
*/
|
|
15
|
-
declare const Alert: any;
|
|
16
|
-
declare const Button: any;
|
|
17
19
|
declare const Checkbox: any;
|
|
18
20
|
declare const ContentCard: any;
|
|
19
21
|
declare const CollapsibleCard: any;
|
|
20
22
|
declare const Combobox: any;
|
|
21
23
|
declare const DateInput: any;
|
|
22
|
-
declare const Dialog: any;
|
|
23
24
|
declare const Drawer: any;
|
|
24
25
|
declare const Dropdown: any;
|
|
25
26
|
declare const DropdownTrigger: any;
|
|
@@ -46,12 +47,11 @@ declare const TextInput: any;
|
|
|
46
47
|
declare const TimelineEvent: any;
|
|
47
48
|
declare const Toggle: any;
|
|
48
49
|
declare const TokenInput: any;
|
|
49
|
-
declare const Tooltip: any;
|
|
50
50
|
declare const TruncatedAccount: any;
|
|
51
51
|
declare const useBreakpoints: any;
|
|
52
52
|
declare const useLockBodyScroll: any;
|
|
53
53
|
declare const formatNumber: any;
|
|
54
54
|
declare const formatDate: any;
|
|
55
55
|
export * from "./types/Icon.types";
|
|
56
|
-
export { AutocompleteModal, Avatar, ContextMenu, DisabledShim, Row, SeparatorList, Slider, Snackbar, Alert,
|
|
56
|
+
export { AutocompleteModal, Avatar, Button, ContextMenu, DisabledShim, Row, SeparatorList, Slider, Snackbar, Alert, Checkbox, ContentCard, CollapsibleCard, Combobox, DateInput, Dialog, Drawer, Dropdown, DropdownTrigger, Error, FieldToken, FormSection, IconButton, Input, LoadingShim, LoadingSkeleton, MenuButton, MultiSelect, Pagination, PlainButton, ProgressBar, Popover, RadioButtons, ResponsiveFlex, Select, Sidebar, Tabs, Tag, TextInput, TimelineEvent, Toggle, TokenInput, Tooltip, TruncatedAccount, useBreakpoints, useLockBodyScroll, formatNumber, formatDate, };
|
|
57
57
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,GAAG,MAAM,OAAO,CAAC;AACxB,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,QAAQ,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.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": "4.5.
|
|
3
|
+
"version": "4.5.3",
|
|
4
4
|
"description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"eslint-plugin-jest": "^28.9.0",
|
|
80
80
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
81
81
|
"eslint-plugin-react": "^7.29.4",
|
|
82
|
-
"eslint-plugin-storybook": "^0.
|
|
82
|
+
"eslint-plugin-storybook": "^0.11.2",
|
|
83
83
|
"glob": "^7.2.0",
|
|
84
84
|
"html-webpack-plugin": "^5.3.1",
|
|
85
85
|
"husky": "^8.0.3",
|