@primer/primitives 10.0.0-rc.29e661a3 → 10.0.0-rc.4782a992
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/build/schemas/borderToken.d.ts +3 -3
- package/dist/build/schemas/colorToken.d.ts +3 -3
- package/dist/build/schemas/cubicBezierToken.d.ts +18 -0
- package/dist/build/schemas/cubicBezierToken.js +8 -0
- package/dist/build/schemas/designToken.js +2 -0
- package/dist/build/schemas/dimensionToken.d.ts +3 -3
- package/dist/build/schemas/durationToken.d.ts +3 -3
- package/dist/build/schemas/fontFamilyToken.d.ts +3 -3
- package/dist/build/schemas/fontWeightToken.d.ts +3 -3
- package/dist/build/schemas/numberToken.d.ts +3 -3
- package/dist/build/schemas/shadowToken.d.ts +3 -3
- package/dist/build/schemas/stringToken.d.ts +3 -3
- package/dist/build/schemas/tokenType.d.ts +1 -1
- package/dist/build/schemas/typographyToken.d.ts +3 -3
- package/dist/build/schemas/validTokenType.d.ts +1 -1
- package/dist/build/schemas/validTokenType.js +1 -0
- package/dist/build/schemas/viewportRangeToken.d.ts +3 -3
- package/dist/css/functional/themes/dark-colorblind.css +56 -38
- package/dist/css/functional/themes/dark-dimmed.css +42 -24
- package/dist/css/functional/themes/dark-high-contrast.css +40 -22
- package/dist/css/functional/themes/dark-tritanopia.css +42 -24
- package/dist/css/functional/themes/dark.css +40 -22
- package/dist/css/functional/themes/light-colorblind.css +58 -40
- package/dist/css/functional/themes/light-high-contrast.css +42 -24
- package/dist/css/functional/themes/light-tritanopia.css +40 -22
- package/dist/css/functional/themes/light.css +40 -22
- package/dist/css/functional/typography/typography.css +20 -20
- package/dist/css/primitives.css +20 -20
- package/dist/docs/functional/themes/dark-colorblind.json +535 -282
- package/dist/docs/functional/themes/dark-dimmed.json +551 -276
- package/dist/docs/functional/themes/dark-high-contrast.json +379 -168
- package/dist/docs/functional/themes/dark-tritanopia.json +529 -280
- package/dist/docs/functional/themes/dark.json +535 -276
- package/dist/docs/functional/themes/light-colorblind.json +359 -108
- package/dist/docs/functional/themes/light-high-contrast.json +324 -83
- package/dist/docs/functional/themes/light-tritanopia.json +298 -81
- package/dist/docs/functional/themes/light.json +327 -78
- package/dist/figma/figma.json +8 -8
- package/dist/figma/scales/dark-dimmed.json +2880 -0
- package/dist/figma/scales/dark-high-constrast.json +2880 -0
- package/dist/figma/scales/dark.json +2880 -0
- package/dist/figma/scales/light-high-constrast.json +2880 -0
- package/dist/figma/scales/light.json +2880 -0
- package/dist/figma/themes/dark-colorblind.json +153 -40
- package/dist/figma/themes/dark-dimmed.json +221 -62
- package/dist/figma/themes/dark-high-contrast.json +129 -35
- package/dist/figma/themes/dark-tritanopia.json +150 -38
- package/dist/figma/themes/dark.json +205 -62
- package/dist/figma/themes/light-colorblind.json +203 -44
- package/dist/figma/themes/light-high-contrast.json +163 -36
- package/dist/figma/themes/light-tritanopia.json +155 -45
- package/dist/figma/themes/light.json +195 -54
- package/dist/internalCss/dark-colorblind.css +56 -38
- package/dist/internalCss/dark-dimmed.css +42 -24
- package/dist/internalCss/dark-high-contrast.css +40 -22
- package/dist/internalCss/dark-tritanopia.css +42 -24
- package/dist/internalCss/dark.css +40 -22
- package/dist/internalCss/light-colorblind.css +58 -40
- package/dist/internalCss/light-high-contrast.css +42 -24
- package/dist/internalCss/light-tritanopia.css +40 -22
- package/dist/internalCss/light.css +40 -22
- package/dist/styleLint/functional/themes/dark-colorblind.json +535 -282
- package/dist/styleLint/functional/themes/dark-dimmed.json +551 -276
- package/dist/styleLint/functional/themes/dark-high-contrast.json +378 -167
- package/dist/styleLint/functional/themes/dark-tritanopia.json +529 -280
- package/dist/styleLint/functional/themes/dark.json +535 -276
- package/dist/styleLint/functional/themes/light-colorblind.json +359 -108
- package/dist/styleLint/functional/themes/light-high-contrast.json +324 -83
- package/dist/styleLint/functional/themes/light-tritanopia.json +298 -81
- package/dist/styleLint/functional/themes/light.json +327 -78
- package/package.json +2 -8
- package/src/tokens/functional/color/dark/app-dark.json5 +203 -88
- package/src/tokens/functional/color/dark/data-vis-dark.json5 +20 -20
- package/src/tokens/functional/color/dark/display-dark.json5 +95 -95
- package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +0 -8
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +39 -26
- package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +56 -30
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +37 -14
- package/src/tokens/functional/color/dark/patterns-dark.json5 +4 -4
- package/src/tokens/functional/color/dark/primitives-dark.json5 +1 -1
- package/src/tokens/functional/color/light/app-light.json5 +195 -85
- package/src/tokens/functional/color/light/data-vis-light.json5 +20 -20
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +25 -25
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +61 -33
- package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +62 -10
|
@@ -29,14 +29,14 @@ export declare const borderToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
29
29
|
color: string;
|
|
30
30
|
style: "inset" | "solid" | "dashed" | "dotted" | "double" | "groove" | "ridge" | "outset";
|
|
31
31
|
}>, z.ZodEffects<z.ZodString, string, string>]>;
|
|
32
|
-
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange">;
|
|
32
|
+
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
33
33
|
}>, "strict", z.ZodTypeAny, {
|
|
34
34
|
$value: string | {
|
|
35
35
|
width: string | 0;
|
|
36
36
|
color: string;
|
|
37
37
|
style: "inset" | "solid" | "dashed" | "dotted" | "double" | "groove" | "ridge" | "outset";
|
|
38
38
|
};
|
|
39
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
39
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
40
40
|
$description?: string | undefined;
|
|
41
41
|
deprecated?: string | boolean | undefined;
|
|
42
42
|
}, {
|
|
@@ -45,7 +45,7 @@ export declare const borderToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
45
45
|
color: string;
|
|
46
46
|
style: "inset" | "solid" | "dashed" | "dotted" | "double" | "groove" | "ridge" | "outset";
|
|
47
47
|
};
|
|
48
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
48
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
49
49
|
$description?: string | undefined;
|
|
50
50
|
deprecated?: string | boolean | undefined;
|
|
51
51
|
}>;
|
|
@@ -4,7 +4,7 @@ export declare const colorToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4
4
|
deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
5
5
|
}, {
|
|
6
6
|
$value: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
|
|
7
|
-
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange">;
|
|
7
|
+
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
8
8
|
alpha: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodAny, any, any>>>;
|
|
9
9
|
mix: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
10
10
|
color: z.ZodString;
|
|
@@ -48,7 +48,7 @@ export declare const colorToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
48
48
|
}>>;
|
|
49
49
|
}>, "strict", z.ZodTypeAny, {
|
|
50
50
|
$value: string;
|
|
51
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
51
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
52
52
|
alpha?: any;
|
|
53
53
|
$description?: string | undefined;
|
|
54
54
|
mix?: {
|
|
@@ -66,7 +66,7 @@ export declare const colorToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
66
66
|
} | undefined;
|
|
67
67
|
}, {
|
|
68
68
|
$value: string;
|
|
69
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
69
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
70
70
|
alpha?: any;
|
|
71
71
|
$description?: string | undefined;
|
|
72
72
|
mix?: {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const cubicBezierToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
3
|
+
$description: z.ZodOptional<z.ZodString>;
|
|
4
|
+
deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
5
|
+
}, {
|
|
6
|
+
$value: z.ZodUnion<[z.ZodArray<z.ZodNumber, "many">, z.ZodEffects<z.ZodString, string, string>]>;
|
|
7
|
+
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
8
|
+
}>, "strict", z.ZodTypeAny, {
|
|
9
|
+
$value: string | number[];
|
|
10
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
11
|
+
$description?: string | undefined;
|
|
12
|
+
deprecated?: string | boolean | undefined;
|
|
13
|
+
}, {
|
|
14
|
+
$value: string | number[];
|
|
15
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
16
|
+
$description?: string | undefined;
|
|
17
|
+
deprecated?: string | boolean | undefined;
|
|
18
|
+
}>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { baseToken } from './baseToken.js';
|
|
3
|
+
import { referenceValue } from './referenceValue.js';
|
|
4
|
+
import { tokenType } from './tokenType.js';
|
|
5
|
+
export const cubicBezierToken = baseToken.extend({
|
|
6
|
+
$value: z.union([z.array(z.number()).length(4), referenceValue]),
|
|
7
|
+
$type: tokenType('cubicBezier'),
|
|
8
|
+
});
|
|
@@ -11,12 +11,14 @@ import { colorToken } from './colorToken.js';
|
|
|
11
11
|
import { fontFamilyToken } from './fontFamilyToken.js';
|
|
12
12
|
import { shadowToken } from './shadowToken.js';
|
|
13
13
|
import { durationToken } from './durationToken.js';
|
|
14
|
+
import { cubicBezierToken } from './cubicBezierToken.js';
|
|
14
15
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
15
16
|
// @ts-ignore: TODO: fix this
|
|
16
17
|
export const designToken = z.record(tokenName, z.lazy(() => {
|
|
17
18
|
return z.union([
|
|
18
19
|
z.discriminatedUnion('$type', [
|
|
19
20
|
colorToken,
|
|
21
|
+
cubicBezierToken,
|
|
20
22
|
dimensionToken,
|
|
21
23
|
shadowToken,
|
|
22
24
|
borderToken,
|
|
@@ -4,7 +4,7 @@ export declare const dimensionToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4
4
|
deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
5
5
|
}, {
|
|
6
6
|
$value: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
|
|
7
|
-
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange">;
|
|
7
|
+
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
8
8
|
$extensions: z.ZodOptional<z.ZodObject<{
|
|
9
9
|
'org.primer.figma': z.ZodObject<{
|
|
10
10
|
collection: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -29,7 +29,7 @@ export declare const dimensionToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
29
29
|
}>>;
|
|
30
30
|
}>, "strict", z.ZodTypeAny, {
|
|
31
31
|
$value: string | 0;
|
|
32
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
32
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
33
33
|
$description?: string | undefined;
|
|
34
34
|
deprecated?: string | boolean | undefined;
|
|
35
35
|
$extensions?: {
|
|
@@ -40,7 +40,7 @@ export declare const dimensionToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
40
40
|
} | undefined;
|
|
41
41
|
}, {
|
|
42
42
|
$value: string | 0;
|
|
43
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
43
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
44
44
|
$description?: string | undefined;
|
|
45
45
|
deprecated?: string | boolean | undefined;
|
|
46
46
|
$extensions?: {
|
|
@@ -4,15 +4,15 @@ export declare const durationToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4
4
|
deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
5
5
|
}, {
|
|
6
6
|
$value: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
|
|
7
|
-
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange">;
|
|
7
|
+
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
8
8
|
}>, "strict", z.ZodTypeAny, {
|
|
9
9
|
$value: string;
|
|
10
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
10
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
11
11
|
$description?: string | undefined;
|
|
12
12
|
deprecated?: string | boolean | undefined;
|
|
13
13
|
}, {
|
|
14
14
|
$value: string;
|
|
15
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
15
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
16
16
|
$description?: string | undefined;
|
|
17
17
|
deprecated?: string | boolean | undefined;
|
|
18
18
|
}>;
|
|
@@ -4,7 +4,7 @@ export declare const fontFamilyToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4
4
|
deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
5
5
|
}, {
|
|
6
6
|
$value: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodString, string, string>]>;
|
|
7
|
-
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange">;
|
|
7
|
+
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
8
8
|
$extensions: z.ZodOptional<z.ZodObject<{
|
|
9
9
|
'org.primer.figma': z.ZodObject<{
|
|
10
10
|
collection: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -29,7 +29,7 @@ export declare const fontFamilyToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
29
29
|
}>>;
|
|
30
30
|
}>, "strict", z.ZodTypeAny, {
|
|
31
31
|
$value: string;
|
|
32
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
32
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
33
33
|
$description?: string | undefined;
|
|
34
34
|
deprecated?: string | boolean | undefined;
|
|
35
35
|
$extensions?: {
|
|
@@ -40,7 +40,7 @@ export declare const fontFamilyToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
40
40
|
} | undefined;
|
|
41
41
|
}, {
|
|
42
42
|
$value: string;
|
|
43
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
43
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
44
44
|
$description?: string | undefined;
|
|
45
45
|
deprecated?: string | boolean | undefined;
|
|
46
46
|
$extensions?: {
|
|
@@ -3,7 +3,7 @@ export declare const fontWeightToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3
3
|
$description: z.ZodOptional<z.ZodString>;
|
|
4
4
|
deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
5
5
|
}, {
|
|
6
|
-
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange">;
|
|
6
|
+
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
7
7
|
$value: z.ZodUnion<[z.ZodEffects<z.ZodNumber, number, number>, z.ZodEffects<z.ZodString, string, string>]>;
|
|
8
8
|
$extensions: z.ZodOptional<z.ZodObject<{
|
|
9
9
|
'org.primer.figma': z.ZodObject<{
|
|
@@ -29,7 +29,7 @@ export declare const fontWeightToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
29
29
|
}>>;
|
|
30
30
|
}>, "strict", z.ZodTypeAny, {
|
|
31
31
|
$value: string | number;
|
|
32
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
32
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
33
33
|
$description?: string | undefined;
|
|
34
34
|
deprecated?: string | boolean | undefined;
|
|
35
35
|
$extensions?: {
|
|
@@ -40,7 +40,7 @@ export declare const fontWeightToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
40
40
|
} | undefined;
|
|
41
41
|
}, {
|
|
42
42
|
$value: string | number;
|
|
43
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
43
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
44
44
|
$description?: string | undefined;
|
|
45
45
|
deprecated?: string | boolean | undefined;
|
|
46
46
|
$extensions?: {
|
|
@@ -4,7 +4,7 @@ export declare const numberToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4
4
|
deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
5
5
|
}, {
|
|
6
6
|
$value: z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, string, string>]>;
|
|
7
|
-
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange">;
|
|
7
|
+
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
8
8
|
$extensions: z.ZodOptional<z.ZodObject<{
|
|
9
9
|
'org.primer.data': z.ZodOptional<z.ZodObject<{
|
|
10
10
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
@@ -42,7 +42,7 @@ export declare const numberToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
42
42
|
}>>;
|
|
43
43
|
}>, "strict", z.ZodTypeAny, {
|
|
44
44
|
$value: string | number;
|
|
45
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
45
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
46
46
|
$description?: string | undefined;
|
|
47
47
|
deprecated?: string | boolean | undefined;
|
|
48
48
|
$extensions?: {
|
|
@@ -56,7 +56,7 @@ export declare const numberToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
56
56
|
} | undefined;
|
|
57
57
|
}, {
|
|
58
58
|
$value: string | number;
|
|
59
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
59
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
60
60
|
$description?: string | undefined;
|
|
61
61
|
deprecated?: string | boolean | undefined;
|
|
62
62
|
$extensions?: {
|
|
@@ -77,7 +77,7 @@ export declare const shadowToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
77
77
|
alpha?: any;
|
|
78
78
|
inset?: boolean | undefined;
|
|
79
79
|
}>, "many">, z.ZodEffects<z.ZodString, string, string>]>;
|
|
80
|
-
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange">;
|
|
80
|
+
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
81
81
|
$extensions: z.ZodOptional<z.ZodObject<{
|
|
82
82
|
'org.primer.figma': z.ZodObject<{
|
|
83
83
|
collection: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -118,7 +118,7 @@ export declare const shadowToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
118
118
|
alpha?: any;
|
|
119
119
|
inset?: boolean | undefined;
|
|
120
120
|
}[];
|
|
121
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
121
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
122
122
|
$description?: string | undefined;
|
|
123
123
|
deprecated?: string | boolean | undefined;
|
|
124
124
|
$extensions?: {
|
|
@@ -145,7 +145,7 @@ export declare const shadowToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
145
145
|
alpha?: any;
|
|
146
146
|
inset?: boolean | undefined;
|
|
147
147
|
}[];
|
|
148
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
148
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
149
149
|
$description?: string | undefined;
|
|
150
150
|
deprecated?: string | boolean | undefined;
|
|
151
151
|
$extensions?: {
|
|
@@ -4,15 +4,15 @@ export declare const stringToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4
4
|
deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
5
5
|
}, {
|
|
6
6
|
$value: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodString, string, string>]>;
|
|
7
|
-
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange">;
|
|
7
|
+
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
8
8
|
}>, "strict", z.ZodTypeAny, {
|
|
9
9
|
$value: string;
|
|
10
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
10
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
11
11
|
$description?: string | undefined;
|
|
12
12
|
deprecated?: string | boolean | undefined;
|
|
13
13
|
}, {
|
|
14
14
|
$value: string;
|
|
15
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
15
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
16
16
|
$description?: string | undefined;
|
|
17
17
|
deprecated?: string | boolean | undefined;
|
|
18
18
|
}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import type { TokenType } from './validTokenType.js';
|
|
3
|
-
export declare const tokenType: ($type: TokenType) => z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange">;
|
|
3
|
+
export declare const tokenType: ($type: TokenType) => z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
@@ -35,7 +35,7 @@ export declare const typographyToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
35
35
|
fontWeight: string | number;
|
|
36
36
|
lineHeight?: string | 0 | undefined;
|
|
37
37
|
}>, z.ZodEffects<z.ZodString, string, string>]>;
|
|
38
|
-
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange">;
|
|
38
|
+
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
39
39
|
}>, "strict", z.ZodTypeAny, {
|
|
40
40
|
$value: string | {
|
|
41
41
|
fontFamily: string;
|
|
@@ -43,7 +43,7 @@ export declare const typographyToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
43
43
|
fontWeight: string | number;
|
|
44
44
|
lineHeight?: string | 0 | undefined;
|
|
45
45
|
};
|
|
46
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
46
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
47
47
|
$description?: string | undefined;
|
|
48
48
|
deprecated?: string | boolean | undefined;
|
|
49
49
|
}, {
|
|
@@ -53,7 +53,7 @@ export declare const typographyToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
53
53
|
fontWeight: string | number;
|
|
54
54
|
lineHeight?: string | 0 | undefined;
|
|
55
55
|
};
|
|
56
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
56
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
57
57
|
$description?: string | undefined;
|
|
58
58
|
deprecated?: string | boolean | undefined;
|
|
59
59
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
declare const validTypes: readonly ["color", "typography", "dimension", "duration", "border", "shadow", "fontFamily", "fontWeight", "number", "string", "custom-viewportRange"];
|
|
2
|
+
declare const validTypes: readonly ["color", "cubicBezier", "typography", "dimension", "duration", "border", "shadow", "fontFamily", "fontWeight", "number", "string", "custom-viewportRange"];
|
|
3
3
|
export type TokenType = (typeof validTypes)[number];
|
|
4
4
|
export declare const validateType: z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodTypeAny>>;
|
|
5
5
|
export {};
|
|
@@ -4,15 +4,15 @@ export declare const viewportRangeToken: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4
4
|
deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
5
5
|
}, {
|
|
6
6
|
$value: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodString, string, string>]>;
|
|
7
|
-
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange">;
|
|
7
|
+
$type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;
|
|
8
8
|
}>, "strict", z.ZodTypeAny, {
|
|
9
9
|
$value: string;
|
|
10
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
10
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
11
11
|
$description?: string | undefined;
|
|
12
12
|
deprecated?: string | boolean | undefined;
|
|
13
13
|
}, {
|
|
14
14
|
$value: string;
|
|
15
|
-
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "custom-viewportRange";
|
|
15
|
+
$type: "string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange";
|
|
16
16
|
$description?: string | undefined;
|
|
17
17
|
deprecated?: string | boolean | undefined;
|
|
18
18
|
}>;
|
|
@@ -5,17 +5,26 @@
|
|
|
5
5
|
--topicTag-borderColor: #00000000;
|
|
6
6
|
--highlight-neutral-bgColor: #d2992266;
|
|
7
7
|
--page-header-bgColor: #0d1117;
|
|
8
|
-
--diffBlob-
|
|
9
|
-
--diffBlob-
|
|
10
|
-
--diffBlob-
|
|
11
|
-
--diffBlob-
|
|
12
|
-
--diffBlob-
|
|
13
|
-
--diffBlob-
|
|
14
|
-
--diffBlob-
|
|
15
|
-
--diffBlob-
|
|
16
|
-
--diffBlob-
|
|
17
|
-
--diffBlob-
|
|
18
|
-
--diffBlob-
|
|
8
|
+
--diffBlob-additionLine-fgColor: #f0f6fc;
|
|
9
|
+
--diffBlob-additionLine-bgColor: #388bfd26;
|
|
10
|
+
--diffBlob-additionWord-fgColor: #f0f6fc;
|
|
11
|
+
--diffBlob-additionWord-bgColor: #388bfd66;
|
|
12
|
+
--diffBlob-additionNum-fgColor: #f0f6fc;
|
|
13
|
+
--diffBlob-additionNum-bgColor: #58a6ff4d;
|
|
14
|
+
--diffBlob-deletionLine-fgColor: #f0f6fc;
|
|
15
|
+
--diffBlob-deletionLine-bgColor: #db6d2826;
|
|
16
|
+
--diffBlob-deletionWord-fgColor: #f0f6fc;
|
|
17
|
+
--diffBlob-deletionWord-bgColor: #db6d2866;
|
|
18
|
+
--diffBlob-deletionNum-fgColor: #f0f6fc;
|
|
19
|
+
--diffBlob-deletionNum-bgColor: #db6d284d;
|
|
20
|
+
--diffBlob-hunkLine-fgColor: #9198a1;
|
|
21
|
+
--diffBlob-hunkLine-bgColor: #212830;
|
|
22
|
+
--diffBlob-hunkNum-fgColor-rest: #f0f6fc;
|
|
23
|
+
--diffBlob-hunkNum-fgColor-hover: #ffffff;
|
|
24
|
+
--diffBlob-hunkNum-bgColor-rest: #2f3742;
|
|
25
|
+
--diffBlob-hunkNum-bgColor-hover: #656c76;
|
|
26
|
+
--diffBlob-emptyNum-bgColor: #151b23;
|
|
27
|
+
--diffBlob-emptyLine-bgColor: #151b23;
|
|
19
28
|
--diffBlob-expander-iconColor: #9198a1;
|
|
20
29
|
--codeMirror-fgColor: #f0f6fc;
|
|
21
30
|
--codeMirror-bgColor: #0d1117;
|
|
@@ -186,7 +195,7 @@
|
|
|
186
195
|
--control-transparent-borderColor-rest: #00000000;
|
|
187
196
|
--control-transparent-borderColor-hover: #00000000;
|
|
188
197
|
--control-transparent-borderColor-active: #00000000;
|
|
189
|
-
--control-danger-fgColor-rest: #
|
|
198
|
+
--control-danger-fgColor-rest: #f0883e;
|
|
190
199
|
--control-danger-fgColor-hover: #f0883e;
|
|
191
200
|
--control-danger-bgColor-hover: #db6d281a;
|
|
192
201
|
--control-danger-bgColor-active: #db6d2866;
|
|
@@ -264,11 +273,11 @@
|
|
|
264
273
|
--button-outline-borderColor-hover: #3d444d;
|
|
265
274
|
--button-outline-borderColor-selected: #3d444d;
|
|
266
275
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
267
|
-
--button-danger-fgColor-rest: #
|
|
276
|
+
--button-danger-fgColor-rest: #f0883e;
|
|
268
277
|
--button-danger-fgColor-hover: #ffffff;
|
|
269
278
|
--button-danger-fgColor-active: #ffffff;
|
|
270
|
-
--button-danger-fgColor-disabled: #
|
|
271
|
-
--button-danger-iconColor-rest: #
|
|
279
|
+
--button-danger-fgColor-disabled: #f0883e80;
|
|
280
|
+
--button-danger-iconColor-rest: #f0883e;
|
|
272
281
|
--button-danger-iconColor-hover: #ffffff;
|
|
273
282
|
--button-danger-bgColor-rest: #212830;
|
|
274
283
|
--button-danger-bgColor-hover: #9b4215;
|
|
@@ -293,9 +302,9 @@
|
|
|
293
302
|
--buttonCounter-danger-bgColor-hover: #ffffff33;
|
|
294
303
|
--buttonCounter-danger-bgColor-disabled: #bd561d0d;
|
|
295
304
|
--buttonCounter-danger-bgColor-rest: #49020233;
|
|
296
|
-
--buttonCounter-danger-fgColor-rest: #
|
|
305
|
+
--buttonCounter-danger-fgColor-rest: #f0883e;
|
|
297
306
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
298
|
-
--buttonCounter-danger-fgColor-disabled: #
|
|
307
|
+
--buttonCounter-danger-fgColor-disabled: #f0883e80;
|
|
299
308
|
--reactionButton-selected-bgColor-rest: #388bfd33;
|
|
300
309
|
--reactionButton-selected-bgColor-hover: #3a8cfd5c;
|
|
301
310
|
--reactionButton-selected-fgColor-rest: #4493f8;
|
|
@@ -446,7 +455,7 @@
|
|
|
446
455
|
--fgColor-open: #f0883e;
|
|
447
456
|
--fgColor-attention: #d29922;
|
|
448
457
|
--fgColor-severe: #db6d28;
|
|
449
|
-
--fgColor-danger: #
|
|
458
|
+
--fgColor-danger: #f0883e;
|
|
450
459
|
--fgColor-closed: #9198a1;
|
|
451
460
|
--fgColor-done: #ab7df8;
|
|
452
461
|
--fgColor-upsell: #ab7df8;
|
|
@@ -466,7 +475,7 @@
|
|
|
466
475
|
--bgColor-accent-emphasis: #1f6feb;
|
|
467
476
|
--bgColor-success-muted: #388bfd26;
|
|
468
477
|
--bgColor-success-emphasis: #1f6feb;
|
|
469
|
-
--bgColor-open-muted: #
|
|
478
|
+
--bgColor-open-muted: #db6d2833;
|
|
470
479
|
--bgColor-open-emphasis: #bd561d;
|
|
471
480
|
--bgColor-attention-muted: #bb800926;
|
|
472
481
|
--bgColor-attention-emphasis: #9e6a03;
|
|
@@ -574,17 +583,26 @@
|
|
|
574
583
|
--topicTag-borderColor: #00000000;
|
|
575
584
|
--highlight-neutral-bgColor: #d2992266;
|
|
576
585
|
--page-header-bgColor: #0d1117;
|
|
577
|
-
--diffBlob-
|
|
578
|
-
--diffBlob-
|
|
579
|
-
--diffBlob-
|
|
580
|
-
--diffBlob-
|
|
581
|
-
--diffBlob-
|
|
582
|
-
--diffBlob-
|
|
583
|
-
--diffBlob-
|
|
584
|
-
--diffBlob-
|
|
585
|
-
--diffBlob-
|
|
586
|
-
--diffBlob-
|
|
587
|
-
--diffBlob-
|
|
586
|
+
--diffBlob-additionLine-fgColor: #f0f6fc;
|
|
587
|
+
--diffBlob-additionLine-bgColor: #388bfd26;
|
|
588
|
+
--diffBlob-additionWord-fgColor: #f0f6fc;
|
|
589
|
+
--diffBlob-additionWord-bgColor: #388bfd66;
|
|
590
|
+
--diffBlob-additionNum-fgColor: #f0f6fc;
|
|
591
|
+
--diffBlob-additionNum-bgColor: #58a6ff4d;
|
|
592
|
+
--diffBlob-deletionLine-fgColor: #f0f6fc;
|
|
593
|
+
--diffBlob-deletionLine-bgColor: #db6d2826;
|
|
594
|
+
--diffBlob-deletionWord-fgColor: #f0f6fc;
|
|
595
|
+
--diffBlob-deletionWord-bgColor: #db6d2866;
|
|
596
|
+
--diffBlob-deletionNum-fgColor: #f0f6fc;
|
|
597
|
+
--diffBlob-deletionNum-bgColor: #db6d284d;
|
|
598
|
+
--diffBlob-hunkLine-fgColor: #9198a1;
|
|
599
|
+
--diffBlob-hunkLine-bgColor: #212830;
|
|
600
|
+
--diffBlob-hunkNum-fgColor-rest: #f0f6fc;
|
|
601
|
+
--diffBlob-hunkNum-fgColor-hover: #ffffff;
|
|
602
|
+
--diffBlob-hunkNum-bgColor-rest: #2f3742;
|
|
603
|
+
--diffBlob-hunkNum-bgColor-hover: #656c76;
|
|
604
|
+
--diffBlob-emptyNum-bgColor: #151b23;
|
|
605
|
+
--diffBlob-emptyLine-bgColor: #151b23;
|
|
588
606
|
--diffBlob-expander-iconColor: #9198a1;
|
|
589
607
|
--codeMirror-fgColor: #f0f6fc;
|
|
590
608
|
--codeMirror-bgColor: #0d1117;
|
|
@@ -755,7 +773,7 @@
|
|
|
755
773
|
--control-transparent-borderColor-rest: #00000000;
|
|
756
774
|
--control-transparent-borderColor-hover: #00000000;
|
|
757
775
|
--control-transparent-borderColor-active: #00000000;
|
|
758
|
-
--control-danger-fgColor-rest: #
|
|
776
|
+
--control-danger-fgColor-rest: #f0883e;
|
|
759
777
|
--control-danger-fgColor-hover: #f0883e;
|
|
760
778
|
--control-danger-bgColor-hover: #db6d281a;
|
|
761
779
|
--control-danger-bgColor-active: #db6d2866;
|
|
@@ -833,11 +851,11 @@
|
|
|
833
851
|
--button-outline-borderColor-hover: #3d444d;
|
|
834
852
|
--button-outline-borderColor-selected: #3d444d;
|
|
835
853
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
836
|
-
--button-danger-fgColor-rest: #
|
|
854
|
+
--button-danger-fgColor-rest: #f0883e;
|
|
837
855
|
--button-danger-fgColor-hover: #ffffff;
|
|
838
856
|
--button-danger-fgColor-active: #ffffff;
|
|
839
|
-
--button-danger-fgColor-disabled: #
|
|
840
|
-
--button-danger-iconColor-rest: #
|
|
857
|
+
--button-danger-fgColor-disabled: #f0883e80;
|
|
858
|
+
--button-danger-iconColor-rest: #f0883e;
|
|
841
859
|
--button-danger-iconColor-hover: #ffffff;
|
|
842
860
|
--button-danger-bgColor-rest: #212830;
|
|
843
861
|
--button-danger-bgColor-hover: #9b4215;
|
|
@@ -862,9 +880,9 @@
|
|
|
862
880
|
--buttonCounter-danger-bgColor-hover: #ffffff33;
|
|
863
881
|
--buttonCounter-danger-bgColor-disabled: #bd561d0d;
|
|
864
882
|
--buttonCounter-danger-bgColor-rest: #49020233;
|
|
865
|
-
--buttonCounter-danger-fgColor-rest: #
|
|
883
|
+
--buttonCounter-danger-fgColor-rest: #f0883e;
|
|
866
884
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
867
|
-
--buttonCounter-danger-fgColor-disabled: #
|
|
885
|
+
--buttonCounter-danger-fgColor-disabled: #f0883e80;
|
|
868
886
|
--reactionButton-selected-bgColor-rest: #388bfd33;
|
|
869
887
|
--reactionButton-selected-bgColor-hover: #3a8cfd5c;
|
|
870
888
|
--reactionButton-selected-fgColor-rest: #4493f8;
|
|
@@ -1015,7 +1033,7 @@
|
|
|
1015
1033
|
--fgColor-open: #f0883e;
|
|
1016
1034
|
--fgColor-attention: #d29922;
|
|
1017
1035
|
--fgColor-severe: #db6d28;
|
|
1018
|
-
--fgColor-danger: #
|
|
1036
|
+
--fgColor-danger: #f0883e;
|
|
1019
1037
|
--fgColor-closed: #9198a1;
|
|
1020
1038
|
--fgColor-done: #ab7df8;
|
|
1021
1039
|
--fgColor-upsell: #ab7df8;
|
|
@@ -1035,7 +1053,7 @@
|
|
|
1035
1053
|
--bgColor-accent-emphasis: #1f6feb;
|
|
1036
1054
|
--bgColor-success-muted: #388bfd26;
|
|
1037
1055
|
--bgColor-success-emphasis: #1f6feb;
|
|
1038
|
-
--bgColor-open-muted: #
|
|
1056
|
+
--bgColor-open-muted: #db6d2833;
|
|
1039
1057
|
--bgColor-open-emphasis: #bd561d;
|
|
1040
1058
|
--bgColor-attention-muted: #bb800926;
|
|
1041
1059
|
--bgColor-attention-emphasis: #9e6a03;
|
|
@@ -5,18 +5,27 @@
|
|
|
5
5
|
--topicTag-borderColor: #00000000;
|
|
6
6
|
--highlight-neutral-bgColor: #c6902666;
|
|
7
7
|
--page-header-bgColor: #212830;
|
|
8
|
-
--diffBlob-
|
|
9
|
-
--diffBlob-
|
|
10
|
-
--diffBlob-
|
|
11
|
-
--diffBlob-
|
|
12
|
-
--diffBlob-
|
|
13
|
-
--diffBlob-
|
|
14
|
-
--diffBlob-
|
|
15
|
-
--diffBlob-
|
|
16
|
-
--diffBlob-
|
|
17
|
-
--diffBlob-
|
|
18
|
-
--diffBlob-
|
|
19
|
-
--diffBlob-
|
|
8
|
+
--diffBlob-additionLine-fgColor: #d1d7e0;
|
|
9
|
+
--diffBlob-additionLine-bgColor: #46954a26;
|
|
10
|
+
--diffBlob-additionWord-fgColor: #d1d7e0;
|
|
11
|
+
--diffBlob-additionWord-bgColor: #46954a66;
|
|
12
|
+
--diffBlob-additionNum-fgColor: #d1d7e0;
|
|
13
|
+
--diffBlob-additionNum-bgColor: #57ab5a4d;
|
|
14
|
+
--diffBlob-deletionLine-fgColor: #d1d7e0;
|
|
15
|
+
--diffBlob-deletionLine-bgColor: #e5534b1a;
|
|
16
|
+
--diffBlob-deletionWord-fgColor: #d1d7e0;
|
|
17
|
+
--diffBlob-deletionWord-bgColor: #e5534b66;
|
|
18
|
+
--diffBlob-deletionNum-fgColor: #d1d7e0;
|
|
19
|
+
--diffBlob-deletionNum-bgColor: #e5534b4d;
|
|
20
|
+
--diffBlob-hunkLine-fgColor: #9198a1;
|
|
21
|
+
--diffBlob-hunkLine-bgColor: #4184e41a;
|
|
22
|
+
--diffBlob-hunkNum-fgColor-rest: #d1d7e0;
|
|
23
|
+
--diffBlob-hunkNum-fgColor-hover: #f0f6fc;
|
|
24
|
+
--diffBlob-hunkNum-bgColor-rest: #143d79;
|
|
25
|
+
--diffBlob-hunkNum-bgColor-hover: #316dca;
|
|
26
|
+
--diffBlob-emptyNum-bgColor: #262c36;
|
|
27
|
+
--diffBlob-emptyLine-bgColor: #262c36;
|
|
28
|
+
--diffBlob-expander-iconColor: #9198a1;
|
|
20
29
|
--codeMirror-fgColor: #d1d7e0;
|
|
21
30
|
--codeMirror-bgColor: #212830;
|
|
22
31
|
--codeMirror-gutters-bgColor: #212830;
|
|
@@ -574,18 +583,27 @@
|
|
|
574
583
|
--topicTag-borderColor: #00000000;
|
|
575
584
|
--highlight-neutral-bgColor: #c6902666;
|
|
576
585
|
--page-header-bgColor: #212830;
|
|
577
|
-
--diffBlob-
|
|
578
|
-
--diffBlob-
|
|
579
|
-
--diffBlob-
|
|
580
|
-
--diffBlob-
|
|
581
|
-
--diffBlob-
|
|
582
|
-
--diffBlob-
|
|
583
|
-
--diffBlob-
|
|
584
|
-
--diffBlob-
|
|
585
|
-
--diffBlob-
|
|
586
|
-
--diffBlob-
|
|
587
|
-
--diffBlob-
|
|
588
|
-
--diffBlob-
|
|
586
|
+
--diffBlob-additionLine-fgColor: #d1d7e0;
|
|
587
|
+
--diffBlob-additionLine-bgColor: #46954a26;
|
|
588
|
+
--diffBlob-additionWord-fgColor: #d1d7e0;
|
|
589
|
+
--diffBlob-additionWord-bgColor: #46954a66;
|
|
590
|
+
--diffBlob-additionNum-fgColor: #d1d7e0;
|
|
591
|
+
--diffBlob-additionNum-bgColor: #57ab5a4d;
|
|
592
|
+
--diffBlob-deletionLine-fgColor: #d1d7e0;
|
|
593
|
+
--diffBlob-deletionLine-bgColor: #e5534b1a;
|
|
594
|
+
--diffBlob-deletionWord-fgColor: #d1d7e0;
|
|
595
|
+
--diffBlob-deletionWord-bgColor: #e5534b66;
|
|
596
|
+
--diffBlob-deletionNum-fgColor: #d1d7e0;
|
|
597
|
+
--diffBlob-deletionNum-bgColor: #e5534b4d;
|
|
598
|
+
--diffBlob-hunkLine-fgColor: #9198a1;
|
|
599
|
+
--diffBlob-hunkLine-bgColor: #4184e41a;
|
|
600
|
+
--diffBlob-hunkNum-fgColor-rest: #d1d7e0;
|
|
601
|
+
--diffBlob-hunkNum-fgColor-hover: #f0f6fc;
|
|
602
|
+
--diffBlob-hunkNum-bgColor-rest: #143d79;
|
|
603
|
+
--diffBlob-hunkNum-bgColor-hover: #316dca;
|
|
604
|
+
--diffBlob-emptyNum-bgColor: #262c36;
|
|
605
|
+
--diffBlob-emptyLine-bgColor: #262c36;
|
|
606
|
+
--diffBlob-expander-iconColor: #9198a1;
|
|
589
607
|
--codeMirror-fgColor: #d1d7e0;
|
|
590
608
|
--codeMirror-bgColor: #212830;
|
|
591
609
|
--codeMirror-gutters-bgColor: #212830;
|