@skbkontur/colors 1.1.2-d1791.0 → 2.0.0-alpha.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 (111) hide show
  1. package/dist/cjs/constants/abney-correction.js +1102 -1102
  2. package/dist/cjs/constants/chroma-settings.js +102 -102
  3. package/dist/cjs/constants/default-swatch.d.ts +97 -95
  4. package/dist/cjs/constants/default-swatch.js +99 -97
  5. package/dist/cjs/constants/interaction-settings.d.ts +8 -0
  6. package/dist/cjs/constants/interaction-settings.js +19 -0
  7. package/dist/cjs/constants/logo-lightness.js +2 -2
  8. package/dist/cjs/constants/promo-hue-shift.d.ts +1 -1
  9. package/dist/cjs/constants/promo-hue-shift.js +11 -11
  10. package/dist/cjs/constants/warning-hue-patch.d.ts +1 -1
  11. package/dist/cjs/constants/warning-hue-patch.js +22 -22
  12. package/dist/cjs/get-base-tokens.d.ts +11 -9
  13. package/dist/cjs/get-base-tokens.js +178 -202
  14. package/dist/cjs/get-colors.d.ts +19 -0
  15. package/dist/cjs/get-colors.js +16 -0
  16. package/dist/cjs/get-default-tokens.d.ts +642 -1275
  17. package/dist/cjs/get-default-tokens.js +993 -1280
  18. package/dist/cjs/helpers/get-interactions.d.ts +7 -0
  19. package/dist/cjs/helpers/get-interactions.js +61 -0
  20. package/dist/cjs/helpers/get-logo.d.ts +2 -2
  21. package/dist/cjs/helpers/get-logo.js +28 -25
  22. package/dist/cjs/helpers/get-palette.d.ts +69 -42
  23. package/dist/cjs/helpers/get-palette.js +249 -204
  24. package/dist/cjs/helpers/get-promo.d.ts +10 -4
  25. package/dist/cjs/helpers/get-promo.js +48 -50
  26. package/dist/cjs/types/base-tokens.d.ts +115 -43
  27. package/dist/cjs/types/base-tokens.js +2 -2
  28. package/dist/cjs/types/generator-tokens.d.ts +30 -30
  29. package/dist/cjs/types/generator-tokens.js +2 -2
  30. package/dist/cjs/utils/format-variable.d.ts +2 -0
  31. package/dist/cjs/utils/format-variable.js +15 -0
  32. package/dist/colors.default-dark.js +325 -0
  33. package/dist/colors.default-light.js +326 -0
  34. package/dist/colors.js +319 -0
  35. package/dist/colors.less +319 -0
  36. package/dist/colors.scss +319 -0
  37. package/dist/esm/constants/abney-correction.js +1100 -1100
  38. package/dist/esm/constants/chroma-settings.js +100 -100
  39. package/dist/esm/constants/default-swatch.d.ts +97 -95
  40. package/dist/esm/constants/default-swatch.js +97 -95
  41. package/dist/esm/constants/interaction-settings.d.ts +8 -0
  42. package/dist/esm/constants/interaction-settings.js +8 -0
  43. package/dist/esm/constants/promo-hue-shift.d.ts +1 -1
  44. package/dist/esm/constants/promo-hue-shift.js +9 -9
  45. package/dist/esm/constants/warning-hue-patch.d.ts +1 -1
  46. package/dist/esm/constants/warning-hue-patch.js +20 -20
  47. package/dist/esm/get-base-tokens.d.ts +11 -9
  48. package/dist/esm/get-base-tokens.js +130 -172
  49. package/dist/esm/get-colors.d.ts +19 -0
  50. package/dist/esm/get-colors.js +12 -0
  51. package/dist/esm/get-default-tokens.d.ts +642 -1275
  52. package/dist/esm/get-default-tokens.js +991 -1278
  53. package/dist/esm/helpers/get-interactions.d.ts +7 -0
  54. package/dist/esm/helpers/get-interactions.js +49 -0
  55. package/dist/esm/helpers/get-logo.d.ts +2 -2
  56. package/dist/esm/helpers/get-logo.js +24 -21
  57. package/dist/esm/helpers/get-palette.d.ts +69 -42
  58. package/dist/esm/helpers/get-palette.js +197 -175
  59. package/dist/esm/helpers/get-promo.d.ts +10 -4
  60. package/dist/esm/helpers/get-promo.js +44 -46
  61. package/dist/esm/types/base-tokens.d.ts +115 -43
  62. package/dist/esm/types/generator-tokens.d.ts +30 -30
  63. package/dist/esm/utils/format-variable.d.ts +2 -0
  64. package/dist/esm/utils/format-variable.js +10 -0
  65. package/dist/tokens/brand-blue-deep_accent-brand.css +643 -0
  66. package/dist/tokens/brand-blue-deep_accent-gray.css +643 -0
  67. package/dist/tokens/brand-blue_accent-brand.css +643 -0
  68. package/dist/tokens/brand-blue_accent-gray.css +643 -0
  69. package/dist/tokens/brand-green_accent-brand.css +643 -0
  70. package/dist/tokens/brand-green_accent-gray.css +643 -0
  71. package/dist/tokens/brand-mint_accent-brand.css +643 -0
  72. package/dist/tokens/brand-mint_accent-gray.css +643 -0
  73. package/dist/tokens/brand-orange_accent-gray.css +643 -0
  74. package/dist/tokens/brand-purple_accent-brand.css +643 -0
  75. package/dist/tokens/brand-purple_accent-gray.css +643 -0
  76. package/dist/tokens/brand-red_accent-gray.css +643 -0
  77. package/dist/tokens/brand-violet_accent-brand.css +643 -0
  78. package/dist/tokens/brand-violet_accent-gray.css +643 -0
  79. package/dist/tokens-js/brand-blue-deep_accent-brand.js +644 -0
  80. package/dist/tokens-js/brand-blue-deep_accent-gray.js +644 -0
  81. package/dist/tokens-js/brand-blue_accent-brand.js +644 -0
  82. package/dist/tokens-js/brand-blue_accent-gray.js +644 -0
  83. package/dist/tokens-js/brand-green_accent-brand.js +644 -0
  84. package/dist/tokens-js/brand-green_accent-gray.js +644 -0
  85. package/dist/tokens-js/brand-mint_accent-brand.js +644 -0
  86. package/dist/tokens-js/brand-mint_accent-gray.js +644 -0
  87. package/dist/tokens-js/brand-orange_accent-gray.js +644 -0
  88. package/dist/tokens-js/brand-purple_accent-brand.js +644 -0
  89. package/dist/tokens-js/brand-purple_accent-gray.js +644 -0
  90. package/dist/tokens-js/brand-red_accent-gray.js +644 -0
  91. package/dist/tokens-js/brand-violet_accent-brand.js +644 -0
  92. package/dist/tokens-js/brand-violet_accent-gray.js +644 -0
  93. package/dist/tokens-mobile/brand-blue-deep_accent-brand.json +718 -0
  94. package/dist/tokens-mobile/brand-blue-deep_accent-gray.json +718 -0
  95. package/dist/tokens-mobile/brand-blue_accent-brand.json +718 -0
  96. package/dist/tokens-mobile/brand-blue_accent-gray.json +718 -0
  97. package/dist/tokens-mobile/brand-green_accent-brand.json +718 -0
  98. package/dist/tokens-mobile/brand-green_accent-gray.json +718 -0
  99. package/dist/tokens-mobile/brand-mint_accent-brand.json +718 -0
  100. package/dist/tokens-mobile/brand-mint_accent-gray.json +718 -0
  101. package/dist/tokens-mobile/brand-orange_accent-gray.json +718 -0
  102. package/dist/tokens-mobile/brand-purple_accent-brand.json +718 -0
  103. package/dist/tokens-mobile/brand-purple_accent-gray.json +718 -0
  104. package/dist/tokens-mobile/brand-red_accent-gray.json +718 -0
  105. package/dist/tokens-mobile/brand-violet_accent-brand.json +718 -0
  106. package/dist/tokens-mobile/brand-violet_accent-gray.json +718 -0
  107. package/package.json +7 -6
  108. package/dist/cjs/get-tokens.d.ts +0 -15
  109. package/dist/cjs/get-tokens.js +0 -13
  110. package/dist/esm/get-tokens.d.ts +0 -15
  111. package/dist/esm/get-tokens.js +0 -9
@@ -1,105 +1,105 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ 'use strict';
2
+ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  exports.CHROMA_SETTINGS = void 0;
4
4
  exports.CHROMA_SETTINGS = {
5
- 20: {
6
- vivid: { rel: 100, max: 12 },
7
- normal: { rel: 66, min: 4.4, max: 8 },
8
- dim: { rel: 46, min: 2, max: 4.4 },
9
- },
10
- 24: {
11
- vivid: { rel: 100, max: 14.2 },
12
- normal: { rel: 68, min: 5.7, max: 10 },
13
- dim: { rel: 48, min: 2.8, max: 5.7 },
14
- },
15
- 28: {
16
- vivid: { rel: 100, max: 15.8 },
17
- normal: { rel: 70, min: 7, max: 11.8 },
18
- dim: { rel: 50, min: 3.6, max: 7 },
19
- },
20
- 32: {
21
- vivid: { rel: 100, max: 17.1 },
22
- normal: { rel: 72, min: 8.2, max: 13.2 },
23
- dim: { rel: 52, min: 4.4, max: 8.2 },
24
- },
25
- 36: {
26
- vivid: { rel: 100, max: 18 },
27
- normal: { rel: 74, min: 9.4, max: 14.4 },
28
- dim: { rel: 54, min: 5.2, max: 9.4 },
29
- },
30
- 40: {
31
- vivid: { rel: 100, max: 18.8 },
32
- normal: { rel: 76, min: 10.6, max: 15.6 },
33
- dim: { rel: 56, min: 6, max: 10.6 },
34
- },
35
- 44: {
36
- vivid: { rel: 100, max: 19.6 },
37
- normal: { rel: 78, min: 11.7, max: 16.6 },
38
- dim: { rel: 58, min: 6.8, max: 11.7 },
39
- },
40
- 48: {
41
- vivid: { rel: 100, max: 20.3 },
42
- normal: { rel: 80, min: 12.8, max: 17.5 },
43
- dim: { rel: 60, min: 7.6, max: 12.8 },
44
- },
45
- 52: {
46
- vivid: { rel: 100, max: 21 },
47
- normal: { rel: 82, min: 13.9, max: 18.4 },
48
- dim: { rel: 62, min: 8.4, max: 13.9 },
49
- },
50
- 56: {
51
- vivid: { rel: 100, max: 21.6 },
52
- normal: { rel: 84, min: 15, max: 19.2 },
53
- dim: { rel: 64, min: 9.2, max: 15 },
54
- },
55
- 60: {
56
- vivid: { rel: 100, max: 22 },
57
- normal: { rel: 86, min: 15.9, max: 19.9 },
58
- dim: { rel: 66, min: 9.9, max: 15.9 },
59
- },
60
- 64: {
61
- vivid: { rel: 100, max: 22.2 },
62
- normal: { rel: 88, min: 16.2, max: 20.2 },
63
- dim: { rel: 68, min: 10.2, max: 16.2 },
64
- },
65
- 68: {
66
- vivid: { rel: 100, max: 21.9 },
67
- normal: { rel: 90, min: 15.8, max: 19.8 },
68
- dim: { rel: 70, min: 9.6, max: 15.8 },
69
- },
70
- 72: {
71
- vivid: { rel: 100, max: 21.2 },
72
- normal: { rel: 92, min: 14.8, max: 18.8 },
73
- dim: { rel: 72, min: 8.4, max: 14.8 },
74
- },
75
- 76: {
76
- vivid: { rel: 100, max: 20.3 },
77
- normal: { rel: 90, min: 13.1, max: 17.5 },
78
- dim: { rel: 70, min: 7, max: 13.1 },
79
- },
80
- 80: {
81
- vivid: { rel: 100, max: 19 },
82
- normal: { rel: 88, min: 11.2, max: 15.6 },
83
- dim: { rel: 68, min: 5.6, max: 11.2 },
84
- },
85
- 84: {
86
- vivid: { rel: 100, max: 17.1 },
87
- normal: { rel: 86, min: 9, max: 13.4 },
88
- dim: { rel: 66, min: 4.4, max: 9 },
89
- },
90
- 88: {
91
- vivid: { rel: 100, max: 14.2 },
92
- normal: { rel: 84, min: 6.7, max: 10.4 },
93
- dim: { rel: 64, min: 3.2, max: 6.7 },
94
- },
95
- 92: {
96
- vivid: { rel: 100, max: 11 },
97
- normal: { rel: 82, min: 4.4, max: 7.4 },
98
- dim: { rel: 62, min: 2.2, max: 4.4 },
99
- },
100
- 96: {
101
- vivid: { rel: 100, max: 7 },
102
- normal: { rel: 80, min: 2.6, max: 4.4 },
103
- dim: { rel: 60, min: 1.5, max: 2.6 },
104
- },
5
+ 20: {
6
+ vivid: { rel: 100, max: 12 },
7
+ normal: { rel: 66, min: 4.4, max: 8 },
8
+ dim: { rel: 46, min: 2, max: 4.4 },
9
+ },
10
+ 24: {
11
+ vivid: { rel: 100, max: 14.2 },
12
+ normal: { rel: 68, min: 5.7, max: 10 },
13
+ dim: { rel: 48, min: 2.8, max: 5.7 },
14
+ },
15
+ 28: {
16
+ vivid: { rel: 100, max: 15.8 },
17
+ normal: { rel: 70, min: 7, max: 11.8 },
18
+ dim: { rel: 50, min: 3.6, max: 7 },
19
+ },
20
+ 32: {
21
+ vivid: { rel: 100, max: 17.1 },
22
+ normal: { rel: 72, min: 8.2, max: 13.2 },
23
+ dim: { rel: 52, min: 4.4, max: 8.2 },
24
+ },
25
+ 36: {
26
+ vivid: { rel: 100, max: 18 },
27
+ normal: { rel: 74, min: 9.4, max: 14.4 },
28
+ dim: { rel: 54, min: 5.2, max: 9.4 },
29
+ },
30
+ 40: {
31
+ vivid: { rel: 100, max: 18.8 },
32
+ normal: { rel: 76, min: 10.6, max: 15.6 },
33
+ dim: { rel: 56, min: 6, max: 10.6 },
34
+ },
35
+ 44: {
36
+ vivid: { rel: 100, max: 19.6 },
37
+ normal: { rel: 78, min: 11.7, max: 16.6 },
38
+ dim: { rel: 58, min: 6.8, max: 11.7 },
39
+ },
40
+ 48: {
41
+ vivid: { rel: 100, max: 20.3 },
42
+ normal: { rel: 80, min: 12.8, max: 17.5 },
43
+ dim: { rel: 60, min: 7.6, max: 12.8 },
44
+ },
45
+ 52: {
46
+ vivid: { rel: 100, max: 21 },
47
+ normal: { rel: 82, min: 13.9, max: 18.4 },
48
+ dim: { rel: 62, min: 8.4, max: 13.9 },
49
+ },
50
+ 56: {
51
+ vivid: { rel: 100, max: 21.6 },
52
+ normal: { rel: 84, min: 15, max: 19.2 },
53
+ dim: { rel: 64, min: 9.2, max: 15 },
54
+ },
55
+ 60: {
56
+ vivid: { rel: 100, max: 22 },
57
+ normal: { rel: 86, min: 15.9, max: 19.9 },
58
+ dim: { rel: 66, min: 9.9, max: 15.9 },
59
+ },
60
+ 64: {
61
+ vivid: { rel: 100, max: 22.2 },
62
+ normal: { rel: 88, min: 16.2, max: 20.2 },
63
+ dim: { rel: 68, min: 10.2, max: 16.2 },
64
+ },
65
+ 68: {
66
+ vivid: { rel: 100, max: 21.9 },
67
+ normal: { rel: 90, min: 15.8, max: 19.8 },
68
+ dim: { rel: 70, min: 9.6, max: 15.8 },
69
+ },
70
+ 72: {
71
+ vivid: { rel: 100, max: 21.2 },
72
+ normal: { rel: 92, min: 14.8, max: 18.8 },
73
+ dim: { rel: 72, min: 8.4, max: 14.8 },
74
+ },
75
+ 76: {
76
+ vivid: { rel: 100, max: 20.3 },
77
+ normal: { rel: 90, min: 13.1, max: 17.5 },
78
+ dim: { rel: 70, min: 7, max: 13.1 },
79
+ },
80
+ 80: {
81
+ vivid: { rel: 100, max: 19 },
82
+ normal: { rel: 88, min: 11.2, max: 15.6 },
83
+ dim: { rel: 68, min: 5.6, max: 11.2 },
84
+ },
85
+ 84: {
86
+ vivid: { rel: 100, max: 17.1 },
87
+ normal: { rel: 86, min: 9, max: 13.4 },
88
+ dim: { rel: 66, min: 4.4, max: 9 },
89
+ },
90
+ 88: {
91
+ vivid: { rel: 100, max: 14.2 },
92
+ normal: { rel: 84, min: 6.7, max: 10.4 },
93
+ dim: { rel: 64, min: 3.2, max: 6.7 },
94
+ },
95
+ 92: {
96
+ vivid: { rel: 100, max: 11 },
97
+ normal: { rel: 82, min: 4.4, max: 7.4 },
98
+ dim: { rel: 62, min: 2.2, max: 4.4 },
99
+ },
100
+ 96: {
101
+ vivid: { rel: 100, max: 7 },
102
+ normal: { rel: 80, min: 2.6, max: 4.4 },
103
+ dim: { rel: 60, min: 1.5, max: 2.6 },
104
+ },
105
105
  };
@@ -1,107 +1,109 @@
1
1
  export declare const brand: {
2
- red: string;
3
- orange: string;
4
- green: string;
5
- mint: string;
6
- blue: string;
7
- blueDeep: string;
8
- violet: string;
9
- purple: string;
2
+ red: string;
3
+ orange: string;
4
+ green: string;
5
+ mint: string;
6
+ blue: string;
7
+ blueDeep: string;
8
+ violet: string;
9
+ purple: string;
10
10
  };
11
11
  export declare const system: {
12
- warning: string;
13
- error: string;
14
- success: string;
15
- accent: string;
12
+ warning: string;
13
+ error: string;
14
+ success: string;
15
+ accent: string;
16
16
  };
17
17
  export declare const customizable: {
18
- red: string;
19
- orange: string;
20
- green: string;
21
- mint: string;
22
- blue: string;
23
- blueDeep: string;
24
- violet: string;
25
- purple: string;
18
+ red: string;
19
+ orange: string;
20
+ green: string;
21
+ mint: string;
22
+ blue: string;
23
+ blueDeep: string;
24
+ violet: string;
25
+ purple: string;
26
+ yellow: string;
26
27
  };
27
28
  export declare const gray: {
28
- 0: string;
29
- 4: string;
30
- 8: string;
31
- 12: string;
32
- 16: string;
33
- 20: string;
34
- 24: string;
35
- 28: string;
36
- 32: string;
37
- 36: string;
38
- 40: string;
39
- 44: string;
40
- 48: string;
41
- 52: string;
42
- 56: string;
43
- 60: string;
44
- 64: string;
45
- 68: string;
46
- 72: string;
47
- 76: string;
48
- 80: string;
49
- 84: string;
50
- 88: string;
51
- 92: string;
52
- 96: string;
53
- 98: string;
54
- 100: string;
29
+ 0: string;
30
+ 16: string;
31
+ 20: string;
32
+ 24: string;
33
+ 28: string;
34
+ 32: string;
35
+ 36: string;
36
+ 40: string;
37
+ 44: string;
38
+ 48: string;
39
+ 52: string;
40
+ 56: string;
41
+ 60: string;
42
+ 64: string;
43
+ 68: string;
44
+ 72: string;
45
+ 76: string;
46
+ 80: string;
47
+ 84: string;
48
+ 88: string;
49
+ 92: string;
50
+ 96: string;
51
+ 98: string;
52
+ 100: string;
55
53
  };
56
54
  export declare const whiteAlpha: {
57
- 4: string;
58
- 8: string;
59
- 12: string;
60
- 16: string;
61
- 20: string;
62
- 24: string;
63
- 28: string;
64
- 32: string;
65
- 36: string;
66
- 40: string;
67
- 44: string;
68
- 48: string;
69
- 52: string;
70
- 56: string;
71
- 60: string;
72
- 64: string;
73
- 68: string;
74
- 72: string;
75
- 76: string;
76
- 80: string;
77
- 84: string;
78
- 88: string;
79
- 92: string;
80
- 96: string;
55
+ 4: string;
56
+ 6: string;
57
+ 8: string;
58
+ 12: string;
59
+ 16: string;
60
+ 20: string;
61
+ 24: string;
62
+ 28: string;
63
+ 32: string;
64
+ 36: string;
65
+ 40: string;
66
+ 44: string;
67
+ 48: string;
68
+ 52: string;
69
+ 56: string;
70
+ 60: string;
71
+ 64: string;
72
+ 68: string;
73
+ 72: string;
74
+ 76: string;
75
+ 80: string;
76
+ 84: string;
77
+ 88: string;
78
+ 92: string;
79
+ 96: string;
80
+ 100: string;
81
81
  };
82
82
  export declare const blackAlpha: {
83
- 4: string;
84
- 8: string;
85
- 12: string;
86
- 16: string;
87
- 20: string;
88
- 24: string;
89
- 28: string;
90
- 32: string;
91
- 36: string;
92
- 40: string;
93
- 44: string;
94
- 48: string;
95
- 52: string;
96
- 56: string;
97
- 60: string;
98
- 64: string;
99
- 68: string;
100
- 72: string;
101
- 76: string;
102
- 80: string;
103
- 84: string;
104
- 88: string;
105
- 92: string;
106
- 96: string;
83
+ 4: string;
84
+ 6: string;
85
+ 8: string;
86
+ 12: string;
87
+ 16: string;
88
+ 20: string;
89
+ 24: string;
90
+ 28: string;
91
+ 32: string;
92
+ 36: string;
93
+ 40: string;
94
+ 44: string;
95
+ 48: string;
96
+ 52: string;
97
+ 56: string;
98
+ 60: string;
99
+ 64: string;
100
+ 68: string;
101
+ 72: string;
102
+ 76: string;
103
+ 80: string;
104
+ 84: string;
105
+ 88: string;
106
+ 92: string;
107
+ 96: string;
108
+ 100: string;
107
109
  };
@@ -1,110 +1,112 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ 'use strict';
2
+ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  exports.blackAlpha = exports.whiteAlpha = exports.gray = exports.customizable = exports.system = exports.brand = void 0;
4
4
  exports.brand = {
5
- red: '#FE4C4C',
6
- orange: '#FC7630',
7
- green: '#26AD50',
8
- mint: '#00BEA2',
9
- blue: '#2291FF',
10
- blueDeep: '#366AF3',
11
- violet: '#844BEC',
12
- purple: '#B750D1',
5
+ red: '#FE4C4C',
6
+ orange: '#FC7630',
7
+ green: '#26AD50',
8
+ mint: '#00BEA2',
9
+ blue: '#2291FF',
10
+ blueDeep: '#366AF3',
11
+ violet: '#844BEC',
12
+ purple: '#B750D1',
13
13
  };
14
14
  exports.system = {
15
- warning: '#FDAA00',
16
- error: '#E62B34',
17
- success: '#009A40',
18
- accent: '#2291FF',
15
+ warning: '#FDAA00',
16
+ error: '#E62B34',
17
+ success: '#009A40',
18
+ accent: '#2291FF',
19
19
  };
20
20
  exports.customizable = {
21
- red: '#FE4C4C',
22
- orange: '#FC7630',
23
- green: '#26AD50',
24
- mint: '#00BEA2',
25
- blue: '#2291FF',
26
- blueDeep: '#366AF3',
27
- violet: '#844BEC',
28
- purple: '#B750D1',
21
+ red: '#FE4C4C',
22
+ orange: '#FC7630',
23
+ green: '#26AD50',
24
+ mint: '#00BEA2',
25
+ blue: '#2291FF',
26
+ blueDeep: '#366AF3',
27
+ violet: '#844BEC',
28
+ purple: '#B750D1',
29
+ yellow: '#FAB700',
29
30
  };
30
31
  exports.gray = {
31
- 0: 'oklch(0% 0 0)',
32
- 4: 'oklch(4% 0 0)',
33
- 8: 'oklch(8% 0 0)',
34
- 12: 'oklch(12% 0 0)',
35
- 16: 'oklch(16% 0 0)',
36
- 20: 'oklch(20% 0 0)',
37
- 24: 'oklch(24% 0 0)',
38
- 28: 'oklch(28% 0 0)',
39
- 32: 'oklch(32% 0 0)',
40
- 36: 'oklch(36% 0 0)',
41
- 40: 'oklch(40% 0 0)',
42
- 44: 'oklch(44% 0 0)',
43
- 48: 'oklch(48% 0 0)',
44
- 52: 'oklch(52% 0 0)',
45
- 56: 'oklch(56% 0 0)',
46
- 60: 'oklch(60% 0 0)',
47
- 64: 'oklch(64% 0 0)',
48
- 68: 'oklch(68% 0 0)',
49
- 72: 'oklch(72% 0 0)',
50
- 76: 'oklch(76% 0 0)',
51
- 80: 'oklch(80% 0 0)',
52
- 84: 'oklch(84% 0 0)',
53
- 88: 'oklch(88% 0 0)',
54
- 92: 'oklch(92% 0 0)',
55
- 96: 'oklch(96% 0 0)',
56
- 98: 'oklch(98% 0 0)',
57
- 100: 'oklch(100% 0 0)',
32
+ 0: 'oklch(0% 0 0)',
33
+ 16: 'oklch(16% 0 0)',
34
+ 20: 'oklch(20% 0 0)',
35
+ 24: 'oklch(24% 0 0)',
36
+ 28: 'oklch(28% 0 0)',
37
+ 32: 'oklch(32% 0 0)',
38
+ 36: 'oklch(36% 0 0)',
39
+ 40: 'oklch(40% 0 0)',
40
+ 44: 'oklch(44% 0 0)',
41
+ 48: 'oklch(48% 0 0)',
42
+ 52: 'oklch(52% 0 0)',
43
+ 56: 'oklch(56% 0 0)',
44
+ 60: 'oklch(60% 0 0)',
45
+ 64: 'oklch(64% 0 0)',
46
+ 68: 'oklch(68% 0 0)',
47
+ 72: 'oklch(72% 0 0)',
48
+ 76: 'oklch(76% 0 0)',
49
+ 80: 'oklch(80% 0 0)',
50
+ 84: 'oklch(84% 0 0)',
51
+ 88: 'oklch(88% 0 0)',
52
+ 92: 'oklch(92% 0 0)',
53
+ 96: 'oklch(96% 0 0)',
54
+ 98: 'oklch(98% 0 0)',
55
+ 100: 'oklch(100% 0 0)',
58
56
  };
59
57
  exports.whiteAlpha = {
60
- 4: 'oklch(100% 0 0 / 0.04)',
61
- 8: 'oklch(100% 0 0 / 0.08)',
62
- 12: 'oklch(100% 0 0 / 0.12)',
63
- 16: 'oklch(100% 0 0 / 0.16)',
64
- 20: 'oklch(100% 0 0 / 0.2)',
65
- 24: 'oklch(100% 0 0 / 0.24)',
66
- 28: 'oklch(100% 0 0 / 0.28)',
67
- 32: 'oklch(100% 0 0 / 0.32)',
68
- 36: 'oklch(100% 0 0 / 0.36)',
69
- 40: 'oklch(100% 0 0 / 0.4)',
70
- 44: 'oklch(100% 0 0 / 0.44)',
71
- 48: 'oklch(100% 0 0 / 0.48)',
72
- 52: 'oklch(100% 0 0 / 0.52)',
73
- 56: 'oklch(100% 0 0 / 0.56)',
74
- 60: 'oklch(100% 0 0 / 0.6)',
75
- 64: 'oklch(100% 0 0 / 0.64)',
76
- 68: 'oklch(100% 0 0 / 0.68)',
77
- 72: 'oklch(100% 0 0 / 0.72)',
78
- 76: 'oklch(100% 0 0 / 0.76)',
79
- 80: 'oklch(100% 0 0 / 0.8)',
80
- 84: 'oklch(100% 0 0 / 0.84)',
81
- 88: 'oklch(100% 0 0 / 0.88)',
82
- 92: 'oklch(100% 0 0 / 0.92)',
83
- 96: 'oklch(100% 0 0 / 0.96)',
58
+ 4: 'oklch(100% 0 0 / 0.04)',
59
+ 6: 'oklch(100% 0 0 / 0.06)',
60
+ 8: 'oklch(100% 0 0 / 0.08)',
61
+ 12: 'oklch(100% 0 0 / 0.12)',
62
+ 16: 'oklch(100% 0 0 / 0.16)',
63
+ 20: 'oklch(100% 0 0 / 0.2)',
64
+ 24: 'oklch(100% 0 0 / 0.24)',
65
+ 28: 'oklch(100% 0 0 / 0.28)',
66
+ 32: 'oklch(100% 0 0 / 0.32)',
67
+ 36: 'oklch(100% 0 0 / 0.36)',
68
+ 40: 'oklch(100% 0 0 / 0.4)',
69
+ 44: 'oklch(100% 0 0 / 0.44)',
70
+ 48: 'oklch(100% 0 0 / 0.48)',
71
+ 52: 'oklch(100% 0 0 / 0.52)',
72
+ 56: 'oklch(100% 0 0 / 0.56)',
73
+ 60: 'oklch(100% 0 0 / 0.6)',
74
+ 64: 'oklch(100% 0 0 / 0.64)',
75
+ 68: 'oklch(100% 0 0 / 0.68)',
76
+ 72: 'oklch(100% 0 0 / 0.72)',
77
+ 76: 'oklch(100% 0 0 / 0.76)',
78
+ 80: 'oklch(100% 0 0 / 0.8)',
79
+ 84: 'oklch(100% 0 0 / 0.84)',
80
+ 88: 'oklch(100% 0 0 / 0.88)',
81
+ 92: 'oklch(100% 0 0 / 0.92)',
82
+ 96: 'oklch(100% 0 0 / 0.96)',
83
+ 100: 'oklch(100% 0 0 / 1)',
84
84
  };
85
85
  exports.blackAlpha = {
86
- 4: 'oklch(0% 0 0 / 0.04)',
87
- 8: 'oklch(0% 0 0 / 0.08)',
88
- 12: 'oklch(0% 0 0 / 0.12)',
89
- 16: 'oklch(0% 0 0 / 0.16)',
90
- 20: 'oklch(0% 0 0 / 0.2)',
91
- 24: 'oklch(0% 0 0 / 0.24)',
92
- 28: 'oklch(0% 0 0 / 0.28)',
93
- 32: 'oklch(0% 0 0 / 0.32)',
94
- 36: 'oklch(0% 0 0 / 0.36)',
95
- 40: 'oklch(0% 0 0 / 0.4)',
96
- 44: 'oklch(0% 0 0 / 0.44)',
97
- 48: 'oklch(0% 0 0 / 0.48)',
98
- 52: 'oklch(0% 0 0 / 0.52)',
99
- 56: 'oklch(0% 0 0 / 0.56)',
100
- 60: 'oklch(0% 0 0 / 0.6)',
101
- 64: 'oklch(0% 0 0 / 0.64)',
102
- 68: 'oklch(0% 0 0 / 0.68)',
103
- 72: 'oklch(0% 0 0 / 0.72)',
104
- 76: 'oklch(0% 0 0 / 0.76)',
105
- 80: 'oklch(0% 0 0 / 0.8)',
106
- 84: 'oklch(0% 0 0 / 0.84)',
107
- 88: 'oklch(0% 0 0 / 0.88)',
108
- 92: 'oklch(0% 0 0 / 0.92)',
109
- 96: 'oklch(0% 0 0 / 0.96)',
86
+ 4: 'oklch(0% 0 0 / 0.04)',
87
+ 6: 'oklch(0% 0 0 / 0.06)',
88
+ 8: 'oklch(0% 0 0 / 0.08)',
89
+ 12: 'oklch(0% 0 0 / 0.12)',
90
+ 16: 'oklch(0% 0 0 / 0.16)',
91
+ 20: 'oklch(0% 0 0 / 0.2)',
92
+ 24: 'oklch(0% 0 0 / 0.24)',
93
+ 28: 'oklch(0% 0 0 / 0.28)',
94
+ 32: 'oklch(0% 0 0 / 0.32)',
95
+ 36: 'oklch(0% 0 0 / 0.36)',
96
+ 40: 'oklch(0% 0 0 / 0.4)',
97
+ 44: 'oklch(0% 0 0 / 0.44)',
98
+ 48: 'oklch(0% 0 0 / 0.48)',
99
+ 52: 'oklch(0% 0 0 / 0.52)',
100
+ 56: 'oklch(0% 0 0 / 0.56)',
101
+ 60: 'oklch(0% 0 0 / 0.6)',
102
+ 64: 'oklch(0% 0 0 / 0.64)',
103
+ 68: 'oklch(0% 0 0 / 0.68)',
104
+ 72: 'oklch(0% 0 0 / 0.72)',
105
+ 76: 'oklch(0% 0 0 / 0.76)',
106
+ 80: 'oklch(0% 0 0 / 0.8)',
107
+ 84: 'oklch(0% 0 0 / 0.84)',
108
+ 88: 'oklch(0% 0 0 / 0.88)',
109
+ 92: 'oklch(0% 0 0 / 0.92)',
110
+ 96: 'oklch(0% 0 0 / 0.96)',
111
+ 100: 'oklch(0% 0 0 / 1)',
110
112
  };
@@ -0,0 +1,8 @@
1
+ export declare const HOVER_LIGHT_L = -4;
2
+ export declare const HOVER_LIGHT_C = 0;
3
+ export declare const HOVER_DARK_L = 4;
4
+ export declare const HOVER_DARK_C = 0;
5
+ export declare const PRESSED_LIGHT_L = -8;
6
+ export declare const PRESSED_LIGHT_C = -0.03;
7
+ export declare const PRESSED_DARK_L = -4;
8
+ export declare const PRESSED_DARK_C = -0.03;
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+ Object.defineProperty(exports, '__esModule', { value: true });
3
+ exports.PRESSED_DARK_C =
4
+ exports.PRESSED_DARK_L =
5
+ exports.PRESSED_LIGHT_C =
6
+ exports.PRESSED_LIGHT_L =
7
+ exports.HOVER_DARK_C =
8
+ exports.HOVER_DARK_L =
9
+ exports.HOVER_LIGHT_C =
10
+ exports.HOVER_LIGHT_L =
11
+ void 0;
12
+ exports.HOVER_LIGHT_L = -4;
13
+ exports.HOVER_LIGHT_C = 0;
14
+ exports.HOVER_DARK_L = +4;
15
+ exports.HOVER_DARK_C = 0;
16
+ exports.PRESSED_LIGHT_L = -8;
17
+ exports.PRESSED_LIGHT_C = -0.03;
18
+ exports.PRESSED_DARK_L = -4;
19
+ exports.PRESSED_DARK_C = -0.03;
@@ -1,4 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ 'use strict';
2
+ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  exports.MIN_LOGO_LIGHTNESS = void 0;
4
4
  exports.MIN_LOGO_LIGHTNESS = 64;