@semcore/flags 16.2.0 → 16.2.1

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';
2
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
 
@@ -313,6 +313,8 @@ export declare const nameWithoutIso: {
313
313
  WALES: string;
314
314
  };
315
315
 
316
+ /** @deprecated */
317
+ export interface IFlagsProps extends FlagsProps, UnknownProperties {}
316
318
  export type FlagsProps = BoxProps & {
317
319
  /** URL before css file with a sprite
318
320
  * @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",
4
+ "version": "16.2.1",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
@@ -9,7 +9,7 @@
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",
12
+ "@semcore/flex-box": "16.1.1",
13
13
  "classnames": "2.2.6"
14
14
  },
15
15
  "peerDependencies": {
@@ -25,8 +25,8 @@
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",
29
- "@semcore/testing-utils": "1.0.0"
28
+ "@semcore/testing-utils": "1.0.0",
29
+ "@semcore/core": "16.6.0"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "pnpm semcore-builder --source=js && tsm --require=../../.ci/tsm-filter-warnings.js ./generate.ts",