Skip to content

Commit d3f7250

Browse files
committed
Merge branch 'main' of github.com:db-ui/base into v3
� Conflicts: � tokens/spacings.json
2 parents b422057 + 8d8086b commit d3f7250

File tree

4 files changed

+111
-4
lines changed

4 files changed

+111
-4
lines changed

.github/workflows/cleanup.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: Cleans all preview pages for gh-pages
33

44
on:
5-
push:
6-
branches:
7-
- main
5+
schedule:
6+
- cron: "0 0 * * *"
87

98
jobs:
109
clean:

package-lock.json

Lines changed: 88 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"devDependencies": {
3939
"@commitlint/cli": "17.1.2",
4040
"@commitlint/config-conventional": "17.1.0",
41+
"@mfranzke/plugin-node-uiextension": "^1.0.0",
4142
"@pattern-lab/cli": "5.17.0",
4243
"@pattern-lab/core": "5.17.0",
4344
"@pattern-lab/engine-handlebars": "5.16.4",

patternlab-config.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,24 @@
116116
"extend": "helpers/*.js"
117117
}
118118
},
119-
"transformedAssetTypes": ["scss"]
119+
"transformedAssetTypes": ["scss"],
120+
"plugins": {
121+
"@mfranzke/plugin-node-uiextension": {
122+
"enabled": true,
123+
"initialized": false,
124+
"options": {
125+
"stylesheets": [
126+
"https://db-ui.github.io/core/css/pattern-scaffolding-project-specific.css"
127+
],
128+
"navLinks": {
129+
"before": [],
130+
"after": []
131+
},
132+
"toolLinks": {
133+
"before": [],
134+
"after": []
135+
}
136+
}
137+
}
138+
}
120139
}

0 commit comments

Comments
 (0)