@instructure/ui-table 11.7.2-snapshot-52 → 11.7.2-snapshot-60
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/CHANGELOG.md +1 -1
- package/package.json +14 -14
- package/src/Table/v2/Body/styles.ts +1 -1
- package/src/Table/v2/Cell/styles.ts +1 -1
- package/src/Table/v2/ColHeader/styles.ts +1 -1
- package/src/Table/v2/Head/styles.ts +1 -1
- package/src/Table/v2/Row/styles.ts +1 -1
- package/src/Table/v2/RowHeader/styles.ts +1 -1
- package/src/Table/v2/styles.ts +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Table/v2/Body/styles.d.ts +1 -1
- package/types/Table/v2/Body/styles.d.ts.map +1 -1
- package/types/Table/v2/Cell/styles.d.ts +1 -1
- package/types/Table/v2/Cell/styles.d.ts.map +1 -1
- package/types/Table/v2/ColHeader/styles.d.ts +1 -1
- package/types/Table/v2/ColHeader/styles.d.ts.map +1 -1
- package/types/Table/v2/Head/styles.d.ts +1 -1
- package/types/Table/v2/Head/styles.d.ts.map +1 -1
- package/types/Table/v2/Row/styles.d.ts +1 -1
- package/types/Table/v2/Row/styles.d.ts.map +1 -1
- package/types/Table/v2/RowHeader/styles.d.ts +1 -1
- package/types/Table/v2/RowHeader/styles.d.ts.map +1 -1
- package/types/Table/v2/styles.d.ts +1 -1
- package/types/Table/v2/styles.d.ts.map +1 -1
|
@@ -8,6 +8,6 @@ import type { TableBodyStyle } from './props';
|
|
|
8
8
|
* @param {Object} componentTheme The theme variable object.
|
|
9
9
|
* @return {Object} The final style object, which will be used in the component
|
|
10
10
|
*/
|
|
11
|
-
declare const generateStyle: (componentTheme: NewComponentTypes["TableBody"]) => TableBodyStyle;
|
|
11
|
+
declare const generateStyle: (componentTheme: ReturnType<NewComponentTypes["TableBody"]>) => TableBodyStyle;
|
|
12
12
|
export default generateStyle;
|
|
13
13
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Table/v2/Body/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C;;;;;;;GAOG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,iBAAiB,CAAC,WAAW,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Table/v2/Body/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C;;;;;;;GAOG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,UAAU,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,KACzD,cAWF,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -9,6 +9,6 @@ import type { TableCellProps, TableCellStyle } from './props';
|
|
|
9
9
|
* @param {Object} props the props of the component, the style is applied to
|
|
10
10
|
* @return {Object} The final style object, which will be used in the component
|
|
11
11
|
*/
|
|
12
|
-
declare const generateStyle: (componentTheme: NewComponentTypes["TableCell"]
|
|
12
|
+
declare const generateStyle: (componentTheme: ReturnType<NewComponentTypes["TableCell"]>, props: TableCellProps) => TableCellStyle;
|
|
13
13
|
export default generateStyle;
|
|
14
14
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Table/v2/Cell/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7D;;;;;;;;GAQG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,iBAAiB,CAAC,WAAW,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Table/v2/Cell/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7D;;;;;;;;GAQG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,UAAU,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,EAC1D,OAAO,cAAc,KACpB,cAkBF,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -10,6 +10,6 @@ import type { TableColHeaderProps, TableColHeaderStyle } from './props';
|
|
|
10
10
|
* @param {Object} sharedTokens Shared token object that stores common values for the theme.
|
|
11
11
|
* @return {Object} The final style object, which will be used in the component
|
|
12
12
|
*/
|
|
13
|
-
declare const generateStyle: (componentTheme: NewComponentTypes["TableColHeader"]
|
|
13
|
+
declare const generateStyle: (componentTheme: ReturnType<NewComponentTypes["TableColHeader"]>, props: TableColHeaderProps, sharedTokens: SharedTokens) => TableColHeaderStyle;
|
|
14
14
|
export default generateStyle;
|
|
15
15
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Table/v2/ColHeader/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAEvE;;;;;;;;;GASG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,iBAAiB,CAAC,gBAAgB,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Table/v2/ColHeader/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAEvE;;;;;;;;;GASG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,UAAU,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC,EAC/D,OAAO,mBAAmB,EAC1B,cAAc,YAAY,KACzB,mBAmDF,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -8,6 +8,6 @@ import type { TableHeadStyle } from './props';
|
|
|
8
8
|
* @param {Object} componentTheme The theme variable object.
|
|
9
9
|
* @return {Object} The final style object, which will be used in the component
|
|
10
10
|
*/
|
|
11
|
-
declare const generateStyle: (componentTheme: NewComponentTypes["TableHead"]) => TableHeadStyle;
|
|
11
|
+
declare const generateStyle: (componentTheme: ReturnType<NewComponentTypes["TableHead"]>) => TableHeadStyle;
|
|
12
12
|
export default generateStyle;
|
|
13
13
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Table/v2/Head/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C;;;;;;;GAOG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,iBAAiB,CAAC,WAAW,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Table/v2/Head/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C;;;;;;;GAOG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,UAAU,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,KACzD,cAWF,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -11,7 +11,7 @@ import type { TableRowProps, TableRowStyle } from './props';
|
|
|
11
11
|
* @param {Object} extraArgs the state of the component, the style is applied to
|
|
12
12
|
* @return {Object} The final style object, which will be used in the component
|
|
13
13
|
*/
|
|
14
|
-
declare const generateStyle: (componentTheme: NewComponentTypes["TableRow"]
|
|
14
|
+
declare const generateStyle: (componentTheme: ReturnType<NewComponentTypes["TableRow"]>, props: TableRowProps, _sharedTokens: SharedTokens, extraArgs: {
|
|
15
15
|
isStacked: boolean;
|
|
16
16
|
hover: boolean;
|
|
17
17
|
}) => TableRowStyle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Table/v2/Row/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE3D;;;;;;;;;;GAUG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,iBAAiB,CAAC,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Table/v2/Row/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE3D;;;;;;;;;;GAUG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,UAAU,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC,EACzD,OAAO,aAAa,EACpB,eAAe,YAAY,EAC3B,WAAW;IAAE,SAAS,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE,KAChD,aAgCF,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -9,6 +9,6 @@ import type { TableRowHeaderProps, TableRowHeaderStyle } from './props';
|
|
|
9
9
|
* @param {Object} props the props of the component, the style is applied to
|
|
10
10
|
* @return {Object} The final style object, which will be used in the component
|
|
11
11
|
*/
|
|
12
|
-
declare const generateStyle: (componentTheme: NewComponentTypes["TableRowHeader"]
|
|
12
|
+
declare const generateStyle: (componentTheme: ReturnType<NewComponentTypes["TableRowHeader"]>, props: TableRowHeaderProps) => TableRowHeaderStyle;
|
|
13
13
|
export default generateStyle;
|
|
14
14
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Table/v2/RowHeader/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,OAAO,KAAK,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAEvE;;;;;;;;GAQG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,iBAAiB,CAAC,gBAAgB,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Table/v2/RowHeader/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,OAAO,KAAK,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAEvE;;;;;;;;GAQG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,UAAU,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC,EAC/D,OAAO,mBAAmB,KACzB,mBAkBF,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -10,6 +10,6 @@ import type { NewComponentTypes, SharedTokens } from '@instructure/ui-themes';
|
|
|
10
10
|
* @param {Object} sharedTokens Shared token object
|
|
11
11
|
* @return {Object} The final style object, which will be used in the component
|
|
12
12
|
*/
|
|
13
|
-
declare const generateStyle: (componentTheme: NewComponentTypes["Table"]
|
|
13
|
+
declare const generateStyle: (componentTheme: ReturnType<NewComponentTypes["Table"]>, props: TableProps, _sharedTokens: SharedTokens) => TableStyle;
|
|
14
14
|
export default generateStyle;
|
|
15
15
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Table/v2/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AACrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAE7E;;;;;;;;;GASG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,iBAAiB,CAAC,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Table/v2/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AACrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAE7E;;;;;;;;;GASG;AACH,QAAA,MAAM,aAAa,GACjB,gBAAgB,UAAU,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC,EACtD,OAAO,UAAU,EACjB,eAAe,YAAY,KAC1B,UA2BF,CAAA;AAED,eAAe,aAAa,CAAA"}
|