@atlaskit/primitives 1.0.2 → 1.0.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/primitives
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`298df94426c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/298df94426c) - Regenerates codegen'd artifacts as a result of introducting new brand background design tokens.
8
+ - Updated dependencies
9
+
3
10
  ## 1.0.2
4
11
 
5
12
  ### Patch Changes
@@ -4,6 +4,14 @@ description: Box is a primitive component that leverages the foundations of the
4
4
  order: 1
5
5
  ---
6
6
 
7
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
8
+
9
+ <CodeDocsHeader
10
+ name="@atlaskit/primitives"
11
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
12
+ directoryName="primitives"
13
+ />
14
+
7
15
  import BoxProps from '!!extract-react-types-loader!../../extract-react-types/box-props'
8
16
 
9
17
  ## Props
@@ -8,6 +8,13 @@ import BoxBasic from '../../examples/constellation/box/basic';
8
8
  import BoxPadding from '../../examples/constellation/box/padding';
9
9
  import BoxBackgroundColor from '../../examples/constellation/box/background-color';
10
10
  import BoxXcss from '../../examples/constellation/box/xcss';
11
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
12
+
13
+ <CodeDocsHeader
14
+ name="@atlaskit/primitives"
15
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
16
+ directoryName="primitives"
17
+ />
11
18
 
12
19
  ## Basic
13
20
 
@@ -31,7 +38,7 @@ Padding props can be used to access spacing design token and control internal la
31
38
 
32
39
  ## xCSS
33
40
 
34
- Box also exposes an `xcss` prop. This prop can take `xcss` function calls that contain a subset of permitted styles. When used with `Box`, xCSS takes most CSS properties, and when a token exists, the rule accepts that token as a value.
41
+ Box also exposes an `xcss` prop. This prop can take `xcss` function calls that contain a subset of permitted styles. When used with `Box`, xCSS takes most CSS properties, and when a token exists, the rule accepts that token as a value.
35
42
 
36
43
  <Example Component={BoxXcss} packageName="@atlaskit/primitives/box" />
37
44
 
@@ -1,7 +1,19 @@
1
1
  ---
2
2
  title: Flex
3
- description: Flex is a primitive component that leverages the foundations of the Atlassian Design System.
3
+ description: Flex is a primitive layout component that implements the CSS Flexbox API.
4
4
  order: 1
5
5
  ---
6
6
 
7
- TBD
7
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
8
+
9
+ <CodeDocsHeader
10
+ name="@atlaskit/primitives"
11
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
12
+ directoryName="primitives"
13
+ />
14
+
15
+ import FlexProps from '!!extract-react-types-loader!../../extract-react-types/flex-props'
16
+
17
+ ## Props
18
+
19
+ <PropsTable heading="" props={FlexProps} />
@@ -9,6 +9,15 @@ import FlexAlignItems from '../../examples/constellation/flex/align-items';
9
9
  import FlexJustifyContent from '../../examples/constellation/flex/justify-content';
10
10
  import FlexWrap from '../../examples/constellation/flex/wrap';
11
11
 
12
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
13
+
14
+ <CodeDocsHeader
15
+ name="@atlaskit/primitives"
16
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
17
+ directoryName="primitives"
18
+ />
19
+
20
+
12
21
  ## Basic
13
22
 
14
23
  The `Flex` component is designed as a very basic mapping to the CSS Flexbox API.
@@ -1,7 +1,19 @@
1
1
  ---
2
2
  title: Grid
3
- description: Grid is a primitive component that leverages the foundations of the Atlassian Design System.
3
+ description: Grid is a primitive layout component that implements the CSS Grid API.
4
4
  order: 1
5
5
  ---
6
6
 
7
- TBD
7
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
8
+
9
+ <CodeDocsHeader
10
+ name="@atlaskit/primitives"
11
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
12
+ directoryName="primitives"
13
+ />
14
+
15
+ import BoxProps from '!!extract-react-types-loader!../../extract-react-types/grid-props'
16
+
17
+ ## Props
18
+
19
+ <PropsTable heading="" props={BoxProps} />
@@ -9,6 +9,14 @@ import GridGap from '../../examples/constellation/grid/gap';
9
9
  import GridTemplate from '../../examples/constellation/grid/template';
10
10
  import GridAutoFlow from '../../examples/constellation/grid/auto-flow';
11
11
 
12
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
13
+
14
+ <CodeDocsHeader
15
+ name="@atlaskit/primitives"
16
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
17
+ directoryName="primitives"
18
+ />
19
+
12
20
  ## Basic
13
21
 
14
22
  The `Grid` component is designed as a very basic mapping to the CSS Grid API.
@@ -4,6 +4,14 @@ description: Inline is a primitive component based on flexbox that manages the h
4
4
  order: 1
5
5
  ---
6
6
 
7
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
8
+
9
+ <CodeDocsHeader
10
+ name="@atlaskit/primitives"
11
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
12
+ directoryName="primitives"
13
+ />
14
+
7
15
  import InlineProps from '!!extract-react-types-loader!../../extract-react-types/inline-props'
8
16
 
9
17
  ## Props
@@ -15,9 +15,17 @@ import InlineSeparator from '../../examples/constellation/inline/separator';
15
15
  import InlineGrow from '../../examples/constellation/inline/grow';
16
16
  import InlineAs from '../../examples/constellation/inline/as';
17
17
 
18
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
19
+
20
+ <CodeDocsHeader
21
+ name="@atlaskit/primitives"
22
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
23
+ directoryName="primitives"
24
+ />
25
+
18
26
  ## Basic
19
27
 
20
- Inline is an abstraction to efficiently lay-out a group of elements horizontally.
28
+ Inline is an abstraction to efficiently lay-out a group of elements horizontally.
21
29
  Use the given props to configure display behaviour using scalable recommendations from the Atlassian Design System.
22
30
 
23
31
  <Example Component={InlineBasic} packageName="@atlaskit/primitives/inline" />
@@ -11,6 +11,14 @@ import boxUsageExample from './images/box-usage-example.png';
11
11
  import inlineUsageExample from './images/inline-usage-example.png';
12
12
  import stackUsageExample from './images/stack-usage-example.png';
13
13
 
14
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
15
+
16
+ <CodeDocsHeader
17
+ name="@atlaskit/primitives"
18
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
19
+ directoryName="primitives"
20
+ />
21
+
14
22
  Primitive components are a new type of component for layouts and placement of elements.
15
23
  They act as building blocks to compose different parts of the user experience,
16
24
  from the smallest design decisions (for example, the spacing around an icon) to larger layout decisions (for example, how a page is structured).
@@ -0,0 +1,31 @@
1
+ ---
2
+ title: Show
3
+ description: Show is a responsive primitive that displays children at specified breakpoints
4
+ order: 1
5
+ ---
6
+
7
+ import ShowExample from '../../../examples/constellation/responsive/show';
8
+ import ShowHideExample from '../../../examples/constellation/responsive/show-hide';
9
+
10
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
11
+
12
+ <CodeDocsHeader
13
+ name="@atlaskit/primitives"
14
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
15
+ directoryName="primitives"
16
+ />
17
+
18
+
19
+ ### Show
20
+
21
+ This allows you to Show the children using CSS `display: …` either above or below a breakpoint. By default, unless the breakpoint is met, contents are hidden.
22
+
23
+ Note that this does not skip rendering of your children; the contents are rendered into the DOM at all times, so there is typically little performance savings—primarily that this is not painted.
24
+
25
+ <Example Component={ShowExample} packageName="@atlaskit/primitives/responsive" />
26
+
27
+ ### Mixing Show and Hide
28
+
29
+ Prefer using consistent `above` or `below` for readability and consistency.
30
+
31
+ <Example Component={ShowHideExample} packageName="@atlaskit/primitives/responsive" />
@@ -0,0 +1,30 @@
1
+ ---
2
+ title: Hide
3
+ description: Hide is a responsive primitive that hides children at specified breakpoints
4
+ order: 1
5
+ ---
6
+
7
+ import HideExample from '../../../examples/constellation/responsive/hide';
8
+ import ShowHideExample from '../../../examples/constellation/responsive/show-hide';
9
+
10
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
11
+
12
+ <CodeDocsHeader
13
+ name="@atlaskit/primitives"
14
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
15
+ directoryName="primitives"
16
+ />
17
+
18
+ ### Hide
19
+
20
+ This allows you to Hide the children using CSS `display: none` either above or below a breakpoint. By default, unless the breakpoint is met, contents are hidden.
21
+
22
+ When hidden, this does not skip rendering of your children; the contents are rendered into the DOM at all times so there is typically little performance savings—primarily that this is not painted.
23
+
24
+ <Example Component={HideExample} packageName="@atlaskit/primitives/responsive" />
25
+
26
+ ### Mixing Show and Hide
27
+
28
+ Prefer using consistent `above` or `below` for readability and consistency.
29
+
30
+ <Example Component={ShowHideExample} packageName="@atlaskit/primitives/responsive" />
@@ -0,0 +1,51 @@
1
+ ---
2
+ title: Breakpoints
3
+ description: Breakpoints can be accessed through the media object for use in styles
4
+ order: 1
5
+ ---
6
+
7
+ import { MediaQueriesTable } from '@af/design-system-docs-ui';
8
+
9
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
10
+
11
+ <CodeDocsHeader
12
+ name="@atlaskit/primitives"
13
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
14
+ directoryName="primitives"
15
+ />
16
+
17
+ ### Media Queries
18
+ Media queries can be applied through the `media` object.
19
+
20
+
21
+ <MediaQueriesTable />
22
+
23
+ When used with `xcss`, be aware that a media query can't contain another media query to prevent arbitrary nesting. Additionally, pseudo-selectors can't contain media queries. To use media queries and pseudos, the media query must contain the pseudo.
24
+
25
+ ```
26
+ import { xcss } from '@atlaskit/primitives';
27
+ import { media } from '@atlaskit/primitives/responsive';
28
+
29
+ const someStyles = xcss({
30
+ // This is okay, since media queries can contain pseudos
31
+ [media.above.md]: {
32
+ ':hover': {
33
+ backgroundColor: 'color.background.primary.hovered'
34
+ }
35
+ },
36
+
37
+ // This is not okay, since pseudos can't contain media queries
38
+ ':hover': {
39
+ [media.above.md]: {
40
+ backgroundColor: 'color.background.primary.hovered'
41
+ }
42
+ },
43
+
44
+ // This is not okay, since media queries can't contain media queries
45
+ [media.above.md]: {
46
+ [media.above.xs]: {
47
+ backgroundColor: 'color.background.primary.hovered'
48
+ }
49
+ },
50
+ });
51
+ ```
@@ -10,6 +10,15 @@ import ShowExample from '../../examples/constellation/responsive/show';
10
10
  import HideExample from '../../examples/constellation/responsive/hide';
11
11
  import ShowHideExample from '../../examples/constellation/responsive/show-hide';
12
12
 
13
+
14
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
15
+
16
+ <CodeDocsHeader
17
+ name="@atlaskit/primitives"
18
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
19
+ directoryName="primitives"
20
+ />
21
+
13
22
  ## Responsive `css` or `xcss`
14
23
 
15
24
  Utilize our media queries exposed in `css`, `styled`, or `xcss` as computed keys to build responsive UIs. Learn more about these media query exports in [usage](/components/primitives/responsive/usage).
@@ -26,26 +35,6 @@ Please use `xcss` whenever possible to ensure consistency and safety with style
26
35
 
27
36
  ## Responsive primitives
28
37
 
29
- Consider these shortcuts to writing your own custom media queries. Composing with our primitives will be far quicker and consistent to implement, but may result in excess DOM nodes.
30
-
31
- ### Show
32
-
33
- This allows you to Show the children using CSS `display: …` either above or below a breakpoint. By default, unless the breakpoint is met, contents are hidden.
34
-
35
- Note that this does not skip rendering of your children; the contents are rendered into the DOM at all times, so there is typically little performance savings—primarily that this is not painted.
36
-
37
- <Example Component={ShowExample} packageName="@atlaskit/primitives/responsive" />
38
-
39
- ### Hide
40
-
41
- This allows you to Hide the children using CSS `display: none` either above or below a breakpoint. By default, unless the breakpoint is met, contents are hidden.
42
-
43
- When hidden, this does not skip rendering of your children; the contents are rendered into the DOM at all times so there is typically little performance savings—primarily that this is not painted.
44
-
45
- <Example Component={HideExample} packageName="@atlaskit/primitives/responsive" />
46
-
47
- ### Mixing Show and Hide
48
-
49
- Prefer using consistent `above` or `below` for readability and consistency.
50
-
51
- <Example Component={ShowHideExample} packageName="@atlaskit/primitives/responsive" />
38
+ Consider these shortcuts to writing your own custom media queries. Composing with our primitives will be far quicker and consistent to implement, but may result in excess DOM nodes.
39
+ * [Show](/components/primitives/responsive/show)
40
+ * [Hide](/components/primitives/responsive/hide)
@@ -4,6 +4,14 @@ description: Stack is a primitive component based on flexbox that manages the ve
4
4
  order: 1
5
5
  ---
6
6
 
7
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
8
+
9
+ <CodeDocsHeader
10
+ name="@atlaskit/primitives"
11
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
12
+ directoryName="primitives"
13
+ />
14
+
7
15
  import StackProps from '!!extract-react-types-loader!../../extract-react-types/stack-props'
8
16
 
9
17
  ## Props
@@ -12,6 +12,14 @@ import StackSpread from '../../examples/constellation/stack/spread';
12
12
  import StackGrow from '../../examples/constellation/stack/grow';
13
13
  import StackAs from '../../examples/constellation/stack/as';
14
14
 
15
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
16
+
17
+ <CodeDocsHeader
18
+ name="@atlaskit/primitives"
19
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
20
+ directoryName="primitives"
21
+ />
22
+
15
23
  ## Basic
16
24
 
17
25
  Stack is an abstraction to lay-out a group of elements vertically.
@@ -46,7 +54,7 @@ Elements can be set to stay together next to each other (default behaviour) or s
46
54
 
47
55
  ## Width control
48
56
 
49
- By default a `Stack` will have its width influenced by the context where it appears.
57
+ By default a `Stack` will have its width influenced by the context where it appears.
50
58
 
51
59
  To control that the `grow` prop can be used with the values:
52
60
 
@@ -8,6 +8,14 @@ import xcssBasic from '../../examples/constellation/xcss/basic';
8
8
  import xcssInteractive from '../../examples/constellation/xcss/interactivity';
9
9
  import xcssResponsive from '../../examples/constellation/xcss/responsiveness';
10
10
 
11
+ import { CodeDocsHeader } from '@af/design-system-docs-ui';
12
+
13
+ <CodeDocsHeader
14
+ name="@atlaskit/primitives"
15
+ repository="https://bitbucket.org/atlassian/atlassian-frontend-mirror"
16
+ directoryName="primitives"
17
+ />
18
+
11
19
  ## Basic
12
20
 
13
21
  `xcss` can pull together different types of interactions and UI in a safer more composable way.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/primitives",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -60,11 +60,11 @@ exports.spaceMap = spaceMap;
60
60
 
61
61
  /**
62
62
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
63
- * @codegen <<SignedSource::65b57f72ff07d4c4245a3eafe8cef786>>
63
+ * @codegen <<SignedSource::ce1e2114942246d556d0b102fe77b724>>
64
64
  * @codegenId colors
65
65
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
66
66
  * @codegenParams ["border", "background", "shadow", "text", "fill"]
67
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
67
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::d09e7cd13e24113267155813747b3bd4>>
68
68
  */
69
69
  var borderColorMap = {
70
70
  'color.border': "var(--ds-border, #091e4221)",
@@ -155,9 +155,15 @@ var backgroundColorMap = {
155
155
  'color.background.selected.bold': "var(--ds-background-selected-bold, #0052CC)",
156
156
  'color.background.selected.bold.hovered': "var(--ds-background-selected-bold-hovered, #2684FF)",
157
157
  'color.background.selected.bold.pressed': "var(--ds-background-selected-bold-pressed, #0052CC)",
158
+ 'color.background.brand.subtlest': "var(--ds-background-brand-subtlest, #B3D4FF)",
159
+ 'color.background.brand.subtlest.hovered': "var(--ds-background-brand-subtlest-hovered, #DEEBFF)",
160
+ 'color.background.brand.subtlest.pressed': "var(--ds-background-brand-subtlest-pressed, #4C9AFF)",
158
161
  'color.background.brand.bold': "var(--ds-background-brand-bold, #0052CC)",
159
162
  'color.background.brand.bold.hovered': "var(--ds-background-brand-bold-hovered, #0065FF)",
160
163
  'color.background.brand.bold.pressed': "var(--ds-background-brand-bold-pressed, #0747A6)",
164
+ 'color.background.brand.boldest': "var(--ds-background-brand-boldest, #0747A6)",
165
+ 'color.background.brand.boldest.hovered': "var(--ds-background-brand-boldest-hovered, #0052CC)",
166
+ 'color.background.brand.boldest.pressed': "var(--ds-background-brand-boldest-pressed, #0747A6)",
161
167
  'color.background.danger': "var(--ds-background-danger, #FFEBE6)",
162
168
  'color.background.danger.hovered': "var(--ds-background-danger-hovered, #FFBDAD)",
163
169
  'color.background.danger.pressed': "var(--ds-background-danger-pressed, #FF8F73)",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/primitives",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -48,11 +48,11 @@ export const spaceMap = {
48
48
  */
49
49
  /**
50
50
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
51
- * @codegen <<SignedSource::65b57f72ff07d4c4245a3eafe8cef786>>
51
+ * @codegen <<SignedSource::ce1e2114942246d556d0b102fe77b724>>
52
52
  * @codegenId colors
53
53
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
54
54
  * @codegenParams ["border", "background", "shadow", "text", "fill"]
55
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
55
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::d09e7cd13e24113267155813747b3bd4>>
56
56
  */
57
57
  export const borderColorMap = {
58
58
  'color.border': "var(--ds-border, #091e4221)",
@@ -142,9 +142,15 @@ export const backgroundColorMap = {
142
142
  'color.background.selected.bold': "var(--ds-background-selected-bold, #0052CC)",
143
143
  'color.background.selected.bold.hovered': "var(--ds-background-selected-bold-hovered, #2684FF)",
144
144
  'color.background.selected.bold.pressed': "var(--ds-background-selected-bold-pressed, #0052CC)",
145
+ 'color.background.brand.subtlest': "var(--ds-background-brand-subtlest, #B3D4FF)",
146
+ 'color.background.brand.subtlest.hovered': "var(--ds-background-brand-subtlest-hovered, #DEEBFF)",
147
+ 'color.background.brand.subtlest.pressed': "var(--ds-background-brand-subtlest-pressed, #4C9AFF)",
145
148
  'color.background.brand.bold': "var(--ds-background-brand-bold, #0052CC)",
146
149
  'color.background.brand.bold.hovered': "var(--ds-background-brand-bold-hovered, #0065FF)",
147
150
  'color.background.brand.bold.pressed': "var(--ds-background-brand-bold-pressed, #0747A6)",
151
+ 'color.background.brand.boldest': "var(--ds-background-brand-boldest, #0747A6)",
152
+ 'color.background.brand.boldest.hovered': "var(--ds-background-brand-boldest-hovered, #0052CC)",
153
+ 'color.background.brand.boldest.pressed': "var(--ds-background-brand-boldest-pressed, #0747A6)",
148
154
  'color.background.danger': "var(--ds-background-danger, #FFEBE6)",
149
155
  'color.background.danger.hovered': "var(--ds-background-danger-hovered, #FFBDAD)",
150
156
  'color.background.danger.pressed': "var(--ds-background-danger-pressed, #FF8F73)",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/primitives",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -49,11 +49,11 @@ export var spaceMap = {
49
49
  */
50
50
  /**
51
51
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
52
- * @codegen <<SignedSource::65b57f72ff07d4c4245a3eafe8cef786>>
52
+ * @codegen <<SignedSource::ce1e2114942246d556d0b102fe77b724>>
53
53
  * @codegenId colors
54
54
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
55
55
  * @codegenParams ["border", "background", "shadow", "text", "fill"]
56
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
56
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::d09e7cd13e24113267155813747b3bd4>>
57
57
  */
58
58
  export var borderColorMap = {
59
59
  'color.border': "var(--ds-border, #091e4221)",
@@ -143,9 +143,15 @@ export var backgroundColorMap = {
143
143
  'color.background.selected.bold': "var(--ds-background-selected-bold, #0052CC)",
144
144
  'color.background.selected.bold.hovered': "var(--ds-background-selected-bold-hovered, #2684FF)",
145
145
  'color.background.selected.bold.pressed': "var(--ds-background-selected-bold-pressed, #0052CC)",
146
+ 'color.background.brand.subtlest': "var(--ds-background-brand-subtlest, #B3D4FF)",
147
+ 'color.background.brand.subtlest.hovered': "var(--ds-background-brand-subtlest-hovered, #DEEBFF)",
148
+ 'color.background.brand.subtlest.pressed': "var(--ds-background-brand-subtlest-pressed, #4C9AFF)",
146
149
  'color.background.brand.bold': "var(--ds-background-brand-bold, #0052CC)",
147
150
  'color.background.brand.bold.hovered': "var(--ds-background-brand-bold-hovered, #0065FF)",
148
151
  'color.background.brand.bold.pressed': "var(--ds-background-brand-bold-pressed, #0747A6)",
152
+ 'color.background.brand.boldest': "var(--ds-background-brand-boldest, #0747A6)",
153
+ 'color.background.brand.boldest.hovered': "var(--ds-background-brand-boldest-hovered, #0052CC)",
154
+ 'color.background.brand.boldest.pressed': "var(--ds-background-brand-boldest-pressed, #0747A6)",
149
155
  'color.background.danger': "var(--ds-background-danger, #FFEBE6)",
150
156
  'color.background.danger.hovered': "var(--ds-background-danger-hovered, #FFBDAD)",
151
157
  'color.background.danger.pressed': "var(--ds-background-danger-pressed, #FF8F73)",
@@ -50,11 +50,11 @@ export type Space = keyof typeof spaceMap;
50
50
  */
51
51
  /**
52
52
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
53
- * @codegen <<SignedSource::65b57f72ff07d4c4245a3eafe8cef786>>
53
+ * @codegen <<SignedSource::ce1e2114942246d556d0b102fe77b724>>
54
54
  * @codegenId colors
55
55
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
56
56
  * @codegenParams ["border", "background", "shadow", "text", "fill"]
57
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
57
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::d09e7cd13e24113267155813747b3bd4>>
58
58
  */
59
59
  export declare const borderColorMap: {
60
60
  readonly 'color.border': "var(--ds-border)";
@@ -145,9 +145,15 @@ export declare const backgroundColorMap: {
145
145
  readonly 'color.background.selected.bold': "var(--ds-background-selected-bold)";
146
146
  readonly 'color.background.selected.bold.hovered': "var(--ds-background-selected-bold-hovered)";
147
147
  readonly 'color.background.selected.bold.pressed': "var(--ds-background-selected-bold-pressed)";
148
+ readonly 'color.background.brand.subtlest': "var(--ds-background-brand-subtlest)";
149
+ readonly 'color.background.brand.subtlest.hovered': "var(--ds-background-brand-subtlest-hovered)";
150
+ readonly 'color.background.brand.subtlest.pressed': "var(--ds-background-brand-subtlest-pressed)";
148
151
  readonly 'color.background.brand.bold': "var(--ds-background-brand-bold)";
149
152
  readonly 'color.background.brand.bold.hovered': "var(--ds-background-brand-bold-hovered)";
150
153
  readonly 'color.background.brand.bold.pressed': "var(--ds-background-brand-bold-pressed)";
154
+ readonly 'color.background.brand.boldest': "var(--ds-background-brand-boldest)";
155
+ readonly 'color.background.brand.boldest.hovered': "var(--ds-background-brand-boldest-hovered)";
156
+ readonly 'color.background.brand.boldest.pressed': "var(--ds-background-brand-boldest-pressed)";
151
157
  readonly 'color.background.danger': "var(--ds-background-danger)";
152
158
  readonly 'color.background.danger.hovered': "var(--ds-background-danger-hovered)";
153
159
  readonly 'color.background.danger.pressed': "var(--ds-background-danger-pressed)";
@@ -50,11 +50,11 @@ export type Space = keyof typeof spaceMap;
50
50
  */
51
51
  /**
52
52
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
53
- * @codegen <<SignedSource::65b57f72ff07d4c4245a3eafe8cef786>>
53
+ * @codegen <<SignedSource::ce1e2114942246d556d0b102fe77b724>>
54
54
  * @codegenId colors
55
55
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
56
56
  * @codegenParams ["border", "background", "shadow", "text", "fill"]
57
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
57
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::d09e7cd13e24113267155813747b3bd4>>
58
58
  */
59
59
  export declare const borderColorMap: {
60
60
  readonly 'color.border': "var(--ds-border)";
@@ -145,9 +145,15 @@ export declare const backgroundColorMap: {
145
145
  readonly 'color.background.selected.bold': "var(--ds-background-selected-bold)";
146
146
  readonly 'color.background.selected.bold.hovered': "var(--ds-background-selected-bold-hovered)";
147
147
  readonly 'color.background.selected.bold.pressed': "var(--ds-background-selected-bold-pressed)";
148
+ readonly 'color.background.brand.subtlest': "var(--ds-background-brand-subtlest)";
149
+ readonly 'color.background.brand.subtlest.hovered': "var(--ds-background-brand-subtlest-hovered)";
150
+ readonly 'color.background.brand.subtlest.pressed': "var(--ds-background-brand-subtlest-pressed)";
148
151
  readonly 'color.background.brand.bold': "var(--ds-background-brand-bold)";
149
152
  readonly 'color.background.brand.bold.hovered': "var(--ds-background-brand-bold-hovered)";
150
153
  readonly 'color.background.brand.bold.pressed': "var(--ds-background-brand-bold-pressed)";
154
+ readonly 'color.background.brand.boldest': "var(--ds-background-brand-boldest)";
155
+ readonly 'color.background.brand.boldest.hovered': "var(--ds-background-brand-boldest-hovered)";
156
+ readonly 'color.background.brand.boldest.pressed': "var(--ds-background-brand-boldest-pressed)";
151
157
  readonly 'color.background.danger': "var(--ds-background-danger)";
152
158
  readonly 'color.background.danger.hovered': "var(--ds-background-danger-hovered)";
153
159
  readonly 'color.background.danger.pressed': "var(--ds-background-danger-pressed)";