@omegagrid/grid 0.6.111 → 0.6.113
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":"comment.style.d.ts","sourceRoot":"","sources":["../../src/ui/comment.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"comment.style.d.ts","sourceRoot":"","sources":["../../src/ui/comment.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,yBAmFjB,CAAC"}
|
package/dist/ui/comment.style.js
CHANGED
|
@@ -11,6 +11,7 @@ export const style = css `
|
|
|
11
11
|
border: 1px solid var(--og-colortype-yellow-border-color);
|
|
12
12
|
color: var(--og-colortype-yellow-text-color);
|
|
13
13
|
font-size: var(--og-font-size);
|
|
14
|
+
font-family: var(--og-font-family);
|
|
14
15
|
width: 250px;
|
|
15
16
|
min-height: 100px;
|
|
16
17
|
resize: both;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comment.style.js","sourceRoot":"","sources":["../../src/ui/comment.style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,KAAK,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"comment.style.js","sourceRoot":"","sources":["../../src/ui/comment.style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,KAAK,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmFvB,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const style = css`\n\t* {\n\t\tbox-sizing: border-box;\n\t}\n\n\t:host {\n\t\tz-index: 500;\n\t\tposition: absolute;\n\t\tbackground-color: var(--og-colortype-yellow-background-color);\n\t\tborder: 1px solid var(--og-colortype-yellow-border-color);\n\t\tcolor: var(--og-colortype-yellow-text-color);\n\t\tfont-size: var(--og-font-size);\n\t\tfont-family: var(--og-font-family);\n\t\twidth: 250px;\n\t\tmin-height: 100px;\n\t\tresize: both;\n\t\toverflow: hidden;\n\t}\n\n\t.container {\n\t\toverflow: hidden;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\theight: 100%;\n\t}\n\n\t.head {\n\t\tcursor: move;\n\t\tuser-select: none;\n\t\tbackground: var(--og-colortype-yellow-border-color);\n\t\tmin-height: 10px;\n\t\tflex: 0;\n\t}\n\n\t.controls {\n\t\tpadding: 2px;\n\t}\n\n\t.controls og-button {\n\t\twidth: 100%;\n\t}\n\n\tog-container {\n\t\tflex: 1;\n\t}\n\n\t.comment > div:last-child {\n\t\tpadding-top: 0;\n\t}\n\n\t.comment-title {\n\t\tpadding: 5px;\n\t\tuser-select: none;\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\tgap: 5px;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\twhite-space: nowrap;\n\t\tcolor: var(--og-colortype-yellow-border-color);\n\t}\n\n\t.comment-title > div {\n\t\tflex: 1;\n\t}\n\n\t.comment-title > div.date {\n\t\ttext-align: right;\n\t}\n\n\t.comment-body {\n\t\ttext-align: justify;\n\t\tpadding: 5px;\n\t\toutline: none;\n\t}\n\n\t.comment-body[contenteditable] {\n\t\tborder: 2px solid var(--og-text-color);\n\t}\n\n\t.comment {\n\t\tborder-bottom: 1px solid var(--og-colortype-yellow-border-color);\n\t}\n`;"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omegagrid/grid",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.113",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"description": "Universal datagrid component",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"_prepublish": "yarn test && yarn lint"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@omegagrid/commands": "^0.6.
|
|
39
|
-
"@omegagrid/core": "^0.6.
|
|
40
|
-
"@omegagrid/grid-core": "^0.6.
|
|
41
|
-
"@omegagrid/localize": "^0.6.
|
|
42
|
-
"@omegagrid/tabs": "^0.6.
|
|
43
|
-
"@omegagrid/tree": "^0.6.
|
|
38
|
+
"@omegagrid/commands": "^0.6.113",
|
|
39
|
+
"@omegagrid/core": "^0.6.113",
|
|
40
|
+
"@omegagrid/grid-core": "^0.6.113",
|
|
41
|
+
"@omegagrid/localize": "^0.6.113",
|
|
42
|
+
"@omegagrid/tabs": "^0.6.113",
|
|
43
|
+
"@omegagrid/tree": "^0.6.113",
|
|
44
44
|
"@stdlib/stats": "^0.0.13",
|
|
45
45
|
"date-fns": "^3.2.0",
|
|
46
46
|
"lit": "^3.1.1",
|