@equinor/cpl-theme-react 0.0.10 → 0.0.11
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/dist/index.css +2 -0
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
/** Custom variables - not part of EDS */
|
|
81
81
|
--cpl-ui-background-temporary-nav: #fff;
|
|
82
82
|
--cpl-divider-color: var(--eds_ui_background__medium);
|
|
83
|
+
--cpl-top-bar-border-color: var(--eds_ui_background__light);
|
|
83
84
|
--cpl-sidebar-border-color: var(--eds_ui_background__medium);
|
|
84
85
|
--cpl-sidebar-hover-color: var(--eds_ui_background__medium);
|
|
85
86
|
--cpl-background-color-env-metabar: rgb(251, 244, 180);
|
|
@@ -215,6 +216,7 @@
|
|
|
215
216
|
--cpl-ui-background-temporary-nav: rgb(62, 79, 92);
|
|
216
217
|
--cpl-eds-color-text-static: rgba(166, 175, 181, 1);
|
|
217
218
|
--cpl-divider-color: rgba(255, 255, 255, 0.16);
|
|
219
|
+
--cpl-top-bar-border-color: var(--cpl-divider-color);
|
|
218
220
|
--cpl-sidebar-border-color: transparent;
|
|
219
221
|
--cpl-sidebar-hover-color: var(--eds_interactive_primary__selected_highlight);
|
|
220
222
|
--cpl-background-color-env-metabar: rgb(251, 244, 180);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/cpl-theme-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"react-dom": "^18.2.0",
|
|
24
24
|
"styled-components": "^6.1.14",
|
|
25
25
|
"tsup": "^8.3.6",
|
|
26
|
-
"@equinor/cpl-
|
|
27
|
-
"@equinor/cpl-
|
|
26
|
+
"@equinor/cpl-typescript-config": "0.0.2",
|
|
27
|
+
"@equinor/cpl-eslint-config": "0.0.8"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@equinor/eds-core-react": ">=0.42.1",
|