react-gldn-kit 0.1.30 → 0.1.31

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/main.css +0 -1
  2. package/package.json +3 -2
package/dist/main.css CHANGED
@@ -2198,7 +2198,6 @@
2198
2198
  width: var(--full);
2199
2199
  height: var(--full);
2200
2200
  padding: var(--indent-l);
2201
- border-radius: var(--border-l);
2202
2201
  overflow: hidden;
2203
2202
  }
2204
2203
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-gldn-kit",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "keywords": [],
@@ -49,7 +49,8 @@
49
49
  "webpack": "^5.88.2",
50
50
  "webpack-cli": "^5.1.4",
51
51
  "@types/react": "^18.2.12",
52
- "@types/react-dom": "^18.2.5"
52
+ "@types/react-dom": "^18.2.5",
53
+ "rimraf": "^6.0.1"
53
54
  },
54
55
  "peerDependencies": {
55
56
  "classnames": "*",