@dfds-ui/experiences 1.1.14-alpha.a936a749 → 1.1.14-alpha.b69b5bb7
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/cjs/dynamic-table/Body/TableCell.styles.d.ts +3 -3
- package/cjs/dynamic-table/Body/TableCell.styles.js +1 -1
- package/cjs/dynamic-table/Body/TableRow.styles.d.ts +2 -2
- package/cjs/dynamic-table/DynamicTable.styles.d.ts +2 -2
- package/cjs/dynamic-table/DynamicTable.styles.js +1 -1
- package/cjs/dynamic-table/Head/TableHead.styles.d.ts +3 -3
- package/cjs/dynamic-table/Head/TableHead.styles.js +1 -1
- package/cjs/dynamic-table/Skeleton/SkeletonTable.styles.d.ts +1 -1
- package/cjs/dynamic-table/helpers/getHeaderRow.d.ts +1 -1
- package/dynamic-table/Body/TableCell.styles.d.ts +3 -3
- package/dynamic-table/Body/TableRow.styles.d.ts +2 -2
- package/dynamic-table/DynamicTable.styles.d.ts +2 -2
- package/dynamic-table/Head/TableHead.styles.d.ts +3 -3
- package/dynamic-table/Skeleton/SkeletonTable.styles.d.ts +1 -1
- package/dynamic-table/helpers/getHeaderRow.d.ts +1 -1
- package/package.json +12 -12
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare const genericTableCellStyles: import("@emotion/
|
|
1
|
+
export declare const genericTableCellStyles: import("@emotion/react").SerializedStyles;
|
|
2
2
|
declare type TableCellProps = {
|
|
3
3
|
align?: 'center' | 'left' | 'right';
|
|
4
4
|
customWidth?: string;
|
|
5
5
|
};
|
|
6
|
-
export declare const tableCellStyles: ({ align, customWidth }: TableCellProps) => import("@emotion/
|
|
7
|
-
export declare const tableCellCheckboxStyles: import("@emotion/
|
|
6
|
+
export declare const tableCellStyles: ({ align, customWidth }: TableCellProps) => import("@emotion/react").SerializedStyles;
|
|
7
|
+
export declare const tableCellCheckboxStyles: import("@emotion/react").SerializedStyles;
|
|
8
8
|
export {};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.tableCellCheckboxStyles = exports.tableCellStyles = exports.genericTableCellStyles = void 0;
|
|
7
7
|
|
|
8
8
|
var _theme = require("@dfds-ui/theme");
|
|
9
9
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare const genericTableRowStyles: import("@emotion/
|
|
1
|
+
export declare const genericTableRowStyles: import("@emotion/react").SerializedStyles;
|
|
2
2
|
declare type TableRowProps = {
|
|
3
3
|
active?: boolean;
|
|
4
4
|
hoverColor: boolean;
|
|
5
5
|
};
|
|
6
|
-
export declare const tableRowStyles: ({ active, hoverColor }: TableRowProps) => import("@emotion/
|
|
6
|
+
export declare const tableRowStyles: ({ active, hoverColor }: TableRowProps) => import("@emotion/react").SerializedStyles;
|
|
7
7
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare type TableWrapperProps = {
|
|
2
2
|
height?: string;
|
|
3
3
|
};
|
|
4
|
-
export declare const tableWrapperStyles: ({ height }: TableWrapperProps) => import("@emotion/
|
|
5
|
-
export declare const tableStyles: import("@emotion/
|
|
4
|
+
export declare const tableWrapperStyles: ({ height }: TableWrapperProps) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
export declare const tableStyles: import("@emotion/react").SerializedStyles;
|
|
6
6
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ChevronProps, TableHeadCellCheckboxProps, TableHeadCellProps } from './TableHead.types';
|
|
2
|
-
export declare const tableHeadCellStyles: ({ align, customWidth, sortable, sortByKey, stickyHeader, }: TableHeadCellProps) => import("@emotion/
|
|
3
|
-
export declare const tableHeadCellCheckboxStyles: ({ stickyHeader }: TableHeadCellCheckboxProps) => import("@emotion/
|
|
4
|
-
export declare const chevronStyles: ({ descending, show }: ChevronProps) => import("@emotion/
|
|
2
|
+
export declare const tableHeadCellStyles: ({ align, customWidth, sortable, sortByKey, stickyHeader, }: TableHeadCellProps) => import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const tableHeadCellCheckboxStyles: ({ stickyHeader }: TableHeadCellCheckboxProps) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
export declare const chevronStyles: ({ descending, show }: ChevronProps) => import("@emotion/react").SerializedStyles;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.chevronStyles = exports.tableHeadCellCheckboxStyles = exports.tableHeadCellStyles = void 0;
|
|
7
7
|
|
|
8
8
|
var _theme = require("@dfds-ui/theme");
|
|
9
9
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const fadeStyles: import("@emotion/
|
|
1
|
+
export declare const fadeStyles: import("@emotion/react").SerializedStyles;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare const genericTableCellStyles: import("@emotion/
|
|
1
|
+
export declare const genericTableCellStyles: import("@emotion/react").SerializedStyles;
|
|
2
2
|
declare type TableCellProps = {
|
|
3
3
|
align?: 'center' | 'left' | 'right';
|
|
4
4
|
customWidth?: string;
|
|
5
5
|
};
|
|
6
|
-
export declare const tableCellStyles: ({ align, customWidth }: TableCellProps) => import("@emotion/
|
|
7
|
-
export declare const tableCellCheckboxStyles: import("@emotion/
|
|
6
|
+
export declare const tableCellStyles: ({ align, customWidth }: TableCellProps) => import("@emotion/react").SerializedStyles;
|
|
7
|
+
export declare const tableCellCheckboxStyles: import("@emotion/react").SerializedStyles;
|
|
8
8
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare const genericTableRowStyles: import("@emotion/
|
|
1
|
+
export declare const genericTableRowStyles: import("@emotion/react").SerializedStyles;
|
|
2
2
|
declare type TableRowProps = {
|
|
3
3
|
active?: boolean;
|
|
4
4
|
hoverColor: boolean;
|
|
5
5
|
};
|
|
6
|
-
export declare const tableRowStyles: ({ active, hoverColor }: TableRowProps) => import("@emotion/
|
|
6
|
+
export declare const tableRowStyles: ({ active, hoverColor }: TableRowProps) => import("@emotion/react").SerializedStyles;
|
|
7
7
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare type TableWrapperProps = {
|
|
2
2
|
height?: string;
|
|
3
3
|
};
|
|
4
|
-
export declare const tableWrapperStyles: ({ height }: TableWrapperProps) => import("@emotion/
|
|
5
|
-
export declare const tableStyles: import("@emotion/
|
|
4
|
+
export declare const tableWrapperStyles: ({ height }: TableWrapperProps) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
export declare const tableStyles: import("@emotion/react").SerializedStyles;
|
|
6
6
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ChevronProps, TableHeadCellCheckboxProps, TableHeadCellProps } from './TableHead.types';
|
|
2
|
-
export declare const tableHeadCellStyles: ({ align, customWidth, sortable, sortByKey, stickyHeader, }: TableHeadCellProps) => import("@emotion/
|
|
3
|
-
export declare const tableHeadCellCheckboxStyles: ({ stickyHeader }: TableHeadCellCheckboxProps) => import("@emotion/
|
|
4
|
-
export declare const chevronStyles: ({ descending, show }: ChevronProps) => import("@emotion/
|
|
2
|
+
export declare const tableHeadCellStyles: ({ align, customWidth, sortable, sortByKey, stickyHeader, }: TableHeadCellProps) => import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const tableHeadCellCheckboxStyles: ({ stickyHeader }: TableHeadCellCheckboxProps) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
export declare const chevronStyles: ({ descending, show }: ChevronProps) => import("@emotion/react").SerializedStyles;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const fadeStyles: import("@emotion/
|
|
1
|
+
export declare const fadeStyles: import("@emotion/react").SerializedStyles;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "React components for building experiences",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
|
-
"version": "1.1.14-alpha.
|
|
6
|
+
"version": "1.1.14-alpha.b69b5bb7",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./cjs/index.js",
|
|
9
9
|
"module": "./index.js",
|
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"@emotion/react": "^11.0.0",
|
|
14
14
|
"@emotion/styled": "^11.0.0",
|
|
15
|
-
"react": ">=
|
|
16
|
-
"react-dom": ">=
|
|
15
|
+
"react": ">= 16.8.0",
|
|
16
|
+
"react-dom": ">= 16.8.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@dfds-ui/colors": "1.1.14-alpha.
|
|
20
|
-
"@dfds-ui/forms": "1.1.14-alpha.
|
|
21
|
-
"@dfds-ui/grid": "1.1.14-alpha.
|
|
22
|
-
"@dfds-ui/icons": "1.1.14-alpha.
|
|
23
|
-
"@dfds-ui/modal": "1.1.14-alpha.
|
|
24
|
-
"@dfds-ui/react-components": "1.1.14-alpha.
|
|
25
|
-
"@dfds-ui/theme": "1.1.14-alpha.
|
|
26
|
-
"@dfds-ui/typography": "1.1.14-alpha.
|
|
19
|
+
"@dfds-ui/colors": "1.1.14-alpha.b69b5bb7",
|
|
20
|
+
"@dfds-ui/forms": "1.1.14-alpha.b69b5bb7",
|
|
21
|
+
"@dfds-ui/grid": "1.1.14-alpha.b69b5bb7",
|
|
22
|
+
"@dfds-ui/icons": "1.1.14-alpha.b69b5bb7",
|
|
23
|
+
"@dfds-ui/modal": "1.1.14-alpha.b69b5bb7",
|
|
24
|
+
"@dfds-ui/react-components": "1.1.14-alpha.b69b5bb7",
|
|
25
|
+
"@dfds-ui/theme": "1.1.14-alpha.b69b5bb7",
|
|
26
|
+
"@dfds-ui/typography": "1.1.14-alpha.b69b5bb7"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "b69b5bb714202f7c8eb8a5a5cf93a8f41f9470fe",
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
}
|