@carbonorm/carbonreact 3.0.8 → 3.1.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/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@carbonorm/carbonreact",
3
- "version": "3.0.8",
4
- "main": "dist/index.cjs.js",
3
+ "version": "3.1.0",
4
+ "browser": "dist/index.umd.js",
5
5
  "module": "dist/index.esm.js",
6
+ "main": "dist/index.esm.js",
6
7
  "types": "dist/index.d.ts",
7
8
  "type": "module",
8
9
  "dependencies": {
@@ -168,11 +168,11 @@ a {
168
168
  max-height: calc(100vh - 60px);
169
169
  }
170
170
 
171
- .digSecondaryHeader {
171
+ .secondaryHeader {
172
172
  height: 60px;
173
173
  list-style: none;
174
174
  }
175
- .digSecondaryHeader:hover {
175
+ .secondaryHeader:hover {
176
176
  background-color: var(--neutral7);
177
177
  transition: all 1s ease;
178
178
  }
@@ -1,8 +1,5 @@
1
1
  export type Styles = {
2
2
  'container': string;
3
- 'dig_secondary_header': string;
4
- 'dig-secondary-header': string;
5
- 'digSecondaryHeader': string;
6
3
  'floating_chat_icon': string;
7
4
  'floating-chat-icon': string;
8
5
  'floatingChatIcon': string;
@@ -35,6 +32,9 @@ export type Styles = {
35
32
  'problem_box': string;
36
33
  'problem-box': string;
37
34
  'problemBox': string;
35
+ 'secondary_header': string;
36
+ 'secondary-header': string;
37
+ 'secondaryHeader': string;
38
38
  };
39
39
 
40
40
  export type ClassNames = keyof Styles;
@@ -169,7 +169,7 @@ a {
169
169
  max-height: calc(100vh - 60px);
170
170
  }
171
171
 
172
- .digSecondaryHeader {
172
+ .secondaryHeader {
173
173
  height: 60px;
174
174
  list-style: none;
175
175
 
@@ -1,8 +1,5 @@
1
1
  export type Styles = {
2
2
  'container': string;
3
- 'dig_secondary_header': string;
4
- 'dig-secondary-header': string;
5
- 'digSecondaryHeader': string;
6
3
  'floating_chat_icon': string;
7
4
  'floating-chat-icon': string;
8
5
  'floatingChatIcon': string;
@@ -35,6 +32,9 @@ export type Styles = {
35
32
  'problem_box': string;
36
33
  'problem-box': string;
37
34
  'problemBox': string;
35
+ 'secondary_header': string;
36
+ 'secondary-header': string;
37
+ 'secondaryHeader': string;
38
38
  };
39
39
 
40
40
  export type ClassNames = keyof Styles;