@exmg/exm-grid 1.1.18 → 1.1.19
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 @@ export const style = css `
|
|
|
9
9
|
border-top-left-radius: var(--exm-theme-table-radius, var(--exm-surface-border-radius, 16px));
|
|
10
10
|
border-top-right-radius: var(--exm-theme-table-radius, var(--exm-surface-border-radius, 16px));
|
|
11
11
|
--toolbar-bg-color: var(--exm-theme-table-toolbar-background-color, var(--md-sys-color-surface-container));
|
|
12
|
-
--toolbar-color: var(--exm-theme-table-toolbar-color, var(--md-sys-color-on-surface
|
|
12
|
+
--toolbar-color: var(--exm-theme-table-toolbar-color, var(--md-sys-color-on-surface));
|
|
13
13
|
background-color: var(--toolbar-bg-color);
|
|
14
14
|
color: var(--toolbar-color);
|
|
15
15
|
}
|
|
@@ -6,7 +6,7 @@ export const style = css `
|
|
|
6
6
|
-webkit-font-smoothing: antialiased;
|
|
7
7
|
font-family: Roboto, sans-serif;
|
|
8
8
|
font-family: var(--mdc-typography-font-family, Roboto, sans-serif);
|
|
9
|
-
color: var(--exm-theme-table-pagination-color, var(--md-sys-color-on-surface
|
|
9
|
+
color: var(--exm-theme-table-pagination-color, var(--md-sys-color-on-surface));
|
|
10
10
|
border-bottom-left-radius: var(--exm-theme-table-radius, var(--exm-surface-border-radius, 16px));
|
|
11
11
|
border-bottom-right-radius: var(--exm-theme-table-radius, var(--exm-surface-border-radius, 16px));
|
|
12
12
|
}
|
|
@@ -6,7 +6,7 @@ export const style = css `
|
|
|
6
6
|
-webkit-font-smoothing: antialiased;
|
|
7
7
|
font-family: Roboto, sans-serif;
|
|
8
8
|
font-family: var(--mdc-typography-font-family, Roboto, sans-serif);
|
|
9
|
-
color: var(--exm-theme-table-pagination-color, var(--md-sys-color-on-surface
|
|
9
|
+
color: var(--exm-theme-table-pagination-color, var(--md-sys-color-on-surface));
|
|
10
10
|
border-bottom-left-radius: var(--exm-theme-table-radius, var(--exm-surface-border-radius, 16px));
|
|
11
11
|
border-bottom-right-radius: var(--exm-theme-table-radius, var(--exm-surface-border-radius, 16px));
|
|
12
12
|
}
|
|
@@ -9,7 +9,7 @@ export const style = css `
|
|
|
9
9
|
--exm-arrow-upward-url: url('/node_modules/@exmg/exm-grid/assets/arrow-upward.svg');
|
|
10
10
|
--exm-table-card-width: var(--exm-theme-table-card-width, 100%);
|
|
11
11
|
--exm-table-card-margin-bottom: var(--exm-theme-table-card-margin-bottom, 5px);
|
|
12
|
-
--exm-table-color: var(--exm-theme-table-on-surface, var(--md-sys-color-on-surface
|
|
12
|
+
--exm-table-color: var(--exm-theme-table-on-surface, var(--md-sys-color-on-surface));
|
|
13
13
|
--exm-table-card-background-color: var(--exm-theme-table-surface, var(--md-sys-color-surface-container));
|
|
14
14
|
--exm-table-row-divider-color: var(--exm-theme-table-row-divider-color, var(--md-sys-color-surface-variant));
|
|
15
15
|
--exm-table-row-selected-color: var(
|
|
@@ -36,7 +36,7 @@ export const style = css `
|
|
|
36
36
|
var(--md-sys-color-surface-container-low)
|
|
37
37
|
);
|
|
38
38
|
--exm-table-rows-expanded-color: var(--exm-theme-table-rows-expanded-color, var(--md-sys-color-on-surface));
|
|
39
|
-
--exm-table-th-color: var(--exm-theme-table-th-on-surface, var(--md-sys-color-on-surface
|
|
39
|
+
--exm-table-th-color: var(--exm-theme-table-th-on-surface, var(--md-sys-color-on-surface));
|
|
40
40
|
--exm-table-th-background-color: var(--exm-theme-table-th-surface, var(--md-sys-color-surface-container));
|
|
41
41
|
--exm-table-th-sortable-hover-color: var(--exm-theme-table-th-sortable-hover-color, var(--md-sys-color-on-surface));
|
|
42
42
|
--exm-table-columns-background-color: var(--exm-theme-table-columns-background-color, var(--md-sys-color-surface));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exmg/exm-grid",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "exmg grid element",
|
|
6
6
|
"contributors": [
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"directory": "packages/exm-grid"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@exmg/exm-search": "^1.1.
|
|
41
|
-
"@exmg/exm-sortable": "^1.1.
|
|
40
|
+
"@exmg/exm-search": "^1.1.19",
|
|
41
|
+
"@exmg/exm-sortable": "^1.1.19"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@exmg/lit-base": "^3.0.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "aa8df3dc412e928c16b7380fb1f3304e50ad95bd"
|
|
56
56
|
}
|