@pisell/materials 6.2.27 → 6.2.28

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.
@@ -72,7 +72,7 @@ var Button = function Button(_ref) {
72
72
  }, children);
73
73
  };
74
74
  import "./index.less";
75
- var classPrefix = "pisell-swipe-action";
75
+ var classPrefix = "pisell-custom-swipe-action";
76
76
  var defaultProps = {
77
77
  rightActions: [],
78
78
  leftActions: [],
@@ -1,6 +1,4 @@
1
- .pisell-swipe-action {
2
- --background: var(--adm-color-background);
3
- background: var(--background);
1
+ .pisell-custom-swipe-action {
4
2
  cursor: grab;
5
3
  overflow: hidden;
6
4
  touch-action: pan-y;
@@ -31,8 +29,7 @@
31
29
  &-action-button {
32
30
  --border-radius: 0;
33
31
  --border-width: 0;
34
- --text-color: var(--adm-color-text-light-solid);
35
32
  padding-left: 4px;
36
33
  padding-right: 4px;
37
34
  }
38
- }
35
+ }
@@ -96,7 +96,7 @@ var Button = ({
96
96
  children
97
97
  );
98
98
  };
99
- var classPrefix = `pisell-swipe-action`;
99
+ var classPrefix = `pisell-custom-swipe-action`;
100
100
  var defaultProps = {
101
101
  rightActions: [],
102
102
  leftActions: [],
@@ -1,6 +1,4 @@
1
- .pisell-swipe-action {
2
- --background: var(--adm-color-background);
3
- background: var(--background);
1
+ .pisell-custom-swipe-action {
4
2
  cursor: grab;
5
3
  overflow: hidden;
6
4
  touch-action: pan-y;
@@ -31,8 +29,7 @@
31
29
  &-action-button {
32
30
  --border-radius: 0;
33
31
  --border-width: 0;
34
- --text-color: var(--adm-color-text-light-solid);
35
32
  padding-left: 4px;
36
33
  padding-right: 4px;
37
34
  }
38
- }
35
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "6.2.27",
3
+ "version": "6.2.28",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",