@cfx-dev/ui-components 4.5.19 → 4.5.20

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.
@@ -10,6 +10,8 @@ body {
10
10
  @include ui.letter-spacing('normal');
11
11
 
12
12
  // initiat tokens
13
+ @include tokens.shadow-tokens;
14
+ @include tokens.flyout-tokens;
13
15
  @include tokens.color-tokens;
14
16
  @include tokens.offset-tokens;
15
17
  @include tokens.control-tokens;
@@ -33,8 +35,6 @@ body {
33
35
  @include tokens.separator-tokens;
34
36
  @include tokens.zindex-tokens;
35
37
  @include tokens.text-tokens;
36
- @include tokens.flyout-tokens;
37
- @include tokens.shadow-tokens;
38
38
 
39
39
  // initiat fonts
40
40
  @include typography.font-HelveticaNow;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cfx-dev/ui-components",
3
3
  "private": false,
4
- "version": "4.5.19",
4
+ "version": "4.5.20",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "dist/main.js",