@bcgov/design-tokens 3.0.0-rc3 → 3.0.1-pr465

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/cjs/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Tue, 30 Apr 2024 20:16:22 GMT
2
+ * Do not edit directly, this file was auto-generated.
4
3
  */
5
4
 
6
5
  export const surfaceOpacity0 : number;
@@ -104,7 +103,8 @@ export const typographyLineHeightsXxsparse : string;
104
103
  export const typographyLineHeightsAuto : string;
105
104
  export const typographyFontWeightsRegular : number;
106
105
  export const typographyFontWeightsBold : number;
107
- export const typographyFontWeightsItalic : string;
106
+ export const typographyFontWeightsItalicWeight : number;
107
+ export const typographyFontWeightsItalicStyle : string;
108
108
  export const typographyFontSizeLabel : string;
109
109
  export const typographyFontSizeSmallBody : string;
110
110
  export const typographyFontSizeBody : string;
package/cjs/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Tue, 30 Apr 2024 20:16:22 GMT
2
+ * Do not edit directly, this file was auto-generated.
4
3
  */
5
4
 
6
5
  module.exports = {
@@ -102,7 +101,8 @@ module.exports = {
102
101
  "typographyLineHeightsAuto": "AUTO",
103
102
  "typographyFontWeightsRegular": 400,
104
103
  "typographyFontWeightsBold": 700,
105
- "typographyFontWeightsItalic": "Italic",
104
+ "typographyFontWeightsItalicWeight": 400,
105
+ "typographyFontWeightsItalicStyle": "italic",
106
106
  "typographyFontSizeLabel": "0.75rem",
107
107
  "typographyFontSizeSmallBody": "0.875rem",
108
108
  "typographyFontSizeBody": "1rem",
@@ -1,6 +1,5 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Tue, 30 Apr 2024 20:16:22 GMT
2
+ * Do not edit directly, this file was auto-generated.
4
3
  */
5
4
 
6
5
  export const bcdsSurfaceOpacity0 : number;
@@ -104,7 +103,8 @@ export const bcdsTypographyLineHeightsXxsparse : string;
104
103
  export const bcdsTypographyLineHeightsAuto : string;
105
104
  export const bcdsTypographyFontWeightsRegular : number;
106
105
  export const bcdsTypographyFontWeightsBold : number;
107
- export const bcdsTypographyFontWeightsItalic : string;
106
+ export const bcdsTypographyFontWeightsItalicWeight : number;
107
+ export const bcdsTypographyFontWeightsItalicStyle : string;
108
108
  export const bcdsTypographyFontSizeLabel : string;
109
109
  export const bcdsTypographyFontSizeSmallBody : string;
110
110
  export const bcdsTypographyFontSizeBody : string;
@@ -1,6 +1,5 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Tue, 30 Apr 2024 20:16:22 GMT
2
+ * Do not edit directly, this file was auto-generated.
4
3
  */
5
4
 
6
5
  module.exports = {
@@ -102,7 +101,8 @@ module.exports = {
102
101
  "bcdsTypographyLineHeightsAuto": "AUTO",
103
102
  "bcdsTypographyFontWeightsRegular": 400,
104
103
  "bcdsTypographyFontWeightsBold": 700,
105
- "bcdsTypographyFontWeightsItalic": "Italic",
104
+ "bcdsTypographyFontWeightsItalicWeight": 400,
105
+ "bcdsTypographyFontWeightsItalicStyle": "italic",
106
106
  "bcdsTypographyFontSizeLabel": "0.75rem",
107
107
  "bcdsTypographyFontSizeSmallBody": "0.875rem",
108
108
  "bcdsTypographyFontSizeBody": "1rem",
package/css/variables.css CHANGED
@@ -1,6 +1,5 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Tue, 30 Apr 2024 20:16:22 GMT
2
+ * Do not edit directly, this file was auto-generated.
4
3
  */
5
4
 
6
5
  :root {
@@ -102,7 +101,8 @@
102
101
  --typography-line-heights-auto: AUTO;
103
102
  --typography-font-weights-regular: 400;
104
103
  --typography-font-weights-bold: 700;
105
- --typography-font-weights-italic: Italic;
104
+ --typography-font-weights-italic-weight: 400;
105
+ --typography-font-weights-italic-style: italic;
106
106
  --typography-font-size-label: 0.75rem;
107
107
  --typography-font-size-small-body: 0.875rem;
108
108
  --typography-font-size-body: 1rem;
@@ -1,6 +1,5 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Tue, 30 Apr 2024 20:16:22 GMT
2
+ * Do not edit directly, this file was auto-generated.
4
3
  */
5
4
 
6
5
  :root {
@@ -102,7 +101,8 @@
102
101
  --bcds-typography-line-heights-auto: AUTO;
103
102
  --bcds-typography-font-weights-regular: 400;
104
103
  --bcds-typography-font-weights-bold: 700;
105
- --bcds-typography-font-weights-italic: Italic;
104
+ --bcds-typography-font-weights-italic-weight: 400;
105
+ --bcds-typography-font-weights-italic-style: italic;
106
106
  --bcds-typography-font-size-label: 0.75rem;
107
107
  --bcds-typography-font-size-small-body: 0.875rem;
108
108
  --bcds-typography-font-size-body: 1rem;
package/js/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Tue, 30 Apr 2024 20:16:22 GMT
2
+ * Do not edit directly, this file was auto-generated.
4
3
  */
5
4
 
6
5
  export const surfaceOpacity0 : number;
@@ -104,7 +103,8 @@ export const typographyLineHeightsXxsparse : string;
104
103
  export const typographyLineHeightsAuto : string;
105
104
  export const typographyFontWeightsRegular : number;
106
105
  export const typographyFontWeightsBold : number;
107
- export const typographyFontWeightsItalic : string;
106
+ export const typographyFontWeightsItalicWeight : number;
107
+ export const typographyFontWeightsItalicStyle : string;
108
108
  export const typographyFontSizeLabel : string;
109
109
  export const typographyFontSizeSmallBody : string;
110
110
  export const typographyFontSizeBody : string;
package/js/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Tue, 30 Apr 2024 20:16:22 GMT
2
+ * Do not edit directly, this file was auto-generated.
4
3
  */
5
4
 
6
5
  export const surfaceOpacity0 = 0;
@@ -101,7 +100,8 @@ export const typographyLineHeightsXxsparse = "3.375rem";
101
100
  export const typographyLineHeightsAuto = "AUTO";
102
101
  export const typographyFontWeightsRegular = 400;
103
102
  export const typographyFontWeightsBold = 700;
104
- export const typographyFontWeightsItalic = "Italic";
103
+ export const typographyFontWeightsItalicWeight = 400;
104
+ export const typographyFontWeightsItalicStyle = "italic";
105
105
  export const typographyFontSizeLabel = "0.75rem";
106
106
  export const typographyFontSizeSmallBody = "0.875rem";
107
107
  export const typographyFontSizeBody = "1rem";
@@ -1,6 +1,5 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Tue, 30 Apr 2024 20:16:22 GMT
2
+ * Do not edit directly, this file was auto-generated.
4
3
  */
5
4
 
6
5
  export const bcdsSurfaceOpacity0 : number;
@@ -104,7 +103,8 @@ export const bcdsTypographyLineHeightsXxsparse : string;
104
103
  export const bcdsTypographyLineHeightsAuto : string;
105
104
  export const bcdsTypographyFontWeightsRegular : number;
106
105
  export const bcdsTypographyFontWeightsBold : number;
107
- export const bcdsTypographyFontWeightsItalic : string;
106
+ export const bcdsTypographyFontWeightsItalicWeight : number;
107
+ export const bcdsTypographyFontWeightsItalicStyle : string;
108
108
  export const bcdsTypographyFontSizeLabel : string;
109
109
  export const bcdsTypographyFontSizeSmallBody : string;
110
110
  export const bcdsTypographyFontSizeBody : string;
@@ -1,6 +1,5 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Tue, 30 Apr 2024 20:16:22 GMT
2
+ * Do not edit directly, this file was auto-generated.
4
3
  */
5
4
 
6
5
  export const bcdsSurfaceOpacity0 = 0;
@@ -101,7 +100,8 @@ export const bcdsTypographyLineHeightsXxsparse = "3.375rem";
101
100
  export const bcdsTypographyLineHeightsAuto = "AUTO";
102
101
  export const bcdsTypographyFontWeightsRegular = 400;
103
102
  export const bcdsTypographyFontWeightsBold = 700;
104
- export const bcdsTypographyFontWeightsItalic = "Italic";
103
+ export const bcdsTypographyFontWeightsItalicWeight = 400;
104
+ export const bcdsTypographyFontWeightsItalicStyle = "italic";
105
105
  export const bcdsTypographyFontSizeLabel = "0.75rem";
106
106
  export const bcdsTypographyFontSizeSmallBody = "0.875rem";
107
107
  export const bcdsTypographyFontSizeBody = "1rem";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcgov/design-tokens",
3
- "version": "3.0.0-rc3",
3
+ "version": "3.0.1-pr465",
4
4
  "description": "Design tokens for B.C. Design System",
5
5
  "repository": {
6
6
  "type": "git",