@redhat-cloud-services/frontend-components 6.0.8 → 6.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.
@@ -7,7 +7,7 @@
7
7
  display: none;
8
8
  }
9
9
 
10
- .ins-c-chip-filters .pf-v6-c-chip-group:not(:last-child) {
10
+ .ins-c-chip-filters .pf-v6-c-label-group:not(:last-child) {
11
11
  margin-right: var(--pf-t--global--spacer--sm);
12
12
  }
13
13
 
@@ -8,7 +8,7 @@
8
8
  }
9
9
 
10
10
  .ins-c-chip-filters {
11
- .pf-v6-c-chip-group:not(:last-child) {
11
+ .pf-v6-c-label-group:not(:last-child) {
12
12
  margin-right: var(--pf-t--global--spacer--sm);
13
13
  }
14
14
  }
@@ -7,7 +7,7 @@
7
7
  display: none;
8
8
  }
9
9
 
10
- .ins-c-chip-filters .pf-v6-c-chip-group:not(:last-child) {
10
+ .ins-c-chip-filters .pf-v6-c-label-group:not(:last-child) {
11
11
  margin-right: var(--pf-t--global--spacer--sm);
12
12
  }
13
13
 
@@ -8,7 +8,7 @@
8
8
  }
9
9
 
10
10
  .ins-c-chip-filters {
11
- .pf-v6-c-chip-group:not(:last-child) {
11
+ .pf-v6-c-label-group:not(:last-child) {
12
12
  margin-right: var(--pf-t--global--spacer--sm);
13
13
  }
14
14
  }
package/esm/index.css CHANGED
@@ -179,7 +179,7 @@ button.pf-v6-c-menu-toggle {
179
179
  display: none;
180
180
  }
181
181
 
182
- .ins-c-chip-filters .pf-v6-c-chip-group:not(:last-child) {
182
+ .ins-c-chip-filters .pf-v6-c-label-group:not(:last-child) {
183
183
  margin-right: var(--pf-t--global--spacer--sm);
184
184
  }
185
185
 
package/index.css CHANGED
@@ -179,7 +179,7 @@ button.pf-v6-c-menu-toggle {
179
179
  display: none;
180
180
  }
181
181
 
182
- .ins-c-chip-filters .pf-v6-c-chip-group:not(:last-child) {
182
+ .ins-c-chip-filters .pf-v6-c-label-group:not(:last-child) {
183
183
  margin-right: var(--pf-t--global--spacer--sm);
184
184
  }
185
185
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/frontend-components",
3
- "version": "6.0.8",
3
+ "version": "6.1.0",
4
4
  "description": "Common components for RedHat Cloud Services project.",
5
5
  "main": "index.js",
6
6
  "module": "esm/index.js",