@modusoperandi/licit 1.4.7 → 1.4.8
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/TextInsertTabSpaceCommand.js +18 -0
- package/TextInsertTabSpaceCommand.js.flow +16 -0
- package/bom.xml +8871 -10174
- package/package.json +15 -19
- package/ui/czi-editor.css +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@modusoperandi/licit",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"subversion": "1",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"test": "jest --coverage",
|
|
17
17
|
"test:unit": "jest",
|
|
18
18
|
"test:coverage": "jest --coverage",
|
|
19
|
-
"build:bom": "cyclonedx-npm --ignore-npm-errors --short-PURLs --output-format XML --output-file dist/bom.xml",
|
|
19
|
+
"build:bom": "npx @cyclonedx/cyclonedx-npm --ignore-npm-errors --short-PURLs --output-format XML --output-file dist/bom.xml",
|
|
20
20
|
"build:clean": "rm -rf dist/ && rm -f modusoperandi-licit-*.*.*.tgz",
|
|
21
21
|
"build:css": "cp src/ui/*.css dist/ui && cp src/client/*.css dist/client && cp src/*.css dist",
|
|
22
22
|
"build:fonts": "mkdirp ./dist/fonts && cp -r src/fonts/* dist/fonts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"build:flow": "flow-copy-source -v -i '**/__tests__/**' src dist",
|
|
25
25
|
"build:dist": "npm run build:clean && npm run build:babel && npm run build:flow && npm run build:css && npm run build:fonts && npm run build:bom && cp src/*.d.ts dist/",
|
|
26
26
|
"build:licit": "node utils/build_bin.js",
|
|
27
|
-
"ci:bom": "cyclonedx-npm --ignore-npm-errors --short-PURLs --output-format XML --output-file dist/bom.xml",
|
|
27
|
+
"ci:bom": "npx @cyclonedx/cyclonedx-npm --ignore-npm-errors --short-PURLs --output-format XML --output-file dist/bom.xml",
|
|
28
28
|
"ci:build": "npm run build:clean && npm run build:babel && npm run build:flow && npm run build:css && npm run build:fonts && npm run build:bom && copyfiles --up 1 \"src/**/*.d.ts\" dist/ && copyfiles --up 1 \"src/**/*.css\" dist && copyfiles package.json LICENSE dist",
|
|
29
29
|
"lint:css": "stylelint \"**/*.css\"",
|
|
30
30
|
"lint:js": "eslint \"src/**/*.js\"",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@modusoperandi/color-picker": "^1.0.7",
|
|
44
44
|
"browserkeymap": "^2.0.2",
|
|
45
45
|
"flatted": "^3.3.3",
|
|
46
|
-
"react-tooltip": "^5.
|
|
46
|
+
"react-tooltip": "^5.30.0",
|
|
47
47
|
"resize-observer-polyfill": "^1.5.1",
|
|
48
48
|
"smooth-scroll-into-view-if-needed": "^2.0.2",
|
|
49
49
|
"url": "^0.11.4",
|
|
@@ -71,8 +71,7 @@
|
|
|
71
71
|
"@babel/preset-env": "^7.28.3",
|
|
72
72
|
"@babel/preset-flow": "^7.27.1",
|
|
73
73
|
"@babel/preset-react": "^7.27.1",
|
|
74
|
-
"
|
|
75
|
-
"babel-jest": "^30.1.2",
|
|
74
|
+
"babel-jest": "^30.2.0",
|
|
76
75
|
"babel-loader": "^10.0.0",
|
|
77
76
|
"babel-plugin-flow-react-proptypes": "^26.0.0",
|
|
78
77
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
@@ -82,7 +81,7 @@
|
|
|
82
81
|
"copyfiles": "^2.4.1",
|
|
83
82
|
"cors": "^2.8.5",
|
|
84
83
|
"css-loader": "^7.1.2",
|
|
85
|
-
"eslint": "^9.
|
|
84
|
+
"eslint": "^9.38.0",
|
|
86
85
|
"eslint-config-prettier": "^10.1.8",
|
|
87
86
|
"eslint-plugin-jest": "^29.0.1",
|
|
88
87
|
"eslint-plugin-prettier": "^5.5.4",
|
|
@@ -90,7 +89,7 @@
|
|
|
90
89
|
"exports-loader": "^5.0.0",
|
|
91
90
|
"express": "^5.1.0",
|
|
92
91
|
"file-loader": "^6.2.0",
|
|
93
|
-
"flow-bin": "^0.
|
|
92
|
+
"flow-bin": "^0.287.0",
|
|
94
93
|
"flow-copy-source": "^2.0.9",
|
|
95
94
|
"flow-typed": "^4.1.1",
|
|
96
95
|
"flow-webpack-plugin": "^1.2.0",
|
|
@@ -102,31 +101,28 @@
|
|
|
102
101
|
"husky": "^9.1.7",
|
|
103
102
|
"identity-obj-proxy": "^3.0.0",
|
|
104
103
|
"jest": "^29.7.0",
|
|
105
|
-
"jest-environment-jsdom": "^30.
|
|
104
|
+
"jest-environment-jsdom": "^30.2.0",
|
|
106
105
|
"jest-junit": "^16.0.0",
|
|
107
106
|
"jest-prosemirror": "^3.0.1",
|
|
108
107
|
"jest-sonar-reporter": "^2.0.0",
|
|
109
|
-
"lint-staged": "^16.
|
|
108
|
+
"lint-staged": "^16.2.4",
|
|
110
109
|
"mkdirp": "^3.0.1",
|
|
111
110
|
"mv": "^2.1.1",
|
|
112
111
|
"prettier": "^3.6.2",
|
|
113
112
|
"style-loader": "^4.0.0",
|
|
114
|
-
"stylelint": "^16.
|
|
115
|
-
"stylelint-config-standard": "^39.0.
|
|
113
|
+
"stylelint": "^16.25.0",
|
|
114
|
+
"stylelint-config-standard": "^39.0.1",
|
|
116
115
|
"stylelint-prettier": "^5.0.3",
|
|
117
116
|
"terser-webpack-plugin": "^5.3.14",
|
|
118
|
-
"ts-jest": "^29.4.
|
|
117
|
+
"ts-jest": "^29.4.5",
|
|
119
118
|
"ts-loader": "^9.5.4",
|
|
120
119
|
"ts-node": "^10.9.2",
|
|
121
|
-
"typescript": "5.9.
|
|
122
|
-
"webpack": "^5.
|
|
120
|
+
"typescript": "5.9.3",
|
|
121
|
+
"webpack": "^5.102.1",
|
|
123
122
|
"webpack-cli": "^6.0.1",
|
|
124
123
|
"webpack-dev-server": "^5.2.2",
|
|
125
124
|
"write-file-webpack-plugin": "^4.5.1"
|
|
126
125
|
},
|
|
127
|
-
"overrides": {
|
|
128
|
-
"libxmljs2": "^1.0.0"
|
|
129
|
-
},
|
|
130
126
|
"importSort": {
|
|
131
127
|
".js": {
|
|
132
128
|
"parser": "babylon",
|
|
@@ -149,4 +145,4 @@
|
|
|
149
145
|
"prettier --write"
|
|
150
146
|
]
|
|
151
147
|
}
|
|
152
|
-
}
|
|
148
|
+
}
|
package/ui/czi-editor.css
CHANGED
|
@@ -213,13 +213,11 @@ td[fullsize='1'] .czi-font-size-mark {
|
|
|
213
213
|
.ProseMirror p[hangingindent='true'] {
|
|
214
214
|
display: flex;
|
|
215
215
|
align-items: flex-start; /* align top edges */
|
|
216
|
-
flex-wrap: wrap; /* allow wrapping if content is long */
|
|
217
|
-
margin: 0 0 1em;
|
|
218
216
|
}
|
|
219
217
|
|
|
220
218
|
/* First span (prefix=0) gets reserved width */
|
|
221
219
|
.ProseMirror p[hangingindent='true'] span[prefix='0'] {
|
|
222
|
-
min-width:
|
|
220
|
+
min-width: var(--hangingIndentMargin);
|
|
223
221
|
display: inline-block;
|
|
224
222
|
flex-shrink: 0; /* don’t shrink below 250px */
|
|
225
223
|
}
|