@woosmap/ui 4.41.3 → 4.43.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.41.3",
3
+ "version": "4.43.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -26,7 +26,15 @@
26
26
  &--demo
27
27
  &
28
28
  &.active
29
- background-color rgba($demo, .1)
29
+ background-color rgba($demo, .7)
30
+ box-shadow inset 0 0 .1rem .1rem $dark60
31
+ .simplecard
32
+ &__title
33
+ color $light
34
+ textShadow()
35
+ &__subtitle
36
+ textShadow()
37
+ color $light80
30
38
  .row-inactive &
31
39
  &.disabled
32
40
  background #fff url('../../images/texture.png')
@@ -138,7 +138,7 @@ class Modal extends Component {
138
138
  const { loadingLayerMessage } = this.props;
139
139
  return (
140
140
  <div className="modal__body__loading-layer">
141
- <Icon icon="load" size={60} />
141
+ <Icon isLoad icon="load" size={60} />
142
142
  <span>{loadingLayerMessage}</span>
143
143
  </div>
144
144
  );
@@ -20,7 +20,7 @@ const Template = () => (
20
20
  </div>
21
21
  <div className="use-case__footer">
22
22
  <div className="use-case__product-item ready">
23
- <Icon icon="big-commerce" />
23
+ <Icon isFill icon="big-commerce" />
24
24
  <span className="use-case__product-item__name">{tr('BigCommerce ready')}</span>
25
25
  </div>
26
26
  <span className="title">Products :</span>
@@ -36,6 +36,7 @@ const Template = () => (
36
36
  />
37
37
  </div>
38
38
  <div className="use-case__cta">
39
+ <Button className="btn--demo" iconSize={20} icon="play" label={tr('Create a demo project')} />
39
40
  <Button label={tr('Create a project')} />
40
41
  </div>
41
42
  </UseCase>
@@ -72,10 +72,10 @@
72
72
  align-items flex-start
73
73
  flex-direction column
74
74
  &__cta
75
+ mbi()
75
76
  margin 2rem 0 0 0
76
77
  display flex
77
78
  align-items center
78
- justify-content space-between
79
79
  &__product-item
80
80
  mbi()
81
81
  display flex
@@ -92,7 +92,6 @@
92
92
  color $dark30
93
93
  font-size $fontSizeSmall - .1
94
94
  .ready
95
- box()
96
95
  background-color $light
97
96
  padding .4rem 1rem
98
97
  margin 0 0 4rem 0
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Encoding">
4
- <file url="PROJECT" charset="UTF-8" />
5
- </component>
6
- </project>
@@ -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>
@@ -1,6 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <settings>
3
- <option name="USE_PROJECT_PROFILE" value="false" />
4
- <version value="1.0" />
5
- </settings>
6
- </component>
package/.idea/misc.xml DELETED
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9" project-jdk-type="Python SDK" />
4
- </project>
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/ui.iml" filepath="$PROJECT_DIR$/.idea/ui.iml" />
6
- </modules>
7
- </component>
8
- </project>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="PrettierConfiguration">
4
- <option name="myRunOnReformat" value="true" />
5
- </component>
6
- </project>
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>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
- </component>
6
- </project>