@kitconcept/core 2.0.0-alpha.1 → 2.0.0-alpha.10
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/.changelog.draft +3 -6
- package/CHANGELOG.md +56 -0
- package/babel.config.js +1 -1
- package/package.json +9 -9
- package/src/theme/_main.scss +1 -0
- package/src/theme/components/dragDropFolderContent.scss +62 -0
package/.changelog.draft
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
## 2.0.0-alpha.
|
|
2
|
-
|
|
3
|
-
### Feature
|
|
4
|
-
|
|
5
|
-
- New styleDefinitions registry powered. Improved ColorSwatch component. @sneridagh [#vlt8a5](https://github.com/kitconcept/kitconcept-core/issue/vlt8a5)
|
|
1
|
+
## 2.0.0-alpha.10 (2026-02-16)
|
|
6
2
|
|
|
7
3
|
### Bugfix
|
|
8
4
|
|
|
9
|
-
-
|
|
5
|
+
- Volto 19a25 VLT 8a16.
|
|
6
|
+
See https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a16 @sneridagh
|
|
10
7
|
|
|
11
8
|
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,62 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 2.0.0-alpha.10 (2026-02-16)
|
|
12
|
+
|
|
13
|
+
### Bugfix
|
|
14
|
+
|
|
15
|
+
- Volto 19a25 VLT 8a16.
|
|
16
|
+
See https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a16 @sneridagh
|
|
17
|
+
|
|
18
|
+
## 2.0.0-alpha.9 (2026-01-26)
|
|
19
|
+
|
|
20
|
+
### Internal
|
|
21
|
+
|
|
22
|
+
- Update to VLT 8a9: https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a13 @sneridagh
|
|
23
|
+
|
|
24
|
+
## 2.0.0-alpha.8 (2026-01-15)
|
|
25
|
+
|
|
26
|
+
### Internal
|
|
27
|
+
|
|
28
|
+
- Remove `Contents` customization for the D&D files, since it's core now. @sneridagh
|
|
29
|
+
|
|
30
|
+
## 2.0.0-alpha.7 (2026-01-14)
|
|
31
|
+
|
|
32
|
+
### Bugfix
|
|
33
|
+
|
|
34
|
+
- Fixed sticky menu cut off at the bottom on smaller screens @iRohitSingh
|
|
35
|
+
Fixed double navigation in cards that contains inner links in its body. @sneridagh
|
|
36
|
+
Fixed rearrangement of files in drag-and-drop of folderish content. @Tishasoumya-02
|
|
37
|
+
|
|
38
|
+
## 2.0.0-alpha.6 (2025-12-11)
|
|
39
|
+
|
|
40
|
+
## 2.0.0-alpha.5 (2025-12-08)
|
|
41
|
+
|
|
42
|
+
### Feature
|
|
43
|
+
|
|
44
|
+
- Add feature of drag and drop files in folder contents @Tishasoumya-02
|
|
45
|
+
- Update to VLT 8a9:
|
|
46
|
+
https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a9 @sneridagh
|
|
47
|
+
|
|
48
|
+
## 2.0.0-alpha.4 (2025-12-01)
|
|
49
|
+
|
|
50
|
+
### Internal
|
|
51
|
+
|
|
52
|
+
- Several bugfixes. Update to VLT8a8. @sneridagh
|
|
53
|
+
|
|
54
|
+
## 2.0.0-alpha.3 (2025-11-27)
|
|
55
|
+
|
|
56
|
+
### Internal
|
|
57
|
+
|
|
58
|
+
- Update to VLT 8a7 (Razzle fork). @sneridagh
|
|
59
|
+
|
|
60
|
+
## 2.0.0-alpha.2 (2025-11-13)
|
|
61
|
+
|
|
62
|
+
### Internal
|
|
63
|
+
|
|
64
|
+
- Update to VLT8a6. @sneridagh
|
|
65
|
+
- Update to Volto 19a13. @sneridagh
|
|
66
|
+
|
|
11
67
|
## 2.0.0-alpha.1 (2025-11-11)
|
|
12
68
|
|
|
13
69
|
### Feature
|
package/babel.config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitconcept/core",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.10",
|
|
4
4
|
"description": "Core setup for kitconcept GmbH distributions built on top of Plone",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,26 +20,26 @@
|
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@
|
|
24
|
-
"@
|
|
25
|
-
"@
|
|
23
|
+
"@kitconcept/volto-light-theme": "8.0.0-alpha.16",
|
|
24
|
+
"@mbarde/volto-image-crop-widget": "^0.5.1",
|
|
25
|
+
"@plone-collective/volto-authomatic": "3.0.0-alpha.6"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"react": "18.2.0",
|
|
29
|
-
"react-dom": "18.2.0",
|
|
28
|
+
"react": "^18.2.0",
|
|
29
|
+
"react-dom": "^18.2.0",
|
|
30
30
|
"react-intl": "^3.12.1",
|
|
31
31
|
"react-redux": "^8.1.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@plone/scripts": "^3.6.1",
|
|
35
35
|
"@types/lodash": "^4.14.201",
|
|
36
|
-
"@types/react": "^18.3.
|
|
36
|
+
"@types/react": "^18.3.1",
|
|
37
37
|
"@types/react-dom": "^18.3.1",
|
|
38
38
|
"lodash": "4.17.21",
|
|
39
|
-
"release-it": "^19.0.
|
|
39
|
+
"release-it": "^19.0.5",
|
|
40
40
|
"typescript": "^5.7.3",
|
|
41
41
|
"vitest": "^3.1.2",
|
|
42
|
-
"@plone/types": "2.0.0-alpha.
|
|
42
|
+
"@plone/types": "2.0.0-alpha.14"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
|
package/src/theme/_main.scss
CHANGED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
.contents-dropzone {
|
|
2
|
+
position: relative;
|
|
3
|
+
|
|
4
|
+
&.drag-over {
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.dropzone-overlay {
|
|
10
|
+
position: absolute;
|
|
11
|
+
z-index: 10;
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
justify-content: center;
|
|
15
|
+
border: 3px dashed black;
|
|
16
|
+
animation: fadeIn 0.3s ease-in;
|
|
17
|
+
backdrop-filter: blur(2px);
|
|
18
|
+
inset: 0;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.dropzone-content {
|
|
22
|
+
animation: scaleIn 0.3s ease-out;
|
|
23
|
+
color: black;
|
|
24
|
+
text-align: center;
|
|
25
|
+
|
|
26
|
+
h3 {
|
|
27
|
+
margin-top: 16px;
|
|
28
|
+
font-size: 24px;
|
|
29
|
+
font-weight: 600;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
p {
|
|
33
|
+
font-size: 18px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
h3,
|
|
37
|
+
p {
|
|
38
|
+
color: black;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
@keyframes fadeIn {
|
|
43
|
+
from {
|
|
44
|
+
opacity: 0;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
to {
|
|
48
|
+
opacity: 1;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@keyframes scaleIn {
|
|
53
|
+
from {
|
|
54
|
+
opacity: 0;
|
|
55
|
+
transform: scale(0.9);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
to {
|
|
59
|
+
opacity: 1;
|
|
60
|
+
transform: scale(1);
|
|
61
|
+
}
|
|
62
|
+
}
|