@phillips/seldon 1.29.0 → 1.29.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/dist/scss/components/Button/_button.scss +3 -3
- package/dist/scss/components/DatePicker/_datePicker.scss +2 -2
- package/dist/scss/components/Footer/_footer.scss +4 -4
- package/dist/scss/components/Grid/_grid.scss +2 -2
- package/dist/scss/components/GridItem/_gridItem.scss +1 -1
- package/dist/scss/components/Header/_header.scss +1 -1
- package/dist/scss/components/HeroBanner/_heroBanner.scss +1 -1
- package/dist/scss/components/Input/_input.scss +2 -2
- package/dist/scss/components/Link/_link.scss +1 -1
- package/dist/scss/components/LinkBlock/_linkBlock.scss +2 -2
- package/dist/scss/components/LinkList/_linkList.scss +1 -1
- package/dist/scss/components/Modal/_modal.scss +2 -2
- package/dist/scss/components/Navigation/NavigationItem/_navigationItem.scss +2 -10
- package/dist/scss/components/Navigation/NavigationItemTrigger/_navigationItemTrigger.scss +1 -1
- package/dist/scss/components/Navigation/NavigationList/_navigationList.scss +1 -1
- package/dist/scss/components/Navigation/_navigation.scss +1 -1
- package/dist/scss/components/Row/_row.scss +1 -1
- package/dist/scss/components/Search/_search.scss +2 -2
- package/dist/scss/components/Social/_social.scss +3 -3
- package/dist/scss/components/SplitPanel/_splitPanel.scss +2 -2
- package/dist/scss/components/SplitPanel/_splitPanel.stories.scss +1 -1
- package/dist/scss/components/Subscribe/_subscribe.scss +4 -4
- package/dist/scss/components/Text/_text.scss +1 -1
- package/dist/scss/components/Toggle/_toggle.scss +2 -2
- package/dist/scss/components/UserManagement/_userManagement.scss +1 -1
- package/dist/scss/components/ViewingsList/_viewingsList.scss +3 -3
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* stylelint-disable selector-class-pattern */
|
|
2
2
|
@import 'flatpickr/dist/flatpickr.css';
|
|
3
|
-
@import '
|
|
4
|
-
@import '
|
|
3
|
+
@import '../../vars';
|
|
4
|
+
@import '../../typography';
|
|
5
5
|
|
|
6
6
|
.flatpickr-calendar {
|
|
7
7
|
@include DistinctText;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import '
|
|
3
|
-
@import '
|
|
4
|
-
@import '
|
|
1
|
+
@import '../../vars';
|
|
2
|
+
@import '../../utils';
|
|
3
|
+
@import '../../type';
|
|
4
|
+
@import '../../typography';
|
|
5
5
|
|
|
6
6
|
.#{$px}-footer {
|
|
7
7
|
background-color: $off-white;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import '
|
|
1
|
+
@import '../../vars';
|
|
2
|
+
@import '../../typography';
|
|
3
3
|
|
|
4
4
|
.#{$px}-nav__item {
|
|
5
5
|
@media (max-width: #{$breakpoint-md - 1}) {
|
|
@@ -173,14 +173,6 @@
|
|
|
173
173
|
@media (min-width: $breakpoint-md) {
|
|
174
174
|
position: relative;
|
|
175
175
|
|
|
176
|
-
&:not(ul ul li):hover::before {
|
|
177
|
-
content: '';
|
|
178
|
-
height: 100%;
|
|
179
|
-
position: absolute;
|
|
180
|
-
top: 0;
|
|
181
|
-
width: 100%;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
176
|
&:not(ul ul li) a:focus,
|
|
185
177
|
&:not(ul ul li) button:focus,
|
|
186
178
|
&:not(ul ul li) p:focus {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '
|
|
1
|
+
@import '../../vars';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import '
|
|
3
|
-
@import '
|
|
4
|
-
@import '
|
|
1
|
+
@import '../../vars';
|
|
2
|
+
@import '../../utils';
|
|
3
|
+
@import '../../type';
|
|
4
|
+
@import '../../typography';
|
|
5
5
|
|
|
6
6
|
.#{$px}-subscribe {
|
|
7
7
|
max-width: 30rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import '
|
|
3
|
-
@import '
|
|
1
|
+
@import '../../vars';
|
|
2
|
+
@import '../../utils';
|
|
3
|
+
@import '../../typography';
|
|
4
4
|
|
|
5
5
|
.#{$px}-viewings-list {
|
|
6
6
|
align-items: center;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phillips/seldon",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/PhillipsAuctionHouse/seldon"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@semantic-release/changelog": "^6.0.3",
|
|
53
53
|
"@semantic-release/git": "^10.0.1",
|
|
54
54
|
"@semantic-release/github": "^10.1.0",
|
|
55
|
-
"@storybook/addon-essentials": "^8.1
|
|
55
|
+
"@storybook/addon-essentials": "^8.2.1",
|
|
56
56
|
"@storybook/addon-interactions": "^8.1.4",
|
|
57
57
|
"@storybook/addon-links": "^8.1.4",
|
|
58
58
|
"@storybook/addon-mdx-gfm": "^8.1.11",
|