valtech-components 4.0.1027 → 4.0.1029
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/esm2022/lib/components/molecules/select-input-v2/select-input-v2.component.mjs +3 -3
- package/esm2022/lib/components/organisms/terminal-404/terminal-404.component.mjs +5 -4
- package/esm2022/lib/components/organisms/terminal-404/types.mjs +1 -1
- package/esm2022/lib/version.mjs +2 -2
- package/fesm2022/valtech-components.mjs +7 -6
- package/fesm2022/valtech-components.mjs.map +1 -1
- package/lib/components/organisms/terminal-404/types.d.ts +2 -2
- package/lib/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Configuration for terminal 404 page component.
|
|
3
3
|
*
|
|
4
|
-
* @property backgroundColor - Background gradient colors (default:
|
|
5
|
-
* @property primaryColor - Main brand color for 404 text and button (default:
|
|
4
|
+
* @property backgroundColor - Background gradient colors (default: Ionic primary mixed with page background)
|
|
5
|
+
* @property primaryColor - Main brand color for 404 text and button (default: Ionic primary)
|
|
6
6
|
* @property terminalBackground - Terminal window background (default: #0d1117)
|
|
7
7
|
* @property homeRoute - Route for the home button (default: '/')
|
|
8
8
|
* @property homeButtonText - Text for home button (default: 'cd /home')
|
package/lib/version.d.ts
CHANGED