@purpurds/theme 7.14.0 → 8.0.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/.rush/temp/ci_build/@purpurds/theme/{c57802c8cf92c28803a6efc14a068565981032a8.untar.log → 0646f8ac54319d2ce21f09e9f3209badb3907451.untar.log} +2 -2
- package/.rush/temp/operation/ci_build/all.log +12 -6
- package/.rush/temp/operation/ci_build/log-chunks.jsonl +12 -6
- package/.rush/temp/operation/ci_build/state.json +1 -1
- package/.rush/temp/operation/test_unit/state.json +1 -1
- package/.rush/temp/shrinkwrap-deps.json +1 -1
- package/dist/LICENSE.txt +8 -8
- package/dist/ThemeProvider.d.ts +7 -5
- package/dist/ThemeProvider.d.ts.map +1 -1
- package/dist/telia-dark.d.ts +129 -0
- package/dist/telia-dark.d.ts.map +1 -0
- package/dist/telia-light.d.ts +129 -0
- package/dist/telia-light.d.ts.map +1 -0
- package/dist/telia-theme.d.ts +223 -20
- package/dist/telia-theme.d.ts.map +1 -1
- package/dist/theme-props.d.ts +32 -17
- package/dist/theme-props.d.ts.map +1 -1
- package/dist/theme.cjs.js +1 -1
- package/dist/theme.cjs.js.map +1 -1
- package/dist/theme.d.ts +4 -2
- package/dist/theme.d.ts.map +1 -1
- package/dist/theme.es.js +346 -133
- package/dist/theme.es.js.map +1 -1
- package/dist/types.d.ts +4 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/useApplyTheme.d.ts +10 -0
- package/dist/useApplyTheme.d.ts.map +1 -0
- package/dist/useColorScheme.d.ts.map +1 -1
- package/package.json +4 -3
- package/src/ThemeProvider.tsx +18 -27
- package/src/telia-dark.ts +141 -0
- package/src/telia-light.ts +278 -0
- package/src/telia-theme.ts +6 -88
- package/src/theme-props.ts +32 -17
- package/src/theme.ts +4 -2
- package/src/types.ts +1 -0
- package/src/useApplyTheme.ts +34 -0
- package/types.d.ts +0 -365
- /package/src/{useColorScheme.tsx → useColorScheme.ts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
Start time: Fri Sep
|
|
2
|
-
Invoking "/usr/bin/tar -x -m -f /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/common/temp/build-cache/ci_build/@purpurds/theme/
|
|
1
|
+
Start time: Fri Sep 19 2025 08:20:12 GMT+0000 (Coordinated Universal Time)
|
|
2
|
+
Invoking "/usr/bin/tar -x -m -f /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/common/temp/build-cache/ci_build/@purpurds/theme/0646f8ac54319d2ce21f09e9f3209badb3907451"
|
|
3
3
|
|
|
4
4
|
======= BEGIN PROCESS INPUT ======
|
|
5
5
|
|
|
@@ -2,17 +2,23 @@ Invoking: rushx build
|
|
|
2
2
|
Found configuration in /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/rush.json
|
|
3
3
|
|
|
4
4
|
Rush Multi-Project Build Tool 5.150.0 - Node.js 22.17.1 (LTS)
|
|
5
|
-
> "vite build"
|
|
5
|
+
> "rushx generate:types && vite build"
|
|
6
6
|
|
|
7
|
+
Found configuration in /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/rush.json
|
|
8
|
+
|
|
9
|
+
Rush Multi-Project Build Tool 5.150.0 - Node.js 22.17.1 (LTS)
|
|
10
|
+
> "tsx ./scripts/generate-types.mts"
|
|
11
|
+
|
|
12
|
+
Generated types written to theme-props.ts
|
|
7
13
|
vite v6.2.1 building for production...
|
|
8
14
|
transforming...
|
|
9
|
-
✓
|
|
15
|
+
✓ 17 modules transformed.
|
|
10
16
|
rendering chunks...
|
|
11
17
|
|
|
12
18
|
[vite:dts] Start generate declaration files...
|
|
13
19
|
computing gzip size...
|
|
14
|
-
dist/theme.cjs.js
|
|
15
|
-
[vite:dts] Declaration files built in
|
|
20
|
+
dist/theme.cjs.js 17.56 kB │ gzip: 3.70 kB │ map: 67.01 kB
|
|
21
|
+
[vite:dts] Declaration files built in 1816ms.
|
|
16
22
|
|
|
17
|
-
dist/theme.es.js
|
|
18
|
-
✓ built in 2.
|
|
23
|
+
dist/theme.es.js 19.73 kB │ gzip: 3.92 kB │ map: 68.40 kB
|
|
24
|
+
✓ built in 2.04s
|
|
@@ -2,17 +2,23 @@
|
|
|
2
2
|
{"kind":"O","text":"Found configuration in /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/rush.json\n"}
|
|
3
3
|
{"kind":"O","text":"\n"}
|
|
4
4
|
{"kind":"O","text":"\u001b[1mRush Multi-Project Build Tool 5.150.0\u001b[33m\u001b[39m\u001b[22m - Node.js 22.17.1 (LTS)\n"}
|
|
5
|
-
{"kind":"O","text":"> \"vite build\"\n"}
|
|
5
|
+
{"kind":"O","text":"> \"rushx generate:types && vite build\"\n"}
|
|
6
6
|
{"kind":"O","text":"\n"}
|
|
7
|
+
{"kind":"O","text":"Found configuration in /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/rush.json\n"}
|
|
8
|
+
{"kind":"O","text":"\n"}
|
|
9
|
+
{"kind":"O","text":"\u001b[1mRush Multi-Project Build Tool 5.150.0\u001b[33m\u001b[39m\u001b[22m - Node.js 22.17.1 (LTS)\n"}
|
|
10
|
+
{"kind":"O","text":"> \"tsx ./scripts/generate-types.mts\"\n"}
|
|
11
|
+
{"kind":"O","text":"\n"}
|
|
12
|
+
{"kind":"O","text":"Generated types written to theme-props.ts\n"}
|
|
7
13
|
{"kind":"O","text":"\u001b[36mvite v6.2.1 \u001b[32mbuilding for production...\u001b[36m\u001b[39m\n"}
|
|
8
14
|
{"kind":"O","text":"transforming...\n"}
|
|
9
|
-
{"kind":"O","text":"\u001b[32m✓\u001b[39m
|
|
15
|
+
{"kind":"O","text":"\u001b[32m✓\u001b[39m 17 modules transformed.\n"}
|
|
10
16
|
{"kind":"O","text":"rendering chunks...\n"}
|
|
11
17
|
{"kind":"O","text":"\u001b[32m\n"}
|
|
12
18
|
{"kind":"O","text":"\u001b[36m[vite:dts]\u001b[32m Start generate declaration files...\u001b[39m\n"}
|
|
13
19
|
{"kind":"O","text":"computing gzip size...\n"}
|
|
14
|
-
{"kind":"O","text":"\u001b[2mdist/\u001b[22m\u001b[36mtheme.cjs.js \u001b[39m\u001b[1m\u001b[
|
|
15
|
-
{"kind":"O","text":"\u001b[32m\u001b[36m[vite:dts]\u001b[32m Declaration files built in
|
|
20
|
+
{"kind":"O","text":"\u001b[2mdist/\u001b[22m\u001b[36mtheme.cjs.js \u001b[39m\u001b[1m\u001b[2m17.56 kB\u001b[22m\u001b[1m\u001b[22m\u001b[2m │ gzip: 3.70 kB\u001b[22m\u001b[2m │ map: 67.01 kB\u001b[22m\n"}
|
|
21
|
+
{"kind":"O","text":"\u001b[32m\u001b[36m[vite:dts]\u001b[32m Declaration files built in 1816ms.\n"}
|
|
16
22
|
{"kind":"O","text":"\u001b[39m\n"}
|
|
17
|
-
{"kind":"O","text":"\u001b[2mdist/\u001b[22m\u001b[36mtheme.es.js \u001b[39m\u001b[1m\u001b[
|
|
18
|
-
{"kind":"O","text":"\u001b[32m✓ built in 2.
|
|
23
|
+
{"kind":"O","text":"\u001b[2mdist/\u001b[22m\u001b[36mtheme.es.js \u001b[39m\u001b[1m\u001b[2m19.73 kB\u001b[22m\u001b[1m\u001b[22m\u001b[2m │ gzip: 3.92 kB\u001b[22m\u001b[2m │ map: 68.40 kB\u001b[22m\n"}
|
|
24
|
+
{"kind":"O","text":"\u001b[32m✓ built in 2.04s\u001b[39m\n"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"../../libraries/theme": "../../libraries/theme:
|
|
2
|
+
"../../libraries/theme": "../../libraries/theme:tgWdO1Fk+1NL2w3fVpAJKngHCkY6MGST6AgJfgTaLsQ=:",
|
|
3
3
|
"/@adobe/css-tools@4.4.0": "sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==",
|
|
4
4
|
"/@babel/code-frame@7.24.7": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
|
|
5
5
|
"/@babel/helper-validator-identifier@7.24.7": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
|
package/dist/LICENSE.txt
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
Name: @purpurds/tokens
|
|
2
|
+
Version: 7.14.0
|
|
3
|
+
License: AGPL-3.0-only
|
|
4
|
+
Private: false
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
1
8
|
Name: change-case
|
|
2
9
|
Version: 5.4.4
|
|
3
10
|
License: MIT
|
|
@@ -5,11 +12,4 @@ Private: false
|
|
|
5
12
|
Description: Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
|
|
6
13
|
Repository: git://github.com/blakeembrey/change-case.git
|
|
7
14
|
Homepage: https://github.com/blakeembrey/change-case/tree/master/packages/change-case#readme
|
|
8
|
-
Author: Blake Embrey <hello@blakeembrey.com> (http://blakeembrey.me)
|
|
9
|
-
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
Name: @purpurds/tokens
|
|
13
|
-
Version: 7.13.1
|
|
14
|
-
License: AGPL-3.0-only
|
|
15
|
-
Private: false
|
|
15
|
+
Author: Blake Embrey <hello@blakeembrey.com> (http://blakeembrey.me)
|
package/dist/ThemeProvider.d.ts
CHANGED
|
@@ -1,25 +1,27 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
+
import { BaseProps } from '@purpurds/common-types';
|
|
2
3
|
import { ThemeProps } from './theme-props';
|
|
3
4
|
import { ColorScheme, ThemeContextType } from './types';
|
|
4
5
|
|
|
5
|
-
type PropsBase = {
|
|
6
|
+
type PropsBase = Omit<BaseProps, "children"> & {
|
|
6
7
|
children: ReactNode;
|
|
7
8
|
cssVariablesSelector?: string;
|
|
9
|
+
options?: ThemeContextType["options"];
|
|
8
10
|
};
|
|
9
|
-
export type Props =
|
|
11
|
+
export type Props = PropsBase & ({
|
|
10
12
|
theme: {
|
|
11
13
|
light: ThemeProps;
|
|
12
14
|
dark?: never;
|
|
13
15
|
};
|
|
14
16
|
forceColorScheme: "light";
|
|
15
|
-
}
|
|
17
|
+
} | {
|
|
16
18
|
theme?: {
|
|
17
19
|
light: ThemeProps;
|
|
18
20
|
dark: ThemeProps;
|
|
19
21
|
};
|
|
20
22
|
forceColorScheme?: ColorScheme;
|
|
21
|
-
})
|
|
22
|
-
export declare const ThemeProvider: ({ cssVariablesSelector, forceColorScheme, theme, children, ...props }: Props) => React.JSX.Element;
|
|
23
|
+
});
|
|
24
|
+
export declare const ThemeProvider: ({ cssVariablesSelector, forceColorScheme, theme, children, options, ...props }: Props) => React.JSX.Element;
|
|
23
25
|
export declare const useTheme: () => ThemeContextType;
|
|
24
26
|
export {};
|
|
25
27
|
//# sourceMappingURL=ThemeProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../src/ThemeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAiB,KAAK,SAAS,EAAmC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../src/ThemeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAiB,KAAK,SAAS,EAAmC,MAAM,OAAO,CAAC;AAC9F,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,KAAK,EAAgB,WAAW,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAK3E,KAAK,SAAS,GAAG,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,GAAG;IAC7C,QAAQ,EAAE,SAAS,CAAC;IACpB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,OAAO,CAAC,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAC;CACvC,CAAC;AAEF,MAAM,MAAM,KAAK,GACb,SAAS,GACP,CACI;IACE,KAAK,EAAE;QAAE,KAAK,EAAE,UAAU,CAAC;QAAC,IAAI,CAAC,EAAE,KAAK,CAAA;KAAE,CAAC;IAC3C,gBAAgB,EAAE,OAAO,CAAC;CAC3B,GACD;IACE,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,UAAU,CAAC;QAAC,IAAI,EAAE,UAAU,CAAA;KAAE,CAAC;IAChD,gBAAgB,CAAC,EAAE,WAAW,CAAC;CAChC,CACJ,CAAC;AAER,eAAO,MAAM,aAAa,mFAOvB,KAAK,sBAuDP,CAAC;AAEF,eAAO,MAAM,QAAQ,QAAO,gBAM3B,CAAC"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
export declare const dark: {
|
|
2
|
+
colorBrandDeepPurple: string;
|
|
3
|
+
colorBrandCorePurple: string;
|
|
4
|
+
colorBrandLightPurple: string;
|
|
5
|
+
colorBrandDeepBeige: string;
|
|
6
|
+
colorBrandBeige: string;
|
|
7
|
+
colorBrandLightBeige: string;
|
|
8
|
+
colorBrandOffBlack: string;
|
|
9
|
+
colorBrandWhite: string;
|
|
10
|
+
colorTextDefault: string;
|
|
11
|
+
colorTextMedium: string;
|
|
12
|
+
colorTextWeak: string;
|
|
13
|
+
colorTextDefaultNegative: string;
|
|
14
|
+
colorTextMediumNegative: string;
|
|
15
|
+
colorTextWeakNegative: string;
|
|
16
|
+
colorTextInteractivePrimary: string;
|
|
17
|
+
colorTextInteractivePrimaryHover: string;
|
|
18
|
+
colorTextInteractivePrimaryActive: string;
|
|
19
|
+
colorTextInteractiveOnPrimary: string;
|
|
20
|
+
colorTextInteractiveOnExpressive: string;
|
|
21
|
+
colorTextInteractiveOnExpressiveHover: string;
|
|
22
|
+
colorTextInteractiveOnExpressiveActive: string;
|
|
23
|
+
colorTextInteractiveOnDestructive: string;
|
|
24
|
+
colorTextInteractiveSelected: string;
|
|
25
|
+
colorTextInteractivePrimaryNegative: string;
|
|
26
|
+
colorTextInteractivePrimaryHoverNegative: string;
|
|
27
|
+
colorTextInteractivePrimaryActiveNegative: string;
|
|
28
|
+
colorTextInteractiveOnPrimaryNegative: string;
|
|
29
|
+
colorTextInteractiveOnExpressiveNegative: string;
|
|
30
|
+
colorTextInteractiveOnExpressiveHoverNegative: string;
|
|
31
|
+
colorTextInteractiveOnExpressiveActiveNegative: string;
|
|
32
|
+
colorTextStatusInfoMedium: string;
|
|
33
|
+
colorTextStatusInfoStrong: string;
|
|
34
|
+
colorTextStatusSuccessMedium: string;
|
|
35
|
+
colorTextStatusSuccessStrong: string;
|
|
36
|
+
colorTextStatusWarningMedium: string;
|
|
37
|
+
colorTextStatusWarningStrong: string;
|
|
38
|
+
colorTextStatusErrorMedium: string;
|
|
39
|
+
colorTextStatusErrorStrong: string;
|
|
40
|
+
colorTextStatusNeutral: string;
|
|
41
|
+
colorTextStatusSpecial: string;
|
|
42
|
+
colorTextStatusAttention: string;
|
|
43
|
+
colorTextStatusDiscount: string;
|
|
44
|
+
colorTextStatusBlackFriday: string;
|
|
45
|
+
colorTextStatusSuccessStrongNegative: string;
|
|
46
|
+
colorTextStatusErrorMediumNegative: string;
|
|
47
|
+
colorTextStatusErrorStrongNegative: string;
|
|
48
|
+
colorTextStatusWarningMediumNegative: string;
|
|
49
|
+
colorTextToneOnTonePrimary: string;
|
|
50
|
+
colorTextToneOnToneSecondary: string;
|
|
51
|
+
colorTextToneOnToneTertiary: string;
|
|
52
|
+
colorBackgroundPrimary: string;
|
|
53
|
+
colorBackgroundSecondary: string;
|
|
54
|
+
colorBackgroundOnImage: string;
|
|
55
|
+
colorBackgroundPrimaryNegative: string;
|
|
56
|
+
colorBackgroundSecondaryNegative: string;
|
|
57
|
+
colorBackgroundOnImageNegative: string;
|
|
58
|
+
colorBackgroundInteractivePrimary: string;
|
|
59
|
+
colorBackgroundInteractivePrimaryHover: string;
|
|
60
|
+
colorBackgroundInteractivePrimaryActive: string;
|
|
61
|
+
colorBackgroundInteractiveExpressive: string;
|
|
62
|
+
colorBackgroundInteractiveExpressiveHover: string;
|
|
63
|
+
colorBackgroundInteractiveExpressiveActive: string;
|
|
64
|
+
colorBackgroundInteractiveTransparentHover: string;
|
|
65
|
+
colorBackgroundInteractiveTransparentActive: string;
|
|
66
|
+
colorBackgroundInteractiveDisabled: string;
|
|
67
|
+
colorBackgroundInteractiveReadOnly: string;
|
|
68
|
+
colorBackgroundInteractiveInactive: string;
|
|
69
|
+
colorBackgroundInteractiveDestructive: string;
|
|
70
|
+
colorBackgroundInteractiveDestructiveHover: string;
|
|
71
|
+
colorBackgroundInteractiveDestructiveActive: string;
|
|
72
|
+
colorBackgroundInteractiveAutoFill: string;
|
|
73
|
+
colorBackgroundInteractivePrimaryNegative: string;
|
|
74
|
+
colorBackgroundInteractivePrimaryHoverNegative: string;
|
|
75
|
+
colorBackgroundInteractivePrimaryActiveNegative: string;
|
|
76
|
+
colorBackgroundInteractiveExpressiveNegative: string;
|
|
77
|
+
colorBackgroundInteractiveExpressiveHoverNegative: string;
|
|
78
|
+
colorBackgroundInteractiveExpressiveActiveNegative: string;
|
|
79
|
+
colorBackgroundInteractiveTransparentHoverNegative: string;
|
|
80
|
+
colorBackgroundInteractiveTransparentActiveNegative: string;
|
|
81
|
+
colorBackgroundInteractiveDisabledNegative: string;
|
|
82
|
+
colorBackgroundInteractiveInactiveNegative: string;
|
|
83
|
+
colorBackgroundInteractiveReadOnlyNegative: string;
|
|
84
|
+
colorBackgroundStatusInfoMedium: string;
|
|
85
|
+
colorBackgroundStatusInfoStrong: string;
|
|
86
|
+
colorBackgroundStatusSuccessMedium: string;
|
|
87
|
+
colorBackgroundStatusSuccessStrong: string;
|
|
88
|
+
colorBackgroundStatusWarningMedium: string;
|
|
89
|
+
colorBackgroundStatusWarningStrong: string;
|
|
90
|
+
colorBackgroundStatusErrorMedium: string;
|
|
91
|
+
colorBackgroundStatusErrorStrong: string;
|
|
92
|
+
colorBackgroundStatusNeutral: string;
|
|
93
|
+
colorBackgroundStatusSpecial: string;
|
|
94
|
+
colorBackgroundStatusAttention: string;
|
|
95
|
+
colorBackgroundStatusBlackFriday: string;
|
|
96
|
+
colorBackgroundStatusSuccessStrongNegative: string;
|
|
97
|
+
colorBackgroundStatusWarningStrongNegative: string;
|
|
98
|
+
colorBackgroundStatusErrorStrongNegative: string;
|
|
99
|
+
colorBackgroundToneOnTonePrimary: string;
|
|
100
|
+
colorBackgroundToneOnToneSecondary: string;
|
|
101
|
+
colorBackgroundToneOnToneTertiary: string;
|
|
102
|
+
colorBackgroundToneOnToneQuaternary: string;
|
|
103
|
+
colorBorderWeak: string;
|
|
104
|
+
colorBorderMedium: string;
|
|
105
|
+
colorBorderStrong: string;
|
|
106
|
+
colorBorderWeakNegative: string;
|
|
107
|
+
colorBorderMediumNegative: string;
|
|
108
|
+
colorBorderStrongNegative: string;
|
|
109
|
+
colorBorderInteractivePrimary: string;
|
|
110
|
+
colorBorderInteractivePrimaryHover: string;
|
|
111
|
+
colorBorderInteractivePrimaryActive: string;
|
|
112
|
+
colorBorderInteractiveFocus: string;
|
|
113
|
+
colorBorderInteractiveExpressive: string;
|
|
114
|
+
colorBorderInteractiveSubtle: string;
|
|
115
|
+
colorBorderInteractiveSubtleHover: string;
|
|
116
|
+
colorBorderInteractiveSelected: string;
|
|
117
|
+
colorBorderInteractivePrimaryNegative: string;
|
|
118
|
+
colorBorderInteractivePrimaryHoverNegative: string;
|
|
119
|
+
colorBorderInteractivePrimaryActiveNegative: string;
|
|
120
|
+
colorBorderInteractiveSubtleNegative: string;
|
|
121
|
+
colorBorderInteractiveSubtleHoverNegative: string;
|
|
122
|
+
colorBorderStatusError: string;
|
|
123
|
+
colorBorderStatusWarning: string;
|
|
124
|
+
colorBorderStatusInfo: string;
|
|
125
|
+
colorBorderStatusSuccess: string;
|
|
126
|
+
colorBorderStatusErrorNegative: string;
|
|
127
|
+
colorBorderStatusSuccessNegative: string;
|
|
128
|
+
};
|
|
129
|
+
//# sourceMappingURL=telia-dark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"telia-dark.d.ts","sourceRoot":"","sources":["../src/telia-dark.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0IK,CAAC"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
export declare const light: {
|
|
2
|
+
colorBrandDeepPurple: string;
|
|
3
|
+
colorBrandCorePurple: string;
|
|
4
|
+
colorBrandLightPurple: string;
|
|
5
|
+
colorBrandDeepBeige: string;
|
|
6
|
+
colorBrandBeige: string;
|
|
7
|
+
colorBrandLightBeige: string;
|
|
8
|
+
colorBrandOffBlack: string;
|
|
9
|
+
colorBrandWhite: string;
|
|
10
|
+
colorTextDefault: string;
|
|
11
|
+
colorTextMedium: string;
|
|
12
|
+
colorTextWeak: string;
|
|
13
|
+
colorTextDefaultNegative: string;
|
|
14
|
+
colorTextMediumNegative: string;
|
|
15
|
+
colorTextWeakNegative: string;
|
|
16
|
+
colorTextInteractivePrimary: string;
|
|
17
|
+
colorTextInteractivePrimaryHover: string;
|
|
18
|
+
colorTextInteractivePrimaryActive: string;
|
|
19
|
+
colorTextInteractiveOnPrimary: string;
|
|
20
|
+
colorTextInteractiveOnExpressive: string;
|
|
21
|
+
colorTextInteractiveOnExpressiveHover: string;
|
|
22
|
+
colorTextInteractiveOnExpressiveActive: string;
|
|
23
|
+
colorTextInteractiveOnDestructive: string;
|
|
24
|
+
colorTextInteractiveSelected: string;
|
|
25
|
+
colorTextInteractivePrimaryNegative: string;
|
|
26
|
+
colorTextInteractivePrimaryHoverNegative: string;
|
|
27
|
+
colorTextInteractivePrimaryActiveNegative: string;
|
|
28
|
+
colorTextInteractiveOnPrimaryNegative: string;
|
|
29
|
+
colorTextInteractiveOnExpressiveNegative: string;
|
|
30
|
+
colorTextInteractiveOnExpressiveHoverNegative: string;
|
|
31
|
+
colorTextInteractiveOnExpressiveActiveNegative: string;
|
|
32
|
+
colorTextStatusInfoMedium: string;
|
|
33
|
+
colorTextStatusInfoStrong: string;
|
|
34
|
+
colorTextStatusSuccessMedium: string;
|
|
35
|
+
colorTextStatusSuccessStrong: string;
|
|
36
|
+
colorTextStatusWarningMedium: string;
|
|
37
|
+
colorTextStatusWarningStrong: string;
|
|
38
|
+
colorTextStatusErrorMedium: string;
|
|
39
|
+
colorTextStatusErrorStrong: string;
|
|
40
|
+
colorTextStatusNeutral: string;
|
|
41
|
+
colorTextStatusSpecial: string;
|
|
42
|
+
colorTextStatusAttention: string;
|
|
43
|
+
colorTextStatusDiscount: string;
|
|
44
|
+
colorTextStatusBlackFriday: string;
|
|
45
|
+
colorTextStatusSuccessStrongNegative: string;
|
|
46
|
+
colorTextStatusErrorMediumNegative: string;
|
|
47
|
+
colorTextStatusErrorStrongNegative: string;
|
|
48
|
+
colorTextStatusWarningMediumNegative: string;
|
|
49
|
+
colorTextToneOnTonePrimary: string;
|
|
50
|
+
colorTextToneOnToneSecondary: string;
|
|
51
|
+
colorTextToneOnToneTertiary: string;
|
|
52
|
+
colorBackgroundPrimary: string;
|
|
53
|
+
colorBackgroundSecondary: string;
|
|
54
|
+
colorBackgroundOnImage: string;
|
|
55
|
+
colorBackgroundPrimaryNegative: string;
|
|
56
|
+
colorBackgroundSecondaryNegative: string;
|
|
57
|
+
colorBackgroundOnImageNegative: string;
|
|
58
|
+
colorBackgroundInteractivePrimary: string;
|
|
59
|
+
colorBackgroundInteractivePrimaryHover: string;
|
|
60
|
+
colorBackgroundInteractivePrimaryActive: string;
|
|
61
|
+
colorBackgroundInteractiveExpressive: string;
|
|
62
|
+
colorBackgroundInteractiveExpressiveHover: string;
|
|
63
|
+
colorBackgroundInteractiveExpressiveActive: string;
|
|
64
|
+
colorBackgroundInteractiveTransparentHover: string;
|
|
65
|
+
colorBackgroundInteractiveTransparentActive: string;
|
|
66
|
+
colorBackgroundInteractiveDisabled: string;
|
|
67
|
+
colorBackgroundInteractiveReadOnly: string;
|
|
68
|
+
colorBackgroundInteractiveInactive: string;
|
|
69
|
+
colorBackgroundInteractiveDestructive: string;
|
|
70
|
+
colorBackgroundInteractiveDestructiveHover: string;
|
|
71
|
+
colorBackgroundInteractiveDestructiveActive: string;
|
|
72
|
+
colorBackgroundInteractiveAutoFill: string;
|
|
73
|
+
colorBackgroundInteractivePrimaryNegative: string;
|
|
74
|
+
colorBackgroundInteractivePrimaryHoverNegative: string;
|
|
75
|
+
colorBackgroundInteractivePrimaryActiveNegative: string;
|
|
76
|
+
colorBackgroundInteractiveExpressiveNegative: string;
|
|
77
|
+
colorBackgroundInteractiveExpressiveHoverNegative: string;
|
|
78
|
+
colorBackgroundInteractiveExpressiveActiveNegative: string;
|
|
79
|
+
colorBackgroundInteractiveTransparentHoverNegative: string;
|
|
80
|
+
colorBackgroundInteractiveTransparentActiveNegative: string;
|
|
81
|
+
colorBackgroundInteractiveDisabledNegative: string;
|
|
82
|
+
colorBackgroundInteractiveInactiveNegative: string;
|
|
83
|
+
colorBackgroundInteractiveReadOnlyNegative: string;
|
|
84
|
+
colorBackgroundStatusInfoMedium: string;
|
|
85
|
+
colorBackgroundStatusInfoStrong: string;
|
|
86
|
+
colorBackgroundStatusSuccessMedium: string;
|
|
87
|
+
colorBackgroundStatusSuccessStrong: string;
|
|
88
|
+
colorBackgroundStatusWarningMedium: string;
|
|
89
|
+
colorBackgroundStatusWarningStrong: string;
|
|
90
|
+
colorBackgroundStatusErrorMedium: string;
|
|
91
|
+
colorBackgroundStatusErrorStrong: string;
|
|
92
|
+
colorBackgroundStatusNeutral: string;
|
|
93
|
+
colorBackgroundStatusSpecial: string;
|
|
94
|
+
colorBackgroundStatusAttention: string;
|
|
95
|
+
colorBackgroundStatusBlackFriday: string;
|
|
96
|
+
colorBackgroundStatusSuccessStrongNegative: string;
|
|
97
|
+
colorBackgroundStatusWarningStrongNegative: string;
|
|
98
|
+
colorBackgroundStatusErrorStrongNegative: string;
|
|
99
|
+
colorBackgroundToneOnTonePrimary: string;
|
|
100
|
+
colorBackgroundToneOnToneSecondary: string;
|
|
101
|
+
colorBackgroundToneOnToneTertiary: string;
|
|
102
|
+
colorBackgroundToneOnToneQuaternary: string;
|
|
103
|
+
colorBorderWeak: string;
|
|
104
|
+
colorBorderMedium: string;
|
|
105
|
+
colorBorderStrong: string;
|
|
106
|
+
colorBorderWeakNegative: string;
|
|
107
|
+
colorBorderMediumNegative: string;
|
|
108
|
+
colorBorderStrongNegative: string;
|
|
109
|
+
colorBorderInteractivePrimary: string;
|
|
110
|
+
colorBorderInteractivePrimaryHover: string;
|
|
111
|
+
colorBorderInteractivePrimaryActive: string;
|
|
112
|
+
colorBorderInteractiveFocus: string;
|
|
113
|
+
colorBorderInteractiveExpressive: string;
|
|
114
|
+
colorBorderInteractiveSubtle: string;
|
|
115
|
+
colorBorderInteractiveSubtleHover: string;
|
|
116
|
+
colorBorderInteractiveSelected: string;
|
|
117
|
+
colorBorderInteractivePrimaryNegative: string;
|
|
118
|
+
colorBorderInteractivePrimaryHoverNegative: string;
|
|
119
|
+
colorBorderInteractivePrimaryActiveNegative: string;
|
|
120
|
+
colorBorderInteractiveSubtleNegative: string;
|
|
121
|
+
colorBorderInteractiveSubtleHoverNegative: string;
|
|
122
|
+
colorBorderStatusError: string;
|
|
123
|
+
colorBorderStatusWarning: string;
|
|
124
|
+
colorBorderStatusInfo: string;
|
|
125
|
+
colorBorderStatusSuccess: string;
|
|
126
|
+
colorBorderStatusErrorNegative: string;
|
|
127
|
+
colorBorderStatusSuccessNegative: string;
|
|
128
|
+
};
|
|
129
|
+
//# sourceMappingURL=telia-light.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"telia-light.d.ts","sourceRoot":"","sources":["../src/telia-light.ts"],"names":[],"mappings":"AAmIA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkJI,CAAC"}
|