@semcore/flags 16.0.1 → 16.0.2-prerelease.3

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.
@@ -1,5 +1,5 @@
1
- import { BoxProps } from '@semcore/flex-box';
2
- import { UnknownProperties, Intergalactic } from '@semcore/core';
1
+ import type { UnknownProperties, Intergalactic } from '@semcore/core';
2
+ import type { BoxProps } from '@semcore/flex-box';
3
3
 
4
4
  export declare const iso2Name: Record<FlagsIso2, string>;
5
5
 
package/libs.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  declare module 'imagemin' {
2
- const imagemin: any
2
+ const imagemin: any;
3
3
  export default imagemin;
4
4
  }
5
5
  declare module 'pngjs' {
6
- export const PNG: any
7
- }
6
+ export const PNG: any;
7
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/flags",
3
3
  "description": "Semrush Flags Component",
4
- "version": "16.0.1",
4
+ "version": "16.0.2-prerelease.3",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
@@ -9,11 +9,11 @@
9
9
  "author": "UI-kit team <ui-kit-team@semrush.com>",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@semcore/flex-box": "16.0.1",
12
+ "@semcore/flex-box": "16.0.2-prerelease.3",
13
13
  "classnames": "2.2.6"
14
14
  },
15
15
  "peerDependencies": {
16
- "@semcore/base-components": "^16.0.0"
16
+ "@semcore/base-components": "^16.0.2-prerelease.3"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
@@ -21,12 +21,12 @@
21
21
  "directory": "semcore/flags"
22
22
  },
23
23
  "devDependencies": {
24
- "@semcore/testing-utils": "1.0.0",
25
24
  "@types/classnames": "2.2.6",
26
- "@types/react": "18.0.21",
27
- "imagemin": "8.0.1",
25
+ "imagemin": "9.0.1",
28
26
  "imagemin-pngquant": "9.0.2",
29
- "pngjs": "6.0.0"
27
+ "pngjs": "7.0.0",
28
+ "@semcore/core": "16.0.0",
29
+ "@semcore/testing-utils": "1.0.0"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "pnpm semcore-builder --source=js && tsm --require=../../.ci/tsm-filter-warnings.js ./generate.ts",