Skip to content

Commit 6b47c32

Browse files
chore(deps): bump @sap-theming/theming-base-content from 11.36.3 to 11.36.4 (#13731)
Bumps [@sap-theming/theming-base-content](https://github.com/SAP/theming-base-content) from 11.36.3 to 11.36.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SAP/theming-base-content/releases">@​sap-theming/theming-base-content's releases</a>.</em></p> <blockquote> <h2>v11.36.4</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/font-face"><code>@​font-face</code></a> src: URLs in compiled css_variables.css are now structurally exposed for post-processing by the engine's fUrlMap URL rewriter, so that cross-origin font requests on CF use the unauthenticated route instead of the authenticated themeroot.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SAP/theming-base-content/commit/a20fa617843969b77264473f04e4d07698cec8fe"><code>a20fa61</code></a> version 11.36.4</li> <li>See full diff in <a href="https://github.com/SAP/theming-base-content/compare/11.36.3...11.36.4">compare view</a></li> </ul> </details> <br />
1 parent 1284c05 commit 6b47c32

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/base/lib/css-processors/css-processor-font-face.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const generate = async () => {
1212
const declarationExpr = /@font-face\s*{[^}]*}/g;
1313

1414
// change font-face src
15-
text = text.replaceAll("../baseTheme/fonts", CDN_URL);
15+
text = text.replaceAll("../../../Base/baseLib/baseTheme/fonts", CDN_URL);
1616

1717
// extract declarations for separate usage
1818
let fontFaceDeclarations = [...text.matchAll(declarationExpr)].map(x => x[0]);

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"devDependencies": {
6565
"@custom-elements-manifest/analyzer": "^0.10.10",
6666
"@openui5/sap.ui.core": "1.146.0",
67-
"@sap-theming/theming-base-content": "11.36.3",
67+
"@sap-theming/theming-base-content": "11.36.4",
6868
"@ui5/cypress-internal": "0.1.0",
6969
"@ui5/webcomponents-tools": "2.24.0-rc.3",
7070
"clean-css": "^5.2.2",

packages/theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"directory": "packages/theming"
3030
},
3131
"dependencies": {
32-
"@sap-theming/theming-base-content": "11.36.3",
32+
"@sap-theming/theming-base-content": "11.36.4",
3333
"@ui5/webcomponents-base": "2.24.0-rc.3"
3434
},
3535
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6064,10 +6064,10 @@ __metadata:
60646064
languageName: node
60656065
linkType: hard
60666066

6067-
"@sap-theming/theming-base-content@npm:11.36.3":
6068-
version: 11.36.3
6069-
resolution: "@sap-theming/theming-base-content@npm:11.36.3"
6070-
checksum: 10c0/5b0e6287a8e0f3c8c12be5e2b2f0b9be6aafce19f99d6a96d30e71070573893fac663ba573c1406122d07e1dfb40533b1c9fea04ec9df246aa5b00d9d1abd67f
6067+
"@sap-theming/theming-base-content@npm:11.36.4":
6068+
version: 11.36.4
6069+
resolution: "@sap-theming/theming-base-content@npm:11.36.4"
6070+
checksum: 10c0/cb12afcde87e2b96da7b967841972538511b34895b4423886935fb8f9c0601647b794aa698e650cf936e473495b016f489abc675c43fc0742ef97c483bae933c
60716071
languageName: node
60726072
linkType: hard
60736073

@@ -7682,7 +7682,7 @@ __metadata:
76827682
"@custom-elements-manifest/analyzer": "npm:^0.10.10"
76837683
"@lit-labs/ssr-dom-shim": "npm:^1.1.2"
76847684
"@openui5/sap.ui.core": "npm:1.146.0"
7685-
"@sap-theming/theming-base-content": "npm:11.36.3"
7685+
"@sap-theming/theming-base-content": "npm:11.36.4"
76867686
"@ui5/cypress-internal": "npm:0.1.0"
76877687
"@ui5/webcomponents-tools": "npm:2.24.0-rc.3"
76887688
clean-css: "npm:^5.2.2"
@@ -7785,7 +7785,7 @@ __metadata:
77857785
version: 0.0.0-use.local
77867786
resolution: "@ui5/webcomponents-theming@workspace:packages/theming"
77877787
dependencies:
7788-
"@sap-theming/theming-base-content": "npm:11.36.3"
7788+
"@sap-theming/theming-base-content": "npm:11.36.4"
77897789
"@ui5/webcomponents-base": "npm:2.24.0-rc.3"
77907790
"@ui5/webcomponents-tools": "npm:2.24.0-rc.3"
77917791
globby: "npm:^13.1.1"

0 commit comments

Comments
 (0)