@apify/ui-library 1.134.3 → 1.136.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.
- package/dist/src/components/card_container.d.ts +11 -1
- package/dist/src/components/card_container.d.ts.map +1 -1
- package/dist/src/components/card_container.js +13 -5
- package/dist/src/components/card_container.js.map +1 -1
- package/dist/src/components/code/code_block/utils.js +1 -1
- package/dist/src/components/code/code_block/utils.js.map +1 -1
- package/dist/src/design_system/colors/generated/css_variables.dark.d.ts +1 -1
- package/dist/src/design_system/colors/generated/css_variables.dark.d.ts.map +1 -1
- package/dist/src/design_system/colors/generated/css_variables.dark.js +1 -0
- package/dist/src/design_system/colors/generated/css_variables.dark.js.map +1 -1
- package/dist/src/design_system/colors/generated/css_variables.light.d.ts +1 -1
- package/dist/src/design_system/colors/generated/css_variables.light.d.ts.map +1 -1
- package/dist/src/design_system/colors/generated/css_variables.light.js +1 -0
- package/dist/src/design_system/colors/generated/css_variables.light.js.map +1 -1
- package/dist/src/design_system/colors/generated/properties_theme.d.ts +1 -0
- package/dist/src/design_system/colors/generated/properties_theme.d.ts.map +1 -1
- package/dist/src/design_system/colors/generated/properties_theme.js +1 -0
- package/dist/src/design_system/colors/generated/properties_theme.js.map +1 -1
- package/dist/src/design_system/theme.d.ts +1 -0
- package/dist/src/design_system/theme.d.ts.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/src/codemods/generate_typograpy_tokens_files.mjs +1 -1
- package/src/components/badge.stories.jsx +1 -1
- package/src/components/card_container.stories.tsx +17 -3
- package/src/components/card_container.tsx +25 -6
- package/src/components/code/code_block/utils.tsx +2 -2
- package/src/design_system/colors/Colors.mdx +21 -2
- package/src/design_system/colors/figma_color_tokens.dark.json +4 -0
- package/src/design_system/colors/figma_color_tokens.light.json +4 -0
- package/src/design_system/colors/generated/css_variables.dark.ts +1 -0
- package/src/design_system/colors/generated/css_variables.light.ts +1 -0
- package/src/design_system/colors/generated/properties_theme.ts +1 -0
- package/style/colors/dark.scss +1 -0
- package/style/colors/light.scss +1 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { ValueOf } from '@apify-packages/types';
|
|
3
|
+
import type { Size } from '../design_system/tokens/index.js';
|
|
3
4
|
import { type BoxProps } from './box.js';
|
|
4
5
|
export declare const cardContainerClassNames: {
|
|
5
6
|
CONTENT: string;
|
|
@@ -9,6 +10,7 @@ declare const HEADER_PLACEMENT: {
|
|
|
9
10
|
readonly TOP: "TOP";
|
|
10
11
|
readonly BOTTOM: "BOTTOM";
|
|
11
12
|
};
|
|
13
|
+
type ContentPaddingValue = Size | 'none';
|
|
12
14
|
export type CardContainerProps = BoxProps & {
|
|
13
15
|
/** The header can be placed on the bottom of the card or on the top. */
|
|
14
16
|
headerPlacement?: ValueOf<typeof HEADER_PLACEMENT>;
|
|
@@ -18,6 +20,14 @@ export type CardContainerProps = BoxProps & {
|
|
|
18
20
|
* Pass `null` to render without a header section.
|
|
19
21
|
*/
|
|
20
22
|
header: React.ReactNode;
|
|
23
|
+
/**
|
|
24
|
+
* Controls the padding of the content area. Accepts a space token or `'none'`.
|
|
25
|
+
* When set to `'none'`, padding is removed, the content background becomes transparent
|
|
26
|
+
* (the wrapper's subtle background shows through grid gaps), and overflow is hidden (corners clip to the inner border-radius).
|
|
27
|
+
* Other values (e.g. `'space8'`) change the padding but keep the white background.
|
|
28
|
+
* Defaults to `space16` with white background when not provided.
|
|
29
|
+
*/
|
|
30
|
+
contentPadding?: ContentPaddingValue;
|
|
21
31
|
};
|
|
22
32
|
/**
|
|
23
33
|
* CardContainer visually wraps it's children and shows a simple header.
|
|
@@ -25,7 +35,7 @@ export type CardContainerProps = BoxProps & {
|
|
|
25
35
|
* The header can be customized.
|
|
26
36
|
*/
|
|
27
37
|
export declare const CardContainer: {
|
|
28
|
-
({ children, header, headerPlacement, ...rest }: CardContainerProps): import("react/jsx-runtime").JSX.Element;
|
|
38
|
+
({ children, header, headerPlacement, contentPadding, ...rest }: CardContainerProps): import("react/jsx-runtime").JSX.Element;
|
|
29
39
|
Heading: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
30
40
|
};
|
|
31
41
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card_container.d.ts","sourceRoot":"","sources":["../../../src/components/card_container.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAGrD,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,UAAU,CAAC;AAE9C,eAAO,MAAM,uBAAuB;;;CAGnC,CAAC;AAEF,QAAA,MAAM,gBAAgB;;;CAGZ,CAAC;
|
|
1
|
+
{"version":3,"file":"card_container.d.ts","sourceRoot":"","sources":["../../../src/components/card_container.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAGrD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAC;AAC7D,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,UAAU,CAAC;AAE9C,eAAO,MAAM,uBAAuB;;;CAGnC,CAAC;AAEF,QAAA,MAAM,gBAAgB;;;CAGZ,CAAC;AAEX,KAAK,mBAAmB,GAAG,IAAI,GAAG,MAAM,CAAC;AAqCzC,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG;IACxC,wEAAwE;IACxE,eAAe,CAAC,EAAE,OAAO,CAAC,OAAO,gBAAgB,CAAC,CAAC;IACnD;;;;OAIG;IACH,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB;;;;;;OAMG;IACH,cAAc,CAAC,EAAE,mBAAmB,CAAC;CACxC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa;qEAMvB,kBAAkB;;CAWpB,CAAC"}
|
|
@@ -10,6 +10,13 @@ const HEADER_PLACEMENT = {
|
|
|
10
10
|
TOP: 'TOP',
|
|
11
11
|
BOTTOM: 'BOTTOM',
|
|
12
12
|
};
|
|
13
|
+
const getContentPadding = (contentPadding) => {
|
|
14
|
+
if (contentPadding === 'none')
|
|
15
|
+
return 0;
|
|
16
|
+
if (contentPadding)
|
|
17
|
+
return theme.space[contentPadding];
|
|
18
|
+
return theme.space.space16;
|
|
19
|
+
};
|
|
13
20
|
const Wrapper = styled(Box) `
|
|
14
21
|
background-color: ${theme.color.neutral.backgroundSubtle};
|
|
15
22
|
border-radius: ${theme.radius.radius12};
|
|
@@ -20,11 +27,12 @@ const Wrapper = styled(Box) `
|
|
|
20
27
|
flex-direction: ${({ $headerPlacement }) => ($headerPlacement === HEADER_PLACEMENT.TOP ? 'column' : 'column-reverse')};
|
|
21
28
|
|
|
22
29
|
.${cardContainerClassNames.CONTENT} {
|
|
23
|
-
/*
|
|
24
|
-
border-radius:
|
|
25
|
-
background-color: ${theme.color.neutral.background};
|
|
30
|
+
/* 11px inner radius to match Figma (outer 12px - 1px visual offset) */
|
|
31
|
+
border-radius: 1.1rem;
|
|
32
|
+
background-color: ${({ $contentPadding }) => ($contentPadding === 'none' ? 'transparent' : theme.color.neutral.background)};
|
|
33
|
+
${({ $contentPadding }) => $contentPadding === 'none' && 'overflow: hidden;'}
|
|
26
34
|
|
|
27
|
-
padding: ${
|
|
35
|
+
padding: ${({ $contentPadding }) => getContentPadding($contentPadding)};
|
|
28
36
|
flex-grow: 1;
|
|
29
37
|
}
|
|
30
38
|
|
|
@@ -41,6 +49,6 @@ const CardContainerHeading = styled.span `${theme.typography.shared.desktop.body
|
|
|
41
49
|
*
|
|
42
50
|
* The header can be customized.
|
|
43
51
|
*/
|
|
44
|
-
export const CardContainer = ({ children, header, headerPlacement = HEADER_PLACEMENT.TOP, ...rest }) => (_jsxs(Wrapper, { ...rest, "$headerPlacement": headerPlacement, children: [header != null && (_jsx("div", { className: cardContainerClassNames.HEADER, children: typeof header === 'string' ? _jsx(CardContainerHeading, { children: header }) : header })), _jsx("div", { className: cardContainerClassNames.CONTENT, children: children })] }));
|
|
52
|
+
export const CardContainer = ({ children, header, headerPlacement = HEADER_PLACEMENT.TOP, contentPadding, ...rest }) => (_jsxs(Wrapper, { ...rest, "$headerPlacement": headerPlacement, "$contentPadding": contentPadding, children: [header != null && (_jsx("div", { className: cardContainerClassNames.HEADER, children: typeof header === 'string' ? _jsx(CardContainerHeading, { children: header }) : header })), _jsx("div", { className: cardContainerClassNames.CONTENT, children: children })] }));
|
|
45
53
|
CardContainer.Heading = CardContainerHeading;
|
|
46
54
|
//# sourceMappingURL=card_container.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card_container.js","sourceRoot":"","sources":["../../../src/components/card_container.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAIvC,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"card_container.js","sourceRoot":"","sources":["../../../src/components/card_container.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAIvC,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAE,GAAG,EAAiB,MAAM,UAAU,CAAC;AAE9C,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACnC,OAAO,EAAE,uBAAuB;IAChC,MAAM,EAAE,sBAAsB;CACjC,CAAC;AAEF,MAAM,gBAAgB,GAAG;IACrB,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX,MAAM,iBAAiB,GAAG,CAAC,cAAoC,EAAE,EAAE;IAC/D,IAAI,cAAc,KAAK,MAAM;QAAE,OAAO,CAAC,CAAC;IACxC,IAAI,cAAc;QAAE,OAAO,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IACvD,OAAO,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC;AAC/B,CAAC,CAAC;AAEF,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAC,CAA+F;wBAClG,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB;qBACvC,KAAK,CAAC,MAAM,CAAC,QAAQ;;eAE3B,KAAK,CAAC,KAAK,CAAC,MAAM;;;sBAGX,CAAC,EAAE,gBAAgB,EAAE,EAAE,EAAE,CAAC,CAAC,gBAAgB,KAAK,gBAAgB,CAAC,GAAG,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,gBAAgB,CAAC;;OAElH,uBAAuB,CAAC,OAAO;;;4BAGV,CAAC,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,CAAC,eAAe,KAAK,MAAM,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC;UACxH,CAAC,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,eAAe,KAAK,MAAM,IAAI,mBAAmB;;mBAEjE,CAAC,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,iBAAiB,CAAC,eAAe,CAAC;;;;OAIvE,uBAAuB,CAAC,MAAM;mBAClB,KAAK,CAAC,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM;;;;;CAK1D,CAAC;AAEF,MAAM,oBAAoB,GAAG,MAAM,CAAC,IAAI,CAAA,GAAG,KAAK,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;AAqBzF;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,EAC1B,QAAQ,EACR,MAAM,EACN,eAAe,GAAG,gBAAgB,CAAC,GAAG,EACtC,cAAc,EACd,GAAG,IAAI,EACU,EAAE,EAAE,CAAC,CACtB,MAAC,OAAO,OAAK,IAAI,sBAAoB,eAAe,qBAAmB,cAAc,aAChF,MAAM,IAAI,IAAI,IAAI,CACf,cAAK,SAAS,EAAE,uBAAuB,CAAC,MAAM,YACzC,OAAO,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAC,oBAAoB,cAAE,MAAM,GAAwB,CAAC,CAAC,CAAC,MAAM,GAC1F,CACT,EACD,cAAK,SAAS,EAAE,uBAAuB,CAAC,OAAO,YAC1C,QAAQ,GACP,IACA,CACb,CAAC;AAEF,aAAa,CAAC,OAAO,GAAG,oBAAoB,CAAC"}
|
|
@@ -11,7 +11,7 @@ export const getBashLinePrefixes = (code, bashCommandsStart = [], isOneLine) =>
|
|
|
11
11
|
const isEmptyLine = line.startsWith('#') || !line;
|
|
12
12
|
// by default each line that is not empty or comment is a command start
|
|
13
13
|
if (bashCommandsStart.length === 0) {
|
|
14
|
-
return isEmptyLine ? (_jsx(CodeHighlighterLineBashPrefix, { "$isOneLine": isOneLine })) : (_jsx(CodeHighlighterLineBashPrefix, { "$isOneLine": isOneLine, color: theme.color.lavender.base, children: "$" }));
|
|
14
|
+
return isEmptyLine ? (_jsx(CodeHighlighterLineBashPrefix, { "$isOneLine": isOneLine }, `code-highlighter-line-bash-prefix-${i}`)) : (_jsx(CodeHighlighterLineBashPrefix, { "$isOneLine": isOneLine, color: theme.color.lavender.base, children: "$" }, `code-highlighter-line-bash-prefix-${i}`));
|
|
15
15
|
}
|
|
16
16
|
if (bashCommandsStart.includes(i + 1)) {
|
|
17
17
|
return (_jsx(CodeHighlighterLineBashPrefix, { "$isOneLine": isOneLine, color: theme.color.lavender.base, children: "$" }, `code-highlighter-line-bash-prefix-${i}`));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../src/components/code/code_block/utils.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AACxD,OAAO,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAEnG,qCAAqC;AACrC,mGAAmG;AACnG,qCAAqC;AACrC,4FAA4F;AAC5F,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAC/B,IAAY,EACZ,oBAA8B,EAAE,EAChC,SAAmB,EAAE,EAAE;IACvB,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;IAE1D,MAAM,qBAAqB,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE;QAChD,MAAM,WAAW,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;QAElD,uEAAuE;QACvE,IAAI,iBAAiB,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YACjC,OAAO,WAAW,CAAC,CAAC,CAAC,CACjB,KAAC,6BAA6B,kBAAa,SAAS,
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../src/components/code/code_block/utils.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AACxD,OAAO,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAEnG,qCAAqC;AACrC,mGAAmG;AACnG,qCAAqC;AACrC,4FAA4F;AAC5F,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAC/B,IAAY,EACZ,oBAA8B,EAAE,EAChC,SAAmB,EAAE,EAAE;IACvB,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;IAE1D,MAAM,qBAAqB,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE;QAChD,MAAM,WAAW,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;QAElD,uEAAuE;QACvE,IAAI,iBAAiB,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YACjC,OAAO,WAAW,CAAC,CAAC,CAAC,CACjB,KAAC,6BAA6B,kBAAa,SAAS,IAAO,qCAAqC,CAAC,EAAE,CAAI,CAC1G,CAAC,CAAC,CAAC,CACA,KAAC,6BAA6B,kBAAa,SAAS,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,mBAAO,qCAAqC,CAAC,EAAE,CAAmC,CAC3K,CAAC;QACN,CAAC;QAED,IAAI,iBAAiB,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;YACpC,OAAO,CACH,KAAC,6BAA6B,kBACd,SAAS,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,mBAC3B,qCAAqC,CAAC,EAAE,CACf,CACrC,CAAC;QACN,CAAC;QAED,IAAI,WAAW,EAAE,CAAC;YACd,OAAO,CACH,KAAC,6BAA6B,kBACd,SAAS,IAChB,qCAAqC,CAAC,EAAE,CAC/C,CACL,CAAC;QACN,CAAC;QAED,OAAO,CACH,KAAC,6BAA6B,kBACd,SAAS,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,mBAC3B,qCAAqC,CAAC,EAAE,CACZ,CACxC,CAAC;IACN,CAAC,CAAC,CAAC;IAEH,OAAO,MAAM,CAAC,WAAW,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC,UAAU,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC;AACjG,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,IAAY,EAA6B,EAAE;IAC7E,MAAM,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC;IAC9C,MAAM,YAAY,GAAG,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,aAAa,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAE5E,OAAO,MAAM,CAAC,WAAW,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC;QACnD,MAAM;QACN,KAAC,yBAAyB,cAAiD,MAAM,IAAjD,gCAAgC,MAAM,EAAE,CAAsC;KACjH,CAAC,CAAC,CAAC;AACR,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
|
-
export declare const tokens = "\n --color-neutral-text: #f4f4f5;\n --color-neutral-text-muted: #bfc1c5;\n --color-neutral-text-subtle: #9ea2a8;\n --color-neutral-text-disabled: #4f5257;\n --color-neutral-text-on-primary: #161718;\n --color-neutral-icon-on-primary: #161718;\n --color-neutral-background: #161718;\n --color-neutral-background-muted: #1f2123;\n --color-neutral-background-subtle: #242528;\n --color-neutral-background-white: #f4f4f5;\n --color-neutral-card-background: #1b1c1d;\n --color-neutral-card-background-hover: #1f2123;\n --color-neutral-border: #3d3f43;\n --color-neutral-separator-subtle: #333538;\n --color-neutral-hover: #292b2e;\n --color-neutral-disabled: #333538;\n --color-neutral-overflow: #242528;\n --color-neutral-icon: #bfc1c5;\n --color-neutral-icon-subtle: #6d7178;\n --color-neutral-icon-disabled: #4f5257;\n --color-neutral-field-border: #333538;\n --color-neutral-action-secondary: #4f5257;\n --color-neutral-action-secondary-hover: #6d7178;\n --color-neutral-action-secondary-active: #333538;\n --color-neutral-chip-background: #4f5257;\n --color-neutral-chip-background-hover: #6d7178;\n --color-neutral-chip-background-active: #9ea2a8;\n --color-neutral-chip-background-disabled: #9ea2a8;\n --color-neutral-large-tooltip-background: #242528;\n --color-neutral-large-tooltip-border: #333538;\n --color-neutral-small-tooltip-text: #ffffff;\n --color-neutral-small-tooltip-background: #242528;\n --color-neutral-small-tooltip-border: #333538;\n --color-neutral-overlay: #101114;\n --color-neutral-field-background: #0a0a0b;\n --color-neutral-text-placeholder: #6d7178;\n --color-primary-text: #6f9dff;\n --color-primary-text-interactive: #6f9dff;\n --color-primary-icon: #3970d7;\n --color-primary-action: #5990ff;\n --color-primary-action-hover: #80a9ff;\n --color-primary-action-active: #3970d7;\n --color-primary-field-border-active: #3970d7;\n --color-primary-border-subtle: #295cbb;\n --color-primary-background: #0d2550;\n --color-primary-background-subtle: #151d34;\n --color-primary-background-hover: #194594;\n --color-primary-chip-background: #0d2550;\n --color-primary-chip-background-subtle: #151d34;\n --color-primary-chip-background-hover: #194594;\n --color-primary-chip-text: #8ebcff;\n --color-primary-shadow-active: #295cbb;\n --color-primary-black-action: #ffffff;\n --color-primary-black-action-hover: #d2d3d6;\n --color-primary-black-action-active: #f4f4f5;\n --color-primary-black-background: #f4f4f5;\n --color-primary-black-background-hover: #edeeef;\n --color-primary-black-chip-text: #0a0a0b;\n --color-success-text: #3bb358;\n --color-success-icon: #23a64a;\n --color-success-background: #14441f;\n --color-success-background-hover: #00531e;\n --color-success-background-subtle: #09260f;\n --color-success-background-subtle-hover: #14441f;\n --color-success-background-subtle-active: #006e29;\n --color-success-chip-background: #14441f;\n --color-success-chip-background-hover: #00531e;\n --color-success-chip-text: #6ccd7c;\n --color-success-border: #068a35;\n --color-success-border-subtle: #006e29;\n --color-success-action: #23a64a;\n --color-success-action-hover: #3bb358;\n --color-success-action-active: #068a35;\n --color-warning-text: #f9ce4b;\n --color-warning-icon: #f9ce4b;\n --color-warning-background: #5d2e0e;\n --color-warning-background-hover: #6d3806;\n --color-warning-background-subtle: #301806;\n --color-warning-chip-background: #5d2e0e;\n --color-warning-chip-background-hover: #6d3806;\n --color-warning-chip-text: #ffd761;\n --color-warning-border: #a56909;\n --color-warning-border-subtle: #8a4f05;\n --color-warning-field-border: #cf9117;\n --color-danger-text: #ff7157;\n --color-danger-icon: #ef6045;\n --color-danger-background: #672523;\n --color-danger-background-hover: #812420;\n --color-danger-background-subtle: #381719;\n --color-danger-background-subtle-hover: #672523;\n --color-danger-background-subtle-active: #aa3229;\n --color-danger-chip-background: #672523;\n --color-danger-chip-background-hover: #812420;\n --color-danger-chip-text: #fe9e8a;\n --color-danger-border: #cf4436;\n --color-danger-border-subtle: #aa3229;\n --color-danger-field-border: #ef6045;\n --color-danger-action: #ef6045;\n --color-danger-action-hover: #ff7157;\n --color-danger-action-active: #cf4436;\n --color-special-free-plan-background: #9a4e2d;\n --color-special-starter-plan-background: #b87939;\n --color-special-scale-plan-background: #425484;\n --color-special-business-plan-background: #408288;\n --color-special-enterprise-plan-background: #48296f;\n --color-rose-light: #e88bb3;\n --color-rose-base: #b8487b;\n --color-rose-dark: #6f234f;\n --color-rose-text: #ed8bb5;\n --color-buttercup-light: #f9deaa;\n --color-buttercup-base: #e5b557;\n --color-buttercup-dark: #b87939;\n --color-buttercup-text: #ebbf6c;\n --color-paprika-light: #e26c7d;\n --color-paprika-base: #9e384b;\n --color-paprika-dark: #511d27;\n --color-paprika-text: #f67c8d;\n --color-teal-light: #aef0f5;\n --color-teal-base: #58bcc4;\n --color-teal-dark: #408288;\n --color-teal-text: #62c1c8;\n --color-indigo-light: #a8b7ed;\n --color-indigo-base: #6d85ca;\n --color-indigo-dark: #425484;\n --color-indigo-text: #a2b2eb;\n --color-slate-light: #c2c5dc;\n --color-slate-base: #8690bf;\n --color-slate-dark: #535c81;\n --color-slate-text: #afb2c9;\n --color-coral-light: #f3ccb0;\n --color-coral-base: #f08848;\n --color-coral-dark: #9a4e2d;\n --color-coral-text: #f9b27b;\n --color-lavender-light: #b482ed;\n --color-lavender-base: #8148c9;\n --color-lavender-dark: #48296f;\n --color-lavender-text: #be8af9;\n --color-bamboo-light: #7acaa9;\n --color-bamboo-base: #439274;\n --color-bamboo-dark: #305b4a;\n --color-bamboo-text: #65bc99;\n";
|
|
4
|
+
export declare const tokens = "\n --color-neutral-text: #f4f4f5;\n --color-neutral-text-muted: #bfc1c5;\n --color-neutral-text-subtle: #9ea2a8;\n --color-neutral-text-disabled: #4f5257;\n --color-neutral-text-on-primary: #161718;\n --color-neutral-icon-on-primary: #161718;\n --color-neutral-background: #161718;\n --color-neutral-background-muted: #1f2123;\n --color-neutral-background-subtle: #242528;\n --color-neutral-background-white: #f4f4f5;\n --color-neutral-card-background: #1b1c1d;\n --color-neutral-card-background-hover: #1f2123;\n --color-neutral-border: #3d3f43;\n --color-neutral-separator-subtle: #333538;\n --color-neutral-hover: #292b2e;\n --color-neutral-on-surface: rgba(109, 113, 120, 0.22);\n --color-neutral-disabled: #333538;\n --color-neutral-overflow: #242528;\n --color-neutral-icon: #bfc1c5;\n --color-neutral-icon-subtle: #6d7178;\n --color-neutral-icon-disabled: #4f5257;\n --color-neutral-field-border: #333538;\n --color-neutral-action-secondary: #4f5257;\n --color-neutral-action-secondary-hover: #6d7178;\n --color-neutral-action-secondary-active: #333538;\n --color-neutral-chip-background: #4f5257;\n --color-neutral-chip-background-hover: #6d7178;\n --color-neutral-chip-background-active: #9ea2a8;\n --color-neutral-chip-background-disabled: #9ea2a8;\n --color-neutral-large-tooltip-background: #242528;\n --color-neutral-large-tooltip-border: #333538;\n --color-neutral-small-tooltip-text: #ffffff;\n --color-neutral-small-tooltip-background: #242528;\n --color-neutral-small-tooltip-border: #333538;\n --color-neutral-overlay: #101114;\n --color-neutral-field-background: #0a0a0b;\n --color-neutral-text-placeholder: #6d7178;\n --color-primary-text: #6f9dff;\n --color-primary-text-interactive: #6f9dff;\n --color-primary-icon: #3970d7;\n --color-primary-action: #5990ff;\n --color-primary-action-hover: #80a9ff;\n --color-primary-action-active: #3970d7;\n --color-primary-field-border-active: #3970d7;\n --color-primary-border-subtle: #295cbb;\n --color-primary-background: #0d2550;\n --color-primary-background-subtle: #151d34;\n --color-primary-background-hover: #194594;\n --color-primary-chip-background: #0d2550;\n --color-primary-chip-background-subtle: #151d34;\n --color-primary-chip-background-hover: #194594;\n --color-primary-chip-text: #8ebcff;\n --color-primary-shadow-active: #295cbb;\n --color-primary-black-action: #ffffff;\n --color-primary-black-action-hover: #d2d3d6;\n --color-primary-black-action-active: #f4f4f5;\n --color-primary-black-background: #f4f4f5;\n --color-primary-black-background-hover: #edeeef;\n --color-primary-black-chip-text: #0a0a0b;\n --color-success-text: #3bb358;\n --color-success-icon: #23a64a;\n --color-success-background: #14441f;\n --color-success-background-hover: #00531e;\n --color-success-background-subtle: #09260f;\n --color-success-background-subtle-hover: #14441f;\n --color-success-background-subtle-active: #006e29;\n --color-success-chip-background: #14441f;\n --color-success-chip-background-hover: #00531e;\n --color-success-chip-text: #6ccd7c;\n --color-success-border: #068a35;\n --color-success-border-subtle: #006e29;\n --color-success-action: #23a64a;\n --color-success-action-hover: #3bb358;\n --color-success-action-active: #068a35;\n --color-warning-text: #f9ce4b;\n --color-warning-icon: #f9ce4b;\n --color-warning-background: #5d2e0e;\n --color-warning-background-hover: #6d3806;\n --color-warning-background-subtle: #301806;\n --color-warning-chip-background: #5d2e0e;\n --color-warning-chip-background-hover: #6d3806;\n --color-warning-chip-text: #ffd761;\n --color-warning-border: #a56909;\n --color-warning-border-subtle: #8a4f05;\n --color-warning-field-border: #cf9117;\n --color-danger-text: #ff7157;\n --color-danger-icon: #ef6045;\n --color-danger-background: #672523;\n --color-danger-background-hover: #812420;\n --color-danger-background-subtle: #381719;\n --color-danger-background-subtle-hover: #672523;\n --color-danger-background-subtle-active: #aa3229;\n --color-danger-chip-background: #672523;\n --color-danger-chip-background-hover: #812420;\n --color-danger-chip-text: #fe9e8a;\n --color-danger-border: #cf4436;\n --color-danger-border-subtle: #aa3229;\n --color-danger-field-border: #ef6045;\n --color-danger-action: #ef6045;\n --color-danger-action-hover: #ff7157;\n --color-danger-action-active: #cf4436;\n --color-special-free-plan-background: #9a4e2d;\n --color-special-starter-plan-background: #b87939;\n --color-special-scale-plan-background: #425484;\n --color-special-business-plan-background: #408288;\n --color-special-enterprise-plan-background: #48296f;\n --color-rose-light: #e88bb3;\n --color-rose-base: #b8487b;\n --color-rose-dark: #6f234f;\n --color-rose-text: #ed8bb5;\n --color-buttercup-light: #f9deaa;\n --color-buttercup-base: #e5b557;\n --color-buttercup-dark: #b87939;\n --color-buttercup-text: #ebbf6c;\n --color-paprika-light: #e26c7d;\n --color-paprika-base: #9e384b;\n --color-paprika-dark: #511d27;\n --color-paprika-text: #f67c8d;\n --color-teal-light: #aef0f5;\n --color-teal-base: #58bcc4;\n --color-teal-dark: #408288;\n --color-teal-text: #62c1c8;\n --color-indigo-light: #a8b7ed;\n --color-indigo-base: #6d85ca;\n --color-indigo-dark: #425484;\n --color-indigo-text: #a2b2eb;\n --color-slate-light: #c2c5dc;\n --color-slate-base: #8690bf;\n --color-slate-dark: #535c81;\n --color-slate-text: #afb2c9;\n --color-coral-light: #f3ccb0;\n --color-coral-base: #f08848;\n --color-coral-dark: #9a4e2d;\n --color-coral-text: #f9b27b;\n --color-lavender-light: #b482ed;\n --color-lavender-base: #8148c9;\n --color-lavender-dark: #48296f;\n --color-lavender-text: #be8af9;\n --color-bamboo-light: #7acaa9;\n --color-bamboo-base: #439274;\n --color-bamboo-dark: #305b4a;\n --color-bamboo-text: #65bc99;\n";
|
|
5
5
|
//# sourceMappingURL=css_variables.dark.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"css_variables.dark.d.ts","sourceRoot":"","sources":["../../../../../src/design_system/colors/generated/css_variables.dark.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"css_variables.dark.d.ts","sourceRoot":"","sources":["../../../../../src/design_system/colors/generated/css_variables.dark.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,yvLA+IlB,CAAC"}
|
|
@@ -17,6 +17,7 @@ export const tokens = `
|
|
|
17
17
|
--color-neutral-border: #3d3f43;
|
|
18
18
|
--color-neutral-separator-subtle: #333538;
|
|
19
19
|
--color-neutral-hover: #292b2e;
|
|
20
|
+
--color-neutral-on-surface: rgba(109, 113, 120, 0.22);
|
|
20
21
|
--color-neutral-disabled: #333538;
|
|
21
22
|
--color-neutral-overflow: #242528;
|
|
22
23
|
--color-neutral-icon: #bfc1c5;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"css_variables.dark.js","sourceRoot":"","sources":["../../../../../src/design_system/colors/generated/css_variables.dark.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,CAAC,MAAM,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"css_variables.dark.js","sourceRoot":"","sources":["../../../../../src/design_system/colors/generated/css_variables.dark.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,CAAC,MAAM,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+IrB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
|
-
export declare const tokens = "\n --color-neutral-text: #1f2123;\n --color-neutral-text-muted: #3d3f43;\n --color-neutral-text-subtle: #6d7178;\n --color-neutral-text-disabled: #c9cbcf;\n --color-neutral-text-on-primary: #ffffff;\n --color-neutral-icon-on-primary: #ffffff;\n --color-neutral-background: #ffffff;\n --color-neutral-background-muted: #f9f9fa;\n --color-neutral-background-subtle: #f4f4f5;\n --color-neutral-background-white: #ffffff;\n --color-neutral-card-background: #ffffff;\n --color-neutral-card-background-hover: #ffffff;\n --color-neutral-border: #d2d3d6;\n --color-neutral-separator-subtle: #e4e5e6;\n --color-neutral-hover: #edeeef;\n --color-neutral-disabled: #f4f4f5;\n --color-neutral-overflow: #e4e5e6;\n --color-neutral-icon: #4f5257;\n --color-neutral-icon-subtle: #9ea2a8;\n --color-neutral-icon-disabled: #bfc1c5;\n --color-neutral-field-border: #c9cbcf;\n --color-neutral-action-secondary: #d2d3d6;\n --color-neutral-action-secondary-hover: #e4e5e6;\n --color-neutral-action-secondary-active: #d2d3d6;\n --color-neutral-chip-background: #e4e5e6;\n --color-neutral-chip-background-hover: #d2d3d6;\n --color-neutral-chip-background-active: #c9cbcf;\n --color-neutral-chip-background-disabled: #d2d3d6;\n --color-neutral-large-tooltip-background: #ffffff;\n --color-neutral-large-tooltip-border: #e4e5e6;\n --color-neutral-small-tooltip-text: #ffffff;\n --color-neutral-small-tooltip-background: #161718;\n --color-neutral-small-tooltip-border: #1f2123;\n --color-neutral-overlay: #191b22;\n --color-neutral-field-background: #f9f9fa;\n --color-neutral-text-placeholder: #a9acb1;\n --color-primary-text: #1672eb;\n --color-primary-text-interactive: #1672eb;\n --color-primary-icon: #1672eb;\n --color-primary-action: #1672eb;\n --color-primary-action-hover: #5290f9;\n --color-primary-action-active: #1a57da;\n --color-primary-field-border-active: #1672eb;\n --color-primary-border-subtle: #b2c6ff;\n --color-primary-background: #ecf1ff;\n --color-primary-background-subtle: #f0f8ff;\n --color-primary-background-hover: #d8e2ff;\n --color-primary-chip-background: #ecf1ff;\n --color-primary-chip-background-subtle: #f0f8ff;\n --color-primary-chip-background-hover: #d8e2ff;\n --color-primary-chip-text: #1a57da;\n --color-primary-shadow-active: #b2c6ff;\n --color-primary-black-action: #242528;\n --color-primary-black-action-hover: #292b2e;\n --color-primary-black-action-active: #0a0a0b;\n --color-primary-black-background: #1b1c1d;\n --color-primary-black-background-hover: #3d3f43;\n --color-primary-black-chip-text: #f9f9fa;\n --color-success-text: #008a27;\n --color-success-icon: #008a27;\n --color-success-background: #e4f5e5;\n --color-success-background-hover: #cfe9d1;\n --color-success-background-subtle: #e8f9ef;\n --color-success-background-subtle-hover: #cfe9d1;\n --color-success-background-subtle-active: #80da8d;\n --color-success-chip-background: #e4f5e5;\n --color-success-chip-background-hover: #cfe9d1;\n --color-success-chip-text: #086e08;\n --color-success-border: #00ab46;\n --color-success-border-subtle: #80da8d;\n --color-success-action: #008a27;\n --color-success-action-hover: #00ab46;\n --color-success-action-active: #086e08;\n --color-warning-text: #a96600;\n --color-warning-icon: #f5b315;\n --color-warning-background: #f9f0db;\n --color-warning-background-hover: #f7dfb1;\n --color-warning-background-subtle: #f9f6ea;\n --color-warning-chip-background: #f9f0db;\n --color-warning-chip-background-hover: #f7dfb1;\n --color-warning-chip-text: #8c4e02;\n --color-warning-border: #ca8200;\n --color-warning-border-subtle: #f5b315;\n --color-warning-field-border: #f5b315;\n --color-danger-text: #e3231d;\n --color-danger-icon: #e3231d;\n --color-danger-background: #fff0ec;\n --color-danger-background-hover: #fedad1;\n --color-danger-background-subtle: #fcf2ef;\n --color-danger-background-subtle-hover: #fedad1;\n --color-danger-background-subtle-active: #ffb39f;\n --color-danger-chip-background: #fff0ec;\n --color-danger-chip-background-hover: #fedad1;\n --color-danger-chip-text: #bb0401;\n --color-danger-border: #fa4d37;\n --color-danger-border-subtle: #ffb39f;\n --color-danger-field-border: #fa4d37;\n --color-danger-action: #e3231d;\n --color-danger-action-hover: #fa4d37;\n --color-danger-action-active: #bb0401;\n --color-special-free-plan-background: #ffc89f;\n --color-special-starter-plan-background: #ffdd96;\n --color-special-scale-plan-background: #a1b7ff;\n --color-special-business-plan-background: #a7f2ed;\n --color-special-enterprise-plan-background: #bf97ed;\n --color-rose-light: #f483b5;\n --color-rose-base: #c6387d;\n --color-rose-dark: #781552;\n --color-rose-text: #b6006b;\n --color-buttercup-light: #ffdd96;\n --color-buttercup-base: #f0b21b;\n --color-buttercup-dark: #c37319;\n --color-buttercup-text: #a65d00;\n --color-paprika-light: #e44467;\n --color-paprika-base: #9b0238;\n --color-paprika-dark: #4a0018;\n --color-paprika-text: #ba0044;\n --color-teal-light: #a7f2ed;\n --color-teal-base: #30c0bb;\n --color-teal-dark: #297774;\n --color-teal-text: #018181;\n --color-indigo-light: #a1b7ff;\n --color-indigo-base: #5d85e1;\n --color-indigo-dark: #365494;\n --color-indigo-text: #2563c1;\n --color-slate-light: #c1c5e1;\n --color-slate-base: #8490c4;\n --color-slate-dark: #525c85;\n --color-slate-text: #566087;\n --color-coral-light: #ffc89f;\n --color-coral-base: #fa8136;\n --color-coral-dark: #bb4511;\n --color-coral-text: #c74000;\n --color-lavender-light: #bf97ed;\n --color-lavender-base: #6a14de;\n --color-lavender-dark: #330276;\n --color-lavender-text: #6e00f4;\n --color-bamboo-light: #64cda5;\n --color-bamboo-base: #12966f;\n --color-bamboo-dark: #195d46;\n --color-bamboo-text: #007455;\n";
|
|
4
|
+
export declare const tokens = "\n --color-neutral-text: #1f2123;\n --color-neutral-text-muted: #3d3f43;\n --color-neutral-text-subtle: #6d7178;\n --color-neutral-text-disabled: #c9cbcf;\n --color-neutral-text-on-primary: #ffffff;\n --color-neutral-icon-on-primary: #ffffff;\n --color-neutral-background: #ffffff;\n --color-neutral-background-muted: #f9f9fa;\n --color-neutral-background-subtle: #f4f4f5;\n --color-neutral-background-white: #ffffff;\n --color-neutral-card-background: #ffffff;\n --color-neutral-card-background-hover: #ffffff;\n --color-neutral-border: #d2d3d6;\n --color-neutral-separator-subtle: #e4e5e6;\n --color-neutral-hover: #edeeef;\n --color-neutral-on-surface: rgba(109, 113, 120, 0.12);\n --color-neutral-disabled: #f4f4f5;\n --color-neutral-overflow: #e4e5e6;\n --color-neutral-icon: #4f5257;\n --color-neutral-icon-subtle: #9ea2a8;\n --color-neutral-icon-disabled: #bfc1c5;\n --color-neutral-field-border: #c9cbcf;\n --color-neutral-action-secondary: #d2d3d6;\n --color-neutral-action-secondary-hover: #e4e5e6;\n --color-neutral-action-secondary-active: #d2d3d6;\n --color-neutral-chip-background: #e4e5e6;\n --color-neutral-chip-background-hover: #d2d3d6;\n --color-neutral-chip-background-active: #c9cbcf;\n --color-neutral-chip-background-disabled: #d2d3d6;\n --color-neutral-large-tooltip-background: #ffffff;\n --color-neutral-large-tooltip-border: #e4e5e6;\n --color-neutral-small-tooltip-text: #ffffff;\n --color-neutral-small-tooltip-background: #161718;\n --color-neutral-small-tooltip-border: #1f2123;\n --color-neutral-overlay: #191b22;\n --color-neutral-field-background: #f9f9fa;\n --color-neutral-text-placeholder: #a9acb1;\n --color-primary-text: #1672eb;\n --color-primary-text-interactive: #1672eb;\n --color-primary-icon: #1672eb;\n --color-primary-action: #1672eb;\n --color-primary-action-hover: #5290f9;\n --color-primary-action-active: #1a57da;\n --color-primary-field-border-active: #1672eb;\n --color-primary-border-subtle: #b2c6ff;\n --color-primary-background: #ecf1ff;\n --color-primary-background-subtle: #f0f8ff;\n --color-primary-background-hover: #d8e2ff;\n --color-primary-chip-background: #ecf1ff;\n --color-primary-chip-background-subtle: #f0f8ff;\n --color-primary-chip-background-hover: #d8e2ff;\n --color-primary-chip-text: #1a57da;\n --color-primary-shadow-active: #b2c6ff;\n --color-primary-black-action: #242528;\n --color-primary-black-action-hover: #292b2e;\n --color-primary-black-action-active: #0a0a0b;\n --color-primary-black-background: #1b1c1d;\n --color-primary-black-background-hover: #3d3f43;\n --color-primary-black-chip-text: #f9f9fa;\n --color-success-text: #008a27;\n --color-success-icon: #008a27;\n --color-success-background: #e4f5e5;\n --color-success-background-hover: #cfe9d1;\n --color-success-background-subtle: #e8f9ef;\n --color-success-background-subtle-hover: #cfe9d1;\n --color-success-background-subtle-active: #80da8d;\n --color-success-chip-background: #e4f5e5;\n --color-success-chip-background-hover: #cfe9d1;\n --color-success-chip-text: #086e08;\n --color-success-border: #00ab46;\n --color-success-border-subtle: #80da8d;\n --color-success-action: #008a27;\n --color-success-action-hover: #00ab46;\n --color-success-action-active: #086e08;\n --color-warning-text: #a96600;\n --color-warning-icon: #f5b315;\n --color-warning-background: #f9f0db;\n --color-warning-background-hover: #f7dfb1;\n --color-warning-background-subtle: #f9f6ea;\n --color-warning-chip-background: #f9f0db;\n --color-warning-chip-background-hover: #f7dfb1;\n --color-warning-chip-text: #8c4e02;\n --color-warning-border: #ca8200;\n --color-warning-border-subtle: #f5b315;\n --color-warning-field-border: #f5b315;\n --color-danger-text: #e3231d;\n --color-danger-icon: #e3231d;\n --color-danger-background: #fff0ec;\n --color-danger-background-hover: #fedad1;\n --color-danger-background-subtle: #fcf2ef;\n --color-danger-background-subtle-hover: #fedad1;\n --color-danger-background-subtle-active: #ffb39f;\n --color-danger-chip-background: #fff0ec;\n --color-danger-chip-background-hover: #fedad1;\n --color-danger-chip-text: #bb0401;\n --color-danger-border: #fa4d37;\n --color-danger-border-subtle: #ffb39f;\n --color-danger-field-border: #fa4d37;\n --color-danger-action: #e3231d;\n --color-danger-action-hover: #fa4d37;\n --color-danger-action-active: #bb0401;\n --color-special-free-plan-background: #ffc89f;\n --color-special-starter-plan-background: #ffdd96;\n --color-special-scale-plan-background: #a1b7ff;\n --color-special-business-plan-background: #a7f2ed;\n --color-special-enterprise-plan-background: #bf97ed;\n --color-rose-light: #f483b5;\n --color-rose-base: #c6387d;\n --color-rose-dark: #781552;\n --color-rose-text: #b6006b;\n --color-buttercup-light: #ffdd96;\n --color-buttercup-base: #f0b21b;\n --color-buttercup-dark: #c37319;\n --color-buttercup-text: #a65d00;\n --color-paprika-light: #e44467;\n --color-paprika-base: #9b0238;\n --color-paprika-dark: #4a0018;\n --color-paprika-text: #ba0044;\n --color-teal-light: #a7f2ed;\n --color-teal-base: #30c0bb;\n --color-teal-dark: #297774;\n --color-teal-text: #018181;\n --color-indigo-light: #a1b7ff;\n --color-indigo-base: #5d85e1;\n --color-indigo-dark: #365494;\n --color-indigo-text: #2563c1;\n --color-slate-light: #c1c5e1;\n --color-slate-base: #8490c4;\n --color-slate-dark: #525c85;\n --color-slate-text: #566087;\n --color-coral-light: #ffc89f;\n --color-coral-base: #fa8136;\n --color-coral-dark: #bb4511;\n --color-coral-text: #c74000;\n --color-lavender-light: #bf97ed;\n --color-lavender-base: #6a14de;\n --color-lavender-dark: #330276;\n --color-lavender-text: #6e00f4;\n --color-bamboo-light: #64cda5;\n --color-bamboo-base: #12966f;\n --color-bamboo-dark: #195d46;\n --color-bamboo-text: #007455;\n";
|
|
5
5
|
//# sourceMappingURL=css_variables.light.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"css_variables.light.d.ts","sourceRoot":"","sources":["../../../../../src/design_system/colors/generated/css_variables.light.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"css_variables.light.d.ts","sourceRoot":"","sources":["../../../../../src/design_system/colors/generated/css_variables.light.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,yvLA+IlB,CAAC"}
|
|
@@ -17,6 +17,7 @@ export const tokens = `
|
|
|
17
17
|
--color-neutral-border: #d2d3d6;
|
|
18
18
|
--color-neutral-separator-subtle: #e4e5e6;
|
|
19
19
|
--color-neutral-hover: #edeeef;
|
|
20
|
+
--color-neutral-on-surface: rgba(109, 113, 120, 0.12);
|
|
20
21
|
--color-neutral-disabled: #f4f4f5;
|
|
21
22
|
--color-neutral-overflow: #e4e5e6;
|
|
22
23
|
--color-neutral-icon: #4f5257;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"css_variables.light.js","sourceRoot":"","sources":["../../../../../src/design_system/colors/generated/css_variables.light.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,CAAC,MAAM,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"css_variables.light.js","sourceRoot":"","sources":["../../../../../src/design_system/colors/generated/css_variables.light.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,CAAC,MAAM,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+IrB,CAAC"}
|
|
@@ -18,6 +18,7 @@ export declare const colorProperties: {
|
|
|
18
18
|
readonly border: "var(--color-neutral-border)";
|
|
19
19
|
readonly separatorSubtle: "var(--color-neutral-separator-subtle)";
|
|
20
20
|
readonly hover: "var(--color-neutral-hover)";
|
|
21
|
+
readonly onSurface: "var(--color-neutral-on-surface)";
|
|
21
22
|
readonly disabled: "var(--color-neutral-disabled)";
|
|
22
23
|
readonly overflow: "var(--color-neutral-overflow)";
|
|
23
24
|
readonly icon: "var(--color-neutral-icon)";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"properties_theme.d.ts","sourceRoot":"","sources":["../../../../../src/design_system/colors/generated/properties_theme.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"properties_theme.d.ts","sourceRoot":"","sources":["../../../../../src/design_system/colors/generated/properties_theme.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+KlB,CAAC"}
|
|
@@ -18,6 +18,7 @@ export const colorProperties = {
|
|
|
18
18
|
border: 'var(--color-neutral-border)',
|
|
19
19
|
separatorSubtle: 'var(--color-neutral-separator-subtle)',
|
|
20
20
|
hover: 'var(--color-neutral-hover)',
|
|
21
|
+
onSurface: 'var(--color-neutral-on-surface)',
|
|
21
22
|
disabled: 'var(--color-neutral-disabled)',
|
|
22
23
|
overflow: 'var(--color-neutral-overflow)',
|
|
23
24
|
icon: 'var(--color-neutral-icon)',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"properties_theme.js","sourceRoot":"","sources":["../../../../../src/design_system/colors/generated/properties_theme.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"properties_theme.js","sourceRoot":"","sources":["../../../../../src/design_system/colors/generated/properties_theme.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,6 +16,7 @@ export declare const theme: {
|
|
|
16
16
|
readonly border: "var(--color-neutral-border)";
|
|
17
17
|
readonly separatorSubtle: "var(--color-neutral-separator-subtle)";
|
|
18
18
|
readonly hover: "var(--color-neutral-hover)";
|
|
19
|
+
readonly onSurface: "var(--color-neutral-on-surface)";
|
|
19
20
|
readonly disabled: "var(--color-neutral-disabled)";
|
|
20
21
|
readonly overflow: "var(--color-neutral-overflow)";
|
|
21
22
|
readonly icon: "var(--color-neutral-icon)";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/design_system/theme.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/design_system/theme.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKd,4FAA4F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM/F,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,CAAC"}
|