@workday/canvas-kit-react 6.8.13 → 6.8.15
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/dist/commonjs/popup/lib/PopupPopper.d.ts +2 -4
- package/dist/commonjs/popup/lib/PopupPopper.d.ts.map +1 -1
- package/dist/es6/popup/lib/PopupPopper.d.ts +2 -4
- package/dist/es6/popup/lib/PopupPopper.d.ts.map +1 -1
- package/package.json +5 -5
- package/popup/lib/PopupPopper.tsx +2 -3
- package/ts3.5/dist/commonjs/popup/lib/PopupPopper.d.ts +2 -4
- package/ts3.5/dist/es6/popup/lib/PopupPopper.d.ts +2 -4
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { PopupModel } from './hooks';
|
|
3
|
-
import { Placement, PopperOptions } from './Popper';
|
|
4
|
-
export interface PopupPopperProps {
|
|
2
|
+
import { Placement, PopperOptions, PopperProps } from './Popper';
|
|
3
|
+
export interface PopupPopperProps extends PopperProps {
|
|
5
4
|
/**
|
|
6
5
|
* Optionally pass a model directly to this component. Default is to implicitly use the same
|
|
7
6
|
* model as the container component which uses React context. Only use this for advanced use-cases
|
|
@@ -18,7 +17,6 @@ export interface PopupPopperProps {
|
|
|
18
17
|
* The additional options passed to the Popper's `popper.js` instance.
|
|
19
18
|
*/
|
|
20
19
|
popperOptions?: Partial<PopperOptions>;
|
|
21
|
-
children?: React.ReactNode;
|
|
22
20
|
}
|
|
23
21
|
export declare const PopupPopper: import("../../common").ElementComponent<"div", PopupPopperProps>;
|
|
24
22
|
//# sourceMappingURL=PopupPopper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopupPopper.d.ts","sourceRoot":"","sources":["../../../../popup/lib/PopupPopper.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PopupPopper.d.ts","sourceRoot":"","sources":["../../../../popup/lib/PopupPopper.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAC,UAAU,EAAoC,MAAM,SAAS,CAAC;AACtE,OAAO,EAAC,SAAS,EAAE,aAAa,EAAU,WAAW,EAAC,MAAM,UAAU,CAAC;AAEvE,MAAM,WAAW,gBAAiB,SAAQ,WAAW;IACnD;;;OAGG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;CACxC;AAED,eAAO,MAAM,WAAW,kEAQtB,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { PopupModel } from './hooks';
|
|
3
|
-
import { Placement, PopperOptions } from './Popper';
|
|
4
|
-
export interface PopupPopperProps {
|
|
2
|
+
import { Placement, PopperOptions, PopperProps } from './Popper';
|
|
3
|
+
export interface PopupPopperProps extends PopperProps {
|
|
5
4
|
/**
|
|
6
5
|
* Optionally pass a model directly to this component. Default is to implicitly use the same
|
|
7
6
|
* model as the container component which uses React context. Only use this for advanced use-cases
|
|
@@ -18,7 +17,6 @@ export interface PopupPopperProps {
|
|
|
18
17
|
* The additional options passed to the Popper's `popper.js` instance.
|
|
19
18
|
*/
|
|
20
19
|
popperOptions?: Partial<PopperOptions>;
|
|
21
|
-
children?: React.ReactNode;
|
|
22
20
|
}
|
|
23
21
|
export declare const PopupPopper: import("../../common").ElementComponent<"div", PopupPopperProps>;
|
|
24
22
|
//# sourceMappingURL=PopupPopper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopupPopper.d.ts","sourceRoot":"","sources":["../../../../popup/lib/PopupPopper.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PopupPopper.d.ts","sourceRoot":"","sources":["../../../../popup/lib/PopupPopper.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAC,UAAU,EAAoC,MAAM,SAAS,CAAC;AACtE,OAAO,EAAC,SAAS,EAAE,aAAa,EAAU,WAAW,EAAC,MAAM,UAAU,CAAC;AAEvE,MAAM,WAAW,gBAAiB,SAAQ,WAAW;IACnD;;;OAGG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;CACxC;AAED,eAAO,MAAM,WAAW,kEAQtB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-react",
|
|
3
|
-
"version": "6.8.
|
|
3
|
+
"version": "6.8.15",
|
|
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",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"@emotion/styled": "^10.0.27",
|
|
58
58
|
"@popperjs/core": "^2.5.4",
|
|
59
59
|
"@workday/canvas-colors-web": "^2.0.0",
|
|
60
|
-
"@workday/canvas-kit-labs-react": "^6.8.
|
|
61
|
-
"@workday/canvas-kit-popup-stack": "^6.8.
|
|
62
|
-
"@workday/canvas-kit-preview-react": "^6.8.
|
|
60
|
+
"@workday/canvas-kit-labs-react": "^6.8.15",
|
|
61
|
+
"@workday/canvas-kit-popup-stack": "^6.8.15",
|
|
62
|
+
"@workday/canvas-kit-preview-react": "^6.8.15",
|
|
63
63
|
"@workday/canvas-system-icons-web": "1.0.41",
|
|
64
64
|
"@workday/design-assets-types": "^0.2.4",
|
|
65
65
|
"chroma-js": "^2.1.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"@workday/canvas-accent-icons-web": "^1.0.0",
|
|
78
78
|
"@workday/canvas-applet-icons-web": "^0.17.50"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "865831399e7b3871eb145333faeeef00ca69e4da"
|
|
81
81
|
}
|
|
@@ -3,9 +3,9 @@ import * as React from 'react';
|
|
|
3
3
|
import {createComponent, useModelContext} from '@workday/canvas-kit-react/common';
|
|
4
4
|
|
|
5
5
|
import {PopupModel, PopupModelContext, usePopupPopper} from './hooks';
|
|
6
|
-
import {Placement, PopperOptions, Popper} from './Popper';
|
|
6
|
+
import {Placement, PopperOptions, Popper, PopperProps} from './Popper';
|
|
7
7
|
|
|
8
|
-
export interface PopupPopperProps {
|
|
8
|
+
export interface PopupPopperProps extends PopperProps {
|
|
9
9
|
/**
|
|
10
10
|
* Optionally pass a model directly to this component. Default is to implicitly use the same
|
|
11
11
|
* model as the container component which uses React context. Only use this for advanced use-cases
|
|
@@ -22,7 +22,6 @@ export interface PopupPopperProps {
|
|
|
22
22
|
* The additional options passed to the Popper's `popper.js` instance.
|
|
23
23
|
*/
|
|
24
24
|
popperOptions?: Partial<PopperOptions>;
|
|
25
|
-
children?: React.ReactNode;
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
export const PopupPopper = createComponent('div')({
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { PopupModel } from './hooks';
|
|
3
|
-
import { Placement, PopperOptions } from './Popper';
|
|
4
|
-
export interface PopupPopperProps {
|
|
2
|
+
import { Placement, PopperOptions, PopperProps } from './Popper';
|
|
3
|
+
export interface PopupPopperProps extends PopperProps {
|
|
5
4
|
/**
|
|
6
5
|
* Optionally pass a model directly to this component. Default is to implicitly use the same
|
|
7
6
|
* model as the container component which uses React context. Only use this for advanced use-cases
|
|
@@ -18,7 +17,6 @@ export interface PopupPopperProps {
|
|
|
18
17
|
* The additional options passed to the Popper's `popper.js` instance.
|
|
19
18
|
*/
|
|
20
19
|
popperOptions?: Partial<PopperOptions>;
|
|
21
|
-
children?: React.ReactNode;
|
|
22
20
|
}
|
|
23
21
|
export declare const PopupPopper: import("../../common").ElementComponent<"div", PopupPopperProps>;
|
|
24
22
|
//# sourceMappingURL=PopupPopper.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { PopupModel } from './hooks';
|
|
3
|
-
import { Placement, PopperOptions } from './Popper';
|
|
4
|
-
export interface PopupPopperProps {
|
|
2
|
+
import { Placement, PopperOptions, PopperProps } from './Popper';
|
|
3
|
+
export interface PopupPopperProps extends PopperProps {
|
|
5
4
|
/**
|
|
6
5
|
* Optionally pass a model directly to this component. Default is to implicitly use the same
|
|
7
6
|
* model as the container component which uses React context. Only use this for advanced use-cases
|
|
@@ -18,7 +17,6 @@ export interface PopupPopperProps {
|
|
|
18
17
|
* The additional options passed to the Popper's `popper.js` instance.
|
|
19
18
|
*/
|
|
20
19
|
popperOptions?: Partial<PopperOptions>;
|
|
21
|
-
children?: React.ReactNode;
|
|
22
20
|
}
|
|
23
21
|
export declare const PopupPopper: import("../../common").ElementComponent<"div", PopupPopperProps>;
|
|
24
22
|
//# sourceMappingURL=PopupPopper.d.ts.map
|