@panneau/field-toggles 3.0.299 → 3.0.300

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
- .container label{cursor:pointer}
1
+ .panneau-field-toggles-container label{cursor:pointer}
package/es/index.js CHANGED
@@ -6,7 +6,7 @@ import React, { useCallback } from 'react';
6
6
  import { PropTypes as PropTypes$1 } from '@panneau/core';
7
7
  import ToggleField from '@panneau/field-toggle';
8
8
 
9
- var styles = {"container":"container"};
9
+ var styles = {"container":"panneau-field-toggles-container"};
10
10
 
11
11
  var propTypes = {
12
12
  name: PropTypes.string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-toggles",
3
- "version": "3.0.299",
3
+ "version": "3.0.300",
4
4
  "description": "A group of toggle fields",
5
5
  "keywords": [
6
6
  "javascript"
@@ -59,14 +59,14 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@babel/runtime": "^7.12.5",
62
- "@panneau/core": "^3.0.295",
63
- "@panneau/field-toggle": "^3.0.299",
64
- "@panneau/themes": "^3.0.299",
62
+ "@panneau/core": "^3.0.300",
63
+ "@panneau/field-toggle": "^3.0.300",
64
+ "@panneau/themes": "^3.0.300",
65
65
  "classnames": "^2.5.1",
66
66
  "prop-types": "^15.7.2"
67
67
  },
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "265c38d01fe6da4ef49ff2792cf07a496424d985"
71
+ "gitHead": "129cddc67f11d3d51bc309af4c161ed027ad425f"
72
72
  }