@pronto-tools-and-more/files 14.65.0 → 15.0.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/files/framework-latest/src/default/content/theme.css +12 -12
- package/files/framework-latest/src/default/storefront/buildInfo.json +3 -3
- package/files/framework-latest/src/default/storefront/index.html +1 -1
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_content_content_module_ts.js +1 -1
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_html_html_module_ts.js +1 -1
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_section_section_module_ts.js +1 -1
- package/files/framework-latest/src/default/storefront/modules/main.js +1 -1
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_base-component_base-datacollection_component_ts-project-6cb588.js +1 -1
- package/package.json +1 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"branch": "HEAD",
|
3
|
-
"commit": "
|
4
|
-
"commitDate": "Wed Apr
|
5
|
-
"buildDate": "Wed Apr
|
3
|
+
"commit": "b142dff",
|
4
|
+
"commitDate": "Wed Apr 23 2025 07:46:00 GMT+0000 (Coordinated Universal Time)",
|
5
|
+
"buildDate": "Wed Apr 23 2025 07:48:08 GMT+0000 (Coordinated Universal Time)",
|
6
6
|
"packageVersion": "4.0.0-SNAPSHOT"
|
7
7
|
}
|
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<title></title>
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
7
|
-
<meta name="storefront-commit" content="
|
7
|
+
<meta name="storefront-commit" content="b142dff">
|
8
8
|
<meta name="storefront-version" content="4.0.0-SNAPSHOT">
|
9
9
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
10
10
|
<link rel="stylesheet" href="assets/fonts.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="assets/fonts.css"></noscript>
|