@woosmap/ui 4.194.0 → 4.196.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.194.0",
3
+ "version": "4.196.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -37,6 +37,8 @@ import { ReactComponent as Elephant } from '../../icons/elephant.svg';
37
37
  import { ReactComponent as EmailContact } from '../../icons/email-contact.svg';
38
38
  import { ReactComponent as Equalizer } from '../../icons/equalizer.svg';
39
39
  import { ReactComponent as Escalator } from '../../icons/escalator.svg';
40
+ import { ReactComponent as FileDownload } from '../../icons/file-download.svg';
41
+ import { ReactComponent as FileSum } from '../../icons/file-sum.svg';
40
42
  import { ReactComponent as Funnel } from '../../icons/funnel.svg';
41
43
  import { ReactComponent as GasPump } from '../../icons/gas-pump.svg';
42
44
  import { ReactComponent as Gdpr } from '../../icons/gdpr.svg';
@@ -183,6 +185,7 @@ import { ReactComponent as MenuVertical } from '../../icons/menu-vertical.svg';
183
185
  import { ReactComponent as Minus } from '../../icons/minus.svg';
184
186
  import { ReactComponent as Phone } from '../../icons/phone.svg';
185
187
  import { ReactComponent as Play } from '../../icons/play.svg';
188
+ import { ReactComponent as PricingSimulation } from '../../icons/pricing-simulation.svg';
186
189
  import { ReactComponent as ProductActivated } from '../../icons/product-activated.svg';
187
190
  import { ReactComponent as ProductAdd } from '../../icons/product-add.svg';
188
191
  import { ReactComponent as Products } from '../../icons/products.svg';
@@ -641,6 +644,8 @@ const ConsoleIcons = {
641
644
  'eye-crossed-out': EyeCrossedOut,
642
645
  eye: Eye,
643
646
  flag: Flag,
647
+ 'file-download': FileDownload,
648
+ 'file-sum': FileSum,
644
649
  forbidden: Forbidden,
645
650
  globe: Globe,
646
651
  handle: Handle,
@@ -659,6 +664,7 @@ const ConsoleIcons = {
659
664
  minus: Minus,
660
665
  phone: Phone,
661
666
  play: Play,
667
+ 'pricing-simulation': PricingSimulation,
662
668
  'product-activated': ProductActivated,
663
669
  'product-add': ProductAdd,
664
670
  products: Products,
@@ -116,7 +116,7 @@ export default class Input extends Component {
116
116
  default:
117
117
  iconSize = 22;
118
118
  }
119
- const btnSize = `btn--${size}`;
119
+ const btnSize = size ? `btn--${size}` : '';
120
120
  return (
121
121
  <div className="input__container">
122
122
  {icon ? <Icon icon={icon} isFill={isInputIconFill} size={iconSize} /> : null}
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><line x1="11.968" y1="16.466" x2="11.968" y2="5.691"/><polyline points="15.606 14.1 12.004 17.702 8.394 14.091"/><path d="M16.98,21.386H7.02c-1.329,0-2.406-1.077-2.406-2.406V5.02c0-1.329,1.077-2.406,2.406-2.406h8.96l3.406,3.406v12.96c0,1.329-1.077,2.406-2.406,2.406Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.98,21.386H7.02c-1.329,0-2.406-1.077-2.406-2.406V5.02c0-1.329,1.077-2.406,2.406-2.406h8.96l3.406,3.406v12.96c0,1.329-1.077,2.406-2.406,2.406Z"/><polyline points="15.641 7.534 8.359 7.534 12.826 12.001 8.361 16.466 15.641 16.466"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><line x1="13.259" y1="16.837" x2="21.386" y2="16.837"/><line x1="2.614" y1="16.837" x2="4.175" y2="16.837"/><line x1="19.875" y1="7.151" x2="21.386" y2="7.151"/><line x1="2.614" y1="7.151" x2="10.791" y2="7.151"/><circle cx="15.333" cy="7.154" r="4.542"/><path d="M16.767,5.411c-.54-.377-1.414-.377-1.954,0h0c-.54.377-.54.989,0,1.366l1.047.732"/><path d="M13.898,8.883c.54.377,1.414.377,1.954,0h0c.54-.377.54-.989,0-1.366l-1.047-.732"/><line x1="15.511" y1="5.142" x2="15.732" y2="4.398"/><line x1="14.687" y1="9.91" x2="14.907" y2="9.166"/><circle cx="8.717" cy="16.837" r="4.542"/><path d="M10.152,15.095c-.54-.377-1.414-.377-1.954,0h0c-.54.377-.54.989,0,1.366l1.047.732"/><path d="M7.283,18.567c.54.377,1.414.377,1.954,0h0c.54-.377.54-.989,0-1.366l-1.047-.732"/><line x1="8.896" y1="14.825" x2="9.116" y2="14.082"/><line x1="8.071" y1="19.593" x2="8.291" y2="18.85"/></svg>