@workday/canvas-kit-react 16.0.0-alpha.0489-next.0 → 16.0.0-alpha.0490-next.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.
@@ -5,7 +5,7 @@ const fontsPath = 'https://design.workdaycdn.com/assets/fonts/Sana-Sans';
5
5
  exports.fonts = [
6
6
  {
7
7
  '@font-face': {
8
- fontFamily: 'Sana Sans LCG 05 VF',
8
+ fontFamily: 'Sana Sans VF',
9
9
  fontStyle: 'normal',
10
10
  fontWeight: [100, 700],
11
11
  src: `local('Sana Sans LCG 05 VF'), local('SanaSansLCG05VF-Regular'), url(${fontsPath}/SanaSansLCG05-Variable.ttf) format('truetype')`,
@@ -13,7 +13,7 @@ exports.fonts = [
13
13
  },
14
14
  {
15
15
  '@font-face': {
16
- fontFamily: 'Sana Sans LCG 05 VF',
16
+ fontFamily: 'Sana Sans VF',
17
17
  fontStyle: 'italic',
18
18
  fontWeight: [100, 700],
19
19
  src: `local('Sana Sans LCG 05 VF'), local('SanaSansLCG05VF-Regular'), url(${fontsPath}/SanaSansLCG05-Variable.ttf) format('truetype')`,
@@ -2,7 +2,7 @@ const fontsPath = 'https://design.workdaycdn.com/assets/fonts/Sana-Sans';
2
2
  export const fonts = [
3
3
  {
4
4
  '@font-face': {
5
- fontFamily: 'Sana Sans LCG 05 VF',
5
+ fontFamily: 'Sana Sans VF',
6
6
  fontStyle: 'normal',
7
7
  fontWeight: [100, 700],
8
8
  src: `local('Sana Sans LCG 05 VF'), local('SanaSansLCG05VF-Regular'), url(${fontsPath}/SanaSansLCG05-Variable.ttf) format('truetype')`,
@@ -10,7 +10,7 @@ export const fonts = [
10
10
  },
11
11
  {
12
12
  '@font-face': {
13
- fontFamily: 'Sana Sans LCG 05 VF',
13
+ fontFamily: 'Sana Sans VF',
14
14
  fontStyle: 'italic',
15
15
  fontWeight: [100, 700],
16
16
  src: `local('Sana Sans LCG 05 VF'), local('SanaSansLCG05VF-Regular'), url(${fontsPath}/SanaSansLCG05-Variable.ttf) format('truetype')`,
@@ -5,7 +5,7 @@ const fontsPath = 'https://design.workdaycdn.com/assets/fonts/Sana-Sans';
5
5
  export const fonts: CSSObject[] = [
6
6
  {
7
7
  '@font-face': {
8
- fontFamily: 'Sana Sans LCG 05 VF',
8
+ fontFamily: 'Sana Sans VF',
9
9
  fontStyle: 'normal',
10
10
  fontWeight: [100, 700],
11
11
  src: `local('Sana Sans LCG 05 VF'), local('SanaSansLCG05VF-Regular'), url(${fontsPath}/SanaSansLCG05-Variable.ttf) format('truetype')`,
@@ -13,7 +13,7 @@ export const fonts: CSSObject[] = [
13
13
  },
14
14
  {
15
15
  '@font-face': {
16
- fontFamily: 'Sana Sans LCG 05 VF',
16
+ fontFamily: 'Sana Sans VF',
17
17
  fontStyle: 'italic',
18
18
  fontWeight: [100, 700],
19
19
  src: `local('Sana Sans LCG 05 VF'), local('SanaSansLCG05VF-Regular'), url(${fontsPath}/SanaSansLCG05-Variable.ttf) format('truetype')`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-react",
3
- "version": "16.0.0-alpha.0489-next.0",
3
+ "version": "16.0.0-alpha.0490-next.0",
4
4
  "description": "The parent module that contains all Workday Canvas Kit React components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -53,8 +53,8 @@
53
53
  "@tanstack/react-virtual": "^3.13.9",
54
54
  "@workday/canvas-colors-web": "^2.0.0",
55
55
  "@workday/canvas-expressive-icons-web": "1.0.2",
56
- "@workday/canvas-kit-popup-stack": "^16.0.0-alpha.0489-next.0",
57
- "@workday/canvas-kit-styling": "^16.0.0-alpha.0489-next.0",
56
+ "@workday/canvas-kit-popup-stack": "^16.0.0-alpha.0490-next.0",
57
+ "@workday/canvas-kit-styling": "^16.0.0-alpha.0490-next.0",
58
58
  "@workday/canvas-system-icons-web": "5.0.1",
59
59
  "@workday/canvas-tokens-web": "4.4.0-beta.7",
60
60
  "@workday/design-assets-types": "^0.3.0",
@@ -69,5 +69,5 @@
69
69
  "@workday/canvas-accent-icons-web": "^3.0.0",
70
70
  "@workday/canvas-applet-icons-web": "^2.0.0"
71
71
  },
72
- "gitHead": "7fd27af4a93c1a32acd105aefd72090a1d1b458a"
72
+ "gitHead": "84f8bdfe0708c6a33b246744ae4827349c123303"
73
73
  }