@workday/canvas-kit-react 16.0.0-alpha.0491-next.0 → 16.0.0-alpha.0492-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.
@@ -1 +1 @@
1
- {"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../../../fonts/lib/fonts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,iBAAiB,CAAC;AAI1C,eAAO,MAAM,KAAK,EAAE,SAAS,EAiB5B,CAAC"}
1
+ {"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../../../fonts/lib/fonts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,iBAAiB,CAAC;AAK1C,eAAO,MAAM,KAAK,EAAE,SAAS,EAyB5B,CAAC"}
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.fonts = void 0;
4
4
  const fontsPath = 'https://design.workdaycdn.com/assets/fonts/Sana-Sans';
5
+ const ibmPlexMonoPath = 'https://design.workdaycdn.com/assets/fonts/IBM-Plex-Mono';
5
6
  exports.fonts = [
6
7
  {
7
8
  '@font-face': {
@@ -19,4 +20,12 @@ exports.fonts = [
19
20
  src: `local('Sana Sans LCG 05 VF'), local('SanaSansLCG05VF-Regular'), url(${fontsPath}/SanaSansLCG05-Variable.ttf) format('truetype')`,
20
21
  },
21
22
  },
23
+ {
24
+ '@font-face': {
25
+ fontFamily: 'IBM Plex Mono',
26
+ fontStyle: 'normal',
27
+ fontWeight: 400,
28
+ src: `local('IBM Plex Mono'), local('IBMPlexMono-Regular'), url(${ibmPlexMonoPath}/IBMPlexMono-Regular.woff2) format('woff2')`,
29
+ },
30
+ },
22
31
  ];
@@ -1 +1 @@
1
- {"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../../../fonts/lib/fonts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,iBAAiB,CAAC;AAI1C,eAAO,MAAM,KAAK,EAAE,SAAS,EAiB5B,CAAC"}
1
+ {"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../../../fonts/lib/fonts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,iBAAiB,CAAC;AAK1C,eAAO,MAAM,KAAK,EAAE,SAAS,EAyB5B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  const fontsPath = 'https://design.workdaycdn.com/assets/fonts/Sana-Sans';
2
+ const ibmPlexMonoPath = 'https://design.workdaycdn.com/assets/fonts/IBM-Plex-Mono';
2
3
  export const fonts = [
3
4
  {
4
5
  '@font-face': {
@@ -16,4 +17,12 @@ export const fonts = [
16
17
  src: `local('Sana Sans LCG 05 VF'), local('SanaSansLCG05VF-Regular'), url(${fontsPath}/SanaSansLCG05-Variable.ttf) format('truetype')`,
17
18
  },
18
19
  },
20
+ {
21
+ '@font-face': {
22
+ fontFamily: 'IBM Plex Mono',
23
+ fontStyle: 'normal',
24
+ fontWeight: 400,
25
+ src: `local('IBM Plex Mono'), local('IBMPlexMono-Regular'), url(${ibmPlexMonoPath}/IBMPlexMono-Regular.woff2) format('woff2')`,
26
+ },
27
+ },
19
28
  ];
@@ -1,6 +1,7 @@
1
1
  import {CSSObject} from '@emotion/styled';
2
2
 
3
3
  const fontsPath = 'https://design.workdaycdn.com/assets/fonts/Sana-Sans';
4
+ const ibmPlexMonoPath = 'https://design.workdaycdn.com/assets/fonts/IBM-Plex-Mono';
4
5
 
5
6
  export const fonts: CSSObject[] = [
6
7
  {
@@ -19,4 +20,12 @@ export const fonts: CSSObject[] = [
19
20
  src: `local('Sana Sans LCG 05 VF'), local('SanaSansLCG05VF-Regular'), url(${fontsPath}/SanaSansLCG05-Variable.ttf) format('truetype')`,
20
21
  },
21
22
  },
23
+ {
24
+ '@font-face': {
25
+ fontFamily: 'IBM Plex Mono',
26
+ fontStyle: 'normal',
27
+ fontWeight: 400,
28
+ src: `local('IBM Plex Mono'), local('IBMPlexMono-Regular'), url(${ibmPlexMonoPath}/IBMPlexMono-Regular.woff2) format('woff2')`,
29
+ },
30
+ },
22
31
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-react",
3
- "version": "16.0.0-alpha.0491-next.0",
3
+ "version": "16.0.0-alpha.0492-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,10 +53,10 @@
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.0491-next.0",
57
- "@workday/canvas-kit-styling": "^16.0.0-alpha.0491-next.0",
56
+ "@workday/canvas-kit-popup-stack": "^16.0.0-alpha.0492-next.0",
57
+ "@workday/canvas-kit-styling": "^16.0.0-alpha.0492-next.0",
58
58
  "@workday/canvas-system-icons-web": "5.0.1",
59
- "@workday/canvas-tokens-web": "4.4.0-beta.11",
59
+ "@workday/canvas-tokens-web": "4.4.0-beta.13",
60
60
  "@workday/design-assets-types": "^0.3.0",
61
61
  "chroma-js": "^2.2.0",
62
62
  "csstype": "^3.0.2",
@@ -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": "46f6ffe99425371997fcc5ad1821235567db140b"
72
+ "gitHead": "27691d763b93d270f78808ca298848d405c888e1"
73
73
  }