@indico-data/design-system 3.2.0 → 3.2.1

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/lib/index.css CHANGED
@@ -7459,7 +7459,6 @@ body div[class*=select__single-value] {
7459
7459
  font-weight: var(--pf-font-weight-medium);
7460
7460
  white-space: nowrap;
7461
7461
  line-height: 1;
7462
- border: solid 1px;
7463
7462
  color: var(--pf-font-color-light);
7464
7463
  }
7465
7464
  .pill--sm {
package/lib/index.esm.css CHANGED
@@ -7459,7 +7459,6 @@ body div[class*=select__single-value] {
7459
7459
  font-weight: var(--pf-font-weight-medium);
7460
7460
  white-space: nowrap;
7461
7461
  line-height: 1;
7462
- border: solid 1px;
7463
7462
  color: var(--pf-font-color-light);
7464
7463
  }
7465
7464
  .pill--sm {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indico-data/design-system",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "lib/index.js",
@@ -6,7 +6,6 @@
6
6
  font-weight: var(--pf-font-weight-medium);
7
7
  white-space: nowrap;
8
8
  line-height: 1;
9
- border: solid 1px;
10
9
  color: var(--pf-font-color-light);
11
10
 
12
11
  &--sm {