vanilla-framework 2.36.0 → 3.0.0-beta.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/README.md +1 -1
- package/_index.scss +1 -0
- package/package.json +14 -12
- package/scss/_base_blockquotes.scss +2 -2
- package/scss/_base_button.scss +9 -27
- package/scss/_base_code.scss +8 -9
- package/scss/_base_details.scss +2 -2
- package/scss/_base_forms-range.scss +1 -45
- package/scss/_base_forms.scss +17 -22
- package/scss/_base_grid-definitions.scss +2 -23
- package/scss/_base_hr.scss +1 -1
- package/scss/_base_icon-definitions.scss +0 -24
- package/scss/_base_lists.scss +5 -5
- package/scss/_base_media.scss +1 -6
- package/scss/_base_placeholders.scss +15 -18
- package/scss/_base_tables.scss +6 -6
- package/scss/_base_typography-definitions.scss +16 -24
- package/scss/_base_typography.scss +7 -17
- package/scss/_global_functions.scss +3 -11
- package/scss/_layouts_application-panels.scss +1 -1
- package/scss/_layouts_application.scss +1 -1
- package/scss/_layouts_fluid-breakout.scss +40 -150
- package/scss/_patterns_accordion.scss +16 -71
- package/scss/_patterns_article-pagination.scss +3 -6
- package/scss/_patterns_breadcrumbs.scss +1 -1
- package/scss/_patterns_buttons.scss +1 -35
- package/scss/_patterns_card.scss +8 -8
- package/scss/_patterns_chip.scss +3 -7
- package/scss/_patterns_code-snippet.scss +7 -7
- package/scss/_patterns_contextual-menu.scss +1 -1
- package/scss/_patterns_divider.scss +4 -4
- package/scss/_patterns_form-help-text.scss +2 -2
- package/scss/_patterns_form-password-toggle.scss +0 -6
- package/scss/_patterns_form-tick-elements.scss +217 -27
- package/scss/_patterns_form-validation.scss +2 -2
- package/scss/_patterns_forms.scss +7 -7
- package/scss/_patterns_grid.scss +6 -20
- package/scss/_patterns_heading-icon.scss +5 -5
- package/scss/_patterns_headings.scss +0 -26
- package/scss/_patterns_icons.scss +0 -58
- package/scss/_patterns_label.scss +1 -1
- package/scss/_patterns_links.scss +4 -33
- package/scss/_patterns_list-tree.scss +0 -1
- package/scss/_patterns_lists.scss +17 -32
- package/scss/_patterns_logo-section.scss +7 -5
- package/scss/_patterns_matrix.scss +15 -17
- package/scss/_patterns_media-object.scss +4 -4
- package/scss/_patterns_modal.scss +14 -9
- package/scss/_patterns_navigation.scss +317 -312
- package/scss/_patterns_notifications.scss +15 -57
- package/scss/_patterns_pagination.scss +6 -6
- package/scss/_patterns_pull-quotes.scss +4 -4
- package/scss/_patterns_search-and-filter.scss +6 -6
- package/scss/_patterns_search-box.scss +2 -3
- package/scss/_patterns_separator.scss +4 -4
- package/scss/_patterns_side-navigation.scss +12 -15
- package/scss/_patterns_strip.scss +1 -1
- package/scss/_patterns_table-expanding.scss +0 -13
- package/scss/_patterns_table-icons.scss +2 -2
- package/scss/_patterns_table-mobile-card.scss +3 -10
- package/scss/_patterns_table-of-contents.scss +1 -1
- package/scss/_patterns_tabs.scss +2 -2
- package/scss/_patterns_tooltips.scss +5 -5
- package/scss/_settings_breakpoints.scss +2 -3
- package/scss/_settings_grid.scss +1 -4
- package/scss/_settings_spacing.scss +38 -60
- package/scss/_settings_system.scss +1 -7
- package/scss/_utilities_baseline-grid.scss +1 -1
- package/scss/_utilities_embedded-media.scss +2 -2
- package/scss/_utilities_equal-height.scss +1 -1
- package/scss/_utilities_floats.scss +4 -4
- package/scss/_utilities_hide.scss +8 -8
- package/scss/_utilities_image-position.scss +1 -1
- package/scss/_utilities_show.scss +2 -6
- package/scss/_utilities_vertical-spacing.scss +6 -12
- package/scss/_vanilla.scss +0 -11
- package/scss/_base_forms-tick-elements.scss +0 -607
- package/scss/_base_typography-max-widths.scss +0 -36
- package/scss/_patterns_code-copyable.scss +0 -43
- package/scss/_patterns_code-numbered.scss +0 -13
- package/scss/_patterns_inline-images.scss +0 -37
- package/scss/_patterns_subnav.scss +0 -210
- package/scss/standalone/base.scss +0 -2
- package/scss/standalone/custom.scss +0 -7
- package/scss/standalone/dark.scss +0 -11
- package/scss/standalone/example.scss +0 -15
- package/scss/standalone/import.scss +0 -2
- package/scss/standalone/layouts_fluid-breakout-full.scss +0 -8
- package/scss/standalone/layouts_fluid-breakout.scss +0 -8
- package/scss/standalone/patterns_accordion.scss +0 -6
- package/scss/standalone/patterns_article-pagination.scss +0 -4
- package/scss/standalone/patterns_breadcrumbs.scss +0 -4
- package/scss/standalone/patterns_buttons.scss +0 -9
- package/scss/standalone/patterns_card.scss +0 -9
- package/scss/standalone/patterns_chip.scss +0 -6
- package/scss/standalone/patterns_code-copyable.scss +0 -4
- package/scss/standalone/patterns_code-numbered.scss +0 -4
- package/scss/standalone/patterns_code-snippet.scss +0 -6
- package/scss/standalone/patterns_contextual-menu.scss +0 -9
- package/scss/standalone/patterns_divider.scss +0 -7
- package/scss/standalone/patterns_form-password-toggle.scss +0 -19
- package/scss/standalone/patterns_form-tick-elements.scss +0 -13
- package/scss/standalone/patterns_forms.scss +0 -17
- package/scss/standalone/patterns_grid.scss +0 -4
- package/scss/standalone/patterns_heading-icon.scss +0 -4
- package/scss/standalone/patterns_headings.scss +0 -4
- package/scss/standalone/patterns_icons-additional.scss +0 -104
- package/scss/standalone/patterns_icons.scss +0 -7
- package/scss/standalone/patterns_image.scss +0 -4
- package/scss/standalone/patterns_inline-images.scss +0 -4
- package/scss/standalone/patterns_label.scss +0 -4
- package/scss/standalone/patterns_links.scss +0 -4
- package/scss/standalone/patterns_list-tree.scss +0 -4
- package/scss/standalone/patterns_lists.scss +0 -4
- package/scss/standalone/patterns_logo-section.scss +0 -4
- package/scss/standalone/patterns_matrix.scss +0 -4
- package/scss/standalone/patterns_media-object.scss +0 -4
- package/scss/standalone/patterns_modal.scss +0 -9
- package/scss/standalone/patterns_muted-heading.scss +0 -4
- package/scss/standalone/patterns_navigation.scss +0 -4
- package/scss/standalone/patterns_notifications.scss +0 -11
- package/scss/standalone/patterns_pagination.scss +0 -7
- package/scss/standalone/patterns_pull-quotes.scss +0 -4
- package/scss/standalone/patterns_search-and-filter.scss +0 -8
- package/scss/standalone/patterns_search-box.scss +0 -15
- package/scss/standalone/patterns_separator.scss +0 -4
- package/scss/standalone/patterns_side-navigation.scss +0 -11
- package/scss/standalone/patterns_skip-link.scss +0 -8
- package/scss/standalone/patterns_slider.scss +0 -4
- package/scss/standalone/patterns_strip.scss +0 -10
- package/scss/standalone/patterns_subnav.scss +0 -9
- package/scss/standalone/patterns_switch.scss +0 -4
- package/scss/standalone/patterns_tab-buttons.scss +0 -7
- package/scss/standalone/patterns_table-expanding.scss +0 -10
- package/scss/standalone/patterns_table-mobile-card.scss +0 -10
- package/scss/standalone/patterns_table-of-contents.scss +0 -7
- package/scss/standalone/patterns_table-overflow.scss +0 -10
- package/scss/standalone/patterns_table-sortable.scss +0 -10
- package/scss/standalone/patterns_tabs.scss +0 -4
- package/scss/standalone/patterns_tooltips.scss +0 -6
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
$multi: 2 !default;
|
|
3
|
-
|
|
4
|
-
// Options
|
|
5
|
-
$pad-lists: true !default; // Adds padding to list items
|
|
1
|
+
@use 'sass:math';
|
|
6
2
|
|
|
7
3
|
// Typographic scale settings
|
|
8
|
-
$ms-ratio: 16
|
|
4
|
+
$ms-ratio: math.div(16, 14) !default;
|
|
9
5
|
$sp-unit-ratio: 0.5 !default;
|
|
10
6
|
|
|
11
7
|
// Baseline grid settings
|
|
@@ -73,71 +69,53 @@ $browser-rounding-compensations: (
|
|
|
73
69
|
h1: 0.001rem,
|
|
74
70
|
) !default;
|
|
75
71
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
$spv
|
|
82
|
-
$spv
|
|
83
|
-
$spv-
|
|
84
|
-
$spv-
|
|
85
|
-
|
|
86
|
-
$
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
$spv-outer--small: $sp-unit !default; //labels
|
|
90
|
-
$spv-outer--small-scaleable: $sp-unit * $multi !default;
|
|
91
|
-
$spv-outer--medium: $sp-unit * 2 !default;
|
|
92
|
-
$spv-outer--scaleable: $sp-unit * (1 + $multi) !default;
|
|
93
|
-
|
|
94
|
-
// 1.3 Vertical spacing between a group of components and its wrapper - strips, views, entire page
|
|
95
|
-
$spv-outer--shallow-scaleable: $spv-outer--scaleable !default;
|
|
96
|
-
$spv-outer--regular-scaleable: $sp-unit * 2 * (2 + $multi) !default;
|
|
97
|
-
$spv-outer--deep-scaleable: $sp-unit * 2 * (4 + $multi) !default;
|
|
98
|
-
|
|
99
|
-
// 2. HORIZONTAL SPACING
|
|
100
|
-
// 2.1 Horizontal spacing inside components
|
|
101
|
-
$sph-inner--x-small: $sp-unit * 0.5 !default; // Not currently used
|
|
102
|
-
$sph-inner--small: $sp-unit !default; // input-elements
|
|
103
|
-
$sph-inner: $sp-unit * 2 !default; // buttons, accordions, tabs, menu, card padding, stepped-list bullet offset
|
|
104
|
-
$sph-inner--large: $sp-unit * 3 !default;
|
|
105
|
-
// 2.2 Horizontal spacing outside components
|
|
106
|
-
$sph-outer: $sph-inner !default;
|
|
107
|
-
$sph-outer--large: $sp-unit * 3 !default; // checboxes, radios, list bullets
|
|
72
|
+
// Main spacing variables. spv stands spacing-vertical; sph stands for spacing-horizontal.
|
|
73
|
+
|
|
74
|
+
$spv--x-small: $sp-unit * 0.5 !default;
|
|
75
|
+
$spv--small: $sp-unit !default;
|
|
76
|
+
$spv--medium: $sp-unit * 1.5 !default;
|
|
77
|
+
$spv--large: $sp-unit * 2;
|
|
78
|
+
$spv--x-large: $sp-unit * 3 !default;
|
|
79
|
+
$spv--strip-regular: $sp-unit * 8 !default;
|
|
80
|
+
$spv--strip-deep: $sp-unit * 12 !default;
|
|
81
|
+
|
|
82
|
+
$sph--small: $sp-unit !default;
|
|
83
|
+
$sph--large: $sp-unit * 2 !default;
|
|
84
|
+
$sph--x-large: $sp-unit * 3 !default;
|
|
108
85
|
|
|
109
86
|
// Space after text elements
|
|
110
87
|
$sp-after: (
|
|
111
|
-
h1: $spv
|
|
112
|
-
h2: $spv
|
|
113
|
-
h3: $spv
|
|
114
|
-
h4: $spv
|
|
115
|
-
p: $spv-
|
|
116
|
-
p-dense: $spv
|
|
117
|
-
h1-mobile: $spv
|
|
118
|
-
h2-mobile: $spv
|
|
119
|
-
h3-mobile: $spv
|
|
120
|
-
h4-mobile: $spv
|
|
121
|
-
small: $spv
|
|
122
|
-
small--dense: $spv
|
|
123
|
-
x-small: $spv
|
|
88
|
+
h1: $spv--large,
|
|
89
|
+
h2: $spv--large,
|
|
90
|
+
h3: $spv--large,
|
|
91
|
+
h4: $spv--large,
|
|
92
|
+
p: $spv--x-large,
|
|
93
|
+
p-dense: $spv--large,
|
|
94
|
+
h1-mobile: $spv--large,
|
|
95
|
+
h2-mobile: $spv--large,
|
|
96
|
+
h3-mobile: $spv--large,
|
|
97
|
+
h4-mobile: $spv--large,
|
|
98
|
+
small: $spv--large,
|
|
99
|
+
small--dense: $spv--large,
|
|
100
|
+
x-small: $spv--large,
|
|
124
101
|
default-text: $sp-unit,
|
|
125
102
|
) !default;
|
|
126
103
|
|
|
127
104
|
// commonly occuring calculations available as variables
|
|
128
105
|
$spv-nudge: map-get($nudges, nudge--p) !default; // top: nudge; bottom: unit - nudge; result: height = exact multiple of base unit
|
|
129
106
|
$spv-nudge-compensation: $sp-unit - $spv-nudge !default;
|
|
130
|
-
$input-margin-bottom: $sp-unit *
|
|
107
|
+
$input-margin-bottom: $sp-unit * 4 - $spv-nudge * 2;
|
|
131
108
|
$input-vertical-padding: calc(#{$spv-nudge} - 1px);
|
|
132
109
|
|
|
133
|
-
|
|
110
|
+
// tick element variables
|
|
111
|
+
$form-tick-box-size: 1rem;
|
|
112
|
+
$form-tick-height: 0.375rem;
|
|
113
|
+
$form-tick-offset-top: 0.1875rem;
|
|
114
|
+
$form-tick-box-nudge: 0.15rem; // to nudge the tick box a bit below baseline (to correctly align with default text size)
|
|
115
|
+
$form-radio-inner-circle-diameter: 0.375rem;
|
|
116
|
+
$form-radio-circle-offset: 0.5 * ($form-tick-box-size - $form-radio-inner-circle-diameter);
|
|
134
117
|
|
|
135
|
-
$max-
|
|
136
|
-
long: $max-width--default,
|
|
137
|
-
default: $max-width--default,
|
|
138
|
-
heading--long: $max-width--default,
|
|
139
|
-
heading--short: $max-width--default,
|
|
140
|
-
) !default;
|
|
118
|
+
$max-width--default: 40em !default;
|
|
141
119
|
|
|
142
120
|
$icon-sizes: (
|
|
143
121
|
accordion: $sp-unit * 1.5,
|
|
@@ -151,7 +129,7 @@ $icon-sizes: (
|
|
|
151
129
|
|
|
152
130
|
$default-icon-size: map-get($icon-sizes, default);
|
|
153
131
|
|
|
154
|
-
$table-cell-vertical-padding: $spv
|
|
132
|
+
$table-cell-vertical-padding: $spv--small;
|
|
155
133
|
|
|
156
134
|
// generic units
|
|
157
135
|
$sp-xx-small: $sp-unit * 0.25 !default;
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
@mixin vf-u-embedded-media {
|
|
5
5
|
.u-embedded-media {
|
|
6
6
|
height: 0;
|
|
7
|
-
margin-bottom: $spv-
|
|
8
|
-
margin-top: $spv
|
|
7
|
+
margin-bottom: $spv--x-large;
|
|
8
|
+
margin-top: $spv--small;
|
|
9
9
|
max-width: 100%;
|
|
10
10
|
overflow: hidden;
|
|
11
11
|
padding-bottom: 56.25%;
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
float: right !important;
|
|
7
7
|
|
|
8
8
|
&--small {
|
|
9
|
-
@media (max-width: $breakpoint-small) {
|
|
9
|
+
@media (max-width: $breakpoint-small - 1) {
|
|
10
10
|
float: right !important;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
&--medium {
|
|
15
|
-
@media (min-width: $breakpoint-
|
|
15
|
+
@media (min-width: $breakpoint-small) and (max-width: $breakpoint-large - 1) {
|
|
16
16
|
float: right !important;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
float: left !important;
|
|
29
29
|
|
|
30
30
|
&--small {
|
|
31
|
-
@media (max-width: $breakpoint-small) {
|
|
31
|
+
@media (max-width: $breakpoint-small - 1) {
|
|
32
32
|
float: left !important;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
&--medium {
|
|
37
|
-
@media (min-width: $breakpoint-
|
|
37
|
+
@media (min-width: $breakpoint-small) and (max-width: $breakpoint-large - 1) {
|
|
38
38
|
float: left !important;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
display: none !important;
|
|
22
22
|
|
|
23
23
|
&--small {
|
|
24
|
-
@media (max-width: $breakpoint-
|
|
24
|
+
@media (max-width: $breakpoint-small - 1) {
|
|
25
25
|
display: none !important;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
&--medium {
|
|
30
|
-
@media (min-width: $breakpoint-
|
|
30
|
+
@media (min-width: $breakpoint-small) and (max-width: $breakpoint-large - 1) {
|
|
31
31
|
display: none !important;
|
|
32
32
|
}
|
|
33
33
|
}
|
|
@@ -45,19 +45,19 @@
|
|
|
45
45
|
@include vf-hide-table-column;
|
|
46
46
|
|
|
47
47
|
&--small {
|
|
48
|
-
@media (max-width: $breakpoint-
|
|
48
|
+
@media (max-width: $breakpoint-small - 1) {
|
|
49
49
|
@include vf-hide-table-column;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
&--medium {
|
|
54
|
-
@media (min-width: $breakpoint-
|
|
54
|
+
@media (min-width: $breakpoint-small) and (max-width: $breakpoint-large - 1) {
|
|
55
55
|
@include vf-hide-table-column;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
&--large {
|
|
60
|
-
@media (min-width: $breakpoint-
|
|
60
|
+
@media (min-width: $breakpoint-small) {
|
|
61
61
|
@include vf-hide-table-column;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
@@ -65,17 +65,17 @@
|
|
|
65
65
|
// stylelint-enable selector-max-type
|
|
66
66
|
|
|
67
67
|
// expanding table uses flex layout, so use standard u-hide for it
|
|
68
|
-
.p-table
|
|
68
|
+
.p-table--expanding .u-hide {
|
|
69
69
|
display: none !important;
|
|
70
70
|
|
|
71
71
|
&--small {
|
|
72
|
-
@media (max-width: $breakpoint-
|
|
72
|
+
@media (max-width: $breakpoint-small - 1) {
|
|
73
73
|
display: none !important;
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
&--medium {
|
|
78
|
-
@media (min-width: $breakpoint-
|
|
78
|
+
@media (min-width: $breakpoint-small) and (max-width: $breakpoint-large - 1) {
|
|
79
79
|
display: none !important;
|
|
80
80
|
}
|
|
81
81
|
}
|
|
@@ -3,21 +3,17 @@
|
|
|
3
3
|
// Show elements with explicit breakpoints
|
|
4
4
|
@mixin vf-u-show {
|
|
5
5
|
.u-show {
|
|
6
|
-
// We keep inherit for IE that doesn't support `initial`.
|
|
7
|
-
// It's not ideal (makes things inline/block based on their parent, not their own initial value),
|
|
8
|
-
// but at least makes stuff visible again.
|
|
9
|
-
display: inherit !important;
|
|
10
6
|
display: initial !important;
|
|
11
7
|
|
|
12
8
|
&--small {
|
|
13
|
-
@media (max-width: $breakpoint-
|
|
9
|
+
@media (max-width: $breakpoint-small - 1) {
|
|
14
10
|
display: inherit !important;
|
|
15
11
|
display: initial !important;
|
|
16
12
|
}
|
|
17
13
|
}
|
|
18
14
|
|
|
19
15
|
&--medium {
|
|
20
|
-
@media (min-width: $breakpoint-
|
|
16
|
+
@media (min-width: $breakpoint-small) and (max-width: $breakpoint-large - 1) {
|
|
21
17
|
display: inherit !important;
|
|
22
18
|
display: initial !important;
|
|
23
19
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
@mixin vf-u-vertical-spacing($start: -3, $end: 3) {
|
|
2
|
-
// adds baseline units between the element it is applied to and relatively positioned elements after it.
|
|
3
|
-
// useful when you want to vertically align elements after an h3 in one column and elements after a search field in another.
|
|
4
|
-
// See example in maas-layout.html
|
|
5
2
|
%u-vertical-spacer {
|
|
6
3
|
content: '';
|
|
7
4
|
display: block;
|
|
@@ -9,17 +6,14 @@
|
|
|
9
6
|
position: relative;
|
|
10
7
|
}
|
|
11
8
|
|
|
12
|
-
$slug: u-sv !default;
|
|
13
|
-
|
|
14
9
|
@for $i from $start through $end {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
// For predictable results, use single margin direction (https://csswizardry.com/2012/06/single-direction-margin-declarations/)
|
|
20
|
-
// From vanilla 1.7 forward, margin direction is bottom.
|
|
10
|
+
@if $i != 0 {
|
|
11
|
+
.u-sv#{$i} {
|
|
12
|
+
&::after {
|
|
13
|
+
@extend %u-vertical-spacer;
|
|
21
14
|
|
|
22
|
-
|
|
15
|
+
margin-top: calc(#{$sp-unit * $i} - 1px); // subtracting the element height, which is set to 1px above.
|
|
16
|
+
}
|
|
23
17
|
}
|
|
24
18
|
}
|
|
25
19
|
}
|
package/scss/_vanilla.scss
CHANGED
|
@@ -8,8 +8,6 @@
|
|
|
8
8
|
@import 'patterns_buttons';
|
|
9
9
|
@import 'patterns_card';
|
|
10
10
|
@import 'patterns_chip';
|
|
11
|
-
@import 'patterns_code-copyable';
|
|
12
|
-
@import 'patterns_code-numbered';
|
|
13
11
|
@import 'patterns_code-snippet';
|
|
14
12
|
@import 'patterns_contextual-menu';
|
|
15
13
|
@import 'patterns_divider';
|
|
@@ -23,7 +21,6 @@
|
|
|
23
21
|
@import 'patterns_headings';
|
|
24
22
|
@import 'patterns_icons';
|
|
25
23
|
@import 'patterns_image';
|
|
26
|
-
@import 'patterns_inline-images';
|
|
27
24
|
@import 'patterns_label';
|
|
28
25
|
@import 'patterns_links';
|
|
29
26
|
@import 'patterns_list-tree';
|
|
@@ -34,7 +31,6 @@
|
|
|
34
31
|
@import 'patterns_modal';
|
|
35
32
|
@import 'patterns_muted-heading';
|
|
36
33
|
@import 'patterns_navigation';
|
|
37
|
-
@import 'patterns_subnav';
|
|
38
34
|
@import 'patterns_notifications';
|
|
39
35
|
@import 'patterns_pagination';
|
|
40
36
|
@import 'patterns_pull-quotes';
|
|
@@ -92,8 +88,6 @@
|
|
|
92
88
|
@include vf-p-buttons;
|
|
93
89
|
@include vf-p-card;
|
|
94
90
|
@include vf-p-chip;
|
|
95
|
-
@include vf-p-code-copyable;
|
|
96
|
-
@include vf-p-code-numbered;
|
|
97
91
|
@include vf-p-code-snippet;
|
|
98
92
|
@include vf-p-contextual-menu;
|
|
99
93
|
@include vf-p-divider;
|
|
@@ -101,9 +95,6 @@
|
|
|
101
95
|
@include vf-p-form-validation;
|
|
102
96
|
@include vf-p-form-tick-elements;
|
|
103
97
|
@include vf-p-forms;
|
|
104
|
-
@include deprecate('3.0.0', 'vf-p-grid-modifications mixin will be removed') {
|
|
105
|
-
@include vf-p-grid-modifications;
|
|
106
|
-
}
|
|
107
98
|
@include vf-p-grid;
|
|
108
99
|
@include vf-p-heading-icon;
|
|
109
100
|
@include vf-p-headings;
|
|
@@ -111,7 +102,6 @@
|
|
|
111
102
|
@include vf-p-form-password-toggle;
|
|
112
103
|
@include vf-p-icons;
|
|
113
104
|
@include vf-p-image;
|
|
114
|
-
@include vf-p-inline-images;
|
|
115
105
|
@include vf-p-label;
|
|
116
106
|
@include vf-p-links;
|
|
117
107
|
@include vf-p-list-tree;
|
|
@@ -122,7 +112,6 @@
|
|
|
122
112
|
@include vf-p-modal;
|
|
123
113
|
@include vf-p-muted-heading;
|
|
124
114
|
@include vf-p-navigation;
|
|
125
|
-
@include vf-p-subnav;
|
|
126
115
|
@include vf-p-notification;
|
|
127
116
|
@include vf-p-pagination;
|
|
128
117
|
@include vf-p-pull-quotes;
|