@phillips/seldon 1.59.0 → 1.59.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.
@@ -1,4 +1,4 @@
1
- import { __module as t } from "../../_virtual/index5.js";
1
+ import { __module as t } from "../../_virtual/index6.js";
2
2
  /*!
3
3
  Copyright (c) 2015 Jed Watson.
4
4
  Based on code that is Copyright 2013-2015, Facebook, Inc.
@@ -1,4 +1,4 @@
1
- import { __module as e } from "../../../../_virtual/index6.js";
1
+ import { __module as e } from "../../../../_virtual/index5.js";
2
2
  import { __require as o } from "./cjs/react-is.production.min.js";
3
3
  import { __require as t } from "./cjs/react-is.development.js";
4
4
  var r;
@@ -36,6 +36,8 @@ h3,
36
36
  h4,
37
37
  h5,
38
38
  h6 {
39
+ /* stylelint-disable-next-line declaration-property-value-disallowed-list */
40
+ font-weight: unset;
39
41
  overflow-wrap: break-word;
40
42
  }
41
43
 
@@ -7,8 +7,8 @@
7
7
  position: absolute;
8
8
  }
9
9
 
10
- &:focus {
11
- &:focus {
10
+ &:focus-visible {
11
+ &:focus-visible {
12
12
  outline: 0.5px solid $soft-black;
13
13
  outline-offset: -4.5px;
14
14
 
@@ -160,6 +160,7 @@ $lg: #{$px}-input--lg;
160
160
  width: fit-content;
161
161
  }
162
162
  .#{$px}-select-input .#{$px}-input__input {
163
+ background: transparent;
163
164
  width: fit-content;
164
165
  }
165
166
 
@@ -4,7 +4,7 @@
4
4
  align-items: center;
5
5
  display: flex;
6
6
  flex-direction: row;
7
- gap: $spacing-md;
7
+ gap: $spacing-sm;
8
8
  }
9
9
 
10
10
  .#{$px} {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.59.0",
3
+ "version": "1.59.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"