@easypost/easy-ui 1.0.0-alpha.6 → 1.0.0-alpha.7
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/Badge/index.js +12 -12
- package/Badge/index.mjs +12 -12
- package/Banner/index.js +4 -4
- package/Banner/index.mjs +4 -4
- package/Button/index.js +18 -18
- package/Button/index.mjs +18 -18
- package/CHANGELOG.md +14 -0
- package/Card/index.js +9 -9
- package/Card/index.mjs +9 -9
- package/Checkbox/index.js +21 -21
- package/Checkbox/index.mjs +21 -21
- package/CodeBlock/CodeBlock.d.ts +49 -61
- package/CodeBlock/CodeBlock.d.ts.map +1 -1
- package/CodeBlock/CodeBlock.stories.d.ts +3 -2
- package/CodeBlock/CodeBlock.stories.d.ts.map +1 -1
- package/CodeBlock/CopyButton.d.ts +9 -0
- package/CodeBlock/CopyButton.d.ts.map +1 -0
- package/CodeBlock/LanguageMenu.d.ts +18 -0
- package/CodeBlock/LanguageMenu.d.ts.map +1 -0
- package/CodeBlock/context.d.ts +11 -0
- package/CodeBlock/context.d.ts.map +1 -0
- package/CodeBlock/index.js +310 -5335
- package/CodeBlock/index.mjs +299 -5340
- package/CodeSnippet/CodeSnippet.d.ts +82 -0
- package/CodeSnippet/CodeSnippet.d.ts.map +1 -0
- package/CodeSnippet/CodeSnippet.stories.d.ts +14 -0
- package/CodeSnippet/CodeSnippet.stories.d.ts.map +1 -0
- package/CodeSnippet/CodeSnippet.test.d.ts +2 -0
- package/CodeSnippet/CodeSnippet.test.d.ts.map +1 -0
- package/CodeSnippet/SyntaxHighlighter.d.ts +8 -0
- package/CodeSnippet/SyntaxHighlighter.d.ts.map +1 -0
- package/CodeSnippet/index.d.ts +2 -0
- package/CodeSnippet/index.d.ts.map +1 -0
- package/CodeSnippet/index.js +11 -0
- package/CodeSnippet/index.mjs +11 -0
- package/CodeSnippet/theme.d.ts.map +1 -0
- package/CodeSnippet/useScrollbar.d.ts.map +1 -0
- package/DropdownButton/index.js +13 -13
- package/DropdownButton/index.mjs +13 -13
- package/HorizontalGrid/index.js +1 -1
- package/HorizontalGrid/index.mjs +1 -1
- package/HorizontalStack/index.js +1 -1
- package/HorizontalStack/index.mjs +1 -1
- package/Icon/index.js +2 -2
- package/Icon/index.mjs +2 -2
- package/IconButton/index.js +12 -12
- package/IconButton/index.mjs +12 -12
- package/InputField/index.js +3 -3
- package/InputField/index.mjs +3 -3
- package/Menu/index.js +11 -11
- package/Menu/index.mjs +11 -11
- package/Notification/index.js +14 -14
- package/Notification/index.mjs +14 -14
- package/Provider/index.js +3 -3
- package/Provider/index.mjs +3 -3
- package/RadioGroup/index.js +15 -15
- package/RadioGroup/index.mjs +15 -15
- package/Select/index.js +23 -23
- package/Select/index.mjs +23 -23
- package/SelectorErrorTooltip/index.js +4 -4
- package/SelectorErrorTooltip/index.mjs +4 -4
- package/Text/index.js +27 -27
- package/Text/index.mjs +27 -27
- package/TextField/index.js +3 -3
- package/TextField/index.mjs +3 -3
- package/Textarea/index.js +3 -3
- package/Textarea/index.mjs +3 -3
- package/Theme/index.js +1 -1
- package/Theme/index.mjs +1 -1
- package/Toggle/index.js +12 -12
- package/Toggle/index.mjs +12 -12
- package/Tooltip/Tooltip.stories.d.ts +1 -0
- package/Tooltip/Tooltip.stories.d.ts.map +1 -1
- package/Tooltip/index.js +8 -297
- package/Tooltip/index.mjs +8 -297
- package/UnstyledButton/index.js +2 -2
- package/UnstyledButton/index.mjs +2 -2
- package/VerticalStack/index.js +3 -3
- package/VerticalStack/index.mjs +3 -3
- package/__chunks__/{InputIcon-2317befd.mjs → InputIcon-1f2ed127.mjs} +24 -24
- package/__chunks__/{InputIcon-d3963cf8.js → InputIcon-f456e366.js} +24 -24
- package/__chunks__/{import-a2023d8f.js → import-0f8555a4.js} +1 -1
- package/__chunks__/{import-2b302763.js → import-26676303.js} +1 -0
- package/__chunks__/{import-3d962a94.mjs → import-3faba3a6.mjs} +2 -1
- package/__chunks__/{import-8b6c0bc7.js → import-890ae60e.js} +1 -1
- package/__chunks__/{import-f1f4792a.mjs → import-c4caaddf.mjs} +5 -5
- package/__chunks__/{import-0561e1ba.mjs → import-eb35a9b9.mjs} +1 -1
- package/__chunks__/{index-29d7bca9.mjs → index-45f05366.mjs} +1 -1
- package/__chunks__/{index-3985350a.js → index-5f429325.js} +1 -1
- package/__chunks__/index-72137376.mjs +5421 -0
- package/__chunks__/index-a7b6b429.js +5420 -0
- package/__chunks__/index-affe5510.js +299 -0
- package/__chunks__/index-e989a741.mjs +300 -0
- package/__chunks__/{tokens-6be8e137.mjs → tokens-3c27019b.mjs} +1 -0
- package/__chunks__/{tokens-e696ca96.js → tokens-ad06cd2c.js} +1 -0
- package/__chunks__/{useTriggerWidth-addcd1d6.mjs → useTriggerWidth-b554acaf.mjs} +23 -23
- package/__chunks__/{useTriggerWidth-156b038a.js → useTriggerWidth-e11bf6d6.js} +2 -2
- package/package.json +7 -5
- package/style.css +562 -491
- package/utilities/react.d.ts +15 -0
- package/utilities/react.d.ts.map +1 -0
- package/utilities/react.js +333 -0
- package/utilities/react.mjs +333 -0
- package/CodeBlock/SyntaxHighlighter.d.ts +0 -5
- package/CodeBlock/SyntaxHighlighter.d.ts.map +0 -1
- package/CodeBlock/theme.d.ts.map +0 -1
- package/CodeBlock/useScrollbar.d.ts.map +0 -1
- /package/{CodeBlock → CodeSnippet}/theme.d.ts +0 -0
- /package/{CodeBlock → CodeSnippet}/useScrollbar.d.ts +0 -0
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SnippetLanguage } from "./SyntaxHighlighter";
|
|
3
|
+
export type CodeSnippetProps = Partial<Omit<HTMLDivElement, "children">> & {
|
|
4
|
+
/**
|
|
5
|
+
* `children` is not supported. Use `code` instead.
|
|
6
|
+
*/
|
|
7
|
+
children?: never;
|
|
8
|
+
/**
|
|
9
|
+
* The code snippet to be rendered.
|
|
10
|
+
*/
|
|
11
|
+
code: string;
|
|
12
|
+
/**
|
|
13
|
+
* The language of the code snippet.
|
|
14
|
+
*/
|
|
15
|
+
language: SnippetLanguage;
|
|
16
|
+
/**
|
|
17
|
+
* Constrains the height of code block to a set number of lines.
|
|
18
|
+
*/
|
|
19
|
+
maxLines?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Include line numbers in code block.
|
|
22
|
+
*/
|
|
23
|
+
showLineNumbers?: boolean;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* A display element for readable blocks of code.
|
|
27
|
+
*
|
|
28
|
+
* @remarks
|
|
29
|
+
* Use a Code Block to improve readability of embedded code samples with
|
|
30
|
+
* syntax highlighting and automatic line numbering.
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* ```tsx
|
|
34
|
+
* <CodeSnippet
|
|
35
|
+
* code={`console.log("Hello world");`}
|
|
36
|
+
* language="javascript"
|
|
37
|
+
* />
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* _Line numbers:_
|
|
42
|
+
* ```tsx
|
|
43
|
+
* <CodeSnippet
|
|
44
|
+
* code={`console.log("Hello world");`}
|
|
45
|
+
* language="javascript"
|
|
46
|
+
* showLineNumbers
|
|
47
|
+
* />
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @example
|
|
51
|
+
* _Max lines:_
|
|
52
|
+
* ```tsx
|
|
53
|
+
* <CodeSnippet
|
|
54
|
+
* code={`console.log("Hello world");`}
|
|
55
|
+
* language="javascript"
|
|
56
|
+
* maxLines={8}
|
|
57
|
+
* />
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
export declare const CodeSnippet: React.ForwardRefExoticComponent<Partial<Omit<HTMLDivElement, "children">> & {
|
|
61
|
+
/**
|
|
62
|
+
* `children` is not supported. Use `code` instead.
|
|
63
|
+
*/
|
|
64
|
+
children?: undefined;
|
|
65
|
+
/**
|
|
66
|
+
* The code snippet to be rendered.
|
|
67
|
+
*/
|
|
68
|
+
code: string;
|
|
69
|
+
/**
|
|
70
|
+
* The language of the code snippet.
|
|
71
|
+
*/
|
|
72
|
+
language: SnippetLanguage;
|
|
73
|
+
/**
|
|
74
|
+
* Constrains the height of code block to a set number of lines.
|
|
75
|
+
*/
|
|
76
|
+
maxLines?: number | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* Include line numbers in code block.
|
|
79
|
+
*/
|
|
80
|
+
showLineNumbers?: boolean | undefined;
|
|
81
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
82
|
+
//# sourceMappingURL=CodeSnippet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeSnippet.d.ts","sourceRoot":"","sources":["../../src/CodeSnippet/CodeSnippet.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,eAAe,EAAqB,MAAM,qBAAqB,CAAC;AAOzE,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC,GAAG;IACzE;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC;IAEjB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,QAAQ,EAAE,eAAe,CAAC;IAE1B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,eAAO,MAAM,WAAW;IA7DtB;;OAEG;;IAGH;;OAEG;UACG,MAAM;IAEZ;;OAEG;cACO,eAAe;IAEzB;;OAEG;;IAGH;;OAEG;;wCAkEJ,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
+
import { CodeSnippet } from "./CodeSnippet";
|
|
3
|
+
import { SnippetLanguage } from "./SyntaxHighlighter";
|
|
4
|
+
type Story = StoryObj<typeof CodeSnippet>;
|
|
5
|
+
declare const meta: Meta<typeof CodeSnippet>;
|
|
6
|
+
export default meta;
|
|
7
|
+
export declare const Default: Story;
|
|
8
|
+
export declare const LineNumbers: Story;
|
|
9
|
+
export declare const MaxLines: Story;
|
|
10
|
+
export declare function getSnippetEntries(): [SnippetLanguage, string][];
|
|
11
|
+
export declare function getSnippets(): {
|
|
12
|
+
[x: string]: string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=CodeSnippet.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeSnippet.stories.d.ts","sourceRoot":"","sources":["../../src/CodeSnippet/CodeSnippet.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAE,WAAW,EAAoB,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAoB,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAExE,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAC;AAM1C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CASlC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAKzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC;AAEF,wBAAgB,iBAAiB,gCAEhC;AAED,wBAAgB,WAAW;;EAoN1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeSnippet.test.d.ts","sourceRoot":"","sources":["../../src/CodeSnippet/CodeSnippet.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PrismLight as SyntaxHighlighter } from "react-syntax-highlighter";
|
|
2
|
+
export type SnippetLanguage = "csharp" | "go" | "java" | "javascript" | "json" | "php" | "python" | "ruby" | "shell";
|
|
3
|
+
declare const SnippetLanguages: Record<string, SnippetLanguage>;
|
|
4
|
+
declare const friendlySnippetLanguageNames: {
|
|
5
|
+
[x: string]: string;
|
|
6
|
+
};
|
|
7
|
+
export { SyntaxHighlighter, SnippetLanguages, friendlySnippetLanguageNames };
|
|
8
|
+
//# sourceMappingURL=SyntaxHighlighter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SyntaxHighlighter.d.ts","sourceRoot":"","sources":["../../src/CodeSnippet/SyntaxHighlighter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAY3E,MAAM,MAAM,eAAe,GACvB,QAAQ,GACR,IAAI,GACJ,MAAM,GACN,YAAY,GACZ,MAAM,GACN,KAAK,GACL,QAAQ,GACR,MAAM,GACN,OAAO,CAAC;AAEZ,QAAA,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAUrD,CAAC;AAEF,QAAA,MAAM,4BAA4B;;CAUjC,CAAC;AAYF,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,4BAA4B,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/CodeSnippet/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const CodeSnippet_index = require("../__chunks__/index-a7b6b429.js");
|
|
4
|
+
require("../__chunks__/import-a1e0f814.js");
|
|
5
|
+
require("react");
|
|
6
|
+
require("../Card/index.js");
|
|
7
|
+
require("../__chunks__/omit-fca26542.js");
|
|
8
|
+
require("../utilities/css.js");
|
|
9
|
+
require("../__chunks__/tokens-ad06cd2c.js");
|
|
10
|
+
require("../__chunks__/overlayscrollbars-react.es-f2a0bcff.js");
|
|
11
|
+
exports.CodeSnippet = CodeSnippet_index.CodeSnippet;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { a } from "../__chunks__/index-72137376.mjs";
|
|
2
|
+
import "../__chunks__/import-19bc38ac.mjs";
|
|
3
|
+
import "react";
|
|
4
|
+
import "../Card/index.mjs";
|
|
5
|
+
import "../__chunks__/omit-f17deb8f.mjs";
|
|
6
|
+
import "../utilities/css.mjs";
|
|
7
|
+
import "../__chunks__/tokens-3c27019b.mjs";
|
|
8
|
+
import "../__chunks__/overlayscrollbars-react.es-7f332a3b.mjs";
|
|
9
|
+
export {
|
|
10
|
+
a as CodeSnippet
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/CodeSnippet/theme.ts"],"names":[],"mappings":";AAIA,wBAAgB,+BAA+B,CAAC,QAAQ,CAAC,EAAE,MAAM,iDAqBhE;AAED,MAAM,MAAM,4BAA4B,GAAG;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,wBAAgB,UAAU,CACxB,MAAM,EAAE,4BAA4B,GACnC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,CAiMrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useScrollbar.d.ts","sourceRoot":"","sources":["../../src/CodeSnippet/useScrollbar.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAa,MAAM,OAAO,CAAC;AAEpD;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAC1B,YAAY,EAAE,gBAAgB,CAAC,cAAc,GAAG,IAAI,CAAC,QA0CtD"}
|
package/DropdownButton/index.js
CHANGED
|
@@ -30,23 +30,23 @@ var __objRest = (source, exclude) => {
|
|
|
30
30
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
31
31
|
const ExpandMore400 = require("../__chunks__/ExpandMore400-92646971.js");
|
|
32
32
|
const React = require("react");
|
|
33
|
-
const UnstyledButton_index = require("../__chunks__/index-
|
|
33
|
+
const UnstyledButton_index = require("../__chunks__/index-5f429325.js");
|
|
34
34
|
const Icon_index = require("../Icon/index.js");
|
|
35
35
|
const utilities_css = require("../utilities/css.js");
|
|
36
36
|
require("../__chunks__/import-a1e0f814.js");
|
|
37
37
|
require("../__chunks__/omit-fca26542.js");
|
|
38
|
-
require("../__chunks__/import-
|
|
39
|
-
const DropdownButton$1 = "
|
|
40
|
-
const colorPrimary = "
|
|
41
|
-
const colorSecondary = "
|
|
42
|
-
const colorSuccess = "
|
|
43
|
-
const colorWarning = "
|
|
44
|
-
const colorNeutral = "
|
|
45
|
-
const colorSupport = "
|
|
46
|
-
const colorInverse = "
|
|
47
|
-
const variantOutlined = "
|
|
48
|
-
const variantFilled = "
|
|
49
|
-
const pipeSeparator = "
|
|
38
|
+
require("../__chunks__/import-26676303.js");
|
|
39
|
+
const DropdownButton$1 = "_DropdownButton_1qxoo_5";
|
|
40
|
+
const colorPrimary = "_colorPrimary_1qxoo_26";
|
|
41
|
+
const colorSecondary = "_colorSecondary_1qxoo_34";
|
|
42
|
+
const colorSuccess = "_colorSuccess_1qxoo_42";
|
|
43
|
+
const colorWarning = "_colorWarning_1qxoo_50";
|
|
44
|
+
const colorNeutral = "_colorNeutral_1qxoo_58";
|
|
45
|
+
const colorSupport = "_colorSupport_1qxoo_66";
|
|
46
|
+
const colorInverse = "_colorInverse_1qxoo_72";
|
|
47
|
+
const variantOutlined = "_variantOutlined_1qxoo_78";
|
|
48
|
+
const variantFilled = "_variantFilled_1qxoo_109";
|
|
49
|
+
const pipeSeparator = "_pipeSeparator_1qxoo_136";
|
|
50
50
|
const styles = {
|
|
51
51
|
DropdownButton: DropdownButton$1,
|
|
52
52
|
colorPrimary,
|
package/DropdownButton/index.mjs
CHANGED
|
@@ -28,23 +28,23 @@ var __objRest = (source, exclude) => {
|
|
|
28
28
|
};
|
|
29
29
|
import { E as ExpandMore400 } from "../__chunks__/ExpandMore400-7c5263a4.mjs";
|
|
30
30
|
import React__default, { forwardRef } from "react";
|
|
31
|
-
import { l as logWarningIfInvalidColorVariantCombination, U as UnstyledButton } from "../__chunks__/index-
|
|
31
|
+
import { l as logWarningIfInvalidColorVariantCombination, U as UnstyledButton } from "../__chunks__/index-45f05366.mjs";
|
|
32
32
|
import { Icon } from "../Icon/index.mjs";
|
|
33
33
|
import { classNames, variationName } from "../utilities/css.mjs";
|
|
34
34
|
import "../__chunks__/import-19bc38ac.mjs";
|
|
35
35
|
import "../__chunks__/omit-f17deb8f.mjs";
|
|
36
|
-
import "../__chunks__/import-
|
|
37
|
-
const DropdownButton$1 = "
|
|
38
|
-
const colorPrimary = "
|
|
39
|
-
const colorSecondary = "
|
|
40
|
-
const colorSuccess = "
|
|
41
|
-
const colorWarning = "
|
|
42
|
-
const colorNeutral = "
|
|
43
|
-
const colorSupport = "
|
|
44
|
-
const colorInverse = "
|
|
45
|
-
const variantOutlined = "
|
|
46
|
-
const variantFilled = "
|
|
47
|
-
const pipeSeparator = "
|
|
36
|
+
import "../__chunks__/import-3faba3a6.mjs";
|
|
37
|
+
const DropdownButton$1 = "_DropdownButton_1qxoo_5";
|
|
38
|
+
const colorPrimary = "_colorPrimary_1qxoo_26";
|
|
39
|
+
const colorSecondary = "_colorSecondary_1qxoo_34";
|
|
40
|
+
const colorSuccess = "_colorSuccess_1qxoo_42";
|
|
41
|
+
const colorWarning = "_colorWarning_1qxoo_50";
|
|
42
|
+
const colorNeutral = "_colorNeutral_1qxoo_58";
|
|
43
|
+
const colorSupport = "_colorSupport_1qxoo_66";
|
|
44
|
+
const colorInverse = "_colorInverse_1qxoo_72";
|
|
45
|
+
const variantOutlined = "_variantOutlined_1qxoo_78";
|
|
46
|
+
const variantFilled = "_variantFilled_1qxoo_109";
|
|
47
|
+
const pipeSeparator = "_pipeSeparator_1qxoo_136";
|
|
48
48
|
const styles = {
|
|
49
49
|
DropdownButton: DropdownButton$1,
|
|
50
50
|
colorPrimary,
|
package/HorizontalGrid/index.js
CHANGED
package/HorizontalGrid/index.mjs
CHANGED
package/HorizontalStack/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var __objRest = (source, exclude) => {
|
|
|
33
33
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
34
34
|
const React = require("react");
|
|
35
35
|
const utilities_css = require("../utilities/css.js");
|
|
36
|
-
const HorizontalStack$1 = "
|
|
36
|
+
const HorizontalStack$1 = "_HorizontalStack_1x1v6_5";
|
|
37
37
|
const styles = {
|
|
38
38
|
HorizontalStack: HorizontalStack$1
|
|
39
39
|
};
|
|
@@ -31,7 +31,7 @@ var __objRest = (source, exclude) => {
|
|
|
31
31
|
};
|
|
32
32
|
import React__default, { forwardRef } from "react";
|
|
33
33
|
import { getResponsiveDesignToken, getComponentToken } from "../utilities/css.mjs";
|
|
34
|
-
const HorizontalStack$1 = "
|
|
34
|
+
const HorizontalStack$1 = "_HorizontalStack_1x1v6_5";
|
|
35
35
|
const styles = {
|
|
36
36
|
HorizontalStack: HorizontalStack$1
|
|
37
37
|
};
|
package/Icon/index.js
CHANGED
|
@@ -18,8 +18,8 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
19
19
|
const React = require("react");
|
|
20
20
|
const utilities_css = require("../utilities/css.js");
|
|
21
|
-
const Icon$1 = "
|
|
22
|
-
const Svg = "
|
|
21
|
+
const Icon$1 = "_Icon_1yhzm_5";
|
|
22
|
+
const Svg = "_Svg_1yhzm_54";
|
|
23
23
|
const styles = {
|
|
24
24
|
Icon: Icon$1,
|
|
25
25
|
Svg
|
package/Icon/index.mjs
CHANGED
|
@@ -16,8 +16,8 @@ var __spreadValues = (a, b) => {
|
|
|
16
16
|
};
|
|
17
17
|
import React__default from "react";
|
|
18
18
|
import { getComponentThemeToken, getResponsiveDesignToken } from "../utilities/css.mjs";
|
|
19
|
-
const Icon$1 = "
|
|
20
|
-
const Svg = "
|
|
19
|
+
const Icon$1 = "_Icon_1yhzm_5";
|
|
20
|
+
const Svg = "_Svg_1yhzm_54";
|
|
21
21
|
const styles = {
|
|
22
22
|
Icon: Icon$1,
|
|
23
23
|
Svg
|
package/IconButton/index.js
CHANGED
|
@@ -29,23 +29,23 @@ var __objRest = (source, exclude) => {
|
|
|
29
29
|
};
|
|
30
30
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
31
31
|
const React = require("react");
|
|
32
|
-
const UnstyledButton_index = require("../__chunks__/index-
|
|
32
|
+
const UnstyledButton_index = require("../__chunks__/index-5f429325.js");
|
|
33
33
|
const Icon_index = require("../Icon/index.js");
|
|
34
34
|
const Text_index = require("../Text/index.js");
|
|
35
35
|
const utilities_css = require("../utilities/css.js");
|
|
36
36
|
require("../__chunks__/import-a1e0f814.js");
|
|
37
37
|
require("../__chunks__/omit-fca26542.js");
|
|
38
|
-
require("../__chunks__/import-
|
|
39
|
-
const IconButton$1 = "
|
|
40
|
-
const colorPrimary = "
|
|
41
|
-
const colorSecondary = "
|
|
42
|
-
const colorSuccess = "
|
|
43
|
-
const colorWarning = "
|
|
44
|
-
const colorNeutral = "
|
|
45
|
-
const colorSupport = "
|
|
46
|
-
const colorInverse = "
|
|
47
|
-
const variantOutlined = "
|
|
48
|
-
const variantFilled = "
|
|
38
|
+
require("../__chunks__/import-26676303.js");
|
|
39
|
+
const IconButton$1 = "_IconButton_18ccc_5";
|
|
40
|
+
const colorPrimary = "_colorPrimary_18ccc_20";
|
|
41
|
+
const colorSecondary = "_colorSecondary_18ccc_28";
|
|
42
|
+
const colorSuccess = "_colorSuccess_18ccc_36";
|
|
43
|
+
const colorWarning = "_colorWarning_18ccc_44";
|
|
44
|
+
const colorNeutral = "_colorNeutral_18ccc_52";
|
|
45
|
+
const colorSupport = "_colorSupport_18ccc_60";
|
|
46
|
+
const colorInverse = "_colorInverse_18ccc_66";
|
|
47
|
+
const variantOutlined = "_variantOutlined_18ccc_72";
|
|
48
|
+
const variantFilled = "_variantFilled_18ccc_103";
|
|
49
49
|
const styles = {
|
|
50
50
|
IconButton: IconButton$1,
|
|
51
51
|
colorPrimary,
|
package/IconButton/index.mjs
CHANGED
|
@@ -27,23 +27,23 @@ var __objRest = (source, exclude) => {
|
|
|
27
27
|
return target;
|
|
28
28
|
};
|
|
29
29
|
import React__default, { forwardRef } from "react";
|
|
30
|
-
import { l as logWarningIfInvalidColorVariantCombination, U as UnstyledButton } from "../__chunks__/index-
|
|
30
|
+
import { l as logWarningIfInvalidColorVariantCombination, U as UnstyledButton } from "../__chunks__/index-45f05366.mjs";
|
|
31
31
|
import { Icon } from "../Icon/index.mjs";
|
|
32
32
|
import { Text } from "../Text/index.mjs";
|
|
33
33
|
import { classNames, variationName } from "../utilities/css.mjs";
|
|
34
34
|
import "../__chunks__/import-19bc38ac.mjs";
|
|
35
35
|
import "../__chunks__/omit-f17deb8f.mjs";
|
|
36
|
-
import "../__chunks__/import-
|
|
37
|
-
const IconButton$1 = "
|
|
38
|
-
const colorPrimary = "
|
|
39
|
-
const colorSecondary = "
|
|
40
|
-
const colorSuccess = "
|
|
41
|
-
const colorWarning = "
|
|
42
|
-
const colorNeutral = "
|
|
43
|
-
const colorSupport = "
|
|
44
|
-
const colorInverse = "
|
|
45
|
-
const variantOutlined = "
|
|
46
|
-
const variantFilled = "
|
|
36
|
+
import "../__chunks__/import-3faba3a6.mjs";
|
|
37
|
+
const IconButton$1 = "_IconButton_18ccc_5";
|
|
38
|
+
const colorPrimary = "_colorPrimary_18ccc_20";
|
|
39
|
+
const colorSecondary = "_colorSecondary_18ccc_28";
|
|
40
|
+
const colorSuccess = "_colorSuccess_18ccc_36";
|
|
41
|
+
const colorWarning = "_colorWarning_18ccc_44";
|
|
42
|
+
const colorNeutral = "_colorNeutral_18ccc_52";
|
|
43
|
+
const colorSupport = "_colorSupport_18ccc_60";
|
|
44
|
+
const colorInverse = "_colorInverse_18ccc_66";
|
|
45
|
+
const variantOutlined = "_variantOutlined_18ccc_72";
|
|
46
|
+
const variantFilled = "_variantFilled_18ccc_103";
|
|
47
47
|
const styles = {
|
|
48
48
|
IconButton: IconButton$1,
|
|
49
49
|
colorPrimary,
|
package/InputField/index.js
CHANGED
|
@@ -21,13 +21,13 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
21
21
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
22
22
|
const React = require("react");
|
|
23
23
|
const utilities_css = require("../utilities/css.js");
|
|
24
|
-
const InputIcon = require("../__chunks__/InputIcon-
|
|
24
|
+
const InputIcon = require("../__chunks__/InputIcon-f456e366.js");
|
|
25
25
|
const Text_index = require("../Text/index.js");
|
|
26
26
|
const Icon_index = require("../Icon/index.js");
|
|
27
|
-
const UnstyledButton_index = require("../__chunks__/index-
|
|
27
|
+
const UnstyledButton_index = require("../__chunks__/index-5f429325.js");
|
|
28
28
|
const _import$2 = require("../__chunks__/import-a1e0f814.js");
|
|
29
29
|
const _import$1 = require("../__chunks__/import-24a482e1.js");
|
|
30
|
-
const _import = require("../__chunks__/import-
|
|
30
|
+
const _import = require("../__chunks__/import-26676303.js");
|
|
31
31
|
require("../__chunks__/omit-fca26542.js");
|
|
32
32
|
function _interopNamespaceDefault(e) {
|
|
33
33
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
package/InputField/index.mjs
CHANGED
|
@@ -20,13 +20,13 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
20
20
|
import * as React from "react";
|
|
21
21
|
import React__default, { useState } from "react";
|
|
22
22
|
import { classNames, variationName } from "../utilities/css.mjs";
|
|
23
|
-
import { s as styles, m as mapIconSize, g as getElementType, l as logWarningsForInvalidPropConfiguration, L as Label, I as InputIcon, a as InputCaption } from "../__chunks__/InputIcon-
|
|
23
|
+
import { s as styles, m as mapIconSize, g as getElementType, l as logWarningsForInvalidPropConfiguration, L as Label, I as InputIcon, a as InputCaption } from "../__chunks__/InputIcon-1f2ed127.mjs";
|
|
24
24
|
import { Text } from "../Text/index.mjs";
|
|
25
25
|
import { Icon } from "../Icon/index.mjs";
|
|
26
|
-
import { U as UnstyledButton } from "../__chunks__/index-
|
|
26
|
+
import { U as UnstyledButton } from "../__chunks__/index-45f05366.mjs";
|
|
27
27
|
import { d as $65484d02dcb7eb3e$export$457c3d6518dd4c6f, a as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/import-19bc38ac.mjs";
|
|
28
28
|
import { $ as $2baaea4c71418dea$export$294aa081a6c6f55d } from "../__chunks__/import-29af6941.mjs";
|
|
29
|
-
import { a as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c, f as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/import-
|
|
29
|
+
import { a as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c, f as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/import-3faba3a6.mjs";
|
|
30
30
|
import "../__chunks__/omit-f17deb8f.mjs";
|
|
31
31
|
function $2d73ec29415bd339$export$712718f7aec83d5(props, ref) {
|
|
32
32
|
let { inputElementType = "input", isDisabled = false, isRequired = false, isReadOnly = false, validationState, type = "text", onChange = () => {
|
package/Menu/index.js
CHANGED
|
@@ -76,13 +76,13 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
76
76
|
const React = require("react");
|
|
77
77
|
const omit = require("../__chunks__/omit-fca26542.js");
|
|
78
78
|
const Text_index = require("../Text/index.js");
|
|
79
|
-
const useTriggerWidth = require("../__chunks__/useTriggerWidth-
|
|
79
|
+
const useTriggerWidth = require("../__chunks__/useTriggerWidth-e11bf6d6.js");
|
|
80
80
|
const _import$1 = require("../__chunks__/import-a1e0f814.js");
|
|
81
81
|
const overlayscrollbarsReact_es = require("../__chunks__/overlayscrollbars-react.es-f2a0bcff.js");
|
|
82
82
|
const _import = require("../__chunks__/import-dea5a24d.js");
|
|
83
|
-
const _import$2 = require("../__chunks__/import-
|
|
83
|
+
const _import$2 = require("../__chunks__/import-0f8555a4.js");
|
|
84
84
|
require("../utilities/css.js");
|
|
85
|
-
require("../__chunks__/import-
|
|
85
|
+
require("../__chunks__/import-26676303.js");
|
|
86
86
|
require("../__chunks__/real-module-e36b1436.js");
|
|
87
87
|
require("react-dom");
|
|
88
88
|
class $05ca4cd7c4a5a999$export$863faf230ee2118a {
|
|
@@ -198,14 +198,14 @@ function noop() {
|
|
|
198
198
|
}
|
|
199
199
|
var noop_1 = noop;
|
|
200
200
|
const noop$1 = /* @__PURE__ */ omit.getDefaultExportFromCjs(noop_1);
|
|
201
|
-
const underlay = "
|
|
202
|
-
const root = "
|
|
203
|
-
const menu = "
|
|
204
|
-
const menuList = "
|
|
205
|
-
const sectionList = "
|
|
206
|
-
const itemContent = "
|
|
207
|
-
const separator = "
|
|
208
|
-
const item = "
|
|
201
|
+
const underlay = "_underlay_4ucg4_5";
|
|
202
|
+
const root = "_root_4ucg4_10";
|
|
203
|
+
const menu = "_menu_4ucg4_60";
|
|
204
|
+
const menuList = "_menuList_4ucg4_65";
|
|
205
|
+
const sectionList = "_sectionList_4ucg4_66";
|
|
206
|
+
const itemContent = "_itemContent_4ucg4_72";
|
|
207
|
+
const separator = "_separator_4ucg4_73";
|
|
208
|
+
const item = "_item_4ucg4_72";
|
|
209
209
|
const styles = {
|
|
210
210
|
underlay,
|
|
211
211
|
root,
|
package/Menu/index.mjs
CHANGED
|
@@ -74,13 +74,13 @@ var __yieldStar = (value) => {
|
|
|
74
74
|
import React__default, { useMemo, useCallback, useEffect, createContext, useContext } from "react";
|
|
75
75
|
import { g as getDefaultExportFromCjs, o as omit } from "../__chunks__/omit-f17deb8f.mjs";
|
|
76
76
|
import { Text } from "../Text/index.mjs";
|
|
77
|
-
import {
|
|
77
|
+
import { f as $7af3f5b51489e0b5$export$253fe78d46329472, g as $7613b1592d41b092$export$6cd28814d92fa9c9, h as $d496c0a20b6e58ec$export$6c8a5aaad13c9852, j as $c1d7fb2ec91bae71$export$6d08773d2e66f8f2, p as $a2e5df62f93c7633$export$9d32628fc2aea7da, k as $9fc4852771d079eb$export$6e2c8f0811a474ce, q as $3e5eb2498db5b506$export$73f7a44322579622, l as $f4b273590fab9f93$export$52210f68a14655d0, r as $d5336fe17ce95402$export$38eaa17faae8f579, m as getUnmergedPopoverStyles, s as DEFAULT_MAX_ITEMS_UNTIL_SCROLL, o as DEFAULT_PLACEMENT, D as DEFAULT_WIDTH, O as OVERLAY_PADDING_FROM_CONTAINER, I as ITEM_HEIGHT, Y as Y_PADDING_INSIDE_OVERLAY, n as OVERLAY_OFFSET, i as $a28c903ee9ad8dc5$export$79fefeb1c2091ac3, d as $168583247155ddda$export$dc9c12ed27dd1b49, u as useTriggerWidth } from "../__chunks__/useTriggerWidth-b554acaf.mjs";
|
|
78
78
|
import { a as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/import-19bc38ac.mjs";
|
|
79
79
|
import { S } from "../__chunks__/overlayscrollbars-react.es-7f332a3b.mjs";
|
|
80
80
|
import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "../__chunks__/import-6a831ca1.mjs";
|
|
81
|
-
import {
|
|
81
|
+
import { c as $f2f8a6077418541e$export$542a6fd13ac93354, d as $f57aed4a881a3485$export$b47c3594eab58386, e as $86ea4cb521eb2e37$export$2317d149ed6f78c4 } from "../__chunks__/import-c4caaddf.mjs";
|
|
82
82
|
import "../utilities/css.mjs";
|
|
83
|
-
import "../__chunks__/import-
|
|
83
|
+
import "../__chunks__/import-3faba3a6.mjs";
|
|
84
84
|
import "../__chunks__/real-module-515df21d.mjs";
|
|
85
85
|
import "react-dom";
|
|
86
86
|
class $05ca4cd7c4a5a999$export$863faf230ee2118a {
|
|
@@ -196,14 +196,14 @@ function noop() {
|
|
|
196
196
|
}
|
|
197
197
|
var noop_1 = noop;
|
|
198
198
|
const noop$1 = /* @__PURE__ */ getDefaultExportFromCjs(noop_1);
|
|
199
|
-
const underlay = "
|
|
200
|
-
const root = "
|
|
201
|
-
const menu = "
|
|
202
|
-
const menuList = "
|
|
203
|
-
const sectionList = "
|
|
204
|
-
const itemContent = "
|
|
205
|
-
const separator = "
|
|
206
|
-
const item = "
|
|
199
|
+
const underlay = "_underlay_4ucg4_5";
|
|
200
|
+
const root = "_root_4ucg4_10";
|
|
201
|
+
const menu = "_menu_4ucg4_60";
|
|
202
|
+
const menuList = "_menuList_4ucg4_65";
|
|
203
|
+
const sectionList = "_sectionList_4ucg4_66";
|
|
204
|
+
const itemContent = "_itemContent_4ucg4_72";
|
|
205
|
+
const separator = "_separator_4ucg4_73";
|
|
206
|
+
const item = "_item_4ucg4_72";
|
|
207
207
|
const styles = {
|
|
208
208
|
underlay,
|
|
209
209
|
root,
|
package/Notification/index.js
CHANGED
|
@@ -21,13 +21,13 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
21
21
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
22
22
|
const React = require("react");
|
|
23
23
|
const _import = require("../__chunks__/import-a1e0f814.js");
|
|
24
|
-
const _import$1 = require("../__chunks__/import-
|
|
24
|
+
const _import$1 = require("../__chunks__/import-26676303.js");
|
|
25
25
|
const realModule = require("../__chunks__/real-module-e36b1436.js");
|
|
26
26
|
const $k7QOs$reactdom = require("react-dom");
|
|
27
27
|
const Icon_index = require("../Icon/index.js");
|
|
28
28
|
const Text_index = require("../Text/index.js");
|
|
29
29
|
const utilities_css = require("../utilities/css.js");
|
|
30
|
-
const UnstyledButton_index = require("../__chunks__/index-
|
|
30
|
+
const UnstyledButton_index = require("../__chunks__/index-5f429325.js");
|
|
31
31
|
require("../__chunks__/omit-fca26542.js");
|
|
32
32
|
function _interopNamespaceDefault(e) {
|
|
33
33
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
@@ -1178,18 +1178,18 @@ function $6cc546b19ee7130a$export$b8cbbb20a51697de(props, state, ref) {
|
|
|
1178
1178
|
})
|
|
1179
1179
|
};
|
|
1180
1180
|
}
|
|
1181
|
-
const statusPromotional = "
|
|
1182
|
-
const statusSuccess = "
|
|
1183
|
-
const statusNeutral = "
|
|
1184
|
-
const statusWarning = "
|
|
1185
|
-
const statusError = "
|
|
1186
|
-
const typeToast = "
|
|
1187
|
-
const typeAlert = "
|
|
1188
|
-
const Notification$1 = "
|
|
1189
|
-
const iconText = "
|
|
1190
|
-
const closeButton = "
|
|
1191
|
-
const region = "
|
|
1192
|
-
const container = "
|
|
1181
|
+
const statusPromotional = "_statusPromotional_15qbm_5";
|
|
1182
|
+
const statusSuccess = "_statusSuccess_15qbm_10";
|
|
1183
|
+
const statusNeutral = "_statusNeutral_15qbm_15";
|
|
1184
|
+
const statusWarning = "_statusWarning_15qbm_20";
|
|
1185
|
+
const statusError = "_statusError_15qbm_25";
|
|
1186
|
+
const typeToast = "_typeToast_15qbm_30";
|
|
1187
|
+
const typeAlert = "_typeAlert_15qbm_34";
|
|
1188
|
+
const Notification$1 = "_Notification_15qbm_39";
|
|
1189
|
+
const iconText = "_iconText_15qbm_55";
|
|
1190
|
+
const closeButton = "_closeButton_15qbm_61";
|
|
1191
|
+
const region = "_region_15qbm_71";
|
|
1192
|
+
const container = "_container_15qbm_77";
|
|
1193
1193
|
const styles = {
|
|
1194
1194
|
statusPromotional,
|
|
1195
1195
|
statusSuccess,
|
package/Notification/index.mjs
CHANGED
|
@@ -20,13 +20,13 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
20
20
|
import * as React from "react";
|
|
21
21
|
import React__default, { useState, useCallback, useEffect, useRef, useMemo, createContext, useContext } from "react";
|
|
22
22
|
import { o as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, b as $bdb11010cef70236$export$f680877a34711e37, $ as $bdb11010cef70236$export$b4cc09c592e8fdb8, i as $7215afc6de606d6b$export$de79e2c695e052f3, a as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/import-19bc38ac.mjs";
|
|
23
|
-
import { f as $6179b936705e76d3$export$ae780daf29e6d456, b as $9ab94262bd0047c7$export$420e68273165f4ec, j as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "../__chunks__/import-
|
|
23
|
+
import { f as $6179b936705e76d3$export$ae780daf29e6d456, b as $9ab94262bd0047c7$export$420e68273165f4ec, j as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "../__chunks__/import-3faba3a6.mjs";
|
|
24
24
|
import { a as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "../__chunks__/real-module-515df21d.mjs";
|
|
25
25
|
import { createPortal } from "react-dom";
|
|
26
26
|
import { Icon } from "../Icon/index.mjs";
|
|
27
27
|
import { Text } from "../Text/index.mjs";
|
|
28
28
|
import { classNames, variationName } from "../utilities/css.mjs";
|
|
29
|
-
import { U as UnstyledButton } from "../__chunks__/index-
|
|
29
|
+
import { U as UnstyledButton } from "../__chunks__/index-45f05366.mjs";
|
|
30
30
|
import "../__chunks__/omit-f17deb8f.mjs";
|
|
31
31
|
var __defProp$5 = Object.defineProperty;
|
|
32
32
|
var __getOwnPropSymbols$5 = Object.getOwnPropertySymbols;
|
|
@@ -1160,18 +1160,18 @@ function $6cc546b19ee7130a$export$b8cbbb20a51697de(props, state, ref) {
|
|
|
1160
1160
|
})
|
|
1161
1161
|
};
|
|
1162
1162
|
}
|
|
1163
|
-
const statusPromotional = "
|
|
1164
|
-
const statusSuccess = "
|
|
1165
|
-
const statusNeutral = "
|
|
1166
|
-
const statusWarning = "
|
|
1167
|
-
const statusError = "
|
|
1168
|
-
const typeToast = "
|
|
1169
|
-
const typeAlert = "
|
|
1170
|
-
const Notification$1 = "
|
|
1171
|
-
const iconText = "
|
|
1172
|
-
const closeButton = "
|
|
1173
|
-
const region = "
|
|
1174
|
-
const container = "
|
|
1163
|
+
const statusPromotional = "_statusPromotional_15qbm_5";
|
|
1164
|
+
const statusSuccess = "_statusSuccess_15qbm_10";
|
|
1165
|
+
const statusNeutral = "_statusNeutral_15qbm_15";
|
|
1166
|
+
const statusWarning = "_statusWarning_15qbm_20";
|
|
1167
|
+
const statusError = "_statusError_15qbm_25";
|
|
1168
|
+
const typeToast = "_typeToast_15qbm_30";
|
|
1169
|
+
const typeAlert = "_typeAlert_15qbm_34";
|
|
1170
|
+
const Notification$1 = "_Notification_15qbm_39";
|
|
1171
|
+
const iconText = "_iconText_15qbm_55";
|
|
1172
|
+
const closeButton = "_closeButton_15qbm_61";
|
|
1173
|
+
const region = "_region_15qbm_71";
|
|
1174
|
+
const container = "_container_15qbm_77";
|
|
1175
1175
|
const styles = {
|
|
1176
1176
|
statusPromotional,
|
|
1177
1177
|
statusSuccess,
|
package/Provider/index.js
CHANGED
|
@@ -3,16 +3,16 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const React = require("react");
|
|
4
4
|
const Theme_index = require("../Theme/index.js");
|
|
5
5
|
const Notification_index = require("../Notification/index.js");
|
|
6
|
-
require("../__chunks__/tokens-
|
|
6
|
+
require("../__chunks__/tokens-ad06cd2c.js");
|
|
7
7
|
require("../utilities/tokens.js");
|
|
8
8
|
require("../utilities/css.js");
|
|
9
9
|
require("../__chunks__/import-a1e0f814.js");
|
|
10
|
-
require("../__chunks__/import-
|
|
10
|
+
require("../__chunks__/import-26676303.js");
|
|
11
11
|
require("../__chunks__/real-module-e36b1436.js");
|
|
12
12
|
require("react-dom");
|
|
13
13
|
require("../Icon/index.js");
|
|
14
14
|
require("../Text/index.js");
|
|
15
|
-
require("../__chunks__/index-
|
|
15
|
+
require("../__chunks__/index-5f429325.js");
|
|
16
16
|
require("../__chunks__/omit-fca26542.js");
|
|
17
17
|
const global = "";
|
|
18
18
|
function Provider({ children, theme, colorScheme, notificationPlacement }) {
|