@progress/kendo-theme-utils 9.1.1-dev.2 → 10.0.0-dev.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/all.css +17030 -17047
- package/dist/all.scss +1 -15160
- package/dist/meta/sassdoc-data.json +4734 -5298
- package/dist/meta/sassdoc-raw-data.json +3857 -4136
- package/dist/meta/variables.json +1 -3163
- package/package.json +3 -4
- package/scss/_functions.scss +40 -1
- package/scss/_globals.scss +2 -0
- package/scss/_mixins.scss +12 -3
- package/scss/_variables.scss +228 -225
- package/scss/accessibility/_screen-readers.scss +6 -4
- package/scss/accessibility/index.import.scss +1 -1
- package/scss/all.scss +1 -1
- package/scss/background/_background-clip.scss +6 -4
- package/scss/background/_background-color.scss +6 -4
- package/scss/background/_background-position.scss +6 -4
- package/scss/background/_background-size.scss +6 -4
- package/scss/background/index.import.scss +4 -4
- package/scss/border/_border-color.scss +6 -4
- package/scss/border/_border-radius.scss +5 -4
- package/scss/border/_border-style.scss +6 -4
- package/scss/border/_border-width.scss +6 -4
- package/scss/border/_outline-color.scss +6 -4
- package/scss/border/_outline-offset.scss +6 -4
- package/scss/border/_outline-style.scss +6 -4
- package/scss/border/_outline-width.scss +6 -4
- package/scss/border/index.import.scss +8 -8
- package/scss/effects/_opacity.scss +6 -4
- package/scss/effects/index.import.scss +1 -1
- package/scss/elevation/index.import.scss +4 -4
- package/scss/filter/_backdrop.scss +6 -4
- package/scss/filter/index.import.scss +1 -1
- package/scss/flex-grid/_align-content.scss +6 -4
- package/scss/flex-grid/_align-items.scss +6 -4
- package/scss/flex-grid/_align-self.scss +6 -4
- package/scss/flex-grid/_flex-basis.scss +6 -4
- package/scss/flex-grid/_flex-direction.scss +7 -5
- package/scss/flex-grid/_flex-grow.scss +6 -4
- package/scss/flex-grid/_flex-shrink.scss +6 -4
- package/scss/flex-grid/_flex-wrap.scss +6 -4
- package/scss/flex-grid/_flex.scss +6 -4
- package/scss/flex-grid/_gap.scss +7 -5
- package/scss/flex-grid/_grid-auto-columns.scss +6 -4
- package/scss/flex-grid/_grid-auto-flow.scss +6 -4
- package/scss/flex-grid/_grid-auto-rows.scss +6 -4
- package/scss/flex-grid/_grid-column-start-end.scss +11 -9
- package/scss/flex-grid/_grid-row-start-end.scss +10 -8
- package/scss/flex-grid/_grid-template-columns.scss +7 -5
- package/scss/flex-grid/_grid-template-rows.scss +6 -4
- package/scss/flex-grid/_justify-content.scss +6 -4
- package/scss/flex-grid/_justify-items.scss +6 -4
- package/scss/flex-grid/_justify-self.scss +6 -4
- package/scss/flex-grid/_order.scss +6 -4
- package/scss/flex-grid/_place-content.scss +6 -4
- package/scss/flex-grid/_place-items.scss +6 -4
- package/scss/flex-grid/_place-self.scss +6 -4
- package/scss/flex-grid/index.import.scss +49 -24
- package/scss/index.import.scss +36 -19
- package/scss/interactivity/_accent-color.scss +6 -4
- package/scss/interactivity/_appearance.scss +6 -4
- package/scss/interactivity/_caret-color.scss +6 -4
- package/scss/interactivity/_cursor.scss +6 -4
- package/scss/interactivity/_pointer-events.scss +6 -4
- package/scss/interactivity/_resize.scss +6 -4
- package/scss/interactivity/_scroll.scss +11 -9
- package/scss/interactivity/_touch-action.scss +6 -4
- package/scss/interactivity/_user-select.scss +6 -4
- package/scss/interactivity/_will-change.scss +6 -4
- package/scss/interactivity/index.import.scss +21 -10
- package/scss/layout/_aspect-ratio.scss +6 -4
- package/scss/layout/_box-sizing.scss +7 -4
- package/scss/layout/_clear.scss +6 -4
- package/scss/layout/_columns.scss +6 -4
- package/scss/layout/_display.scss +7 -5
- package/scss/layout/_float.scss +6 -4
- package/scss/layout/_object-fit.scss +6 -4
- package/scss/layout/_object-position.scss +6 -4
- package/scss/layout/_overflow.scss +6 -4
- package/scss/layout/_placement.scss +7 -5
- package/scss/layout/_position.scss +7 -6
- package/scss/layout/_visibility.scss +6 -4
- package/scss/layout/_zindex.scss +6 -4
- package/scss/layout/index.import.scss +27 -13
- package/scss/responsive-layout/_col-gap.scss +6 -2
- package/scss/responsive-layout/_col.scss +2 -0
- package/scss/responsive-layout/index.import.scss +5 -4
- package/scss/sizing/_height.scss +8 -6
- package/scss/sizing/_width.scss +8 -6
- package/scss/sizing/index.import.scss +2 -2
- package/scss/spacing/_margin.scss +6 -4
- package/scss/spacing/_padding.scss +7 -5
- package/scss/spacing/_space-between.scss +5 -4
- package/scss/spacing/index.import.scss +6 -4
- package/scss/svg/_fill.scss +6 -4
- package/scss/svg/_stroke.scss +6 -4
- package/scss/svg/index.import.scss +2 -2
- package/scss/table/_border-collapse.scss +6 -4
- package/scss/table/_table-layout.scss +6 -4
- package/scss/table/index.import.scss +5 -2
- package/scss/transform/_flip.scss +6 -4
- package/scss/transform/_origin.scss +6 -4
- package/scss/transform/_rotate.scss +7 -11
- package/scss/transform/_scale.scss +9 -19
- package/scss/transform/_skew.scss +8 -15
- package/scss/transform/_translate.scss +9 -19
- package/scss/transform/index.import.scss +9 -6
- package/scss/typography/_font-family.scss +3 -5
- package/scss/typography/_font-size.scss +3 -4
- package/scss/typography/_font-style.scss +6 -4
- package/scss/typography/_font-weight.scss +3 -4
- package/scss/typography/_letter-spacing.scss +3 -5
- package/scss/typography/_line-height.scss +3 -5
- package/scss/typography/_list-style.scss +6 -4
- package/scss/typography/_text-align.scss +6 -4
- package/scss/typography/_text-color.scss +5 -4
- package/scss/typography/_text-decoration.scss +6 -4
- package/scss/typography/_text-overflow.scss +6 -4
- package/scss/typography/_text-transform.scss +6 -4
- package/scss/typography/_vertical-align.scss +6 -4
- package/scss/typography/_white-space.scss +6 -4
- package/scss/typography/index.import.scss +35 -14
|
@@ -16,15 +16,17 @@
|
|
|
16
16
|
/// @group list-style
|
|
17
17
|
/// @contextType css
|
|
18
18
|
|
|
19
|
+
@use "sass:map";
|
|
20
|
+
@use "../_globals.scss" as *;
|
|
21
|
+
|
|
19
22
|
// Register
|
|
20
|
-
@
|
|
21
|
-
@include module-register((name: "utils-typography-list-style"));
|
|
23
|
+
@use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
|
|
22
24
|
|
|
23
25
|
@mixin kendo-utils--typography--list-style-type() {
|
|
24
|
-
@include
|
|
26
|
+
@include import-once("utils-typography-list-style") {
|
|
25
27
|
|
|
26
28
|
// list-style-type utility classes
|
|
27
|
-
$kendo-utils-list-style-type:
|
|
29
|
+
$kendo-utils-list-style-type: map.get( $kendo-utils, "list-style-type" ) !default;
|
|
28
30
|
@include generate-utils( list, list-style-type, $kendo-utils-list-style-type );
|
|
29
31
|
|
|
30
32
|
}
|
|
@@ -22,15 +22,17 @@
|
|
|
22
22
|
/// @group text-align
|
|
23
23
|
/// @contextType css
|
|
24
24
|
|
|
25
|
+
@use "sass:map";
|
|
26
|
+
@use "../_globals.scss" as *;
|
|
27
|
+
|
|
25
28
|
// Register
|
|
26
|
-
@
|
|
27
|
-
@include module-register((name: "utils-typography-text-align"));
|
|
29
|
+
@use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
|
|
28
30
|
|
|
29
31
|
@mixin kendo-utils--typography--text-align() {
|
|
30
|
-
@include
|
|
32
|
+
@include import-once("utils-typography-text-align") {
|
|
31
33
|
|
|
32
34
|
// Text align utility classes
|
|
33
|
-
$kendo-utils-text-align:
|
|
35
|
+
$kendo-utils-text-align: map.get( $kendo-utils, "text-align" ) !default;
|
|
34
36
|
|
|
35
37
|
@include generate-utils( text, text-align, $kendo-utils-text-align );
|
|
36
38
|
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
// TODO: docs
|
|
2
|
+
@use "sass:map";
|
|
3
|
+
@use "../_globals.scss" as *;
|
|
2
4
|
|
|
3
5
|
// Register
|
|
4
|
-
@
|
|
5
|
-
@include module-register((name: "utils-typography-text-color"));
|
|
6
|
+
@use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
|
|
6
7
|
|
|
7
8
|
@mixin kendo-utils--typography--text-color() {
|
|
8
|
-
@include
|
|
9
|
+
@include import-once("utils-typography-text-color") {
|
|
9
10
|
|
|
10
11
|
// Text color utility classes
|
|
11
|
-
$kendo-utils-text-color:
|
|
12
|
+
$kendo-utils-text-color: map.get( $kendo-utils, "text-color" ) !default;
|
|
12
13
|
@include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );
|
|
13
14
|
|
|
14
15
|
// Legacy aliases
|
|
@@ -22,15 +22,17 @@
|
|
|
22
22
|
/// @group text-decoration
|
|
23
23
|
/// @contextType css
|
|
24
24
|
|
|
25
|
+
@use "sass:map";
|
|
26
|
+
@use "../_globals.scss" as *;
|
|
27
|
+
|
|
25
28
|
// Register
|
|
26
|
-
@
|
|
27
|
-
@include module-register((name: "utils-typography-text-decoration"));
|
|
29
|
+
@use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
|
|
28
30
|
|
|
29
31
|
@mixin kendo-utils--typography--text-decoration() {
|
|
30
|
-
@include
|
|
32
|
+
@include import-once("utils-typography-text-decoration") {
|
|
31
33
|
|
|
32
34
|
// text-decoration utility classes
|
|
33
|
-
$kendo-utils-text-decoration:
|
|
35
|
+
$kendo-utils-text-decoration: map.get( $kendo-utils, "text-decoration" ) !default;
|
|
34
36
|
@include generate-utils( text, text-decoration, $kendo-utils-text-decoration );
|
|
35
37
|
|
|
36
38
|
}
|
|
@@ -10,15 +10,17 @@
|
|
|
10
10
|
/// @group text-overflow
|
|
11
11
|
/// @contextType css
|
|
12
12
|
|
|
13
|
+
@use "sass:map";
|
|
14
|
+
@use "../_globals.scss" as *;
|
|
15
|
+
|
|
13
16
|
// Register
|
|
14
|
-
@
|
|
15
|
-
@include module-register((name: "utils-typography-text-overflow"));
|
|
17
|
+
@use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
|
|
16
18
|
|
|
17
19
|
@mixin kendo-utils--typography--text-overflow() {
|
|
18
|
-
@include
|
|
20
|
+
@include import-once("utils-typography-text-overflow") {
|
|
19
21
|
|
|
20
22
|
// Text overflow utility classes
|
|
21
|
-
$kendo-utils-text-overflow:
|
|
23
|
+
$kendo-utils-text-overflow: map.get( $kendo-utils, "text-overflow" ) !default;
|
|
22
24
|
@include generate-utils( text, text-overflow, $kendo-utils-text-overflow );
|
|
23
25
|
|
|
24
26
|
|
|
@@ -16,15 +16,17 @@
|
|
|
16
16
|
/// @group text-transform
|
|
17
17
|
/// @contextType css
|
|
18
18
|
|
|
19
|
+
@use "sass:map";
|
|
20
|
+
@use "../_globals.scss" as *;
|
|
21
|
+
|
|
19
22
|
// Register
|
|
20
|
-
@
|
|
21
|
-
@include module-register((name: "utils-typography-text-transform"));
|
|
23
|
+
@use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
|
|
22
24
|
|
|
23
25
|
@mixin kendo-utils--typography--text-transform() {
|
|
24
|
-
@include
|
|
26
|
+
@include import-once("utils-typography-text-transform") {
|
|
25
27
|
|
|
26
28
|
// Text transform utility classes
|
|
27
|
-
$kendo-utils-text-transform:
|
|
29
|
+
$kendo-utils-text-transform: map.get( $kendo-utils, "text-transform" ) !default;
|
|
28
30
|
@include generate-utils( text, text-transform, $kendo-utils-text-transform );
|
|
29
31
|
|
|
30
32
|
}
|
|
@@ -46,15 +46,17 @@
|
|
|
46
46
|
/// @group vertical-align
|
|
47
47
|
/// @contextType css
|
|
48
48
|
|
|
49
|
+
@use "sass:map";
|
|
50
|
+
@use "../_globals.scss" as *;
|
|
51
|
+
|
|
49
52
|
// Register
|
|
50
|
-
@
|
|
51
|
-
@include module-register((name: "utils-typography-vertical-align"));
|
|
53
|
+
@use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
|
|
52
54
|
|
|
53
55
|
@mixin kendo-utils--typography--vertical-align() {
|
|
54
|
-
@include
|
|
56
|
+
@include import-once("utils-typography-vertical-align") {
|
|
55
57
|
|
|
56
58
|
// vertical-align utility classes
|
|
57
|
-
$kendo-utils-vertical-align:
|
|
59
|
+
$kendo-utils-vertical-align: map.get( $kendo-utils, "vertical-align" ) !default;
|
|
58
60
|
@include generate-utils( align, vertical-align, $kendo-utils-vertical-align );
|
|
59
61
|
|
|
60
62
|
}
|
|
@@ -34,15 +34,17 @@
|
|
|
34
34
|
/// @group white-space
|
|
35
35
|
/// @contextType css
|
|
36
36
|
|
|
37
|
+
@use "sass:map";
|
|
38
|
+
@use "../_globals.scss" as *;
|
|
39
|
+
|
|
37
40
|
// Register
|
|
38
|
-
@
|
|
39
|
-
@include module-register((name: "utils-typography-white-space"));
|
|
41
|
+
@use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
|
|
40
42
|
|
|
41
43
|
@mixin kendo-utils--typography--white-space() {
|
|
42
|
-
@include
|
|
44
|
+
@include import-once("utils-typography-white-space") {
|
|
43
45
|
|
|
44
46
|
// White space utility classes
|
|
45
|
-
$kendo-utils-white-space:
|
|
47
|
+
$kendo-utils-white-space: map.get( $kendo-utils, "white-space" ) !default;
|
|
46
48
|
|
|
47
49
|
@include generate-utils( white-space, white-space, $kendo-utils-white-space );
|
|
48
50
|
@include generate-utils( whitespace, white-space, $kendo-utils-white-space );
|
|
@@ -1,23 +1,44 @@
|
|
|
1
1
|
// font family
|
|
2
|
-
@
|
|
3
|
-
@
|
|
2
|
+
@forward "./_font-family.scss";
|
|
3
|
+
@forward "./_font-size.scss";
|
|
4
4
|
// font smoothing
|
|
5
|
-
@
|
|
6
|
-
@
|
|
5
|
+
@forward "./_font-style.scss";
|
|
6
|
+
@forward "./_font-weight.scss";
|
|
7
7
|
// font variant
|
|
8
8
|
// letter spacing
|
|
9
|
-
@
|
|
9
|
+
@forward "./_letter-spacing.scss";
|
|
10
10
|
// line height
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
11
|
+
@forward "./_line-height.scss";
|
|
12
|
+
@forward "./_list-style.scss";
|
|
13
|
+
@forward "./_text-align.scss";
|
|
14
|
+
@forward "./_text-color.scss";
|
|
15
|
+
@forward "./_text-decoration.scss";
|
|
16
|
+
@forward "./_text-overflow.scss";
|
|
17
|
+
@forward "./_text-transform.scss";
|
|
18
18
|
// text indent
|
|
19
|
-
@
|
|
20
|
-
@
|
|
19
|
+
@forward "./_vertical-align.scss";
|
|
20
|
+
@forward "./_white-space.scss";
|
|
21
|
+
|
|
22
|
+
// font family
|
|
23
|
+
@use "./_font-family.scss" as *;
|
|
24
|
+
@use "./_font-size.scss" as *;
|
|
25
|
+
// font smoothing
|
|
26
|
+
@use "./_font-style.scss" as *;
|
|
27
|
+
@use "./_font-weight.scss" as *;
|
|
28
|
+
// font variant
|
|
29
|
+
// letter spacing
|
|
30
|
+
@use "./_letter-spacing.scss" as *;
|
|
31
|
+
// line height
|
|
32
|
+
@use "./_line-height.scss" as *;
|
|
33
|
+
@use "./_list-style.scss" as *;
|
|
34
|
+
@use "./_text-align.scss" as *;
|
|
35
|
+
@use "./_text-color.scss" as *;
|
|
36
|
+
@use "./_text-decoration.scss" as *;
|
|
37
|
+
@use "./_text-overflow.scss" as *;
|
|
38
|
+
@use "./_text-transform.scss" as *;
|
|
39
|
+
// text indent
|
|
40
|
+
@use "./_vertical-align.scss" as *;
|
|
41
|
+
@use "./_white-space.scss" as *;
|
|
21
42
|
|
|
22
43
|
|
|
23
44
|
@mixin kendo-utils--typography() {
|