@semcore/flags 16.2.0-prerelease.1 → 16.2.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.
@@ -1,5 +1,5 @@
1
+ import type { BoxProps } from '@semcore/base-components';
1
2
  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
 
@@ -313,8 +313,6 @@ export declare const nameWithoutIso: {
313
313
  WALES: string;
314
314
  };
315
315
 
316
- /** @deprecated */
317
- export interface IFlagsProps extends FlagsProps, UnknownProperties {}
318
316
  export type FlagsProps = BoxProps & {
319
317
  /** URL before css file with a sprite
320
318
  * @default `//static.semrush.com/intergalactic/flags/${version package}`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/flags",
3
3
  "description": "Semrush Flags Component",
4
- "version": "16.2.0-prerelease.1",
4
+ "version": "16.2.0",
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.1.0-prerelease.1",
12
+ "@semcore/flex-box": "16.1.0",
13
13
  "classnames": "2.2.6"
14
14
  },
15
15
  "peerDependencies": {
16
- "@semcore/base-components": "^16.6.0-prerelease.1"
16
+ "@semcore/base-components": "^16.6.0"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "imagemin": "9.0.1",
26
26
  "imagemin-pngquant": "9.0.2",
27
27
  "pngjs": "7.0.0",
28
- "@semcore/core": "16.6.0-prerelease.1",
28
+ "@semcore/core": "16.6.0",
29
29
  "@semcore/testing-utils": "1.0.0"
30
30
  },
31
31
  "scripts": {