@dialpad/dialtone 6.8.1 → 6.9.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.
Files changed (32) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/lib/build/less/components/banner.less +1 -1
  3. package/lib/build/less/components/button.less +20 -1
  4. package/lib/build/less/components/forms.less +1 -1
  5. package/lib/build/less/components/input.less +2 -2
  6. package/lib/build/less/components/modal.less +1 -1
  7. package/lib/build/less/components/notice.less +1 -1
  8. package/lib/build/less/components/selects.less +3 -3
  9. package/lib/build/less/components/table.less +1 -1
  10. package/lib/build/less/components/toast.less +2 -2
  11. package/lib/build/less/dialtone.less +3 -21
  12. package/lib/build/less/themes/default.less +9 -9
  13. package/lib/build/less/utilities/backgrounds.less +2 -54
  14. package/lib/build/less/utilities/borders.less +3 -4
  15. package/lib/build/less/utilities/colors.less +1 -192
  16. package/lib/build/less/utilities/effects.less +1 -2
  17. package/lib/build/less/utilities/flex.less +3 -32
  18. package/lib/build/less/utilities/grid.less +1 -18
  19. package/lib/build/less/utilities/internals.less +254 -180
  20. package/lib/build/less/utilities/layout.less +18 -19
  21. package/lib/build/less/utilities/responsive.less +0 -143
  22. package/lib/build/less/utilities/sizing.less +2 -2
  23. package/lib/build/less/utilities/spacing.less +2 -2
  24. package/lib/build/less/utilities/svg.less +1 -1
  25. package/lib/build/less/utilities/typography.less +4 -4
  26. package/lib/build/less/variables/layout.less +21 -0
  27. package/lib/build/svg/system/windows.svg +6 -0
  28. package/lib/dist/css/dialtone.css +2496 -23171
  29. package/lib/dist/css/dialtone.min.css +1 -1
  30. package/lib/dist/svg/system/windows.svg +1 -0
  31. package/lib/dist/vue/icons/IconWindows.vue +3 -0
  32. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ # [6.9.0](https://github.com/dialpad/dialtone/compare/v6.8.1...v6.9.0) (2021-12-07)
2
+
3
+
4
+ ### Features
5
+
6
+ * add foundational a11y documentation ([#512](https://github.com/dialpad/dialtone/issues/512)) ([fd7d771](https://github.com/dialpad/dialtone/commit/fd7d77197576ad1506bd1dda71051aa841bcb412))
7
+ * add responsive variations ([#474](https://github.com/dialpad/dialtone/issues/474)) ([7d7aaa4](https://github.com/dialpad/dialtone/commit/7d7aaa4b9f47bfdf48162cfa0013cb8be33ded67)), closes [#478](https://github.com/dialpad/dialtone/issues/478) [#479](https://github.com/dialpad/dialtone/issues/479) [#480](https://github.com/dialpad/dialtone/issues/480) [#486](https://github.com/dialpad/dialtone/issues/486) [#489](https://github.com/dialpad/dialtone/issues/489)
8
+ * add windows logo as system icon ([#517](https://github.com/dialpad/dialtone/issues/517)) ([3ee2445](https://github.com/dialpad/dialtone/commit/3ee24455842b379328409a1ca30399174be46402))
9
+ * button group css classes ([#514](https://github.com/dialpad/dialtone/issues/514)) ([edb75d7](https://github.com/dialpad/dialtone/commit/edb75d7bb672223d4faaeae5e59b1e77d7644191))
10
+
1
11
  ## [6.8.1](https://github.com/dialpad/dialtone/compare/v6.8.0...v6.8.1) (2021-11-23)
2
12
 
3
13
 
@@ -1,4 +1,4 @@
1
- @import (reference) '../utilities/spacing.less';
1
+ //@import (reference) '../utilities/spacing.less';
2
2
 
3
3
  //
4
4
  // DIALTONE
@@ -1,4 +1,4 @@
1
- @import (reference) '../variables/icons.less';
1
+ //@import (reference) '../variables/icons.less';
2
2
 
3
3
  //
4
4
  // DIALTONE
@@ -443,3 +443,22 @@
443
443
  content: '';
444
444
  }
445
445
  }
446
+
447
+ // ============================================================================
448
+ // $ BUTTON GROUP
449
+ // ----------------------------------------------------------------------------
450
+ .d-btn-group {
451
+ display: flex;
452
+
453
+ &.d-btn-group--start {
454
+ justify-content: start;
455
+ }
456
+
457
+ &.d-btn-group--end {
458
+ justify-content: end;
459
+ }
460
+
461
+ &.d-btn-group--space-between {
462
+ justify-content: space-between;
463
+ }
464
+ }
@@ -1,4 +1,4 @@
1
- @import (reference) '../variables/typography.less';
1
+ //@import (reference) '../variables/typography.less';
2
2
 
3
3
  //
4
4
  // DIALTONE
@@ -1,5 +1,5 @@
1
- @import (reference) '../variables/icons.less';
2
- @import (reference) '../variables/sizes.less';
1
+ //@import (reference) '../variables/icons.less';
2
+ //@import (reference) '../variables/sizes.less';
3
3
 
4
4
  //
5
5
  // DIALTONE
@@ -1,4 +1,4 @@
1
- @import (reference) '../utilities/spacing.less';
1
+ //@import (reference) '../utilities/spacing.less';
2
2
 
3
3
  //
4
4
  // DIALTONE
@@ -1,4 +1,4 @@
1
- @import (reference) '../utilities/spacing.less';
1
+ //@import (reference) '../utilities/spacing.less';
2
2
 
3
3
  //
4
4
  // DIALTONE
@@ -1,6 +1,6 @@
1
- @import (reference) '../variables/sizes.less';
2
- @import (reference) '../variables/icons.less';
3
- @import (reference) 'input.less';
1
+ //@import (reference) '../variables/sizes.less';
2
+ //@import (reference) '../variables/icons.less';
3
+ //@import (reference) 'input.less';
4
4
 
5
5
  //
6
6
  // DIALTONE
@@ -1,4 +1,4 @@
1
- @import (reference) '../utilities/typography.less';
1
+ //@import (reference) '../utilities/typography.less';
2
2
 
3
3
  //
4
4
  // DIALTONE
@@ -1,5 +1,5 @@
1
- @import (reference) '../utilities/spacing.less';
2
- @import (reference) '../utilities/effects.less';
1
+ //@import (reference) '../utilities/spacing.less';
2
+ //@import (reference) '../utilities/effects.less';
3
3
 
4
4
  //
5
5
  // DIALTONE
@@ -29,6 +29,9 @@
29
29
  @import 'components/tabs';
30
30
  @import 'components/tooltip';
31
31
 
32
+ // -- CONFIG
33
+ @import 'utilities/internals';
34
+
32
35
  // -- UTILITIES
33
36
  @import 'utilities/backgrounds';
34
37
  @import 'utilities/borders';
@@ -38,32 +41,11 @@
38
41
  @import 'utilities/grid';
39
42
  @import 'utilities/interactivity';
40
43
  @import 'utilities/layout';
41
- @import 'utilities/responsive';
42
44
  @import 'utilities/sizing';
43
45
  @import 'utilities/spacing';
44
46
  @import 'utilities/svg';
45
47
  @import 'utilities/typography';
46
48
 
47
-
48
49
  // -- THEMES & GLOBAL SETTINGS
49
50
  @import 'dialtone-globals';
50
51
  @import 'themes/default';
51
-
52
- //stylelint-disable
53
- // -- RESPONSIVE CLASSES
54
- #d-internals #screen-xl({
55
- #d-internals-collect-xl();
56
- });
57
- #d-internals #screen-lg({
58
- #d-internals-collect-lg();
59
- });
60
- #d-internals #screen-md({
61
- #d-internals-collect-md();
62
- });
63
- #d-internals #screen-sm({
64
- #d-internals-collect-sm();
65
- });
66
- //stylelint-enable
67
-
68
- // -- CONFIG
69
- @import 'utilities/internals';
@@ -1,12 +1,12 @@
1
- @import (reference) '../variables/colors.less';
2
- @import (reference) '../variables/layout.less';
3
- @import (reference) '../variables/borders.less';
4
- @import (reference) '../variables/visual-styles.less';
5
- @import (reference) '../variables/icons.less';
6
- @import (reference) '../variables/sizes.less';
7
- @import (reference) '../variables/typography.less';
8
- @import (reference) '../utilities/internals.less';
9
- @import (reference) '../utilities/grid.less';
1
+ //@import (reference) '../variables/colors.less';
2
+ //@import (reference) '../variables/layout.less';
3
+ //@import (reference) '../variables/borders.less';
4
+ //@import (reference) '../variables/visual-styles.less';
5
+ //@import (reference) '../variables/icons.less';
6
+ //@import (reference) '../variables/sizes.less';
7
+ //@import (reference) '../variables/typography.less';
8
+ //@import (reference) '../utilities/internals.less';
9
+ //@import (reference) '../utilities/grid.less';
10
10
 
11
11
  //
12
12
  // DIALTONE
@@ -1,5 +1,5 @@
1
- @import (reference) '../variables/colors.less';
2
- @import (reference) '../utilities/internals.less';
1
+ //@import (reference) '../variables/colors.less';
2
+ //@import (reference) '../utilities/internals.less';
3
3
 
4
4
  //
5
5
  // DIALTONE
@@ -10,7 +10,6 @@
10
10
  // visit https://dialpad.design/utilities/borders
11
11
  //
12
12
  // TABLE OF CONTENTS
13
- // • INTERNALS/MIXINS
14
13
  // • BACKGROUND ATTACHMENT
15
14
  // • BACKGROUND CLIP
16
15
  // • BACKGROUND POSITION
@@ -19,57 +18,6 @@
19
18
  // • GRADIENTS
20
19
  // • PATTERNS
21
20
  //
22
- // ============================================================================
23
- // $ MIXINS
24
- // ----------------------------------------------------------------------------
25
- #d-internals() {
26
- #gradient-classes(@color) {
27
- // COLOR STOP 1, STARTING STOP
28
- .d-bgg-from-@{color},
29
- .h\:d-bgg-from-@{color}:hover,
30
- .f\:d-bgg-from-@{color}:focus {
31
- --bgg-from-opacity: 100%;
32
- --bgg-from: hsla(var(~'--@{color}-h') var(~'--@{color}-s') var(~'--@{color}-l') ~' / ' var(--bgg-from-opacity));
33
- --bgg-to: hsla(var(~'--@{color}-h') var(~'--@{color}-s') var(~'--@{color}-l') ~' / ' 0%);
34
- }
35
- .f\:d-bgg-from-@{color}:focus-within {
36
- --bgg-from-opacity: 100%;
37
- --bgg-from: hsla(var(~'--@{color}-h') var(~'--@{color}-s') var(~'--@{color}-l') ~' / ' var(--bgg-from-opacity));
38
- --bgg-to: hsla(var(~'--@{color}-h') var(~'--@{color}-s') var(~'--@{color}-l') ~' / ' 0%);
39
- }
40
- #d-internals #dark-mode('.d\:d-bgg-from-@{color}', {
41
- --bgg-from-opacity: 100%;
42
- --bgg-from: hsla(var(~'--@{color}-h') var(~'--@{color}-s') var(~'--@{color}-l') ~' / ' var(--bgg-from-opacity));
43
- --bgg-to: hsla(var(~'--@{color}-h') var(~'--@{color}-s') var(~'--@{color}-l') ~' / ' 0%);
44
- });
45
-
46
- // COLOR STOP 2, ENDING STOP
47
- .d-bgg-to-@{color},
48
- .h\:d-bgg-to-@{color}:hover,
49
- .f\:d-bgg-to-@{color}:focus {
50
- --bgg-to-opacity: 100%;
51
- --bgg-to: hsla(var(~'--@{color}-h') var(~'--@{color}-s') var(~'--@{color}-l') ~' / ' var(--bgg-to-opacity)) !important;
52
- }
53
- .f\:d-bgg-to-@{color}:focus-within {
54
- --bgg-to-opacity: 100%;
55
- --bgg-to: hsla(var(~'--@{color}-h') var(~'--@{color}-s') var(~'--@{color}-l') ~' / ' var(--bgg-to-opacity)) !important;
56
- }
57
- #d-internals #dark-mode('.d\:d-bgg-to-@{color}', {
58
- --bgg-to-opacity: 100%;
59
- --bgg-to: hsla(var(~'--@{color}-h') var(~'--@{color}-s') var(~'--@{color}-l') ~' / ' var(--bgg-to-opacity)) !important;
60
- })
61
- }
62
-
63
- #gradient-stops(@color) {
64
- #d-internals #gradient-classes(~'@{color}-600');
65
- #d-internals #gradient-classes(~'@{color}-500');
66
- #d-internals #gradient-classes(~'@{color}-400');
67
- #d-internals #gradient-classes(~'@{color}-300');
68
- #d-internals #gradient-classes(~'@{color}-200');
69
- #d-internals #gradient-classes(~'@{color}-100');
70
- }
71
- }
72
-
73
21
  // ----------------------------------------------------------------------------
74
22
  // -- Create background stops for most colors
75
23
  #d-internals #gradient-stops(black);
@@ -1,7 +1,6 @@
1
- @import (reference) '../variables/spacing.less';
2
- @import (reference) '../utilities/internals.less';
3
- @import (reference) '../variables/borders.less';
4
-
1
+ //@import (reference) '../variables/spacing.less';
2
+ //@import (reference) '../variables/borders.less';
3
+ //@import (reference) '../utilities/internals.less';
5
4
  //
6
5
  // DIALTONE
7
6
  // UTILITIES: BORDERS
@@ -1,4 +1,4 @@
1
- @import (reference) '../utilities/internals.less';
1
+ //@import (reference) '../utilities/internals.less';
2
2
 
3
3
  //
4
4
  // DIALTONE
@@ -9,199 +9,8 @@
9
9
  // documentation pages at https://dialpad.design
10
10
  //
11
11
  // TABLE OF CONTENTS
12
- // • MIXINS
13
12
  // • UTILITY CLASSES
14
13
  //
15
- // ============================================================================
16
- // $ MIXINS
17
- // ----------------------------------------------------------------------------
18
- #d-internals() {
19
- // ========================================================================
20
- // $ COLOR CLASS GENERATOR
21
- // Create a mixin to generate all the utility classes required. By doing it
22
- // this way, we are disabling the ability to use Dialtone utility classes as
23
- // a mixin. Previously we had allowed for utility classes to be used as
24
- // mixins, but because our overall CSS bundle size is growing exponentially,
25
- // Dialtone v6 removed this ability. It is now recommended to use CSS
26
- // variables (var(--color)). Less variables (@color) are also available,
27
- // but their use is discouraged.
28
- //
29
- // USAGE:
30
- // #d-internals #color-classes(purple-500);
31
- //
32
- // ------------------------------------------------------------------------
33
- #color-classes(@color-name) {
34
- // -- FONT STYLES
35
- .d-fc-@{color-name},
36
- .h\:d-fc-@{color-name}:hover,
37
- .f\:d-fc-@{color-name}:focus {
38
- --fco: 100%;
39
-
40
- color: hsla(var(~'--@{color-name}-h') var(~'--@{color-name}-s') var(~'--@{color-name}-l') ~' / ' var(--fco)) !important;
41
- }
42
- .f\:d-fc-@{color-name}:focus-within {
43
- --fco: 100%;
44
-
45
- color: hsla(var(~'--@{color-name}-h') var(~'--@{color-name}-s') var(~'--@{color-name}-l') ~' / ' var(--fco)) !important;
46
- }
47
- #d-internals #dark-mode('.d\:d-fc-@{color-name}', {
48
- --fco: 100%;
49
- color: hsla(var(~'--@{color-name}-h') var(~'--@{color-name}-s') var(~'--@{color-name}-l') ~' / ' var(--fco)) !important;
50
- });;
51
-
52
-
53
- // -- BORDER STYLES
54
- .d-bc-@{color-name},
55
- .h\:d-bc-@{color-name}:hover,
56
- .f\:d-bc-@{color-name}:focus {
57
- --bco: 100%;
58
-
59
- border-color: hsla(var(~'--@{color-name}-h') var(~'--@{color-name}-s') var(~'--@{color-name}-l') ~' / ' var(--bco)) !important;
60
- }
61
- .f\:d-bc-@{color-name}:focus-within {
62
- --bco: 100%;
63
-
64
- border-color: hsla(var(~'--@{color-name}-h') var(~'--@{color-name}-s') var(~'--@{color-name}-l') ~' / ' var(--bco)) !important;
65
- }
66
- #d-internals #dark-mode('.d\:d-bc-@{color-name}', {
67
- --bco: 100%;
68
- border-color: hsla(var(~'--@{color-name}-h') var(~'--@{color-name}-s') var(~'--@{color-name}-l') ~' / ' var(--bco)) !important;
69
- });;
70
-
71
- // -- DIVIDER COLORS
72
- .d-divide-@{color-name} > * + * {
73
- --dco: 100%;
74
-
75
- border-color: hsla(var(~'--@{color-name}-h') var(~'--@{color-name}-s') var(~'--@{color-name}-l') ~' / ' var(--dco)) !important;
76
- }
77
- #d-internals #dark-mode('.d\:d-divide-@{color-name} > * + *', {
78
- --dco: 100%;
79
- border-color: hsla(var(~'--@{color-name}-h') var(~'--@{color-name}-s') var(~'--@{color-name}-l') ~' / ' var(--dco)) !important;
80
- });;
81
-
82
- // -- BACKGROUND STYLES
83
- .d-bgc-@{color-name},
84
- .h\:d-bgc-@{color-name}:hover,
85
- .f\:d-bgc-@{color-name}:focus {
86
- --bgo: 100%;
87
-
88
- background-color: hsla(var(~'--@{color-name}-h') var(~'--@{color-name}-s') var(~'--@{color-name}-l') ~' / ' var(--bgo)) !important;
89
- }
90
- .f\:d-bgc-@{color-name}:focus-within {
91
- --bgo: 100%;
92
-
93
- background-color: hsla(var(~'--@{color-name}-h') var(~'--@{color-name}-s') var(~'--@{color-name}-l') ~' / ' var(--bgo)) !important;
94
- }
95
- #d-internals #dark-mode('.d\:d-bgc-@{color-name}', {
96
- --bgo: 100%;
97
- background-color: hsla(var(~'--@{color-name}-h') var(~'--@{color-name}-s') var(~'--@{color-name}-l') ~' / ' var(--bgo)) !important;
98
- });;;;
99
- }
100
-
101
- // ========================================================================
102
- // $ STANDARD WEIGHT LOOP GENERATOR
103
- // Since most of our colors have similar stops (100 - 600), we'll save
104
- // ourselves the need to call the mixin for each color and create a
105
- // loop that will create most of the colors for us.
106
- //
107
- // USAGE:
108
- // #d-internals #standard-stops(purple);
109
- //
110
- // ------------------------------------------------------------------------
111
- #standard-stops(@color) {
112
- #d-internals #color-classes(~'@{color}-600');;;;
113
- #d-internals #color-classes(~'@{color}-500');;;;
114
- #d-internals #color-classes(~'@{color}-400');;;;
115
- #d-internals #color-classes(~'@{color}-300');;;;
116
- #d-internals #color-classes(~'@{color}-200');;;;
117
- #d-internals #color-classes(~'@{color}-100');;;;
118
- }
119
-
120
- // ========================================================================
121
- // $ OPACITY CLASS GENERATOR
122
- // Creates opacity classes for font, background, and border colors.
123
- //
124
- // USAGE:
125
- // #d-internals #opacity-classes(50);
126
- //
127
- // ------------------------------------------------------------------------
128
- #opacity-classes(@opacity) {
129
- // -- FONT OPACITY
130
- .d-fco@{opacity},
131
- .h\:d-fco@{opacity}:hover,
132
- .f\:d-fco@{opacity}:focus {
133
- --fco: ~'@{opacity}%' !important;
134
- }
135
- .f\:d-fco@{opacity}:focus-within {
136
- --fco: ~'@{opacity}%' !important;
137
- }
138
- #d-internals #dark-mode('.d\:d-fco@{opacity}', {
139
- --fco: ~'@{opacity}%' !important;
140
- });;
141
-
142
-
143
- // -- BORDER OPACITY
144
- .d-bco@{opacity},
145
- .h\:d-bco@{opacity}:hover,
146
- .f\:d-bco@{opacity}:focus {
147
- --bco: ~'@{opacity}%' !important;
148
- }
149
- .f\:d-bco@{opacity}:focus-within {
150
- --bco: ~'@{opacity}%' !important;
151
- }
152
- #d-internals #dark-mode('.d\:d-bco@{opacity}', {
153
- --bco: ~'@{opacity}%' !important;
154
- });;
155
-
156
- // -- DIVIDER OPACITY
157
- .d-dco@{opacity} > * + * {
158
- --dco: ~'@{opacity}%' !important;
159
- }
160
- #d-internals #dark-mode('.d\:d-dco@{opacity} > * + *', {
161
- --dco: ~'@{opacity}%' !important;
162
- });;
163
-
164
- // -- BACKGROUND COLOR OPACITY
165
- .d-bgo@{opacity},
166
- .h\:d-bgo@{opacity}:hover,
167
- .f\:d-bgo@{opacity}:focus {
168
- --bgo: ~'@{opacity}%' !important;
169
- }
170
- .f\:d-bgo@{opacity}:focus-within {
171
- --bgo: ~'@{opacity}%' !important;
172
- }
173
- #d-internals #dark-mode('.d\:d-bgo@{opacity}', {
174
- --bgo: ~'@{opacity}%' !important;
175
- });;
176
-
177
- // -- BACKGROUND GRADIENT STARTING STOP
178
- .d-bgg-from-o@{opacity},
179
- .h\:d-bgg-from-@{opacity}:hover,
180
- .f\:d-bgg-from-@{opacity}:focus {
181
- --bgg-from-opacity: ~'@{opacity}%' !important;
182
- }
183
- .f\:d-bgg-from-@{opacity}:focus-within {
184
- --bgg-from-opacity: ~'@{opacity}%' !important;
185
- }
186
- #d-internals #dark-mode('.d\:d-bgg-from-@{opacity}', {
187
- --bgg-from-opacity: ~'@{opacity}%' !important;
188
- });;
189
-
190
- // -- BACKGROUND GRADIENT ENDING STOP
191
- .d-bgg-to-o@{opacity},
192
- .h\:d-bgg-to-@{opacity}:hover,
193
- .f\:d-bgg-to-@{opacity}:focus {
194
- --bgg-to-opacity: ~'@{opacity}%' !important;
195
- }
196
- .f\:d-bgg-to-@{opacity}:focus-within {
197
- --bgg-to-opacity: ~'@{opacity}%' !important;
198
- }
199
- #d-internals #dark-mode('.d\:d-bgg-to-@{opacity}', {
200
- --bgg-to-opacity: ~'@{opacity}%' !important;
201
- });;;;
202
- }
203
- }
204
-
205
14
  // ============================================================================
206
15
  // $ UTILITY CLASSES
207
16
  // ----------------------------------------------------------------------------
@@ -1,4 +1,4 @@
1
- @import (reference) '../variables/spacing.less';
1
+ //@import (reference) '../variables/spacing.less';
2
2
 
3
3
  //
4
4
  // DIALTONE
@@ -138,7 +138,6 @@
138
138
  }
139
139
  }
140
140
 
141
-
142
141
  // ============================================================================
143
142
  // $ BOX SHADOW
144
143
  // ----------------------------------------------------------------------------
@@ -1,3 +1,5 @@
1
+ //@import (reference) '../utilities/internals.less';
2
+
1
3
  //
2
4
  // DIALTONE
3
5
  // UTILITIES: FLEXBOX
@@ -69,38 +71,6 @@
69
71
  // ----------------------------------------------------------------------------
70
72
  // $$ FLEX COLUMNS
71
73
  // ----------------------------------------------------------------------------
72
- #d-internals() {
73
- #build-flex-columns(@num, @count: 1) when (@count =< @num) {
74
- .d-fl-col@{count} {
75
- display: flex;
76
-
77
- // Automatically make all direct child to obey the parent class
78
- > * {
79
- --fl-gap: 0;
80
- --fl-basis: calc(100% / @count);
81
-
82
- display: inline-flex;
83
- flex: 1 calc(var(--fl-basis) - ((var(--fl-gap) * 2)));
84
- margin: var(--fl-gap);
85
-
86
- // Add in a gap to items after the first row
87
- &:nth-child(-n + @{count}) {
88
- margin-top: 0;
89
- }
90
- }
91
-
92
- // If flex column is in a column direction (and became rows),
93
- // change the margin direction.
94
- &.d-fd-column > * {
95
- margin: var(--fl-gap) 0;
96
- }
97
- }
98
-
99
- // Iterate our loop until we hit our grid column total
100
- #d-internals #build-flex-columns(@num, @count + 1);
101
- }
102
- }
103
- @flex-columns: 12;
104
74
 
105
75
  // Now let's generate the columns
106
76
  #d-internals #build-flex-columns(@flex-columns);
@@ -263,3 +233,4 @@
263
233
  .d-order12 { order: 12 !important; }
264
234
  .d-order-first { order: -9999 !important; }
265
235
  .d-order-last { order: 9999 !important; }
236
+
@@ -1,4 +1,4 @@
1
- @import (reference) '../utilities/spacing.less';
1
+ //@import (reference) '../utilities/spacing.less';
2
2
 
3
3
  //
4
4
  // DIALTONE
@@ -21,23 +21,6 @@
21
21
  // • PLACE SELF
22
22
  // • ROWS
23
23
  //
24
- // ============================================================================
25
- // $ GRID VARIABLES
26
- // ----------------------------------------------------------------------------
27
- @grid-vars: {
28
- // Grid Layout Variables
29
- sidebar-width: minmax(20rem, 30rem);
30
- content-width: minmax(32rem, 90ch);
31
- header-height: minmax(6.4rem, min-content);
32
- content-height: minmax(64rem, max-content);
33
-
34
- // Grid Columns
35
- grid-columns: 12;
36
- grid-column-width: minmax(min-content, 24rem);
37
- grid-column-auto: 1fr;
38
- }
39
-
40
-
41
24
  // ============================================================================
42
25
  // $ COLUMNS
43
26
  // ----------------------------------------------------------------------------