@ohkit/text-ellipsis 0.0.10 → 0.0.11
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/LICENSE.md +1 -1
- package/README.md +3 -0
- package/package.json +4 -4
- package/src/style.scss +1 -3
package/LICENSE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) [
|
|
1
|
+
Copyright (c) [2025], [wuqiuyang]
|
|
2
2
|
|
|
3
3
|
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
4
4
|
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohkit/text-ellipsis",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"description": "text ellipsis for react",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"text ellipsis"
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"clean": "rm -rf dist"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@ohkit/dom-helper": "0.0.
|
|
36
|
-
"@ohkit/measure": "0.0.
|
|
35
|
+
"@ohkit/dom-helper": "0.0.2",
|
|
36
|
+
"@ohkit/measure": "0.0.6",
|
|
37
37
|
"@ohkit/platform": "0.0.3",
|
|
38
38
|
"@ohkit/prefix-classname": "0.0.3",
|
|
39
39
|
"@ohkit/react-helper": "0.0.4"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"react": ">=16.8.0",
|
|
47
47
|
"react-dom": ">=16.8.0"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "b73cfdb9dcc1079b18f7153e3eb02dde0e5bf137"
|
|
50
50
|
}
|
package/src/style.scss
CHANGED