@atlaskit/tokens 1.5.0 → 1.5.2

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 (58) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/artifacts/generated-pairs.js +1 -289
  3. package/dist/cjs/artifacts/themes/atlassian-dark-new-input-border.js +2 -2
  4. package/dist/cjs/artifacts/themes/atlassian-light-new-input-border.js +2 -2
  5. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-iteration.js +902 -0
  6. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-new-input-border.js +300 -0
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-light-new-input-border.js +300 -0
  8. package/dist/cjs/get-token-value.js +1 -1
  9. package/dist/cjs/get-token.js +1 -1
  10. package/dist/cjs/tokens/atlassian-dark-new-input-border/color/border.js +1 -37
  11. package/dist/cjs/tokens/atlassian-light-new-input-border/color/border.js +1 -37
  12. package/dist/cjs/tokens/default/color/accent.js +16 -16
  13. package/dist/cjs/version.json +1 -1
  14. package/dist/es2019/artifacts/generated-pairs.js +1 -289
  15. package/dist/es2019/artifacts/themes/atlassian-dark-new-input-border.js +2 -14
  16. package/dist/es2019/artifacts/themes/atlassian-light-new-input-border.js +2 -14
  17. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-iteration.js +895 -0
  18. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-new-input-border.js +293 -0
  19. package/dist/es2019/artifacts/tokens-raw/atlassian-light-new-input-border.js +293 -0
  20. package/dist/es2019/get-token-value.js +1 -1
  21. package/dist/es2019/get-token.js +1 -1
  22. package/dist/es2019/tokens/atlassian-dark-new-input-border/color/border.js +1 -37
  23. package/dist/es2019/tokens/atlassian-light-new-input-border/color/border.js +1 -37
  24. package/dist/es2019/tokens/default/color/accent.js +16 -16
  25. package/dist/es2019/version.json +1 -1
  26. package/dist/esm/artifacts/generated-pairs.js +1 -289
  27. package/dist/esm/artifacts/themes/atlassian-dark-new-input-border.js +2 -2
  28. package/dist/esm/artifacts/themes/atlassian-light-new-input-border.js +2 -2
  29. package/dist/esm/artifacts/tokens-raw/atlassian-dark-iteration.js +895 -0
  30. package/dist/esm/artifacts/tokens-raw/atlassian-dark-new-input-border.js +293 -0
  31. package/dist/esm/artifacts/tokens-raw/atlassian-light-new-input-border.js +293 -0
  32. package/dist/esm/get-token-value.js +1 -1
  33. package/dist/esm/get-token.js +1 -1
  34. package/dist/esm/tokens/atlassian-dark-new-input-border/color/border.js +1 -37
  35. package/dist/esm/tokens/atlassian-light-new-input-border/color/border.js +1 -37
  36. package/dist/esm/tokens/default/color/accent.js +16 -16
  37. package/dist/esm/version.json +1 -1
  38. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  39. package/dist/types/artifacts/themes/atlassian-dark-new-input-border.d.ts +2 -2
  40. package/dist/types/artifacts/themes/atlassian-light-new-input-border.d.ts +2 -2
  41. package/dist/types/artifacts/tokens-raw/atlassian-dark-iteration.d.ts +91 -0
  42. package/dist/types/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +29 -0
  43. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  44. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  45. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  46. package/dist/types/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +29 -0
  47. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  48. package/dist/types/tokens/atlassian-dark-new-input-border/color/border.d.ts +9 -3
  49. package/dist/types/tokens/atlassian-light-new-input-border/color/border.d.ts +9 -3
  50. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  51. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-new-input-border.d.ts +2 -2
  52. package/dist/types-ts4.5/artifacts/themes/atlassian-light-new-input-border.d.ts +2 -2
  53. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-iteration.d.ts +91 -0
  54. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +29 -0
  55. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +29 -0
  56. package/dist/types-ts4.5/tokens/atlassian-dark-new-input-border/color/border.d.ts +9 -3
  57. package/dist/types-ts4.5/tokens/atlassian-light-new-input-border/color/border.d.ts +9 -3
  58. package/package.json +3 -1
@@ -1,44 +1,8 @@
1
1
  var color = {
2
2
  color: {
3
3
  border: {
4
- '[default]': {
5
- value: 'Neutral300A'
6
- },
7
- bold: {
8
- value: 'Neutral600'
9
- },
10
- inverse: {
11
- value: 'Neutral0'
12
- },
13
- focused: {
14
- value: 'Blue500'
15
- },
16
4
  input: {
17
- value: 'Neutral600'
18
- },
19
- disabled: {
20
- value: 'Neutral200A'
21
- },
22
- brand: {
23
- value: 'Blue700'
24
- },
25
- selected: {
26
- value: 'Blue700'
27
- },
28
- danger: {
29
- value: 'Red600'
30
- },
31
- warning: {
32
- value: 'Orange600'
33
- },
34
- success: {
35
- value: 'Green600'
36
- },
37
- discovery: {
38
- value: 'Purple600'
39
- },
40
- information: {
41
- value: 'Blue600'
5
+ value: 'Neutral500'
42
6
  }
43
7
  }
44
8
  }
@@ -8,7 +8,7 @@ var color = {
8
8
  group: 'paint',
9
9
  state: 'active',
10
10
  introduced: '0.6.0',
11
- description: 'Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
11
+ description: 'Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color.'
12
12
  }
13
13
  },
14
14
  bolder: {
@@ -16,7 +16,7 @@ var color = {
16
16
  group: 'paint',
17
17
  state: 'active',
18
18
  introduced: '0.7.0',
19
- description: 'Use on bold blue accent backgrounds.'
19
+ description: 'Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color.'
20
20
  }
21
21
  }
22
22
  },
@@ -26,7 +26,7 @@ var color = {
26
26
  group: 'paint',
27
27
  state: 'active',
28
28
  introduced: '0.6.0',
29
- description: 'Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
29
+ description: 'Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color.'
30
30
  }
31
31
  },
32
32
  bolder: {
@@ -34,7 +34,7 @@ var color = {
34
34
  group: 'paint',
35
35
  state: 'active',
36
36
  introduced: '0.7.0',
37
- description: 'Use on bold red accent backgrounds.'
37
+ description: 'Use for red text on subtle red accent backgrounds when there is no meaning tied to the color.'
38
38
  }
39
39
  }
40
40
  },
@@ -44,7 +44,7 @@ var color = {
44
44
  group: 'paint',
45
45
  state: 'active',
46
46
  introduced: '0.6.0',
47
- description: 'Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
47
+ description: 'Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color.'
48
48
  }
49
49
  },
50
50
  bolder: {
@@ -52,7 +52,7 @@ var color = {
52
52
  group: 'paint',
53
53
  state: 'active',
54
54
  introduced: '0.7.0',
55
- description: 'Use on bold orange accent backgrounds.'
55
+ description: 'Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color.'
56
56
  }
57
57
  }
58
58
  },
@@ -62,7 +62,7 @@ var color = {
62
62
  group: 'paint',
63
63
  state: 'active',
64
64
  introduced: '0.6.0',
65
- description: 'Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
65
+ description: 'Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color.'
66
66
  }
67
67
  },
68
68
  bolder: {
@@ -70,7 +70,7 @@ var color = {
70
70
  group: 'paint',
71
71
  state: 'active',
72
72
  introduced: '0.7.0',
73
- description: 'Use on bold yellow accent backgrounds.'
73
+ description: 'Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color.'
74
74
  }
75
75
  }
76
76
  },
@@ -80,7 +80,7 @@ var color = {
80
80
  group: 'paint',
81
81
  state: 'active',
82
82
  introduced: '0.6.0',
83
- description: 'Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
83
+ description: 'Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color.'
84
84
  }
85
85
  },
86
86
  bolder: {
@@ -88,7 +88,7 @@ var color = {
88
88
  group: 'paint',
89
89
  state: 'active',
90
90
  introduced: '0.7.0',
91
- description: 'Use on bold green accent backgrounds.'
91
+ description: 'Use for green text on subtle green accent backgrounds when there is no meaning tied to the color.'
92
92
  }
93
93
  }
94
94
  },
@@ -98,7 +98,7 @@ var color = {
98
98
  group: 'paint',
99
99
  state: 'active',
100
100
  introduced: '0.6.0',
101
- description: 'Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
101
+ description: 'Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color.'
102
102
  }
103
103
  },
104
104
  bolder: {
@@ -106,7 +106,7 @@ var color = {
106
106
  group: 'paint',
107
107
  state: 'active',
108
108
  introduced: '0.7.0',
109
- description: 'Use on bold purple accent backgrounds.'
109
+ description: 'Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color.'
110
110
  }
111
111
  }
112
112
  },
@@ -116,7 +116,7 @@ var color = {
116
116
  group: 'paint',
117
117
  state: 'active',
118
118
  introduced: '0.6.0',
119
- description: 'Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
119
+ description: 'Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color.'
120
120
  }
121
121
  },
122
122
  bolder: {
@@ -124,7 +124,7 @@ var color = {
124
124
  group: 'paint',
125
125
  state: 'active',
126
126
  introduced: '0.7.0',
127
- description: 'Use on bold teal accent backgrounds.'
127
+ description: 'Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color.'
128
128
  }
129
129
  }
130
130
  },
@@ -134,7 +134,7 @@ var color = {
134
134
  group: 'paint',
135
135
  state: 'active',
136
136
  introduced: '0.6.0',
137
- description: 'Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
137
+ description: 'Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color.'
138
138
  }
139
139
  },
140
140
  bolder: {
@@ -142,7 +142,7 @@ var color = {
142
142
  group: 'paint',
143
143
  state: 'active',
144
144
  introduced: '0.7.0',
145
- description: 'Use on bold magenta accent backgrounds.'
145
+ description: 'Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color.'
146
146
  }
147
147
  }
148
148
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -4,7 +4,7 @@
4
4
  * Auto-generated list of token pairings that may need to have sufficient contrast.
5
5
  * Not currently used by tests, but is used by the custom theme contrast checker example
6
6
  *
7
- * @codegen <<SignedSource::349f00c184fe40bca26982001eabb94c>>
7
+ * @codegen <<SignedSource::ec8e2d34c5152b1b66186e14b261c0f1>>
8
8
  * @codegenCommand yarn build tokens
9
9
  */
10
10
  export declare const generatedPairs: {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c975c1ac2db9f1c0efff9214a1aac7b7>>
3
+ * @codegen <<SignedSource::b255ff03ae4f781bb3016003a111bed0>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-border: #A6C5E229;\n --ds-border-disabled: #A1BDD914;\n --ds-border-focused: #85B8FF;\n --ds-border-input: #738496;\n --ds-border-inverse: #161A1D;\n --ds-border-selected: #579DFF;\n --ds-border-brand: #579DFF;\n --ds-border-danger: #EF5C48;\n --ds-border-warning: #CF9F02;\n --ds-border-success: #2ABB7F;\n --ds-border-discovery: #8F7EE7;\n --ds-border-information: #388BFF;\n --ds-border-bold: #738496;\n}\n";
6
+ declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-border-input: #596773;\n}\n";
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::901558f32ad8ab69dd685f026e5d85db>>
3
+ * @codegen <<SignedSource::b14cc1106ad737bfef0b77e4b645c1df>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-border: #091E4224;\n --ds-border-disabled: #091E420F;\n --ds-border-focused: #388BFF;\n --ds-border-input: #758195;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #0C66E4;\n --ds-border-brand: #0C66E4;\n --ds-border-danger: #E34935;\n --ds-border-warning: #D97008;\n --ds-border-success: #22A06B;\n --ds-border-discovery: #8270DB;\n --ds-border-information: #1D7AFC;\n --ds-border-bold: #758195;\n}\n";
6
+ declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-border-input: #8590A2;\n}\n";
7
7
  export default _default;
@@ -0,0 +1,91 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::665c06f00cd5963095f2fe43b7787f07>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ declare const tokens: ({
7
+ attributes: {
8
+ group: string;
9
+ state: string;
10
+ introduced: string;
11
+ description: string;
12
+ };
13
+ value: string;
14
+ filePath: string;
15
+ isSource: boolean;
16
+ original: {
17
+ attributes: {
18
+ group: string;
19
+ state: string;
20
+ introduced: string;
21
+ description: string;
22
+ };
23
+ value: string;
24
+ };
25
+ name: string;
26
+ path: string[];
27
+ cleanName: string;
28
+ } | {
29
+ attributes: {
30
+ group: string;
31
+ state: string;
32
+ introduced: string;
33
+ description: string;
34
+ };
35
+ value: ({
36
+ radius: number;
37
+ spread: number;
38
+ color: string;
39
+ offset: {
40
+ x: number;
41
+ y: number;
42
+ };
43
+ opacity: number;
44
+ inset: boolean;
45
+ } | {
46
+ radius: number;
47
+ offset: {
48
+ x: number;
49
+ y: number;
50
+ };
51
+ color: string;
52
+ opacity: number;
53
+ spread?: undefined;
54
+ inset?: undefined;
55
+ })[];
56
+ filePath: string;
57
+ isSource: boolean;
58
+ original: {
59
+ attributes: {
60
+ group: string;
61
+ state: string;
62
+ introduced: string;
63
+ description: string;
64
+ };
65
+ value: ({
66
+ radius: number;
67
+ spread: number;
68
+ color: string;
69
+ offset: {
70
+ x: number;
71
+ y: number;
72
+ };
73
+ opacity: number;
74
+ inset: boolean;
75
+ } | {
76
+ radius: number;
77
+ offset: {
78
+ x: number;
79
+ y: number;
80
+ };
81
+ color: string;
82
+ opacity: number;
83
+ spread?: undefined;
84
+ inset?: undefined;
85
+ })[];
86
+ };
87
+ name: string;
88
+ path: string[];
89
+ cleanName: string;
90
+ })[];
91
+ export default tokens;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2c7e6a36e75ad8b32981cc4bbaa378db>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ declare const tokens: {
7
+ attributes: {
8
+ group: string;
9
+ state: string;
10
+ introduced: string;
11
+ description: string;
12
+ };
13
+ value: string;
14
+ filePath: string;
15
+ isSource: boolean;
16
+ original: {
17
+ attributes: {
18
+ group: string;
19
+ state: string;
20
+ introduced: string;
21
+ description: string;
22
+ };
23
+ value: string;
24
+ };
25
+ name: string;
26
+ path: string[];
27
+ cleanName: string;
28
+ }[];
29
+ export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::84c07c984048a8e983012138da0a45d4>>
3
+ * @codegen <<SignedSource::9f67599bfba65a0405dbfb30738d18c8>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9fb5765f3cdc20fddee49302a8172f2b>>
3
+ * @codegen <<SignedSource::2cd5fe066fcdc4fd65b0d5ee54a25928>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a70f8f90a96e7e15c85d47284f7ef5a6>>
3
+ * @codegen <<SignedSource::5a69885c78d580dd4da675165d8163c0>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1b8e6179220992a91da861f10183038f>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ declare const tokens: {
7
+ attributes: {
8
+ group: string;
9
+ state: string;
10
+ introduced: string;
11
+ description: string;
12
+ };
13
+ value: string;
14
+ filePath: string;
15
+ isSource: boolean;
16
+ original: {
17
+ attributes: {
18
+ group: string;
19
+ state: string;
20
+ introduced: string;
21
+ description: string;
22
+ };
23
+ value: string;
24
+ };
25
+ name: string;
26
+ path: string[];
27
+ cleanName: string;
28
+ }[];
29
+ export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::4f1312b7d279fa9e11425bc4621e8a31>>
3
+ * @codegen <<SignedSource::2246b2d7c94a1fe562f7860f3b40764b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,4 +1,10 @@
1
- import type { BaseToken } from '../../../palettes/palette';
2
- import type { BorderColorTokenSchema, ValueSchema } from '../../../types';
3
- declare const color: ValueSchema<BorderColorTokenSchema<BaseToken>>;
1
+ declare const color: {
2
+ color: {
3
+ border: {
4
+ input: {
5
+ value: string;
6
+ };
7
+ };
8
+ };
9
+ };
4
10
  export default color;
@@ -1,4 +1,10 @@
1
- import type { BaseToken } from '../../../palettes/palette';
2
- import type { BorderColorTokenSchema, ValueSchema } from '../../../types';
3
- declare const color: ValueSchema<BorderColorTokenSchema<BaseToken>>;
1
+ declare const color: {
2
+ color: {
3
+ border: {
4
+ input: {
5
+ value: string;
6
+ };
7
+ };
8
+ };
9
+ };
4
10
  export default color;
@@ -4,7 +4,7 @@
4
4
  * Auto-generated list of token pairings that may need to have sufficient contrast.
5
5
  * Not currently used by tests, but is used by the custom theme contrast checker example
6
6
  *
7
- * @codegen <<SignedSource::349f00c184fe40bca26982001eabb94c>>
7
+ * @codegen <<SignedSource::ec8e2d34c5152b1b66186e14b261c0f1>>
8
8
  * @codegenCommand yarn build tokens
9
9
  */
10
10
  export declare const generatedPairs: {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c975c1ac2db9f1c0efff9214a1aac7b7>>
3
+ * @codegen <<SignedSource::b255ff03ae4f781bb3016003a111bed0>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-border: #A6C5E229;\n --ds-border-disabled: #A1BDD914;\n --ds-border-focused: #85B8FF;\n --ds-border-input: #738496;\n --ds-border-inverse: #161A1D;\n --ds-border-selected: #579DFF;\n --ds-border-brand: #579DFF;\n --ds-border-danger: #EF5C48;\n --ds-border-warning: #CF9F02;\n --ds-border-success: #2ABB7F;\n --ds-border-discovery: #8F7EE7;\n --ds-border-information: #388BFF;\n --ds-border-bold: #738496;\n}\n";
6
+ declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-border-input: #596773;\n}\n";
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::901558f32ad8ab69dd685f026e5d85db>>
3
+ * @codegen <<SignedSource::b14cc1106ad737bfef0b77e4b645c1df>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-border: #091E4224;\n --ds-border-disabled: #091E420F;\n --ds-border-focused: #388BFF;\n --ds-border-input: #758195;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #0C66E4;\n --ds-border-brand: #0C66E4;\n --ds-border-danger: #E34935;\n --ds-border-warning: #D97008;\n --ds-border-success: #22A06B;\n --ds-border-discovery: #8270DB;\n --ds-border-information: #1D7AFC;\n --ds-border-bold: #758195;\n}\n";
6
+ declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-border-input: #8590A2;\n}\n";
7
7
  export default _default;
@@ -0,0 +1,91 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::665c06f00cd5963095f2fe43b7787f07>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ declare const tokens: ({
7
+ attributes: {
8
+ group: string;
9
+ state: string;
10
+ introduced: string;
11
+ description: string;
12
+ };
13
+ value: string;
14
+ filePath: string;
15
+ isSource: boolean;
16
+ original: {
17
+ attributes: {
18
+ group: string;
19
+ state: string;
20
+ introduced: string;
21
+ description: string;
22
+ };
23
+ value: string;
24
+ };
25
+ name: string;
26
+ path: string[];
27
+ cleanName: string;
28
+ } | {
29
+ attributes: {
30
+ group: string;
31
+ state: string;
32
+ introduced: string;
33
+ description: string;
34
+ };
35
+ value: ({
36
+ radius: number;
37
+ spread: number;
38
+ color: string;
39
+ offset: {
40
+ x: number;
41
+ y: number;
42
+ };
43
+ opacity: number;
44
+ inset: boolean;
45
+ } | {
46
+ radius: number;
47
+ offset: {
48
+ x: number;
49
+ y: number;
50
+ };
51
+ color: string;
52
+ opacity: number;
53
+ spread?: undefined;
54
+ inset?: undefined;
55
+ })[];
56
+ filePath: string;
57
+ isSource: boolean;
58
+ original: {
59
+ attributes: {
60
+ group: string;
61
+ state: string;
62
+ introduced: string;
63
+ description: string;
64
+ };
65
+ value: ({
66
+ radius: number;
67
+ spread: number;
68
+ color: string;
69
+ offset: {
70
+ x: number;
71
+ y: number;
72
+ };
73
+ opacity: number;
74
+ inset: boolean;
75
+ } | {
76
+ radius: number;
77
+ offset: {
78
+ x: number;
79
+ y: number;
80
+ };
81
+ color: string;
82
+ opacity: number;
83
+ spread?: undefined;
84
+ inset?: undefined;
85
+ })[];
86
+ };
87
+ name: string;
88
+ path: string[];
89
+ cleanName: string;
90
+ })[];
91
+ export default tokens;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f091852abdb216a4ab49dfd79884c4d4>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ declare const tokens: {
7
+ attributes: {
8
+ group: string;
9
+ state: string;
10
+ introduced: string;
11
+ description: string;
12
+ };
13
+ value: string;
14
+ filePath: string;
15
+ isSource: boolean;
16
+ original: {
17
+ attributes: {
18
+ group: string;
19
+ state: string;
20
+ introduced: string;
21
+ description: string;
22
+ };
23
+ value: string;
24
+ };
25
+ name: string;
26
+ path: string[];
27
+ cleanName: string;
28
+ }[];
29
+ export default tokens;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1b68ecd19e4ca98d437238a217feab43>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ declare const tokens: {
7
+ attributes: {
8
+ group: string;
9
+ state: string;
10
+ introduced: string;
11
+ description: string;
12
+ };
13
+ value: string;
14
+ filePath: string;
15
+ isSource: boolean;
16
+ original: {
17
+ attributes: {
18
+ group: string;
19
+ state: string;
20
+ introduced: string;
21
+ description: string;
22
+ };
23
+ value: string;
24
+ };
25
+ name: string;
26
+ path: string[];
27
+ cleanName: string;
28
+ }[];
29
+ export default tokens;
@@ -1,4 +1,10 @@
1
- import type { BaseToken } from '../../../palettes/palette';
2
- import type { BorderColorTokenSchema, ValueSchema } from '../../../types';
3
- declare const color: ValueSchema<BorderColorTokenSchema<BaseToken>>;
1
+ declare const color: {
2
+ color: {
3
+ border: {
4
+ input: {
5
+ value: string;
6
+ };
7
+ };
8
+ };
9
+ };
4
10
  export default color;
@@ -1,4 +1,10 @@
1
- import type { BaseToken } from '../../../palettes/palette';
2
- import type { BorderColorTokenSchema, ValueSchema } from '../../../types';
3
- declare const color: ValueSchema<BorderColorTokenSchema<BaseToken>>;
1
+ declare const color: {
2
+ color: {
3
+ border: {
4
+ input: {
5
+ value: string;
6
+ };
7
+ };
8
+ };
9
+ };
4
10
  export default color;