@neovici/cosmoz-omnitable 18.10.0-beta.0 → 18.10.0-beta.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cosmoz-omnitable-styles.d.ts","sourceRoot":"","sources":["../src/cosmoz-omnitable-styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ,QAoEpB,CAAC;;AAEF,
|
|
1
|
+
{"version":3,"file":"cosmoz-omnitable-styles.d.ts","sourceRoot":"","sources":["../src/cosmoz-omnitable-styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ,QAoEpB,CAAC;;AAEF,wBA2eE"}
|
|
@@ -105,6 +105,8 @@ export default css `
|
|
|
105
105
|
display: flex;
|
|
106
106
|
align-items: flex-end;
|
|
107
107
|
background-color: var(--cz-color-bg-secondary);
|
|
108
|
+
border-top: 1px solid var(--cz-color-border-primary);
|
|
109
|
+
border-bottom: 1px solid var(--cz-color-border-primary);
|
|
108
110
|
}
|
|
109
111
|
|
|
110
112
|
[hidden] {
|
|
@@ -182,7 +184,7 @@ export default css `
|
|
|
182
184
|
flex-direction: column;
|
|
183
185
|
position: relative;
|
|
184
186
|
flex: auto;
|
|
185
|
-
background-color: var(--cz-color-bg-
|
|
187
|
+
background-color: var(--cz-color-bg-secondary);
|
|
186
188
|
}
|
|
187
189
|
.tableContent:has(.tableContent-empty.spinner) {
|
|
188
190
|
opacity: 0.3;
|
|
@@ -513,7 +515,7 @@ export default css `
|
|
|
513
515
|
|
|
514
516
|
:host([mini]) .itemRow {
|
|
515
517
|
border-radius: 12px;
|
|
516
|
-
box-shadow: inset 0 0 0 2px var(--cz-color-border-
|
|
518
|
+
box-shadow: inset 0 0 0 2px var(--cz-color-border-secondary);
|
|
517
519
|
margin-block: var(--checkbox-offset);
|
|
518
520
|
margin-inline: var(--checkbox-offset);
|
|
519
521
|
padding-block: 4px;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cosmoz-omnitable-styles.js","sourceRoot":"","sources":["../src/cosmoz-omnitable-styles.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,MAAM,IAAI,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoE1B,CAAC;AAEF,eAAe,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"cosmoz-omnitable-styles.js","sourceRoot":"","sources":["../src/cosmoz-omnitable-styles.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,MAAM,IAAI,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoE1B,CAAC;AAEF,eAAe,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgVf,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2JV,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovici/cosmoz-omnitable",
|
|
3
|
-
"version": "18.10.0-beta.
|
|
3
|
+
"version": "18.10.0-beta.1",
|
|
4
4
|
"description": "[](https://travis-ci.org/Neovici/cosmoz-omnitable)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components"
|