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.
Files changed (140) hide show
  1. package/README.md +1 -1
  2. package/_index.scss +1 -0
  3. package/package.json +14 -12
  4. package/scss/_base_blockquotes.scss +2 -2
  5. package/scss/_base_button.scss +9 -27
  6. package/scss/_base_code.scss +8 -9
  7. package/scss/_base_details.scss +2 -2
  8. package/scss/_base_forms-range.scss +1 -45
  9. package/scss/_base_forms.scss +17 -22
  10. package/scss/_base_grid-definitions.scss +2 -23
  11. package/scss/_base_hr.scss +1 -1
  12. package/scss/_base_icon-definitions.scss +0 -24
  13. package/scss/_base_lists.scss +5 -5
  14. package/scss/_base_media.scss +1 -6
  15. package/scss/_base_placeholders.scss +15 -18
  16. package/scss/_base_tables.scss +6 -6
  17. package/scss/_base_typography-definitions.scss +16 -24
  18. package/scss/_base_typography.scss +7 -17
  19. package/scss/_global_functions.scss +3 -11
  20. package/scss/_layouts_application-panels.scss +1 -1
  21. package/scss/_layouts_application.scss +1 -1
  22. package/scss/_layouts_fluid-breakout.scss +40 -150
  23. package/scss/_patterns_accordion.scss +16 -71
  24. package/scss/_patterns_article-pagination.scss +3 -6
  25. package/scss/_patterns_breadcrumbs.scss +1 -1
  26. package/scss/_patterns_buttons.scss +1 -35
  27. package/scss/_patterns_card.scss +8 -8
  28. package/scss/_patterns_chip.scss +3 -7
  29. package/scss/_patterns_code-snippet.scss +7 -7
  30. package/scss/_patterns_contextual-menu.scss +1 -1
  31. package/scss/_patterns_divider.scss +4 -4
  32. package/scss/_patterns_form-help-text.scss +2 -2
  33. package/scss/_patterns_form-password-toggle.scss +0 -6
  34. package/scss/_patterns_form-tick-elements.scss +217 -27
  35. package/scss/_patterns_form-validation.scss +2 -2
  36. package/scss/_patterns_forms.scss +7 -7
  37. package/scss/_patterns_grid.scss +6 -20
  38. package/scss/_patterns_heading-icon.scss +5 -5
  39. package/scss/_patterns_headings.scss +0 -26
  40. package/scss/_patterns_icons.scss +0 -58
  41. package/scss/_patterns_label.scss +1 -1
  42. package/scss/_patterns_links.scss +4 -33
  43. package/scss/_patterns_list-tree.scss +0 -1
  44. package/scss/_patterns_lists.scss +17 -32
  45. package/scss/_patterns_logo-section.scss +7 -5
  46. package/scss/_patterns_matrix.scss +15 -17
  47. package/scss/_patterns_media-object.scss +4 -4
  48. package/scss/_patterns_modal.scss +14 -9
  49. package/scss/_patterns_navigation.scss +317 -312
  50. package/scss/_patterns_notifications.scss +15 -57
  51. package/scss/_patterns_pagination.scss +6 -6
  52. package/scss/_patterns_pull-quotes.scss +4 -4
  53. package/scss/_patterns_search-and-filter.scss +6 -6
  54. package/scss/_patterns_search-box.scss +2 -3
  55. package/scss/_patterns_separator.scss +4 -4
  56. package/scss/_patterns_side-navigation.scss +12 -15
  57. package/scss/_patterns_strip.scss +1 -1
  58. package/scss/_patterns_table-expanding.scss +0 -13
  59. package/scss/_patterns_table-icons.scss +2 -2
  60. package/scss/_patterns_table-mobile-card.scss +3 -10
  61. package/scss/_patterns_table-of-contents.scss +1 -1
  62. package/scss/_patterns_tabs.scss +2 -2
  63. package/scss/_patterns_tooltips.scss +5 -5
  64. package/scss/_settings_breakpoints.scss +2 -3
  65. package/scss/_settings_grid.scss +1 -4
  66. package/scss/_settings_spacing.scss +38 -60
  67. package/scss/_settings_system.scss +1 -7
  68. package/scss/_utilities_baseline-grid.scss +1 -1
  69. package/scss/_utilities_embedded-media.scss +2 -2
  70. package/scss/_utilities_equal-height.scss +1 -1
  71. package/scss/_utilities_floats.scss +4 -4
  72. package/scss/_utilities_hide.scss +8 -8
  73. package/scss/_utilities_image-position.scss +1 -1
  74. package/scss/_utilities_show.scss +2 -6
  75. package/scss/_utilities_vertical-spacing.scss +6 -12
  76. package/scss/_vanilla.scss +0 -11
  77. package/scss/_base_forms-tick-elements.scss +0 -607
  78. package/scss/_base_typography-max-widths.scss +0 -36
  79. package/scss/_patterns_code-copyable.scss +0 -43
  80. package/scss/_patterns_code-numbered.scss +0 -13
  81. package/scss/_patterns_inline-images.scss +0 -37
  82. package/scss/_patterns_subnav.scss +0 -210
  83. package/scss/standalone/base.scss +0 -2
  84. package/scss/standalone/custom.scss +0 -7
  85. package/scss/standalone/dark.scss +0 -11
  86. package/scss/standalone/example.scss +0 -15
  87. package/scss/standalone/import.scss +0 -2
  88. package/scss/standalone/layouts_fluid-breakout-full.scss +0 -8
  89. package/scss/standalone/layouts_fluid-breakout.scss +0 -8
  90. package/scss/standalone/patterns_accordion.scss +0 -6
  91. package/scss/standalone/patterns_article-pagination.scss +0 -4
  92. package/scss/standalone/patterns_breadcrumbs.scss +0 -4
  93. package/scss/standalone/patterns_buttons.scss +0 -9
  94. package/scss/standalone/patterns_card.scss +0 -9
  95. package/scss/standalone/patterns_chip.scss +0 -6
  96. package/scss/standalone/patterns_code-copyable.scss +0 -4
  97. package/scss/standalone/patterns_code-numbered.scss +0 -4
  98. package/scss/standalone/patterns_code-snippet.scss +0 -6
  99. package/scss/standalone/patterns_contextual-menu.scss +0 -9
  100. package/scss/standalone/patterns_divider.scss +0 -7
  101. package/scss/standalone/patterns_form-password-toggle.scss +0 -19
  102. package/scss/standalone/patterns_form-tick-elements.scss +0 -13
  103. package/scss/standalone/patterns_forms.scss +0 -17
  104. package/scss/standalone/patterns_grid.scss +0 -4
  105. package/scss/standalone/patterns_heading-icon.scss +0 -4
  106. package/scss/standalone/patterns_headings.scss +0 -4
  107. package/scss/standalone/patterns_icons-additional.scss +0 -104
  108. package/scss/standalone/patterns_icons.scss +0 -7
  109. package/scss/standalone/patterns_image.scss +0 -4
  110. package/scss/standalone/patterns_inline-images.scss +0 -4
  111. package/scss/standalone/patterns_label.scss +0 -4
  112. package/scss/standalone/patterns_links.scss +0 -4
  113. package/scss/standalone/patterns_list-tree.scss +0 -4
  114. package/scss/standalone/patterns_lists.scss +0 -4
  115. package/scss/standalone/patterns_logo-section.scss +0 -4
  116. package/scss/standalone/patterns_matrix.scss +0 -4
  117. package/scss/standalone/patterns_media-object.scss +0 -4
  118. package/scss/standalone/patterns_modal.scss +0 -9
  119. package/scss/standalone/patterns_muted-heading.scss +0 -4
  120. package/scss/standalone/patterns_navigation.scss +0 -4
  121. package/scss/standalone/patterns_notifications.scss +0 -11
  122. package/scss/standalone/patterns_pagination.scss +0 -7
  123. package/scss/standalone/patterns_pull-quotes.scss +0 -4
  124. package/scss/standalone/patterns_search-and-filter.scss +0 -8
  125. package/scss/standalone/patterns_search-box.scss +0 -15
  126. package/scss/standalone/patterns_separator.scss +0 -4
  127. package/scss/standalone/patterns_side-navigation.scss +0 -11
  128. package/scss/standalone/patterns_skip-link.scss +0 -8
  129. package/scss/standalone/patterns_slider.scss +0 -4
  130. package/scss/standalone/patterns_strip.scss +0 -10
  131. package/scss/standalone/patterns_subnav.scss +0 -9
  132. package/scss/standalone/patterns_switch.scss +0 -4
  133. package/scss/standalone/patterns_tab-buttons.scss +0 -7
  134. package/scss/standalone/patterns_table-expanding.scss +0 -10
  135. package/scss/standalone/patterns_table-mobile-card.scss +0 -10
  136. package/scss/standalone/patterns_table-of-contents.scss +0 -7
  137. package/scss/standalone/patterns_table-overflow.scss +0 -10
  138. package/scss/standalone/patterns_table-sortable.scss +0 -10
  139. package/scss/standalone/patterns_tabs.scss +0 -4
  140. package/scss/standalone/patterns_tooltips.scss +0 -6
@@ -1,37 +0,0 @@
1
- @import 'settings';
2
-
3
- // Image grid to showcase group of images
4
- @mixin vf-p-inline-images {
5
- .p-inline-images {
6
- @extend %vf-clearfix;
7
-
8
- display: block;
9
- list-style: none; // if list is used as wrapper
10
- margin-left: 0;
11
- padding-left: 0;
12
- text-align: center;
13
- }
14
-
15
- .p-inline-images__item {
16
- display: inline-block;
17
- margin: 1rem;
18
- overflow: hidden;
19
- text-align: center;
20
- vertical-align: middle;
21
-
22
- @media (min-width: $breakpoint-medium) {
23
- margin: 1.875rem;
24
- }
25
- }
26
-
27
- .p-inline-images__logo {
28
- max-height: map-get($icon-sizes, thumb);
29
- max-width: 7rem;
30
- width: auto;
31
-
32
- @media (min-width: $breakpoint-medium) {
33
- max-height: 5.5rem;
34
- max-width: 9rem;
35
- }
36
- }
37
- }
@@ -1,210 +0,0 @@
1
- @import 'settings';
2
-
3
- @mixin vf-p-subnav {
4
- @include deprecate('3.0.0', '.p-subnav will be removed, use .p-navigation__item--dropdown-toggle instead') {
5
- $color-navigation-background: $color-x-light !default;
6
- $subnav-vertical-padding: $spv-inner--large;
7
-
8
- .p-subnav {
9
- position: relative;
10
- }
11
-
12
- .p-subnav::after {
13
- background-position: center;
14
- background-repeat: no-repeat;
15
- background-size: contain;
16
- content: '';
17
- display: block;
18
- height: $spv-inner--large;
19
- pointer-events: none;
20
- position: absolute;
21
- right: map-get($grid-margin-widths, small);
22
- text-indent: calc(100% + 10rem);
23
- top: calc(#{$spv-inner--large} + #{map-get($nudges, nudge--x-small)});
24
- width: map-get($icon-sizes, default);
25
-
26
- @media (min-width: $threshold-4-6-col) {
27
- right: map-get($grid-margin-widths, medium);
28
- }
29
-
30
- @media (min-width: $breakpoint-navigation-threshold) {
31
- right: calc(#{$sph-inner--small} + 1px); // 1px for the border on selects. this aligns it with any selects underneath
32
- }
33
- }
34
-
35
- .p-subnav__items,
36
- .p-subnav__items--right {
37
- @extend %vf-has-box-shadow;
38
- @extend %vf-has-round-corners;
39
-
40
- display: none;
41
- margin: 0;
42
- min-width: 100%;
43
- padding: 0;
44
- z-index: 5;
45
-
46
- @media (min-width: $breakpoint-navigation-threshold) {
47
- position: absolute;
48
- // padding applied to .p-navigation__link + line-heigh of the anchor text inside
49
- top: $subnav-vertical-padding * 2 + map-get($line-heights, default-text);
50
- }
51
-
52
- @media (max-width: $breakpoint-navigation-threshold - 1) {
53
- box-shadow: none;
54
- }
55
- }
56
-
57
- .p-subnav__items--right {
58
- right: 0;
59
- }
60
-
61
- .p-subnav.is-active {
62
- &::after {
63
- transform: rotate(180deg);
64
- }
65
-
66
- .p-subnav__items,
67
- .p-subnav__items--right {
68
- display: block;
69
- }
70
- }
71
-
72
- %subnav-link {
73
- padding-right: 2 * $sph-inner--small + map-get($icon-sizes, default); // icon padded with the default padding-right of selects, inputs etc.
74
- }
75
-
76
- .p-subnav__item {
77
- @extend %navigation-link-responsive-padding-horizontal;
78
-
79
- display: block;
80
- padding-bottom: $spv-inner--small;
81
- padding-top: $spv-inner--small;
82
- white-space: nowrap;
83
-
84
- @media (min-width: $breakpoint-navigation-threshold) {
85
- padding-bottom: $spv-inner--medium;
86
- padding-top: $spv-inner--medium;
87
- }
88
-
89
- &,
90
- &:active,
91
- &:focus,
92
- &:hover,
93
- &:visited {
94
- text-decoration: none;
95
- }
96
- }
97
-
98
- .p-subnav > .p-navigation__link {
99
- // remove nesting in 3.0 when deprecated __link styles are removed
100
- @extend %subnav-link;
101
- }
102
-
103
- @include deprecate('3.0.0', 'Use .p-navigation__items, .p-navigation__item, .p-navigation__link classes instead.') {
104
- // stylelint-disable-next-line selector-max-type -- this is deprecated use, will be removed
105
- .p-subnav > a {
106
- @extend %subnav-link;
107
- }
108
- }
109
-
110
- // Theming
111
- @if ($theme-default-nav == 'dark') {
112
- .p-subnav {
113
- @include vf-subnav-dark-theme;
114
- }
115
-
116
- .p-subnav.is-light,
117
- .p-navigation.is-light .p-subnav {
118
- @include vf-subnav-light-theme;
119
- }
120
- } @else {
121
- .p-subnav {
122
- @include vf-subnav-light-theme;
123
- }
124
-
125
- .p-subnav.is-dark,
126
- .p-navigation.is-dark .p-subnav {
127
- @include vf-subnav-dark-theme;
128
- }
129
- }
130
- }
131
- }
132
-
133
- @mixin vf-subnav-theme(
134
- // color of the subnav toggle chevron icon
135
- $color-subnav-icon,
136
- // color of the subnav items background
137
- $color-subnav-background,
138
- // color of the subnav items text
139
- $color-subnav-text,
140
- // color of the subnav items background on hover
141
- $color-subnav-background-hover,
142
- // color of the subnav items background on active
143
- $color-subnav-background-active,
144
- // color of the subnav items text on hover
145
- $color-subnav-text-hover,
146
- // color of the subnav items separator on small screens
147
- $color-subnav-separator
148
- ) {
149
- &::after {
150
- @include vf-icon-chevron($color-subnav-icon);
151
- }
152
-
153
- .p-subnav__items {
154
- background-color: $color-subnav-background;
155
- }
156
-
157
- .p-subnav__item {
158
- background-color: $color-subnav-background;
159
-
160
- &,
161
- &:active,
162
- &:focus,
163
- &:visited {
164
- color: $color-subnav-text;
165
- }
166
-
167
- &:hover {
168
- background-color: $color-subnav-background-hover;
169
- color: $color-subnav-text-hover;
170
- }
171
-
172
- &:active {
173
- background: $color-subnav-background-active;
174
- color: $color-subnav-text-hover;
175
- }
176
- }
177
-
178
- &.is-active > .p-navigation__link {
179
- background: $color-subnav-background-active;
180
- color: $color-subnav-text-hover;
181
- }
182
- }
183
-
184
- @mixin vf-subnav-light-theme {
185
- @include vf-subnav-theme(
186
- $color-subnav-background: $colors--light-theme--background-default,
187
- $color-subnav-background-hover: $colors--light-theme--background-alt,
188
- $color-subnav-background-active: $colors--light-theme--background-active,
189
- $color-subnav-text: $colors--light-theme--text-default,
190
- $color-subnav-text-hover: $colors--light-theme--text-default,
191
- $color-subnav-icon: $color-mid-dark,
192
- $color-subnav-separator: $colors--light-theme--border-default
193
- );
194
- }
195
-
196
- @mixin vf-subnav-dark-theme {
197
- // FIXME:
198
- // $color-subnav-icon color should be $colors--dark-theme--text-muted,
199
- // but vf-url-friendly-color doesn't support rgba(),
200
- // so we are using #999 as fallback for now
201
- @include vf-subnav-theme(
202
- $color-subnav-background: $colors--dark-theme--background-alt,
203
- $color-subnav-background-hover: $colors--dark-theme--background-hover,
204
- $color-subnav-background-active: $colors--dark-theme--background-active,
205
- $color-subnav-text: $colors--dark-theme--text-default,
206
- $color-subnav-text-hover: $colors--dark-theme--text-default,
207
- $color-subnav-icon: $color-mid-x-light,
208
- $color-subnav-separator: $colors--dark-theme--border-default
209
- );
210
- }
@@ -1,2 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
@@ -1,7 +0,0 @@
1
- // we are testing building Vanilla with custom settings
2
-
3
- // using 100% grid to make sure it works if it's not in rem units
4
- $grid-max-width: 100%;
5
-
6
- @import '../vanilla';
7
- @include vanilla;
@@ -1,11 +0,0 @@
1
- $theme-default-forms: 'dark';
2
- $theme-default-hr: 'dark';
3
- $theme-default-nav: 'dark';
4
- $theme-default-p-search-box: 'dark';
5
- $theme-default-p-contextual-menu: 'dark';
6
- $theme-default-p-divider: 'dark';
7
- $theme-default-p-inline-list--middot: 'dark';
8
-
9
- @import '../vanilla';
10
-
11
- @include vanilla;
@@ -1,15 +0,0 @@
1
- // styles specific for the example pages
2
-
3
- @import '../vanilla';
4
- @include vf-u-baseline-grid;
5
-
6
- // stylelint-disable selector-max-type -- examples base can use type selectors
7
- html {
8
- background: $colors--light-theme--background-default;
9
- }
10
-
11
- body {
12
- background: $colors--light-theme--background-default;
13
- margin: 1rem;
14
- }
15
- // stylelint-enable selector-max-type
@@ -1,2 +0,0 @@
1
- // for testing if just importing Vanilla builds without errors
2
- @import '../vanilla';
@@ -1,8 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-l-fluid-breakout(14rem, 13rem, 0, '--single-main');
5
-
6
- @include vf-p-grid;
7
- @include vf-p-lists;
8
- @include vf-p-strip;
@@ -1,8 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-l-fluid-breakout;
5
-
6
- @include vf-p-card;
7
- @include vf-p-grid;
8
- @include vf-p-lists;
@@ -1,6 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- // needed for the example with checkboxes
5
- @include vf-p-form-tick-elements;
6
- @include vf-p-accordion;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-article-pagination;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-breadcrumbs;
@@ -1,9 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- // needed in buttons icon example
5
- @include vf-p-icons;
6
-
7
- // needed in aria-pressed example
8
- @include vf-p-contextual-menu;
9
- @include vf-p-buttons;
@@ -1,9 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-card;
5
- @include vf-p-grid;
6
- @include vf-p-strip;
7
-
8
- @include vf-u-vertical-spacing;
9
- @include vf-u-align;
@@ -1,6 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-chip;
5
- @include vf-p-icons-common;
6
- @include vf-p-icon-close;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-code-copyable;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-code-numbered;
@@ -1,6 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-code-snippet;
5
-
6
- @include vf-u-hide;
@@ -1,9 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-buttons;
5
-
6
- // icons are needed for indicator variant
7
- @include vf-p-icons-common;
8
- @include vf-p-icon-chevron;
9
- @include vf-p-contextual-menu;
@@ -1,7 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-divider;
5
-
6
- // grid classes (col-X) needed for divider pattern
7
- @include vf-p-grid;
@@ -1,19 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- // button styles used in some form examples
5
- @include vf-p-buttons;
6
-
7
- // importing forms and related patterns as they are all used in various examples
8
- @include vf-p-forms;
9
- @include vf-p-form-password-toggle;
10
-
11
- // icons for password toggle
12
- @include vf-p-icon-hide;
13
- @include vf-p-icon-show;
14
-
15
- // Add margin utilities
16
- @include vf-u-margin-collapse;
17
-
18
- // Add form validation
19
- @include vf-p-form-validation;
@@ -1,13 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- // grid required by stacked form example
5
- @include vf-p-grid;
6
-
7
- // button styles used in some form examples
8
- @include vf-p-buttons;
9
- @include vf-p-muted-heading;
10
- @include vf-p-form-tick-elements;
11
- @include vf-p-form-help-text;
12
-
13
- @include vf-u-layout;
@@ -1,17 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- // grid required by stacked form example
5
- @include vf-p-grid;
6
-
7
- // button styles used in some form examples
8
- @include vf-p-buttons;
9
-
10
- // importing forms and related patterns as they are all used in various examples
11
- @include vf-p-forms;
12
- @include vf-p-form-help-text;
13
- @include vf-p-form-validation;
14
- @include vf-p-form-tick-elements;
15
-
16
- // float utilities used to position buttons in some examples
17
- @include vf-u-floats;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-grid;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-heading-icon;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-headings;
@@ -1,104 +0,0 @@
1
- // This file contains everything needed to render
2
- // the application icon set only. This is not a standard
3
- // pattern, but is needed to display this icon set in
4
- // our examples.
5
-
6
- @import '../vanilla';
7
- @include vf-b-placeholders;
8
-
9
- @include vf-p-icons-common;
10
-
11
- @include vf-p-icon-applications;
12
- @include vf-p-icon-controllers;
13
- @include vf-p-icon-fullscreen;
14
- @include vf-p-icon-models;
15
- @include vf-p-icon-machines;
16
- @include vf-p-icon-pin;
17
- @include vf-p-icon-units;
18
- @include vf-p-icon-priority-critical;
19
- @include vf-p-icon-priority-high;
20
- @include vf-p-icon-priority-low;
21
- @include vf-p-icon-priority-medium;
22
- @include vf-p-icon-priority-negligible;
23
- @include vf-p-icon-priority-unknown;
24
- @include vf-p-icon-add-canvas;
25
- @include vf-p-icon-add-logical-volume;
26
- @include vf-p-icon-add-partition;
27
- @include vf-p-icon-back-to-top;
28
- @include vf-p-icon-begin-downloading;
29
- @include vf-p-icon-bundle;
30
- @include vf-p-icon-canvas;
31
- @include vf-p-icon-change-version;
32
- @include vf-p-icon-comments;
33
- @include vf-p-icon-conflict-grey;
34
- @include vf-p-icon-conflict-resolution-grey;
35
- @include vf-p-icon-conflict-resolution;
36
- @include vf-p-icon-conflict;
37
- @include vf-p-icon-connected;
38
- @include vf-p-icon-containers;
39
- @include vf-p-icon-copy-to-clipboard;
40
- @include vf-p-icon-disconnect;
41
- @include vf-p-icon-edit;
42
- @include vf-p-icon-export;
43
- @include vf-p-icon-exposed;
44
- @include vf-p-icon-filter;
45
- @include vf-p-icon-fork;
46
- @include vf-p-icon-get-link;
47
- @include vf-p-icon-halfscreen-bar;
48
- @include vf-p-icon-hide;
49
- @include vf-p-icon-highlight-off;
50
- @include vf-p-icon-highlight-on;
51
- @include vf-p-icon-home;
52
- @include vf-p-icon-import;
53
- @include vf-p-icon-in-progress;
54
- @include vf-p-icon-inspector-debug;
55
- @include vf-p-icon-loading-steps;
56
- @include vf-p-icon-lock-locked-active;
57
- @include vf-p-icon-lock-locked;
58
- @include vf-p-icon-lock-unlock;
59
- @include vf-p-icon-maximise-bar;
60
- @include vf-p-icon-minimise-bar;
61
- @include vf-p-icon-mount-2;
62
- @include vf-p-icon-mount;
63
- @include vf-p-icon-open-terminal;
64
- @include vf-p-icon-plans;
65
- @include vf-p-icon-pods;
66
- @include vf-p-icon-power-error;
67
- @include vf-p-icon-power-off;
68
- @include vf-p-icon-power-on;
69
- @include vf-p-icon-profile;
70
- @include vf-p-icon-restart;
71
- @include vf-p-icon-revisions;
72
- @include vf-p-icon-security;
73
- @include vf-p-icon-settings;
74
- @include vf-p-icon-show;
75
- @include vf-p-icon-sort-both;
76
- @include vf-p-icon-sort-down;
77
- @include vf-p-icon-sort-up;
78
- @include vf-p-icon-starred;
79
- @include vf-p-icon-status-failed-small;
80
- @include vf-p-icon-status-in-progress-small;
81
- @include vf-p-icon-status-in-progress;
82
- @include vf-p-icon-status-queued-small;
83
- @include vf-p-icon-status-queued;
84
- @include vf-p-icon-status-succeeded-small;
85
- @include vf-p-icon-status-waiting-small;
86
- @include vf-p-icon-status-waiting;
87
- @include vf-p-icon-status;
88
- @include vf-p-icon-submit-bug;
89
- @include vf-p-icon-success-grey;
90
- @include vf-p-icon-switcher-dashboard;
91
- @include vf-p-icon-switcher-environments;
92
- @include vf-p-icon-switcher;
93
- @include vf-p-icon-tag;
94
- @include vf-p-icon-task-outstanding;
95
- @include vf-p-icon-timed-out-grey;
96
- @include vf-p-icon-timed-out;
97
- @include vf-p-icon-topic;
98
- @include vf-p-icon-unit-pending;
99
- @include vf-p-icon-unit-running;
100
- @include vf-p-icon-unmount;
101
- @include vf-p-icon-unstarred;
102
- @include vf-p-icon-user-group;
103
- @include vf-p-icon-video-play;
104
- @include vf-p-icon-warning-grey;
@@ -1,7 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-icons;
5
-
6
- // for spin animation on the spinner icon
7
- @include vf-u-animations;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-image;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-inline-images;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-label;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-links;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-list-tree;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-lists;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-logo-section;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-matrix;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-media-object;
@@ -1,9 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- // used in the example
5
- @include vf-p-heading-icon;
6
- @include vf-p-modal;
7
- @include vf-button-negative;
8
-
9
- @include vf-u-margin-collapse;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-muted-heading;
@@ -1,4 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-navigation;
@@ -1,11 +0,0 @@
1
- @import '../vanilla';
2
- @include vf-base;
3
-
4
- @include vf-p-notification;
5
-
6
- // needed in borderless demo
7
- @include vf-u-margin-collapse;
8
-
9
- // needed for deprecated notification pattern
10
- // can be removed in 3.0
11
- @include vf-p-icon-close;