react-text-range 1.0.17 → 1.0.18
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/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +4 -4
package/dist/cjs/index.js
CHANGED
|
@@ -346,7 +346,7 @@ function styleInject(css, ref) {
|
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
var css_248z = "
|
|
349
|
+
var css_248z = "@import \"tailwindcss\";@layer base{*,::backdrop,::file-selector-button,:after,:before{border-color:var(--color-gray-200,currentcolor)}}";
|
|
350
350
|
styleInject(css_248z,{"insertAt":"top"});
|
|
351
351
|
|
|
352
352
|
const SelectionHandler = ({ pos, grab, setGrab, left, width, className }) => {
|
package/dist/esm/index.js
CHANGED
|
@@ -326,7 +326,7 @@ function styleInject(css, ref) {
|
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
var css_248z = "
|
|
329
|
+
var css_248z = "@import \"tailwindcss\";@layer base{*,::backdrop,::file-selector-button,:after,:before{border-color:var(--color-gray-200,currentcolor)}}";
|
|
330
330
|
styleInject(css_248z,{"insertAt":"top"});
|
|
331
331
|
|
|
332
332
|
const SelectionHandler = ({ pos, grab, setGrab, left, width, className }) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-text-range",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"description": "text selection editor for React",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"@rollup/plugin-replace": "^5.0.2",
|
|
41
41
|
"@rollup/plugin-typescript": "^11.1.4",
|
|
42
42
|
"@svgr/rollup": "^8.1.0",
|
|
43
|
+
"@tailwindcss/postcss": "^4.1.6",
|
|
43
44
|
"@testing-library/react": "^14.0.0",
|
|
44
45
|
"@types/jest": "^29.5.5",
|
|
45
46
|
"@types/react": "^18.2.24",
|
|
46
|
-
"autoprefixer": "^10.4.16",
|
|
47
47
|
"connect": "^3.7.0",
|
|
48
48
|
"jest": "^29.7.0",
|
|
49
49
|
"jest-canvas-mock": "^2.5.2",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
57
57
|
"rollup-plugin-postcss": "^4.0.2",
|
|
58
58
|
"serve-static": "^1.15.0",
|
|
59
|
-
"tailwindcss": "^
|
|
59
|
+
"tailwindcss": "^4.1.6",
|
|
60
60
|
"ts-jest": "^29.1.1",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"typescript": "^5.2.2"
|
|
@@ -65,4 +65,4 @@
|
|
|
65
65
|
"react": ">=16",
|
|
66
66
|
"react-dom": ">=16"
|
|
67
67
|
}
|
|
68
|
-
}
|
|
68
|
+
}
|