s-material-react 1.7.9 → 1.8.0

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.
@@ -175,7 +175,7 @@
175
175
  border-top: 1px solid #eeeeee;
176
176
  overflow: hidden;
177
177
  position: sticky;
178
- bottom: 0;
178
+ bottom: 100px;
179
179
 
180
180
  .choose {
181
181
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s-material-react",
3
- "version": "1.7.9",
3
+ "version": "1.8.0",
4
4
  "description": "'组件库'",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": [
@@ -27,13 +27,13 @@
27
27
  "author": "",
28
28
  "license": "ISC",
29
29
  "dependencies": {
30
- "@brushes/simulate-component": "^0.3.3",
30
+ "@brushes/simulate-component": "^0.3.5",
31
31
  "classnames": "^2.3.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@brushes/mobile-form": "*",
34
+ "@brushes/mobile-form": "^0.0.7",
35
35
  "@brushes/request": "^2.0.3",
36
- "@brushes/shared-utils": "^0.0.7",
36
+ "@brushes/shared-utils": "*",
37
37
  "@brushes/utils": "^1.0.0",
38
38
  "@rollup/plugin-terser": "^0.4.0",
39
39
  "@types/node": ">=18.15.7",