@panneau/field-toggle 3.0.299 → 3.0.307
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.
- package/assets/css/styles.css +1 -1
- package/es/index.js +1 -1
- package/package.json +4 -4
package/assets/css/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.container{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
|
1
|
+
.panneau-field-toggle-container{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
package/es/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import Switch from 'rc-switch';
|
|
|
5
5
|
import React, { useMemo, useCallback } from 'react';
|
|
6
6
|
import 'rc-switch/assets/index.css';
|
|
7
7
|
|
|
8
|
-
var styles = {"container":"container"};
|
|
8
|
+
var styles = {"container":"panneau-field-toggle-container"};
|
|
9
9
|
|
|
10
10
|
var propTypes = {
|
|
11
11
|
value: PropTypes.bool,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-toggle",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.307",
|
|
4
4
|
"description": "A toggle field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.12.5",
|
|
62
|
-
"@panneau/core": "^3.0.
|
|
63
|
-
"@panneau/themes": "^3.0.
|
|
62
|
+
"@panneau/core": "^3.0.307",
|
|
63
|
+
"@panneau/themes": "^3.0.307",
|
|
64
64
|
"classnames": "^2.5.1",
|
|
65
65
|
"prop-types": "^15.7.2",
|
|
66
66
|
"rc-switch": "^4.1.0"
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "cbe5e8b1705d01c5653a4df617a06243344310d3"
|
|
72
72
|
}
|