@woosmap/ui 4.111.1 → 4.113.0
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/package.json +9 -9
- package/src/styles/console/input.styl +6 -3
- package/.idea/encodings.xml +0 -6
- package/.idea/inspectionProfiles/Project_Default.xml +0 -18
- package/.idea/inspectionProfiles/profiles_settings.xml +0 -6
- package/.idea/jsLinters/eslint.xml +0 -6
- package/.idea/misc.xml +0 -4
- package/.idea/modules.xml +0 -8
- package/.idea/prettier.xml +0 -6
- package/.idea/ui.iml +0 -15
- package/.idea/vcs.xml +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@woosmap/ui",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.113.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/WebGeoServices/ui.git"
|
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
"@babel/cli": "^7.20.7",
|
|
70
70
|
"@babel/core": "^7.20.7",
|
|
71
71
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
72
|
-
"@storybook/addon-actions": "^6.5.
|
|
73
|
-
"@storybook/addon-essentials": "^6.5.
|
|
74
|
-
"@storybook/addon-jest": "^6.5.
|
|
75
|
-
"@storybook/addon-links": "^6.5.
|
|
76
|
-
"@storybook/builder-webpack5": "^6.5.
|
|
77
|
-
"@storybook/manager-webpack5": "^6.5.
|
|
78
|
-
"@storybook/node-logger": "^6.5.
|
|
72
|
+
"@storybook/addon-actions": "^6.5.16",
|
|
73
|
+
"@storybook/addon-essentials": "^6.5.16",
|
|
74
|
+
"@storybook/addon-jest": "^6.5.16",
|
|
75
|
+
"@storybook/addon-links": "^6.5.16",
|
|
76
|
+
"@storybook/builder-webpack5": "^6.5.16",
|
|
77
|
+
"@storybook/manager-webpack5": "^6.5.16",
|
|
78
|
+
"@storybook/node-logger": "^6.5.16",
|
|
79
79
|
"@storybook/preset-create-react-app": "^4.1.2",
|
|
80
|
-
"@storybook/react": "^6.5.
|
|
80
|
+
"@storybook/react": "^6.5.16",
|
|
81
81
|
"@storybook/storybook-deployer": "^2.8.16",
|
|
82
82
|
"@testing-library/jest-dom": "^5.16.5",
|
|
83
83
|
"@testing-library/react": "^13.4.0",
|
|
@@ -219,21 +219,24 @@ input
|
|
|
219
219
|
br()
|
|
220
220
|
overflow hidden
|
|
221
221
|
&::-webkit-color-swatch-wrapper
|
|
222
|
-
|
|
223
222
|
padding 0
|
|
224
223
|
&::-webkit-color-swatch
|
|
225
224
|
border none
|
|
225
|
+
&::-moz-color-swatch-wrapper
|
|
226
|
+
padding 0
|
|
227
|
+
&::-moz-color-swatch
|
|
228
|
+
border none
|
|
226
229
|
&--number
|
|
227
230
|
.input__container
|
|
228
231
|
display flex
|
|
229
232
|
> :first-child
|
|
230
233
|
border-radius $borderRadius 0 0 $borderRadius !important
|
|
234
|
+
border-right 0 !important
|
|
231
235
|
> :nth-child(2)
|
|
232
236
|
border-radius 0 !important
|
|
233
|
-
border-left 0 !important
|
|
234
|
-
border-right 0 !important
|
|
235
237
|
> :nth-child(3)
|
|
236
238
|
border-radius 0 $borderRadius $borderRadius 0 !important
|
|
239
|
+
border-left 0 !important
|
|
237
240
|
input::-webkit-outer-spin-button
|
|
238
241
|
input::-webkit-inner-spin-button
|
|
239
242
|
-webkit-appearance none
|
package/.idea/encodings.xml
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<component name="InspectionProjectProfileManager">
|
|
2
|
-
<profile version="1.0">
|
|
3
|
-
<option name="myName" value="Project Default" />
|
|
4
|
-
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
5
|
-
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
6
|
-
<option name="ignoredPackages">
|
|
7
|
-
<value>
|
|
8
|
-
<list size="4">
|
|
9
|
-
<item index="0" class="java.lang.String" itemvalue="Fabric" />
|
|
10
|
-
<item index="1" class="java.lang.String" itemvalue="PyYAML" />
|
|
11
|
-
<item index="2" class="java.lang.String" itemvalue="Jinja2" />
|
|
12
|
-
<item index="3" class="java.lang.String" itemvalue="github3.py" />
|
|
13
|
-
</list>
|
|
14
|
-
</value>
|
|
15
|
-
</option>
|
|
16
|
-
</inspection_tool>
|
|
17
|
-
</profile>
|
|
18
|
-
</component>
|
package/.idea/misc.xml
DELETED
package/.idea/modules.xml
DELETED
package/.idea/prettier.xml
DELETED
package/.idea/ui.iml
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="PYTHON_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$" />
|
|
5
|
-
<orderEntry type="inheritedJdk" />
|
|
6
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
-
</component>
|
|
8
|
-
<component name="TemplatesService">
|
|
9
|
-
<option name="TEMPLATE_FOLDERS">
|
|
10
|
-
<list>
|
|
11
|
-
<option value="$MODULE_DIR$/node_modules/@storybook/core/dist/server/templates" />
|
|
12
|
-
</list>
|
|
13
|
-
</option>
|
|
14
|
-
</component>
|
|
15
|
-
</module>
|