@panneau/field-toggle 3.0.293 → 3.0.299

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.
@@ -1 +1 @@
1
- .panneau-field-toggle-container{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
1
+ .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":"panneau-field-toggle-container"};
8
+ var styles = {"container":"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.293",
3
+ "version": "3.0.299",
4
4
  "description": "A toggle field",
5
5
  "keywords": [
6
6
  "javascript"
@@ -50,17 +50,17 @@
50
50
  "build": "../../scripts/prepare-package.sh --scss"
51
51
  },
52
52
  "devDependencies": {
53
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
54
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
53
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
54
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
55
55
  },
56
56
  "peerDependencies": {
57
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
58
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
57
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
58
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
59
59
  },
60
60
  "dependencies": {
61
61
  "@babel/runtime": "^7.12.5",
62
- "@panneau/core": "^3.0.292",
63
- "@panneau/themes": "^3.0.293",
62
+ "@panneau/core": "^3.0.295",
63
+ "@panneau/themes": "^3.0.299",
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": "4aa471be4c4ae77f72137e14dfb891a803964f61"
71
+ "gitHead": "265c38d01fe6da4ef49ff2792cf07a496424d985"
72
72
  }