@equinor/cpl-top-bar-react 0.5.2 → 0.5.3

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.js CHANGED
@@ -131,7 +131,7 @@ function TopBar(_a) {
131
131
  ] }));
132
132
  }
133
133
  var StyledEDSTopBar = (0, import_styled_components.default)(import_eds_core_react.TopBar)`
134
- border-color: rgba(255, 255, 255, 0.16);
134
+ border-color: var(--cpl-top-bar-border-color);
135
135
  gap: 0;
136
136
  padding: 0px 20px;
137
137
  margin: 0px;
package/dist/index.mjs CHANGED
@@ -97,7 +97,7 @@ function TopBar(_a) {
97
97
  ] }));
98
98
  }
99
99
  var StyledEDSTopBar = styled(EDSTopBar)`
100
- border-color: rgba(255, 255, 255, 0.16);
100
+ border-color: var(--cpl-top-bar-border-color);
101
101
  gap: 0;
102
102
  padding: 0px 20px;
103
103
  margin: 0px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/cpl-top-bar-react",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",