@touchtech/baselayer-ui 1.5.3 → 1.5.5

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 (2) hide show
  1. package/dist/styles.css +4 -3
  2. package/package.json +7 -7
package/dist/styles.css CHANGED
@@ -418,8 +418,8 @@
418
418
 
419
419
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
420
420
  ._1yxCbQJqStUvytvKEeNC3n {
421
- -webkit-backdrop-filter: blur(10px);
422
- backdrop-filter: blur(10px);
421
+ -webkit-backdrop-filter: blur(12px);
422
+ backdrop-filter: blur(12px);
423
423
  }
424
424
  }
425
425
 
@@ -458,7 +458,8 @@
458
458
  }
459
459
 
460
460
  ._1WuvHD-GdXLrtqwa04W1qy {
461
- font-size: var(--theme-confirmation-modal-header-font-size, 2.5rem);
461
+ font-size: var(--theme-confirmation-modal-header-font-size, 2rem);
462
+ text-transform: uppercase;
462
463
  margin: 0;
463
464
  }
464
465
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {
@@ -34,19 +34,19 @@
34
34
  "@storybook/addon-centered": "^5.3.19",
35
35
  "@storybook/addon-storysource": "^5.3.19",
36
36
  "@storybook/react": "^5.3.19",
37
- "@testing-library/jest-dom": "^5.11.1",
37
+ "@testing-library/jest-dom": "^5.11.2",
38
38
  "@testing-library/react": "^10.4.7",
39
39
  "@testing-library/react-hooks": "^3.4.1",
40
- "babel-jest": "^26.1.0",
40
+ "babel-jest": "^26.2.1",
41
41
  "babel-loader": "^8.1.0",
42
42
  "css-loader": "^3.6.0",
43
43
  "eslint": "^7.5.0",
44
44
  "eslint-config-prettier": "^6.11.0",
45
45
  "eslint-plugin-prettier": "^3.1.4",
46
- "eslint-plugin-react": "^7.20.4",
46
+ "eslint-plugin-react": "^7.20.5",
47
47
  "eslint-plugin-react-hooks": "^4.0.8",
48
48
  "identity-obj-proxy": "^3.0.0",
49
- "jest": "^26.1.0",
49
+ "jest": "^26.2.1",
50
50
  "mini-css-extract-plugin": "^0.9.0",
51
51
  "npm-run-all": "^4.1.5",
52
52
  "prettier": "^2.0.5",
@@ -58,13 +58,13 @@
58
58
  "stylelint-config-prettier": "^8.0.2",
59
59
  "stylelint-config-standard": "^20.0.0",
60
60
  "stylelint-prettier": "^1.1.2",
61
- "webpack": "^4.44.0",
61
+ "webpack": "^4.44.1",
62
62
  "webpack-cli": "^3.3.12"
63
63
  },
64
64
  "dependencies": {
65
65
  "classnames": "^2.2.6",
66
66
  "prop-types": "^15.7.2",
67
- "react-hotkeys-hook": "^2.2.1"
67
+ "react-hotkeys-hook": "^2.2.2"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "react": "^16.13.1",