@panneau/field-number 3.0.295 → 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.
- package/assets/css/styles.css +1 -1
- package/es/index.js +1 -1
- package/package.json +5 -5
package/assets/css/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.container{position:relative}.container input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;padding-right:20px}.container input::-webkit-inner-spin-button,.container input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.container .arrow{display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;height:100%;justify-content:center;pointer-events:none;width:30px}.container .dataListItems{background-color:var(--bs-white);border:1px solid rgba(var(--bs-black),.25);border-radius:4px;left:0;list-style-type:none;padding:0;position:absolute;top:100%;width:100%;z-index:2}.container .dataListItem{width:100%}.container .dataListItemButton{background-color:rgba(var(--bs-black),0);border:0;text-align:left;width:100%}.container .dataListItemButton:hover{background-color:rgba(var(--bs-black),.1)}
|
package/es/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import React, { useCallback, useState } from 'react';
|
|
|
9
9
|
import Icon from '@panneau/element-icon';
|
|
10
10
|
import TextField from '@panneau/field-text';
|
|
11
11
|
|
|
12
|
-
var styles = {"container":"
|
|
12
|
+
var styles = {"container":"container","arrow":"arrow","dataListItems":"dataListItems","dataListItem":"dataListItem","dataListItemButton":"dataListItemButton"};
|
|
13
13
|
|
|
14
14
|
var _excluded = ["value", "step", "floatStep", "float", "dataList", "autoComplete", "disabled", "className", "onChange"];
|
|
15
15
|
var propTypes = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-number",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.299",
|
|
4
4
|
"description": "A number field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.12.5",
|
|
62
62
|
"@panneau/core": "^3.0.295",
|
|
63
|
-
"@panneau/element-icon": "^3.0.
|
|
64
|
-
"@panneau/field-text": "^3.0.
|
|
65
|
-
"@panneau/themes": "^3.0.
|
|
63
|
+
"@panneau/element-icon": "^3.0.299",
|
|
64
|
+
"@panneau/field-text": "^3.0.299",
|
|
65
|
+
"@panneau/themes": "^3.0.299",
|
|
66
66
|
"classnames": "^2.5.1",
|
|
67
67
|
"lodash-es": "^4.17.21",
|
|
68
68
|
"prop-types": "^15.7.2"
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "265c38d01fe6da4ef49ff2792cf07a496424d985"
|
|
74
74
|
}
|