@elastic/eui-theme-borealis 3.3.0 → 3.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elastic/eui-theme-borealis",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "A visual theme for EUI",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "scripts": {
@@ -33,7 +33,7 @@
33
33
  "@babel/preset-env": "^7.21.5",
34
34
  "@babel/preset-react": "^7.18.6",
35
35
  "@babel/preset-typescript": "^7.21.5",
36
- "@elastic/eui-theme-common": "3.0.0",
36
+ "@elastic/eui-theme-common": "4.0.0",
37
37
  "@types/chroma-js": "^2.4.0",
38
38
  "@types/jest": "^29.5.12",
39
39
  "@types/prettier": "2.7.3",
@@ -4,11 +4,12 @@
4
4
  // package instead of the common one
5
5
 
6
6
  @import 'node_modules/@elastic/eui-theme-common/src/global_styling/variables/size';
7
+ @import 'node_modules/@elastic/eui-theme-common/src/global_styling/variables/responsive';
8
+ @import 'node_modules/@elastic/eui-theme-common/src/global_styling/variables/typography';
9
+
7
10
  // borders are used in the common package, to define them on theme level we require the size variables first
8
11
  @import 'borders';
9
- @import 'node_modules/@elastic/eui-theme-common/src/global_styling/variables/index';
10
12
  @import 'states';
11
-
12
13
  @import './colors/colors_severity';
13
14
  @import 'form';
14
15
  @import 'page';