@outbook/webcomponents-clip-flag 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/clip-flag.js +1 -1
  2. package/package.json +1 -2
package/clip-flag.js CHANGED
@@ -4,7 +4,7 @@ import { flags } from './_lib/list-flags.js';
4
4
  import styleComponent from './_style/clip-flag.style.js';
5
5
  import { RATIO_DEFAULT, SIZE_DEFAULT } from './_lib/constants.js';
6
6
 
7
- const LIST_FLAGS = { ...flags, en: flags.gb };
7
+ const LIST_FLAGS = { ...flags, en: flags.gb, vi: flags.vn };
8
8
 
9
9
  class ComponentClipFlag extends LitElement {
10
10
  static get properties() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outbook/webcomponents-clip-flag",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "main": "clip-flag.js",
5
5
  "type": "module",
6
6
  "private": false,
@@ -25,7 +25,6 @@
25
25
  "@outbook/design-decisions": ">=1.1.7"
26
26
  },
27
27
  "peerDependencies": {
28
- "sass": "^1.97.2",
29
28
  "lit": "^3.0.0"
30
29
  }
31
30
  }