@neovici/cosmoz-omnitable 18.10.0-beta.1 → 18.10.0-beta.2
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,wBA0eE"}
|
|
@@ -105,8 +105,7 @@ export default css `
|
|
|
105
105
|
display: flex;
|
|
106
106
|
align-items: flex-end;
|
|
107
107
|
background-color: var(--cz-color-bg-secondary);
|
|
108
|
-
border-
|
|
109
|
-
border-bottom: 1px solid var(--cz-color-border-primary);
|
|
108
|
+
border-block: 1px solid var(--cz-color-border-primary);
|
|
110
109
|
}
|
|
111
110
|
|
|
112
111
|
[hidden] {
|
|
@@ -184,7 +183,7 @@ export default css `
|
|
|
184
183
|
flex-direction: column;
|
|
185
184
|
position: relative;
|
|
186
185
|
flex: auto;
|
|
187
|
-
background-color: var(--cz-color-bg-
|
|
186
|
+
background-color: var(--cz-color-bg-primary);
|
|
188
187
|
}
|
|
189
188
|
.tableContent:has(.tableContent-empty.spinner) {
|
|
190
189
|
opacity: 0.3;
|
|
@@ -515,7 +514,7 @@ export default css `
|
|
|
515
514
|
|
|
516
515
|
:host([mini]) .itemRow {
|
|
517
516
|
border-radius: 12px;
|
|
518
|
-
box-shadow: inset 0 0 0 2px var(--cz-color-border-
|
|
517
|
+
box-shadow: inset 0 0 0 2px var(--cz-color-border-tertiary);
|
|
519
518
|
margin-block: var(--checkbox-offset);
|
|
520
519
|
margin-inline: var(--checkbox-offset);
|
|
521
520
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+Uf,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.2",
|
|
4
4
|
"description": "[](https://travis-ci.org/Neovici/cosmoz-omnitable)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components"
|