@doodl/slate 1.22.7 → 1.22.9
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.22.9](https://bitbucket.org/doodlltd/slate/compare/v1.22.8...v1.22.9) (2023-05-31)
|
|
6
|
+
|
|
7
|
+
### [1.22.8](https://bitbucket.org/doodlltd/slate/compare/v1.22.7...v1.22.8) (2022-11-17)
|
|
8
|
+
|
|
5
9
|
### [1.22.7](https://bitbucket.org/doodlltd/slate/compare/v1.22.6...v1.22.7) (2022-10-06)
|
|
6
10
|
|
|
7
11
|
|
package/package.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import '../variables/image-break';
|
|
2
|
+
@import '../variables/layout';
|
|
2
3
|
|
|
3
4
|
#{$slate-image-break-root-selector} {
|
|
4
5
|
$root-selector: #{&};
|
|
@@ -8,7 +9,7 @@
|
|
|
8
9
|
|
|
9
10
|
@at-root {
|
|
10
11
|
// Overlay class can be applied either to a parent section, or to the container itself
|
|
11
|
-
#{selector-unify(section,$slate-image-break-overlay-class)}
|
|
12
|
+
#{selector-unify($slate-layout-section-selector,$slate-image-break-overlay-class)}
|
|
12
13
|
#{$container-selector},
|
|
13
14
|
#{selector-unify($container-selector,$slate-image-break-overlay-class)} {
|
|
14
15
|
&::after {
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
}
|
|
23
24
|
}
|
|
24
25
|
|
|
25
|
-
#{selector-unify(section,$slate-image-break-overlay-class--dark)}
|
|
26
|
+
#{selector-unify($slate-layout-section-selector,$slate-image-break-overlay-class--dark)}
|
|
26
27
|
#{$container-selector},
|
|
27
28
|
#{selector-unify($container-selector,$slate-image-break-overlay-class--dark)} {
|
|
28
29
|
&::after {
|
|
@@ -138,8 +138,11 @@ form {
|
|
|
138
138
|
|
|
139
139
|
.actions,
|
|
140
140
|
.btn-toolbar {
|
|
141
|
-
> *
|
|
142
|
-
margin
|
|
141
|
+
> * {
|
|
142
|
+
margin: $slate-silverstripe-forms-form-action-margin $slate-silverstripe-forms-form-action-margin 0 0;
|
|
143
|
+
@if mixin-exists(slate-silverstripe-forms-actions-action) {
|
|
144
|
+
@include slate-silverstripe-forms-actions-action;
|
|
145
|
+
}
|
|
143
146
|
}
|
|
144
147
|
}
|
|
145
148
|
* + .actions,
|