@phillips/seldon 1.126.1 → 1.127.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.
@@ -84,6 +84,32 @@
84
84
  z-index: -2;
85
85
  }
86
86
 
87
+ &:focus-visible {
88
+ background-color: $pure-white;
89
+ outline-color: $soft-black;
90
+ }
91
+
92
+ svg {
93
+ fill: $pure-black;
94
+
95
+ path {
96
+ fill: $pure-black;
97
+ }
98
+ }
99
+ }
100
+
101
+ &--secondary {
102
+ transition: box-shadow 0.25s;
103
+
104
+ &:hover {
105
+ background-color: transparent;
106
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 100%);
107
+ }
108
+ }
109
+
110
+ &--ghost {
111
+ border-color: transparent;
112
+
87
113
  &:hover {
88
114
  background-color: transparent;
89
115
  border: 1px solid transparent;
@@ -105,23 +131,6 @@
105
131
  width: 100%;
106
132
  }
107
133
  }
108
-
109
- &:focus-visible {
110
- background-color: $pure-white;
111
- outline-color: $soft-black;
112
- }
113
-
114
- svg {
115
- fill: $pure-black;
116
-
117
- path {
118
- fill: $pure-black;
119
- }
120
- }
121
- }
122
-
123
- &--ghost {
124
- border-color: transparent;
125
134
  }
126
135
 
127
136
  &--tertiary {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.126.1",
3
+ "version": "1.127.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"