@workday/canvas-kit-labs-react 12.6.28 → 12.6.29

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.
@@ -9,7 +9,7 @@ const common_1 = require("@workday/canvas-kit-react/common");
9
9
  const avatar_1 = require("@workday/canvas-kit-react/avatar");
10
10
  const canvas_tokens_web_1 = require("@workday/canvas-tokens-web");
11
11
  const canvas_kit_styling_1 = require("@workday/canvas-kit-styling");
12
- const expandableAvatarStyles = (0, canvas_kit_styling_1.createStyles)({ name: "v6f12", styles: "margin-right:var(--cnvs-sys-space-x2);flex-shrink:0;" });
12
+ const expandableAvatarStyles = (0, canvas_kit_styling_1.createStyles)({ name: "ay8b2", styles: "margin-right:var(--cnvs-sys-space-x2);flex-shrink:0;" });
13
13
  // When the component is created, it needs to be a button element to match AvatarProps.
14
14
  // Once Avatar becomes a `createComponent` we can default the element type to a `div`
15
15
  // and the types should be properly extracted
@@ -1,5 +1,5 @@
1
1
  export * from './combobox';
2
2
  export * from './expandable';
3
3
  export * from './search-form';
4
- export { version } from './version';
4
+ export * from './version';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC"}
@@ -14,9 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.version = void 0;
18
17
  __exportStar(require("./combobox"), exports);
19
18
  __exportStar(require("./expandable"), exports);
20
19
  __exportStar(require("./search-form"), exports);
21
- var version_1 = require("./version");
22
- Object.defineProperty(exports, "version", { enumerable: true, get: function () { return version_1.version; } });
20
+ __exportStar(require("./version"), exports);
@@ -0,0 +1,2 @@
1
+ export * from './lib/version';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../version/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./lib/version"), exports);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../../version/lib/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAAoB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '12.6.28';
4
+ exports.version = '12.6.29';
@@ -3,7 +3,7 @@ import { createComponent } from '@workday/canvas-kit-react/common';
3
3
  import { Avatar } from '@workday/canvas-kit-react/avatar';
4
4
  import { system } from '@workday/canvas-tokens-web';
5
5
  import { createStyles } from '@workday/canvas-kit-styling';
6
- const expandableAvatarStyles = createStyles({ name: "vmxq2", styles: "margin-right:var(--cnvs-sys-space-x2);flex-shrink:0;" });
6
+ const expandableAvatarStyles = createStyles({ name: "qkb62", styles: "margin-right:var(--cnvs-sys-space-x2);flex-shrink:0;" });
7
7
  // When the component is created, it needs to be a button element to match AvatarProps.
8
8
  // Once Avatar becomes a `createComponent` we can default the element type to a `div`
9
9
  // and the types should be properly extracted
@@ -1,5 +1,5 @@
1
1
  export * from './combobox';
2
2
  export * from './expandable';
3
3
  export * from './search-form';
4
- export { version } from './version';
4
+ export * from './version';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC"}
package/dist/es6/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from './combobox';
2
2
  export * from './expandable';
3
3
  export * from './search-form';
4
- export { version } from './version';
4
+ export * from './version';
@@ -0,0 +1,2 @@
1
+ export * from './lib/version';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../version/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
@@ -0,0 +1 @@
1
+ export * from './lib/version';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../../version/lib/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAAoB,CAAC"}
@@ -0,0 +1 @@
1
+ export const version = '12.6.29';
package/index.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from './combobox';
2
2
  export * from './expandable';
3
3
  export * from './search-form';
4
- export {version} from './version';
4
+ export * from './version';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-labs-react",
3
- "version": "12.6.28",
3
+ "version": "12.6.29",
4
4
  "description": "Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functionality. The Labs modules allow us to do that as needed.",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -48,8 +48,8 @@
48
48
  "dependencies": {
49
49
  "@emotion/react": "^11.7.1",
50
50
  "@emotion/styled": "^11.6.0",
51
- "@workday/canvas-kit-react": "^12.6.28",
52
- "@workday/canvas-kit-styling": "^12.6.28",
51
+ "@workday/canvas-kit-react": "^12.6.29",
52
+ "@workday/canvas-kit-styling": "^12.6.29",
53
53
  "@workday/canvas-system-icons-web": "^3.0.0",
54
54
  "@workday/canvas-tokens-web": "^2.1.1",
55
55
  "@workday/design-assets-types": "^0.2.8",
@@ -60,5 +60,5 @@
60
60
  "devDependencies": {
61
61
  "@types/lodash.flatten": "^4.4.6"
62
62
  },
63
- "gitHead": "b226a3f14dd512769fc6c0678b12b887d553443b"
63
+ "gitHead": "cc031961ccea9831b5bd2b2b620587683821c567"
64
64
  }
@@ -0,0 +1 @@
1
+ export * from './lib/version';
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "../dist/commonjs/version",
3
+ "module": "../dist/es6/version",
4
+ "sideEffects": false,
5
+ "types": "../dist/es6/version"
6
+ }
@@ -1 +0,0 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAAoB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAAoB,CAAC"}
@@ -1 +0,0 @@
1
- export const version = '12.6.28';
File without changes