@equinor/cpl-theme-react 0.0.9 → 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.
Files changed (2) hide show
  1. package/dist/index.css +7 -3
  2. 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);
@@ -132,6 +133,10 @@
132
133
 
133
134
  --eds_paragraph__meta_color: rgb(216, 125, 125);
134
135
 
136
+ --eds_interactive_danger__resting: rgba(235, 0, 0, 1);
137
+ --eds_interactive_danger__hover: rgba(255, 148, 155, 1);
138
+ --eds_interactive_danger__text: rgba(255, 102, 112, 1);
139
+
135
140
  /**
136
141
  * Note: colors have been programatically converted from light mode
137
142
  Need to verify colors
@@ -178,9 +183,7 @@
178
183
  --eds_interactive_primary__selected_highlight: rgba(48, 92, 117, 1);
179
184
  --eds_interactive_primary__selected_hover: rgba(60, 12, 45, 1);
180
185
  --eds_interactive_danger__highlight: rgba(0, 62, 62, 1);
181
- --eds_interactive_danger__resting: rgba(20, 255, 255, 1);
182
- --eds_interactive_danger__hover: rgba(76, 242, 208, 1);
183
- --eds_interactive_danger__text: rgba(255, 102, 112, 1); /* updated*/
186
+
184
187
  --eds_interactive_warning__highlight: rgba(0, 24, 41, 1);
185
188
  --eds_interactive_warning__resting: rgba(0, 109, 255, 1);
186
189
  --eds_interactive_warning__hover: rgba(82, 157, 255, 1);
@@ -213,6 +216,7 @@
213
216
  --cpl-ui-background-temporary-nav: rgb(62, 79, 92);
214
217
  --cpl-eds-color-text-static: rgba(166, 175, 181, 1);
215
218
  --cpl-divider-color: rgba(255, 255, 255, 0.16);
219
+ --cpl-top-bar-border-color: var(--cpl-divider-color);
216
220
  --cpl-sidebar-border-color: transparent;
217
221
  --cpl-sidebar-hover-color: var(--eds_interactive_primary__selected_highlight);
218
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.9",
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-eslint-config": "0.0.8",
27
- "@equinor/cpl-typescript-config": "0.0.2"
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",