@deskhero/dh_ui 2.83.1 → 2.85.0
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/.ai/COMMON_TASKS.md +5 -2
- package/.ai/CSS-CLASSES-GUIDE.md +208 -180
- package/README.md +2 -6
- package/bin/ai-init.cjs +0 -1
- package/dist/dh_ui.css +2 -1
- package/dist/dh_ui.es.js +106479 -113570
- package/dist/dh_ui.umd.js +126 -129
- package/dist/vscode.css-custom-data.json +0 -87
- package/package.json +77 -79
|
@@ -493,60 +493,15 @@
|
|
|
493
493
|
{
|
|
494
494
|
"name": ".cropper-button"
|
|
495
495
|
},
|
|
496
|
-
{
|
|
497
|
-
"name": ".cropper-canvas"
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"name": ".cropper-center"
|
|
501
|
-
},
|
|
502
496
|
{
|
|
503
497
|
"name": ".cropper-container"
|
|
504
498
|
},
|
|
505
|
-
{
|
|
506
|
-
"name": ".cropper-crop"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"name": ".cropper-crop-box"
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
"name": ".cropper-dashed"
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"name": ".cropper-disabled"
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"name": ".cropper-drag-box"
|
|
519
|
-
},
|
|
520
499
|
{
|
|
521
500
|
"name": ".cropper-face"
|
|
522
501
|
},
|
|
523
|
-
{
|
|
524
|
-
"name": ".cropper-hidden"
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"name": ".cropper-hide"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"name": ".cropper-invisible"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"name": ".cropper-line"
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"name": ".cropper-modal"
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"name": ".cropper-move"
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"name": ".cropper-point"
|
|
543
|
-
},
|
|
544
502
|
{
|
|
545
503
|
"name": ".cropper-view-box"
|
|
546
504
|
},
|
|
547
|
-
{
|
|
548
|
-
"name": ".cropper-wrap-box"
|
|
549
|
-
},
|
|
550
505
|
{
|
|
551
506
|
"name": ".cropper-wrapper"
|
|
552
507
|
},
|
|
@@ -574,12 +529,6 @@
|
|
|
574
529
|
{
|
|
575
530
|
"name": ".dark"
|
|
576
531
|
},
|
|
577
|
-
{
|
|
578
|
-
"name": ".dashed-h"
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"name": ".dashed-v"
|
|
582
|
-
},
|
|
583
532
|
{
|
|
584
533
|
"name": ".delete-icon"
|
|
585
534
|
},
|
|
@@ -1837,21 +1786,9 @@
|
|
|
1837
1786
|
{
|
|
1838
1787
|
"name": ".line-clamp-3"
|
|
1839
1788
|
},
|
|
1840
|
-
{
|
|
1841
|
-
"name": ".line-e"
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"name": ".line-n"
|
|
1845
|
-
},
|
|
1846
|
-
{
|
|
1847
|
-
"name": ".line-s"
|
|
1848
|
-
},
|
|
1849
1789
|
{
|
|
1850
1790
|
"name": ".line-through"
|
|
1851
1791
|
},
|
|
1852
|
-
{
|
|
1853
|
-
"name": ".line-w"
|
|
1854
|
-
},
|
|
1855
1792
|
{
|
|
1856
1793
|
"name": ".list-none"
|
|
1857
1794
|
},
|
|
@@ -3067,30 +3004,6 @@
|
|
|
3067
3004
|
{
|
|
3068
3005
|
"name": ".pl-half"
|
|
3069
3006
|
},
|
|
3070
|
-
{
|
|
3071
|
-
"name": ".point-e"
|
|
3072
|
-
},
|
|
3073
|
-
{
|
|
3074
|
-
"name": ".point-n"
|
|
3075
|
-
},
|
|
3076
|
-
{
|
|
3077
|
-
"name": ".point-ne"
|
|
3078
|
-
},
|
|
3079
|
-
{
|
|
3080
|
-
"name": ".point-nw"
|
|
3081
|
-
},
|
|
3082
|
-
{
|
|
3083
|
-
"name": ".point-s"
|
|
3084
|
-
},
|
|
3085
|
-
{
|
|
3086
|
-
"name": ".point-se"
|
|
3087
|
-
},
|
|
3088
|
-
{
|
|
3089
|
-
"name": ".point-sw"
|
|
3090
|
-
},
|
|
3091
|
-
{
|
|
3092
|
-
"name": ".point-w"
|
|
3093
|
-
},
|
|
3094
3007
|
{
|
|
3095
3008
|
"name": ".pr-0"
|
|
3096
3009
|
},
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"provenance": false
|
|
7
7
|
},
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.85.0",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
11
11
|
".ai",
|
|
@@ -45,91 +45,89 @@
|
|
|
45
45
|
"storybook": "storybook dev -p 6006",
|
|
46
46
|
"build-storybook": "storybook build",
|
|
47
47
|
"chromatic": "npx chromatic --project-token=9b1dd74e6816",
|
|
48
|
-
"lint": "eslint --
|
|
48
|
+
"lint": "eslint --fix src --max-warnings=0",
|
|
49
49
|
"format": "prettier . --write"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@editorjs/editorjs": "
|
|
53
|
-
"@editorjs/header": "
|
|
54
|
-
"@editorjs/nested-list": "
|
|
55
|
-
"@editorjs/paragraph": "
|
|
56
|
-
"@editorjs/table": "
|
|
57
|
-
"@editorjs/underline": "
|
|
58
|
-
"@
|
|
59
|
-
"@tiptap/extension-
|
|
60
|
-
"@tiptap/extension-
|
|
61
|
-
"@tiptap/extension-
|
|
62
|
-
"@tiptap/extension-
|
|
63
|
-
"@tiptap/extension-
|
|
64
|
-
"@tiptap/extension-
|
|
65
|
-
"@tiptap/extension-
|
|
66
|
-
"@tiptap/extension-
|
|
67
|
-
"@tiptap/extension-
|
|
68
|
-
"@tiptap/extension-
|
|
69
|
-
"@tiptap/
|
|
70
|
-
"@tiptap/
|
|
71
|
-
"@tiptap/
|
|
72
|
-
"@tiptap/
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"vue": "3.
|
|
82
|
-
"
|
|
83
|
-
"vue3-colorpicker": "^2.3.0"
|
|
52
|
+
"@editorjs/editorjs": "2.31.6",
|
|
53
|
+
"@editorjs/header": "2.8.9",
|
|
54
|
+
"@editorjs/nested-list": "1.4.3",
|
|
55
|
+
"@editorjs/paragraph": "2.11.7",
|
|
56
|
+
"@editorjs/table": "2.4.5",
|
|
57
|
+
"@editorjs/underline": "1.2.1",
|
|
58
|
+
"@tiptap/extension-emoji": "3.23.5",
|
|
59
|
+
"@tiptap/extension-file-handler": "3.23.5",
|
|
60
|
+
"@tiptap/extension-highlight": "3.23.5",
|
|
61
|
+
"@tiptap/extension-image": "3.23.5",
|
|
62
|
+
"@tiptap/extension-list": "3.23.5",
|
|
63
|
+
"@tiptap/extension-mention": "3.23.5",
|
|
64
|
+
"@tiptap/extension-placeholder": "3.23.5",
|
|
65
|
+
"@tiptap/extension-subscript": "3.23.5",
|
|
66
|
+
"@tiptap/extension-superscript": "3.23.5",
|
|
67
|
+
"@tiptap/extension-table": "3.23.5",
|
|
68
|
+
"@tiptap/extension-text-align": "3.23.5",
|
|
69
|
+
"@tiptap/pm": "3.23.5",
|
|
70
|
+
"@tiptap/starter-kit": "3.23.5",
|
|
71
|
+
"@tiptap/suggestion": "3.23.5",
|
|
72
|
+
"@tiptap/vue-3": "3.23.5",
|
|
73
|
+
"@vueform/multiselect": "2.6.11",
|
|
74
|
+
"@vuepic/vue-datepicker": "3.6.8",
|
|
75
|
+
"cropperjs": "2.1.1",
|
|
76
|
+
"editorjs-color-picker": "1.0.8",
|
|
77
|
+
"lucide": "1.16.0",
|
|
78
|
+
"multi-range-slider-vue": "1.1.4",
|
|
79
|
+
"tiptap-extension-resize-image": "1.4.0",
|
|
80
|
+
"vue": "3.5.34",
|
|
81
|
+
"vue-chartjs": "5.3.3",
|
|
82
|
+
"vue3-colorpicker": "2.3.0"
|
|
84
83
|
},
|
|
85
84
|
"devDependencies": {
|
|
86
|
-
"@babel/core": "
|
|
87
|
-
"@chromatic-com/storybook": "
|
|
88
|
-
"@commitlint/cli": "
|
|
89
|
-
"@commitlint/config-conventional": "
|
|
90
|
-
"@editorjs/checklist": "
|
|
91
|
-
"@editorjs/code": "
|
|
92
|
-
"@editorjs/delimiter": "
|
|
93
|
-
"@editorjs/inline-code": "
|
|
94
|
-
"@editorjs/marker": "
|
|
95
|
-
"@semantic-release/changelog": "
|
|
96
|
-
"@semantic-release/git": "
|
|
97
|
-
"@semantic-release/npm": "
|
|
98
|
-
"@semantic-release/release-notes-generator": "
|
|
99
|
-
"@storybook/addon-docs": "
|
|
100
|
-
"@storybook/addon-links": "
|
|
101
|
-
"@storybook/
|
|
102
|
-
"@
|
|
103
|
-
"@
|
|
104
|
-
"@
|
|
105
|
-
"@vue/
|
|
106
|
-
"@vue/eslint-config-
|
|
107
|
-
"@vue/
|
|
108
|
-
"@vue/
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"editorjs-
|
|
113
|
-
"editorjs-
|
|
114
|
-
"
|
|
115
|
-
"eslint": "
|
|
116
|
-
"eslint-
|
|
117
|
-
"eslint-plugin-
|
|
118
|
-
"eslint-plugin-
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"vue-tsc": "3.2.4"
|
|
85
|
+
"@babel/core": "7.29.0",
|
|
86
|
+
"@chromatic-com/storybook": "5.2.1",
|
|
87
|
+
"@commitlint/cli": "21.0.1",
|
|
88
|
+
"@commitlint/config-conventional": "21.0.1",
|
|
89
|
+
"@editorjs/checklist": "1.6.0",
|
|
90
|
+
"@editorjs/code": "2.9.4",
|
|
91
|
+
"@editorjs/delimiter": "1.4.2",
|
|
92
|
+
"@editorjs/inline-code": "1.5.2",
|
|
93
|
+
"@editorjs/marker": "1.4.0",
|
|
94
|
+
"@semantic-release/changelog": "6.0.3",
|
|
95
|
+
"@semantic-release/git": "10.0.1",
|
|
96
|
+
"@semantic-release/npm": "13.1.5",
|
|
97
|
+
"@semantic-release/release-notes-generator": "14.1.1",
|
|
98
|
+
"@storybook/addon-docs": "10.4.0",
|
|
99
|
+
"@storybook/addon-links": "10.4.0",
|
|
100
|
+
"@storybook/vue3-vite": "10.4.0",
|
|
101
|
+
"@types/node": "25.9.0",
|
|
102
|
+
"@vitejs/plugin-vue": "6.0.7",
|
|
103
|
+
"@vue/compiler-sfc": "3.5.34",
|
|
104
|
+
"@vue/eslint-config-prettier": "10.2.0",
|
|
105
|
+
"@vue/eslint-config-typescript": "14.7.0",
|
|
106
|
+
"@vue/test-utils": "2.4.10",
|
|
107
|
+
"@vue/tsconfig": "0.9.1",
|
|
108
|
+
"chromatic": "16.10.1",
|
|
109
|
+
"cz-conventional-changelog": "3.3.0",
|
|
110
|
+
"editorjs-drag-drop": "1.1.16",
|
|
111
|
+
"editorjs-strikethrough": "1.0.0",
|
|
112
|
+
"editorjs-undo": "2.0.28",
|
|
113
|
+
"eslint": "10.4.0",
|
|
114
|
+
"eslint-config-prettier": "10.1.8",
|
|
115
|
+
"eslint-plugin-prettier": "5.5.5",
|
|
116
|
+
"eslint-plugin-storybook": "10.4.0",
|
|
117
|
+
"eslint-plugin-vue": "10.9.1",
|
|
118
|
+
"happy-dom": "20.9.0",
|
|
119
|
+
"html-webpack-plugin": "5.6.7",
|
|
120
|
+
"prettier": "3.8.3",
|
|
121
|
+
"sass": "1.99.0",
|
|
122
|
+
"semantic-release": "25.0.3",
|
|
123
|
+
"storybook": "10.4.0",
|
|
124
|
+
"typescript": "6.0.3",
|
|
125
|
+
"vite": "8.0.13",
|
|
126
|
+
"vitest": "4.1.6",
|
|
127
|
+
"vue-tsc": "3.3.1"
|
|
130
128
|
},
|
|
131
129
|
"engines": {
|
|
132
|
-
"node": ">=
|
|
130
|
+
"node": ">=26.0.0",
|
|
133
131
|
"npm": ">=10.2.4"
|
|
134
132
|
},
|
|
135
133
|
"config": {
|