@woosmap/ui 4.248.0 → 4.250.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.248.0",
3
+ "version": "4.250.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -452,7 +452,16 @@ Dropdown.propTypes = {
452
452
  testId: PropTypes.string,
453
453
  children: PropTypes.node.isRequired,
454
454
  className: PropTypes.string,
455
- btnFace: PropTypes.oneOf(['link-flex', 'primary', 'secondary', 'important', 'transparent', 'link', 'sidebar-link']),
455
+ btnFace: PropTypes.oneOf([
456
+ 'link-flex',
457
+ 'primary',
458
+ 'secondary',
459
+ 'important',
460
+ 'transparent',
461
+ 'link',
462
+ 'sidebar-link',
463
+ 'language-selector',
464
+ ]),
456
465
  btnFaceIcon: PropTypes.string,
457
466
  btnTooltipText: PropTypes.string,
458
467
  btnTooltipDirection: PropTypes.oneOf(['n', 'ne', 'e', 'se', 's', 'sw', 'w', 'nw']),