@touchtech/baselayer-ui 2.4.6 → 2.4.7

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 +0 -2
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -5,7 +5,6 @@
5
5
  border: 1px solid var(--theme-button-border-color, #e2e2e2);
6
6
  box-shadow: var(--theme-button-shadow, 0 0 12px 0 rgba(0, 0, 0, 0.1));
7
7
  color: var(--theme-button-foreground-color, #0e0e0f);
8
- contain: content;
9
8
  cursor: pointer;
10
9
  display: block;
11
10
  font-family: var(--theme-button-font-family, helvetica, arial, sans-serif);
@@ -111,7 +110,6 @@
111
110
  box-sizing: border-box;
112
111
  box-shadow: var(--theme-button-shadow, 0 0 12px 0 rgba(0, 0, 0, 0.1));
113
112
  color: var(--theme-button-foreground-color, #0e0e0f);
114
- contain: content;
115
113
  cursor: pointer;
116
114
  display: grid;
117
115
  column-gap: 1em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "2.4.6",
3
+ "version": "2.4.7",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {