@workday/canvas-kit-react-fonts 7.0.0-alpha.0-next.7 → 7.0.0-alpha.102-next.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-react-fonts",
3
- "version": "7.0.0-alpha.0-next.7+23568685",
3
+ "version": "7.0.0-alpha.102-next.27+a618e6a9",
4
4
  "description": "Fonts for canvas-kit-react",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -15,25 +15,16 @@
15
15
  "files": [
16
16
  "dist/",
17
17
  "lib/",
18
- "index.ts",
19
- "ts3.5/**/*"
18
+ "index.ts"
20
19
  ],
21
- "typesVersions": {
22
- "<=3.5": {
23
- "*": [
24
- "ts3.5/*"
25
- ]
26
- }
27
- },
28
20
  "scripts": {
29
21
  "watch": "yarn build:es6 -w",
30
22
  "test": "echo \"Error: no test specified\" && exit 1",
31
- "clean": "rimraf dist && rimraf ts3.5 && rimraf .build-info && mkdirp dist && mkdirp ts3.5/dist",
23
+ "clean": "rimraf dist && rimraf .build-info && mkdirp dist",
32
24
  "build:cjs": "tsc -p tsconfig.cjs.json",
33
25
  "build:es6": "tsc -p tsconfig.es6.json",
34
26
  "build:rebuild": "npm-run-all clean build",
35
- "build:downlevel-dts": "yarn run downlevel-dts dist ts3.5/dist",
36
- "build": "npm-run-all --parallel build:cjs build:es6 --sequential build:downlevel-dts",
27
+ "build": "npm-run-all --parallel build:cjs build:es6",
37
28
  "depcheck": "node ../../utils/check-dependencies-exist.js",
38
29
  "typecheck:src": "tsc -p . --noEmit --incremental false"
39
30
  },
@@ -52,5 +43,5 @@
52
43
  "@emotion/react": "^11.7.1",
53
44
  "@emotion/styled": "^11.6.0"
54
45
  },
55
- "gitHead": "23568685fec785046d37cb320289d8ab9e74e283"
46
+ "gitHead": "a618e6a972dc1d5d577833b94d71e4e3be761f11"
56
47
  }
@@ -1,4 +0,0 @@
1
- import fonts from './lib/fonts';
2
- export default fonts;
3
- export { fonts };
4
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +0,0 @@
1
- import { CSSObject } from '@emotion/styled';
2
- declare const fonts: CSSObject[];
3
- export default fonts;
4
- //# sourceMappingURL=fonts.d.ts.map
@@ -1,4 +0,0 @@
1
- import fonts from './lib/fonts';
2
- export default fonts;
3
- export { fonts };
4
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +0,0 @@
1
- import { CSSObject } from '@emotion/styled';
2
- declare const fonts: CSSObject[];
3
- export default fonts;
4
- //# sourceMappingURL=fonts.d.ts.map