@workday/canvas-kit-preview-react 11.1.26 → 11.2.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.
@@ -0,0 +1 @@
1
+ export * from './lib/parts';
@@ -0,0 +1,19 @@
1
+ const CDN_URI = 'https://static.workday.com/brand-logos/';
2
+
3
+ export const dubLogoPrimary = `<img src="${CDN_URI}wd-dub-primary.svg" alt="">`;
4
+
5
+ export const dubLogoReversed = `<img src="${CDN_URI}wd-dub-reversed.svg" alt="">`;
6
+
7
+ export const dubLogoMonoBlue = `<img src="${CDN_URI}wd-dub-mono-blue.svg" alt="">`;
8
+
9
+ export const dubLogoMonoWhite = `<img src="${CDN_URI}wd-dub-mono-white.svg" alt="">`;
10
+
11
+ export const wdayLogoPrimary = `<img src="${CDN_URI}wd-logo-primary.svg" alt="">`;
12
+
13
+ export const wdayLogoReversed = `<img src="${CDN_URI}wd-logo-reversed.svg" alt="">`;
14
+
15
+ export const wdayLogoMonoBlue = `<img src="${CDN_URI}wd-logo-mono-blue.svg" alt="">`;
16
+
17
+ export const wdayLogoMonoWhite = `<img src="${CDN_URI}wd-logo-mono-white.svg" alt="">`;
18
+
19
+ export const miniWdayLogoBlue = `<img src="${CDN_URI}ck-mini-wday-logo-blue.svg" alt="">`;
@@ -0,0 +1 @@
1
+ export * from './_brand-assets';
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "../dist/commonjs/common",
3
+ "module": "../dist/es6/common",
4
+ "sideEffects": false,
5
+ "types": "../dist/es6/common"
6
+ }
@@ -0,0 +1,2 @@
1
+ export * from './lib/parts';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../common/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./lib/parts"), exports);
@@ -0,0 +1,10 @@
1
+ export declare const dubLogoPrimary: string;
2
+ export declare const dubLogoReversed: string;
3
+ export declare const dubLogoMonoBlue: string;
4
+ export declare const dubLogoMonoWhite: string;
5
+ export declare const wdayLogoPrimary: string;
6
+ export declare const wdayLogoReversed: string;
7
+ export declare const wdayLogoMonoBlue: string;
8
+ export declare const wdayLogoMonoWhite: string;
9
+ export declare const miniWdayLogoBlue: string;
10
+ //# sourceMappingURL=_brand-assets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_brand-assets.d.ts","sourceRoot":"","sources":["../../../../../common/lib/parts/_brand-assets.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,QAAoD,CAAC;AAEhF,eAAO,MAAM,eAAe,QAAqD,CAAC;AAElF,eAAO,MAAM,eAAe,QAAsD,CAAC;AAEnF,eAAO,MAAM,gBAAgB,QAAuD,CAAC;AAErF,eAAO,MAAM,eAAe,QAAqD,CAAC;AAElF,eAAO,MAAM,gBAAgB,QAAsD,CAAC;AAEpF,eAAO,MAAM,gBAAgB,QAAuD,CAAC;AAErF,eAAO,MAAM,iBAAiB,QAAwD,CAAC;AAEvF,eAAO,MAAM,gBAAgB,QAA4D,CAAC"}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.miniWdayLogoBlue = exports.wdayLogoMonoWhite = exports.wdayLogoMonoBlue = exports.wdayLogoReversed = exports.wdayLogoPrimary = exports.dubLogoMonoWhite = exports.dubLogoMonoBlue = exports.dubLogoReversed = exports.dubLogoPrimary = void 0;
4
+ const CDN_URI = 'https://static.workday.com/brand-logos/';
5
+ exports.dubLogoPrimary = `<img src="${CDN_URI}wd-dub-primary.svg" alt="">`;
6
+ exports.dubLogoReversed = `<img src="${CDN_URI}wd-dub-reversed.svg" alt="">`;
7
+ exports.dubLogoMonoBlue = `<img src="${CDN_URI}wd-dub-mono-blue.svg" alt="">`;
8
+ exports.dubLogoMonoWhite = `<img src="${CDN_URI}wd-dub-mono-white.svg" alt="">`;
9
+ exports.wdayLogoPrimary = `<img src="${CDN_URI}wd-logo-primary.svg" alt="">`;
10
+ exports.wdayLogoReversed = `<img src="${CDN_URI}wd-logo-reversed.svg" alt="">`;
11
+ exports.wdayLogoMonoBlue = `<img src="${CDN_URI}wd-logo-mono-blue.svg" alt="">`;
12
+ exports.wdayLogoMonoWhite = `<img src="${CDN_URI}wd-logo-mono-white.svg" alt="">`;
13
+ exports.miniWdayLogoBlue = `<img src="${CDN_URI}ck-mini-wday-logo-blue.svg" alt="">`;
@@ -0,0 +1,2 @@
1
+ export * from './_brand-assets';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../common/lib/parts/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./_brand-assets"), exports);
@@ -0,0 +1,2 @@
1
+ export * from './lib/parts';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../common/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
@@ -0,0 +1 @@
1
+ export * from './lib/parts';
@@ -0,0 +1,10 @@
1
+ export declare const dubLogoPrimary: string;
2
+ export declare const dubLogoReversed: string;
3
+ export declare const dubLogoMonoBlue: string;
4
+ export declare const dubLogoMonoWhite: string;
5
+ export declare const wdayLogoPrimary: string;
6
+ export declare const wdayLogoReversed: string;
7
+ export declare const wdayLogoMonoBlue: string;
8
+ export declare const wdayLogoMonoWhite: string;
9
+ export declare const miniWdayLogoBlue: string;
10
+ //# sourceMappingURL=_brand-assets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_brand-assets.d.ts","sourceRoot":"","sources":["../../../../../common/lib/parts/_brand-assets.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,QAAoD,CAAC;AAEhF,eAAO,MAAM,eAAe,QAAqD,CAAC;AAElF,eAAO,MAAM,eAAe,QAAsD,CAAC;AAEnF,eAAO,MAAM,gBAAgB,QAAuD,CAAC;AAErF,eAAO,MAAM,eAAe,QAAqD,CAAC;AAElF,eAAO,MAAM,gBAAgB,QAAsD,CAAC;AAEpF,eAAO,MAAM,gBAAgB,QAAuD,CAAC;AAErF,eAAO,MAAM,iBAAiB,QAAwD,CAAC;AAEvF,eAAO,MAAM,gBAAgB,QAA4D,CAAC"}
@@ -0,0 +1,10 @@
1
+ const CDN_URI = 'https://static.workday.com/brand-logos/';
2
+ export const dubLogoPrimary = `<img src="${CDN_URI}wd-dub-primary.svg" alt="">`;
3
+ export const dubLogoReversed = `<img src="${CDN_URI}wd-dub-reversed.svg" alt="">`;
4
+ export const dubLogoMonoBlue = `<img src="${CDN_URI}wd-dub-mono-blue.svg" alt="">`;
5
+ export const dubLogoMonoWhite = `<img src="${CDN_URI}wd-dub-mono-white.svg" alt="">`;
6
+ export const wdayLogoPrimary = `<img src="${CDN_URI}wd-logo-primary.svg" alt="">`;
7
+ export const wdayLogoReversed = `<img src="${CDN_URI}wd-logo-reversed.svg" alt="">`;
8
+ export const wdayLogoMonoBlue = `<img src="${CDN_URI}wd-logo-mono-blue.svg" alt="">`;
9
+ export const wdayLogoMonoWhite = `<img src="${CDN_URI}wd-logo-mono-white.svg" alt="">`;
10
+ export const miniWdayLogoBlue = `<img src="${CDN_URI}ck-mini-wday-logo-blue.svg" alt="">`;
@@ -0,0 +1,2 @@
1
+ export * from './_brand-assets';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../common/lib/parts/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1 @@
1
+ export * from './_brand-assets';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-preview-react",
3
- "version": "11.1.26",
3
+ "version": "11.2.0",
4
4
  "description": "Canvas Kit Preview is made up of components that have the full design and a11y review, are part of the DS ecosystem and are approved for use in product. The API's could be subject to change, but not without strong communication and migration strategies.",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -46,8 +46,8 @@
46
46
  "dependencies": {
47
47
  "@emotion/react": "^11.7.1",
48
48
  "@emotion/styled": "^11.6.0",
49
- "@workday/canvas-kit-react": "^11.1.26",
50
- "@workday/canvas-kit-styling": "^11.1.26",
49
+ "@workday/canvas-kit-react": "^11.2.0",
50
+ "@workday/canvas-kit-styling": "^11.2.0",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^2.0.0",
53
53
  "@workday/design-assets-types": "^0.2.8"
@@ -58,5 +58,5 @@
58
58
  "react-hook-form": "7.36.1",
59
59
  "yup": "^0.32.11"
60
60
  },
61
- "gitHead": "4fea25c2cc781624e3187afcc93da0f2de6dbc01"
61
+ "gitHead": "89515bbee1fc89eefc0e584f6194efc6b6266397"
62
62
  }