@panneau/element-range 3.0.292 → 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-element-range-container{width:350px}
1
+ .container{width:350px}
package/es/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React, { useCallback } from 'react';
3
2
  import classNames from 'classnames';
4
3
  import PropTypes from 'prop-types';
4
+ import React, { useCallback } from 'react';
5
5
 
6
- var styles = {"container":"panneau-element-range-container"};
6
+ var styles = {"container":"container"};
7
7
 
8
8
  var propTypes = {
9
9
  title: PropTypes.string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/element-range",
3
- "version": "3.0.292",
3
+ "version": "3.0.299",
4
4
  "description": "Range element",
5
5
  "keywords": [
6
6
  "javascript"
@@ -50,16 +50,16 @@
50
50
  "build": "../../scripts/prepare-package.sh"
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",
62
+ "@panneau/core": "^3.0.295",
63
63
  "classnames": "^2.5.1",
64
64
  "prop-types": "^15.7.2",
65
65
  "react-intl": "^5.15.8||^6.0.0"
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "b834b1f268c5696c66278472aa2d1644edad6a55"
70
+ "gitHead": "265c38d01fe6da4ef49ff2792cf07a496424d985"
71
71
  }