Skip to content

Commit 9674a76

Browse files
committed
run build and prepare-npm-package scripts
1 parent e104e1a commit 9674a76

13 files changed

Lines changed: 2589 additions & 1554 deletions

File tree

packages/design-tokens/dist/cjs-prefixed/index.d.ts

Lines changed: 204 additions & 204 deletions
Large diffs are not rendered by default.

packages/design-tokens/dist/cjs-prefixed/index.js

Lines changed: 208 additions & 204 deletions
Large diffs are not rendered by default.

packages/design-tokens/dist/cjs/index.d.ts

Lines changed: 204 additions & 204 deletions
Large diffs are not rendered by default.

packages/design-tokens/dist/cjs/index.js

Lines changed: 208 additions & 204 deletions
Large diffs are not rendered by default.

packages/design-tokens/dist/css-prefixed/variables.css

Lines changed: 157 additions & 157 deletions
Large diffs are not rendered by default.

packages/design-tokens/dist/css/variables.css

Lines changed: 157 additions & 157 deletions
Large diffs are not rendered by default.

packages/design-tokens/dist/js-prefixed/index.d.ts

Lines changed: 204 additions & 204 deletions
Large diffs are not rendered by default.

packages/design-tokens/dist/js-prefixed/index.js

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ export const bcdsSurfaceOpacity70 = 0.7;
1313
export const bcdsSurfaceOpacity80 = 0.8;
1414
export const bcdsSurfaceOpacity90 = 0.9;
1515
export const bcdsSurfaceOpacity100 = 1;
16-
export const bcdsSurfaceShadowNone = "0 0.30000001192092896px 0.8999999761581421px 0 #0000001a, 0 1.600000023841858px 3.5999999046325684px 0 #00000021"; // Default shadow for most content and UI elements
17-
export const bcdsSurfaceShadowSmall = "0 0.6000000238418579px 1.7999999523162842px 0 #0000001a, 0 3.200000047683716px 7.199999809265137px 0 #00000021"; // Reduced shadow for secondary UI elements
18-
export const bcdsSurfaceShadowMedium = "0 1.2000000476837158px 3.5999999046325684px 0 #0000001a, 0 6.400000095367432px 14.399999618530273px 0 #00000021"; // Standard shadow for UI elements like cards and buttons
19-
export const bcdsSurfaceShadowLarge = "0 4.800000190734863px 14.399999618530273px 0 #0000002e, 0 25.600000381469727px 57.599998474121094px 0 #00000038"; // Larger shadow for emphasis. Use sparingly
16+
export const bcdsSurfaceShadowNone =
17+
"0 0.30000001192092896px 0.8999999761581421px 0 #0000001a, 0 1.600000023841858px 3.5999999046325684px 0 #00000021"; // Default shadow for most content and UI elements
18+
export const bcdsSurfaceShadowSmall =
19+
"0 0.6000000238418579px 1.7999999523162842px 0 #0000001a, 0 3.200000047683716px 7.199999809265137px 0 #00000021"; // Reduced shadow for secondary UI elements
20+
export const bcdsSurfaceShadowMedium =
21+
"0 1.2000000476837158px 3.5999999046325684px 0 #0000001a, 0 6.400000095367432px 14.399999618530273px 0 #00000021"; // Standard shadow for UI elements like cards and buttons
22+
export const bcdsSurfaceShadowLarge =
23+
"0 4.800000190734863px 14.399999618530273px 0 #0000002e, 0 25.600000381469727px 57.599998474121094px 0 #00000038"; // Larger shadow for emphasis. Use sparingly
2024
export const bcdsSurfaceColorPrimaryButtonDefault = "#013366"; // Default fill colour for primary buttons
2125
export const bcdsSurfaceColorPrimaryButtonHover = "#1E5189"; // Fill colour used when user hovers over primary button
2226
export const bcdsSurfaceColorPrimaryButtonDisabled = "#EDEBE9"; // Fill colour for inactive primary buttons
@@ -150,10 +154,13 @@ export const bcdsTypographyBoldH3 = "700 1.75rem/3rem 'BC Sans'"; // Default sty
150154
export const bcdsTypographyBoldH2 = "700 2rem/3rem 'BC Sans'"; // Default style for Heading 6. Includes all sizing/spacing values for H2
151155
export const bcdsTypographyBoldH1 = "700 2.25rem/3.375rem 'BC Sans'"; // Default style for Heading 6. Includes all sizing/spacing values for H1
152156
export const bcdsTypographyBoldDisplay = "700 3rem/AUTO 'BC Sans'"; // Extra-large font size (bolded). Do not use for headings
153-
export const bcdsTypographyItalicLabel = "400 italic 0.75rem/1.125rem 'BC Sans'"; // Labels and captions (italic)
154-
export const bcdsTypographyItalicSmallBody = "400 italic 0.875rem/1.313rem 'BC Sans'"; // Small body text (italic)
157+
export const bcdsTypographyItalicLabel =
158+
"400 italic 0.75rem/1.125rem 'BC Sans'"; // Labels and captions (italic)
159+
export const bcdsTypographyItalicSmallBody =
160+
"400 italic 0.875rem/1.313rem 'BC Sans'"; // Small body text (italic)
155161
export const bcdsTypographyItalicBody = "400 italic 1rem/1.688rem 'BC Sans'"; // Default for body text (italic)
156-
export const bcdsTypographyItalicLargeBody = "400 italic 1.125rem/1.913rem 'BC Sans'"; // Larger text size for body text (italic)
162+
export const bcdsTypographyItalicLargeBody =
163+
"400 italic 1.125rem/1.913rem 'BC Sans'"; // Larger text size for body text (italic)
157164
export const bcdsTypographyItalicH6 = "400 italic 1.125rem/1.913rem 'BC Sans'"; // Alternate (italic) style for Heading 6
158165
export const bcdsTypographyItalicH5 = "400 italic 1.25rem/2.125rem 'BC Sans'"; // Alternate (italic) style for Heading 5
159166
export const bcdsTypographyItalicH4 = "400 italic 1.5rem/2.25rem 'BC Sans'"; // Alternate (italic) style for Heading 4

packages/design-tokens/dist/js/index.d.ts

Lines changed: 204 additions & 204 deletions
Large diffs are not rendered by default.

packages/design-tokens/dist/js/index.js

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ export const surfaceOpacity70 = 0.7;
1313
export const surfaceOpacity80 = 0.8;
1414
export const surfaceOpacity90 = 0.9;
1515
export const surfaceOpacity100 = 1;
16-
export const surfaceShadowNone = "0 0.30000001192092896px 0.8999999761581421px 0 #0000001a, 0 1.600000023841858px 3.5999999046325684px 0 #00000021"; // Default shadow for most content and UI elements
17-
export const surfaceShadowSmall = "0 0.6000000238418579px 1.7999999523162842px 0 #0000001a, 0 3.200000047683716px 7.199999809265137px 0 #00000021"; // Reduced shadow for secondary UI elements
18-
export const surfaceShadowMedium = "0 1.2000000476837158px 3.5999999046325684px 0 #0000001a, 0 6.400000095367432px 14.399999618530273px 0 #00000021"; // Standard shadow for UI elements like cards and buttons
19-
export const surfaceShadowLarge = "0 4.800000190734863px 14.399999618530273px 0 #0000002e, 0 25.600000381469727px 57.599998474121094px 0 #00000038"; // Larger shadow for emphasis. Use sparingly
16+
export const surfaceShadowNone =
17+
"0 0.30000001192092896px 0.8999999761581421px 0 #0000001a, 0 1.600000023841858px 3.5999999046325684px 0 #00000021"; // Default shadow for most content and UI elements
18+
export const surfaceShadowSmall =
19+
"0 0.6000000238418579px 1.7999999523162842px 0 #0000001a, 0 3.200000047683716px 7.199999809265137px 0 #00000021"; // Reduced shadow for secondary UI elements
20+
export const surfaceShadowMedium =
21+
"0 1.2000000476837158px 3.5999999046325684px 0 #0000001a, 0 6.400000095367432px 14.399999618530273px 0 #00000021"; // Standard shadow for UI elements like cards and buttons
22+
export const surfaceShadowLarge =
23+
"0 4.800000190734863px 14.399999618530273px 0 #0000002e, 0 25.600000381469727px 57.599998474121094px 0 #00000038"; // Larger shadow for emphasis. Use sparingly
2024
export const surfaceColorPrimaryButtonDefault = "#013366"; // Default fill colour for primary buttons
2125
export const surfaceColorPrimaryButtonHover = "#1E5189"; // Fill colour used when user hovers over primary button
2226
export const surfaceColorPrimaryButtonDisabled = "#EDEBE9"; // Fill colour for inactive primary buttons
@@ -151,9 +155,11 @@ export const typographyBoldH2 = "700 2rem/3rem 'BC Sans'"; // Default style for
151155
export const typographyBoldH1 = "700 2.25rem/3.375rem 'BC Sans'"; // Default style for Heading 6. Includes all sizing/spacing values for H1
152156
export const typographyBoldDisplay = "700 3rem/AUTO 'BC Sans'"; // Extra-large font size (bolded). Do not use for headings
153157
export const typographyItalicLabel = "400 italic 0.75rem/1.125rem 'BC Sans'"; // Labels and captions (italic)
154-
export const typographyItalicSmallBody = "400 italic 0.875rem/1.313rem 'BC Sans'"; // Small body text (italic)
158+
export const typographyItalicSmallBody =
159+
"400 italic 0.875rem/1.313rem 'BC Sans'"; // Small body text (italic)
155160
export const typographyItalicBody = "400 italic 1rem/1.688rem 'BC Sans'"; // Default for body text (italic)
156-
export const typographyItalicLargeBody = "400 italic 1.125rem/1.913rem 'BC Sans'"; // Larger text size for body text (italic)
161+
export const typographyItalicLargeBody =
162+
"400 italic 1.125rem/1.913rem 'BC Sans'"; // Larger text size for body text (italic)
157163
export const typographyItalicH6 = "400 italic 1.125rem/1.913rem 'BC Sans'"; // Alternate (italic) style for Heading 6
158164
export const typographyItalicH5 = "400 italic 1.25rem/2.125rem 'BC Sans'"; // Alternate (italic) style for Heading 5
159165
export const typographyItalicH4 = "400 italic 1.5rem/2.25rem 'BC Sans'"; // Alternate (italic) style for Heading 4

0 commit comments

Comments
 (0)