@public-ui/themes 2.2.6-rc.2 → 2.2.7-rc.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.
@@ -1,4 +1,4 @@
1
- @import '../iconfont/mixins';
1
+ @use '../iconfont/mixins' as *;
2
2
 
3
3
  @function material-icons-content($codepoint) {
4
4
  @return unquote('"\\#{$codepoint}"');
@@ -10,4 +10,4 @@
10
10
  &::#{$pseudo} {
11
11
  content: material-icons-content($codepoint);
12
12
  }
13
- }
13
+ }
@@ -1,6 +1,6 @@
1
- @import '../iconfont/variables';
2
- @import 'codepoints';
1
+ @use '../iconfont/variables' as *;
2
+ @use 'codepoints' as *;
3
3
 
4
4
  $material-icons-css-prefix: 'mi' !default;
5
5
  $material-icons-css-search: '_' !default;
6
- $material-icons-css-replace: '-' !default;
6
+ $material-icons-css-replace: '-' !default;
@@ -1,22 +1,18 @@
1
- @import 'variables';
2
- @import 'mixins';
1
+ @use 'variables' as *;
2
+ @use 'mixins' as *;
3
3
 
4
- @each $font-family
5
- in (
6
- 'Material Icons',
7
- 'Material Icons Outlined',
8
- 'Material Icons Round',
9
- 'Material Icons Sharp',
10
- 'Material Icons Two Tone'
11
- )
12
- {
4
+ @each $font-family in ('Material Icons',
5
+ 'Material Icons Outlined',
6
+ 'Material Icons Round',
7
+ 'Material Icons Sharp',
8
+ 'Material Icons Two Tone'
9
+
10
+ ) {
13
11
  $full-class-name: to-lower-case($font-family);
14
12
  $full-class-name: material-icons-str-replace($full-class-name, ' ', '-');
15
- $class-name: material-icons-str-replace(
16
- $full-class-name,
17
- 'material-icons',
18
- $material-icons-css-prefix
19
- );
13
+ $class-name: material-icons-str-replace($full-class-name,
14
+ 'material-icons',
15
+ $material-icons-css-prefix );
20
16
 
21
17
  /**
22
18
  * @deprecated As of 1.0, use .#{$full-class-name} instead of .#{$class-name}
@@ -27,13 +23,11 @@
27
23
  }
28
24
 
29
25
  @each $name, $codepoint in $material-icons-codepoints {
30
- $class-name: material-icons-str-replace(
31
- $name,
32
- $material-icons-css-search,
33
- $material-icons-css-replace
34
- );
26
+ $class-name: material-icons-str-replace($name,
27
+ $material-icons-css-search,
28
+ $material-icons-css-replace );
35
29
 
36
30
  .#{$material-icons-css-prefix}-#{$class-name} {
37
31
  @include material-icon($name);
38
32
  }
39
- }
33
+ }
@@ -1,4 +1,4 @@
1
- @import 'variables';
2
- @import 'mixins';
1
+ @use 'variables' as *;
2
+ @use 'mixins' as *;
3
3
 
4
- @include material-icons-font('Material Icons');
4
+ @include material-icons-font('Material Icons');
@@ -1,5 +1,5 @@
1
- @import 'filled';
2
- @import 'outlined';
3
- @import 'round';
4
- @import 'sharp';
5
- @import 'two-tone';
1
+ @use 'filled' as *;
2
+ @use 'outlined' as *;
3
+ @use 'round' as *;
4
+ @use 'sharp' as *;
5
+ @use 'two-tone' as *;
@@ -1,4 +1,4 @@
1
- @import 'variables';
2
- @import 'mixins';
1
+ @use 'variables' as *;
2
+ @use 'mixins' as *;
3
3
 
4
- @include material-icons-font('Material Icons Outlined');
4
+ @include material-icons-font('Material Icons Outlined');
@@ -1,4 +1,4 @@
1
- @import 'variables';
2
- @import 'mixins';
1
+ @use 'variables' as *;
2
+ @use 'mixins' as *;
3
3
 
4
- @include material-icons-font('Material Icons Round');
4
+ @include material-icons-font('Material Icons Round');
@@ -1,4 +1,4 @@
1
- @import 'variables';
2
- @import 'mixins';
1
+ @use 'variables' as *;
2
+ @use 'mixins' as *;
3
3
 
4
- @include material-icons-font('Material Icons Sharp');
4
+ @include material-icons-font('Material Icons Sharp');
@@ -1,4 +1,4 @@
1
- @import 'variables';
2
- @import 'mixins';
1
+ @use 'variables' as *;
2
+ @use 'mixins' as *;
3
3
 
4
- @include material-icons-font('Material Icons Two Tone');
4
+ @include material-icons-font('Material Icons Two Tone');
@@ -1,3 +1,3 @@
1
- @import 'outlined';
2
- @import 'rounded';
3
- @import 'sharp';
1
+ @use 'outlined' as *;
2
+ @use 'rounded' as *;
3
+ @use 'sharp' as *;
@@ -1,3 +1,3 @@
1
- @import 'core';
1
+ @use 'core' as *;
2
2
 
3
- @include material-symbols-font('Material Symbols Outlined');
3
+ @include material-symbols-font('Material Symbols Outlined');
@@ -1,3 +1,3 @@
1
- @import 'core';
1
+ @use 'core' as *;
2
2
 
3
- @include material-symbols-font('Material Symbols Rounded');
3
+ @include material-symbols-font('Material Symbols Rounded');
@@ -1,3 +1,3 @@
1
- @import 'core';
1
+ @use 'core' as *;
2
2
 
3
- @include material-symbols-font('Material Symbols Sharp');
3
+ @include material-symbols-font('Material Symbols Sharp');
@@ -43,13 +43,14 @@ export declare const BWSt: (patch: (name: string, map: {
43
43
  "KOL-LINK-GROUP"?: string | undefined;
44
44
  "KOL-LOGO"?: string | undefined;
45
45
  "KOL-MODAL"?: string | undefined;
46
+ "KOL-POPOVER-BUTTON"?: string | undefined;
46
47
  "KOL-SEPARATOR"?: string | undefined;
48
+ "KOL-SINGLE-SELECT"?: string | undefined;
47
49
  "KOL-SKIP-NAV"?: string | undefined;
48
50
  "KOL-SPIN"?: string | undefined;
49
- "KOL-SINGLE-SELECT"?: string | undefined;
50
51
  "KOL-SPLIT-BUTTON"?: string | undefined;
51
- "KOL-TABLE-STATELESS"?: string | undefined;
52
52
  "KOL-TABLE-STATEFUL"?: string | undefined;
53
+ "KOL-TABLE-STATELESS"?: string | undefined;
53
54
  "KOL-TABS"?: string | undefined;
54
55
  "KOL-TOAST-CONTAINER"?: string | undefined;
55
56
  "KOL-TOOLBAR"?: string | undefined;
@@ -43,13 +43,14 @@ export declare const DEFAULT: (patch: (name: string, map: {
43
43
  "KOL-LINK-GROUP"?: string | undefined;
44
44
  "KOL-LOGO"?: string | undefined;
45
45
  "KOL-MODAL"?: string | undefined;
46
+ "KOL-POPOVER-BUTTON"?: string | undefined;
46
47
  "KOL-SEPARATOR"?: string | undefined;
48
+ "KOL-SINGLE-SELECT"?: string | undefined;
47
49
  "KOL-SKIP-NAV"?: string | undefined;
48
50
  "KOL-SPIN"?: string | undefined;
49
- "KOL-SINGLE-SELECT"?: string | undefined;
50
51
  "KOL-SPLIT-BUTTON"?: string | undefined;
51
- "KOL-TABLE-STATELESS"?: string | undefined;
52
52
  "KOL-TABLE-STATEFUL"?: string | undefined;
53
+ "KOL-TABLE-STATELESS"?: string | undefined;
53
54
  "KOL-TABS"?: string | undefined;
54
55
  "KOL-TOAST-CONTAINER"?: string | undefined;
55
56
  "KOL-TOOLBAR"?: string | undefined;
@@ -43,13 +43,14 @@ export declare const ECL_EC: (patch: (name: string, map: {
43
43
  "KOL-LINK-GROUP"?: string | undefined;
44
44
  "KOL-LOGO"?: string | undefined;
45
45
  "KOL-MODAL"?: string | undefined;
46
+ "KOL-POPOVER-BUTTON"?: string | undefined;
46
47
  "KOL-SEPARATOR"?: string | undefined;
48
+ "KOL-SINGLE-SELECT"?: string | undefined;
47
49
  "KOL-SKIP-NAV"?: string | undefined;
48
50
  "KOL-SPIN"?: string | undefined;
49
- "KOL-SINGLE-SELECT"?: string | undefined;
50
51
  "KOL-SPLIT-BUTTON"?: string | undefined;
51
- "KOL-TABLE-STATELESS"?: string | undefined;
52
52
  "KOL-TABLE-STATEFUL"?: string | undefined;
53
+ "KOL-TABLE-STATELESS"?: string | undefined;
53
54
  "KOL-TABS"?: string | undefined;
54
55
  "KOL-TOAST-CONTAINER"?: string | undefined;
55
56
  "KOL-TOOLBAR"?: string | undefined;
@@ -43,13 +43,14 @@ export declare const ECL_EU: (patch: (name: string, map: {
43
43
  "KOL-LINK-GROUP"?: string | undefined;
44
44
  "KOL-LOGO"?: string | undefined;
45
45
  "KOL-MODAL"?: string | undefined;
46
+ "KOL-POPOVER-BUTTON"?: string | undefined;
46
47
  "KOL-SEPARATOR"?: string | undefined;
48
+ "KOL-SINGLE-SELECT"?: string | undefined;
47
49
  "KOL-SKIP-NAV"?: string | undefined;
48
50
  "KOL-SPIN"?: string | undefined;
49
- "KOL-SINGLE-SELECT"?: string | undefined;
50
51
  "KOL-SPLIT-BUTTON"?: string | undefined;
51
- "KOL-TABLE-STATELESS"?: string | undefined;
52
52
  "KOL-TABLE-STATEFUL"?: string | undefined;
53
+ "KOL-TABLE-STATELESS"?: string | undefined;
53
54
  "KOL-TABS"?: string | undefined;
54
55
  "KOL-TOAST-CONTAINER"?: string | undefined;
55
56
  "KOL-TOOLBAR"?: string | undefined;