@purpurds/theme 7.13.1 → 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.
Files changed (39) hide show
  1. package/.rush/temp/ci_build/@purpurds/theme/{10faf61143baee1a2e22f79fd791f0db853e0f61.untar.log → 0646f8ac54319d2ce21f09e9f3209badb3907451.untar.log} +2 -2
  2. package/.rush/temp/operation/ci_build/all.log +12 -6
  3. package/.rush/temp/operation/ci_build/log-chunks.jsonl +12 -6
  4. package/.rush/temp/operation/ci_build/state.json +1 -1
  5. package/.rush/temp/operation/test_unit/state.json +1 -1
  6. package/.rush/temp/shrinkwrap-deps.json +1 -1
  7. package/dist/LICENSE.txt +8 -8
  8. package/dist/ThemeProvider.d.ts +7 -5
  9. package/dist/ThemeProvider.d.ts.map +1 -1
  10. package/dist/telia-dark.d.ts +129 -0
  11. package/dist/telia-dark.d.ts.map +1 -0
  12. package/dist/telia-light.d.ts +129 -0
  13. package/dist/telia-light.d.ts.map +1 -0
  14. package/dist/telia-theme.d.ts +223 -20
  15. package/dist/telia-theme.d.ts.map +1 -1
  16. package/dist/theme-props.d.ts +32 -17
  17. package/dist/theme-props.d.ts.map +1 -1
  18. package/dist/theme.cjs.js +1 -1
  19. package/dist/theme.cjs.js.map +1 -1
  20. package/dist/theme.d.ts +4 -2
  21. package/dist/theme.d.ts.map +1 -1
  22. package/dist/theme.es.js +346 -133
  23. package/dist/theme.es.js.map +1 -1
  24. package/dist/types.d.ts +4 -0
  25. package/dist/types.d.ts.map +1 -1
  26. package/dist/useApplyTheme.d.ts +10 -0
  27. package/dist/useApplyTheme.d.ts.map +1 -0
  28. package/dist/useColorScheme.d.ts.map +1 -1
  29. package/package.json +4 -3
  30. package/src/ThemeProvider.tsx +18 -27
  31. package/src/telia-dark.ts +141 -0
  32. package/src/telia-light.ts +278 -0
  33. package/src/telia-theme.ts +6 -88
  34. package/src/theme-props.ts +32 -17
  35. package/src/theme.ts +4 -2
  36. package/src/types.ts +1 -0
  37. package/src/useApplyTheme.ts +34 -0
  38. package/types.d.ts +0 -365
  39. /package/src/{useColorScheme.tsx → useColorScheme.ts} +0 -0
@@ -1,5 +1,5 @@
1
- Start time: Thu Sep 04 2025 08:56:49 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/10faf61143baee1a2e22f79fd791f0db853e0f61"
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
- 14 modules transformed.
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 5.10 kB │ gzip: 1.83 kB │ map: 36.19 kB
15
- [vite:dts] Declaration files built in 1759ms.
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 6.21 kB │ gzip: 2.02 kB │ map: 36.65 kB
18
- ✓ built in 2.07s
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 14 modules transformed.\n"}
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[2m5.10 kB\u001b[22m\u001b[1m\u001b[22m\u001b[2m │ gzip: 1.83 kB\u001b[22m\u001b[2m │ map: 36.19 kB\u001b[22m\n"}
15
- {"kind":"O","text":"\u001b[32m\u001b[36m[vite:dts]\u001b[32m Declaration files built in 1759ms.\n"}
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[2m6.21 kB\u001b[22m\u001b[1m\u001b[22m\u001b[2m │ gzip: 2.02 kB\u001b[22m\u001b[2m │ map: 36.65 kB\u001b[22m\n"}
18
- {"kind":"O","text":"\u001b[32m✓ built in 2.07s\u001b[39m\n"}
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,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 4086.624292000001
2
+ "nonCachedDurationMs": 5125.611466
3
3
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 1002.6854710000001
2
+ "nonCachedDurationMs": 1047.100406
3
3
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "../../libraries/theme": "../../libraries/theme:hcRiRfceeGivtJhq6sASf24X8B2/FaOOuZaA0hlbmTg=:",
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.0
14
- License: AGPL-3.0-only
15
- Private: false
15
+ Author: Blake Embrey <hello@blakeembrey.com> (http://blakeembrey.me)
@@ -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 = (PropsBase & {
11
+ export type Props = PropsBase & ({
10
12
  theme: {
11
13
  light: ThemeProps;
12
14
  dark?: never;
13
15
  };
14
16
  forceColorScheme: "light";
15
- }) | ((PropsBase & {
17
+ } | {
16
18
  theme?: {
17
19
  light: ThemeProps;
18
20
  dark: ThemeProps;
19
21
  };
20
22
  forceColorScheme?: ColorScheme;
21
- }) & React.HTMLAttributes<HTMLDivElement>);
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;AAI9F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,KAAK,EAAgB,WAAW,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAI3E,KAAK,SAAS,GAAG;IACf,QAAQ,EAAE,SAAS,CAAC;IACpB,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,KAAK,GACb,CAAC,SAAS,GAAG;IACX,KAAK,EAAE;QAAE,KAAK,EAAE,UAAU,CAAC;QAAC,IAAI,CAAC,EAAE,KAAK,CAAA;KAAE,CAAC;IAC3C,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC,GACF,CAAC,CAAC,SAAS,GAAG;IACZ,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,UAAU,CAAC;QAAC,IAAI,EAAE,UAAU,CAAA;KAAE,CAAC;IAChD,gBAAgB,CAAC,EAAE,WAAW,CAAC;CAChC,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC;AAE5C,eAAO,MAAM,aAAa,0EAMvB,KAAK,sBAoEP,CAAC;AAEF,eAAO,MAAM,QAAQ,QAAO,gBAM3B,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"}