Skip to content

Commit 89d117c

Browse files
committed
Integration with Enonic UI
Added `@enonic/ui` dependency. Added OpenSans variations files in WOFF2 format for regular and italic styles. Set temp version for nightly builds.
1 parent d362864 commit 89d117c

30 files changed

+772
-397
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
outputs:
13-
publish: ${{ steps.publish_vars.outputs.release != 'true' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/6.')) }}
13+
publish: ${{ steps.publish_vars.outputs.release != 'true' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/epic-enonic-ui') }}
1414
repo: ${{ steps.publish_vars.outputs.repo }}
1515

1616
steps:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=6.0.0-SNAPSHOT
1+
version=0.0.0-enonic-ui-SNAPSHOT
22
org.gradle.parallel=true
33
org.gradle.caching=true
44
org.gradle.configuration-cache=true

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,26 @@
2121
"fix": "eslint . --fix --cache"
2222
},
2323
"dependencies": {
24+
"@enonic/ui": "~0.8.1",
2425
"dompurify": "~3.2.6",
2526
"fine-uploader": "^5.16.2",
2627
"jquery": "^3.7.1",
2728
"jquery-simulate": "^1.0.2",
2829
"jquery-ui": "^1.14.1",
30+
"lucide-react": "^0.540.0",
2931
"mousetrap": "^1.6.5",
32+
"nanoid": "~5.1.5",
33+
"nanostores": "~1.0.1",
3034
"q": "^1.5.1"
3135
},
36+
"peerDependencies": {
37+
"postcss": "^8.2.2",
38+
"preact": ">=10.25.0"
39+
},
3240
"devDependencies": {
3341
"@enonic/eslint-config": "^2.1.0",
3442
"@rollup/plugin-inject": "^5.0.5",
35-
"@types/jquery": "^3.5.31",
43+
"@types/jquery": "^3.5.32",
3644
"@types/jqueryui": "^1.12.24",
3745
"@types/mousetrap": "^1.6.15",
3846
"@types/postcss-normalize": "~9.0.4",
@@ -44,12 +52,13 @@
4452
"enonic-admin-artifacts": "^2.3.2",
4553
"eslint": "^9.33.0",
4654
"jiti": "~2.5.1",
47-
"less": "^4.4.0",
55+
"less": "^4.4.1",
4856
"postcss-normalize": "^13.0.1",
4957
"postcss-sort-media-queries": "^5.2.0",
58+
"preact": "^10.27.1",
5059
"typescript": "^5.9.2",
51-
"typescript-eslint": "^8.38.0",
52-
"vite": "^7.0.6"
60+
"typescript-eslint": "^8.40.0",
61+
"vite": "^7.1.3"
5362
},
5463
"browserslist": [
5564
"extends browserslist-config-enonic"

0 commit comments

Comments
 (0)