@hh.ru/magritte-ui-icon 14.2.7 → 14.2.9
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/IconDynamic-D7EOwIzl.js +20 -0
- package/{IconDynamic-DdAJC3I0.js.map → IconDynamic-D7EOwIzl.js.map} +1 -1
- package/IconDynamic.js +1 -1
- package/LoaderGlyph.js +1 -1
- package/Skeleton.js +1 -1
- package/country.js +3 -1
- package/country.js.map +1 -1
- package/defaultProps.d.ts +8 -0
- package/defaultProps.js +14 -0
- package/defaultProps.js.map +1 -0
- package/hoc.d.ts +2 -1
- package/hoc.js +6 -2
- package/hoc.js.map +1 -1
- package/icon.js +3 -1
- package/icon.js.map +1 -1
- package/index.css +294 -294
- package/index.d.ts +1 -0
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/package.json +5 -4
- package/private.js +3 -1
- package/private.js.map +1 -1
- package/product.js +3 -1
- package/product.js.map +1 -1
- package/service.js +3 -1
- package/service.js.map +1 -1
- package/types.d.ts +6 -0
- package/types.js.map +1 -1
- package/variants/country/index.js +3 -1
- package/variants/country/index.js.map +1 -1
- package/variants/icon/index.js +3 -1
- package/variants/icon/index.js.map +1 -1
- package/variants/private/index.js +3 -1
- package/variants/private/index.js.map +1 -1
- package/variants/product/index.js +3 -1
- package/variants/product/index.js.map +1 -1
- package/variants/service/index.js +3 -1
- package/variants/service/index.js.map +1 -1
- package/IconDynamic-DdAJC3I0.js +0 -20
package/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { default as IconDynamic } from '@hh.ru/magritte-ui-icon/IconDynamic';
|
|
2
2
|
export { type IconWrapperComponent, type IconWrapperComponentSize16, type IconWrapperComponentSize24, type IconWrapperComponentSize32, type IconProps, type IconDynamicProps, type IconColor, type IconHoveredColor, type IconPressedColor, type IconDisabledColor, isIconElement, } from '@hh.ru/magritte-ui-icon/types';
|
|
3
3
|
export * from '@hh.ru/magritte-ui-icon/Skeleton';
|
|
4
|
+
export { IconDefaultPropsContext } from '@hh.ru/magritte-ui-icon/defaultProps';
|
package/index.js
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export { I as IconDynamic } from './IconDynamic-
|
|
2
|
+
export { I as IconDynamic } from './IconDynamic-D7EOwIzl.js';
|
|
3
3
|
export { isIconElement } from './types.js';
|
|
4
4
|
export { SkeletonSize16, SkeletonSize24, SkeletonSize32 } from './Skeleton.js';
|
|
5
|
+
export { IconDefaultPropsContext } from './defaultProps.js';
|
|
5
6
|
import 'react/jsx-runtime';
|
|
6
7
|
import 'classnames';
|
|
7
8
|
import '@hh.ru/magritte-common-use-disabled';
|
|
8
9
|
import 'react';
|
|
9
10
|
import '@hh.ru/magritte-ui-skeleton';
|
|
11
|
+
import '@hh.ru/magritte-internal-default-props-context';
|
|
10
12
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-icon",
|
|
3
|
-
"version": "14.2.
|
|
3
|
+
"version": "14.2.9",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -29,11 +29,12 @@
|
|
|
29
29
|
"@hh.ru/magritte-common-use-disabled": "1.0.15",
|
|
30
30
|
"@hh.ru/magritte-common-use-multiple-refs": "1.1.11",
|
|
31
31
|
"@hh.ru/magritte-design-tokens": "24.7.0",
|
|
32
|
-
"@hh.ru/magritte-
|
|
32
|
+
"@hh.ru/magritte-internal-default-props-context": "1.0.2",
|
|
33
|
+
"@hh.ru/magritte-types": "5.0.7",
|
|
33
34
|
"@hh.ru/magritte-ui-badge": "4.0.10",
|
|
34
35
|
"@hh.ru/magritte-ui-breakpoint": "6.1.1",
|
|
35
36
|
"@hh.ru/magritte-ui-mock-component": "1.1.7",
|
|
36
|
-
"@hh.ru/magritte-ui-skeleton": "3.0.
|
|
37
|
+
"@hh.ru/magritte-ui-skeleton": "3.0.23"
|
|
37
38
|
},
|
|
38
39
|
"peerDependencies": {
|
|
39
40
|
"classnames": ">=2.3.2",
|
|
@@ -42,5 +43,5 @@
|
|
|
42
43
|
"publishConfig": {
|
|
43
44
|
"access": "public"
|
|
44
45
|
},
|
|
45
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "3c26365f57a95f757052bd79a78a7ba2c0b34e49"
|
|
46
47
|
}
|
package/private.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
export { CheckboxCheckSize16, CheckboxCheckSize24, CheckboxLineSize16, CheckboxLineSize24, Diagram100Size16, Diagram100Size24, Diagram60Size16, Diagram60Size24, Diagram75Size16, Diagram75Size24, Diagram80Size16, Diagram80Size24, GripSize16, GripSize24, MetroLineSize16, MetroLineSize24, MetroStationSize16, MetroStationSize24, RadioCircleSize16, RadioCircleSize24, SkillPieAdvancedSize16, SkillPieAdvancedSize24, SkillPieBaseSize16, SkillPieBaseSize24, SkillPieMiddleSize16, SkillPieMiddleSize24 } from './variants/private/index.js';
|
|
3
|
-
export { I as IconDynamic } from './IconDynamic-
|
|
3
|
+
export { I as IconDynamic } from './IconDynamic-D7EOwIzl.js';
|
|
4
4
|
import './hoc.js';
|
|
5
5
|
import 'react/jsx-runtime';
|
|
6
6
|
import 'react';
|
|
@@ -18,6 +18,8 @@ import './variants/icon/LoaderOutlinedSize64.js';
|
|
|
18
18
|
import './variants/icon/LoaderOutlinedSize96.js';
|
|
19
19
|
import './Skeleton.js';
|
|
20
20
|
import '@hh.ru/magritte-ui-skeleton';
|
|
21
|
+
import './defaultProps.js';
|
|
22
|
+
import '@hh.ru/magritte-internal-default-props-context';
|
|
21
23
|
import './variants/private/CheckboxCheckSize16.js';
|
|
22
24
|
import './variants/private/CheckboxCheckSize24.js';
|
|
23
25
|
import './variants/private/CheckboxLineSize16.js';
|
package/private.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"private.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"private.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/product.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
export { CheckmarkOutlinedCircledSize16, CheckmarkOutlinedCircledSize24, CheckmarkOutlinedSize16, CheckmarkOutlinedSize24, ChevronArrowDiagonalUpRightFilledSize16, ChevronArrowDiagonalUpRightFilledSize24, ChevronArrowDownRightFilledSize16, ChevronArrowDownRightFilledSize24, ChevronArrowRightFilledSize16, ChevronArrowRightFilledSize24, ChevronGroup1FilledSize16, ChevronGroup1FilledSize24, ChevronGroup25FilledSize16, ChevronGroup25FilledSize24, ChevronGroup2FilledSize16, ChevronGroup2FilledSize24, ChevronGroup3FilledSize16, ChevronGroup3FilledSize24, CompanysLifeFilledSize16, CompanysLifeFilledSize24, CompanysLifeOutlinedCircledSize16, CompanysLifeOutlinedCircledSize24, CompanysLifeOutlinedSize16, CompanysLifeOutlinedSize24, DreamjobCircledSize16, DreamjobCircledSize24, DreamjobSize16, DreamjobSize24, EmployersRatingFilledSize16, EmployersRatingFilledSize24, EmployersRatingOutlinedCircledSize16, EmployersRatingOutlinedCircledSize24, EmployersRatingOutlinedSize16, EmployersRatingOutlinedSize24, HrBrandOutlinedCircledSize16, HrBrandOutlinedCircledSize24, HrBrandOutlinedSize16, HrBrandOutlinedSize24, ItAccreditationCircledSize16, ItAccreditationCircledSize24, ItAccreditationFilledSize16, ItAccreditationFilledSize24, ItAccreditationSize16, ItAccreditationSize24, LabelEyeFilledSize16, LabelEyeFilledSize24, LabelFlameFilledSize16, LabelFlameFilledSize24, LabelThumbFilledSize16, LabelThumbFilledSize24, LabelUserFilledSize16, LabelUserFilledSize24, OvalSplitFilledSize16, OvalSplitFilledSize24, QuestionFilledSize16, QuestionFilledSize24 } from './variants/product/index.js';
|
|
3
|
-
export { I as IconDynamic } from './IconDynamic-
|
|
3
|
+
export { I as IconDynamic } from './IconDynamic-D7EOwIzl.js';
|
|
4
4
|
import './hoc.js';
|
|
5
5
|
import 'react/jsx-runtime';
|
|
6
6
|
import 'react';
|
|
@@ -18,6 +18,8 @@ import './variants/icon/LoaderOutlinedSize64.js';
|
|
|
18
18
|
import './variants/icon/LoaderOutlinedSize96.js';
|
|
19
19
|
import './Skeleton.js';
|
|
20
20
|
import '@hh.ru/magritte-ui-skeleton';
|
|
21
|
+
import './defaultProps.js';
|
|
22
|
+
import '@hh.ru/magritte-internal-default-props-context';
|
|
21
23
|
import './variants/product/CheckmarkOutlinedCircledSize16.js';
|
|
22
24
|
import './variants/product/CheckmarkOutlinedCircledSize24.js';
|
|
23
25
|
import './variants/product/CheckmarkOutlinedSize16.js';
|
package/product.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"product.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/service.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
export { AndroidBrandSize16, AndroidBrandSize24, AndroidGrayscaleSize16, AndroidGrayscaleSize24, AndroidSolidSize16, AndroidSolidSize24, AppleBrandAltSize16, AppleBrandAltSize24, AppleBrandSize16, AppleBrandSize24, AppleGrayscaleSize16, AppleGrayscaleSize24, AppleSolidSize16, AppleSolidSize24, ClickmeBrandSize16, ClickmeBrandSize24, ClickmeGrayscaleSize16, ClickmeGrayscaleSize24, ClickmeSolidSize16, ClickmeSolidSize24, DnrBrandSize16, DnrBrandSize24, DnrGrayscaleSize16, DnrGrayscaleSize24, DnrSolidSize16, DnrSolidSize24, DreamjobBrandSize16, DreamjobBrandSize24, DreamjobGrayscaleSize16, DreamjobGrayscaleSize24, DreamjobSolidSize16, DreamjobSolidSize24, DzenBrandSize16, DzenBrandSize24, DzenGrayscaleSize16, DzenGrayscaleSize24, DzenSolidSize16, DzenSolidSize24, EsiaBrandAltSize16, EsiaBrandAltSize24, EsiaBrandSize16, EsiaBrandSize24, EsiaGrayscaleSize16, EsiaGrayscaleSize24, EsiaSolidSize16, EsiaSolidSize24, FacebookBrandSize16, FacebookBrandSize24, FacebookGrayscaleSize16, FacebookGrayscaleSize24, FacebookSolidSize16, FacebookSolidSize24, FlBrandSize16, FlBrandSize24, FlGrayscaleSize16, FlGrayscaleSize24, FlSolidSize16, FlSolidSize24, GithubBrandSize16, GithubBrandSize24, GithubGrayscaleSize16, GithubGrayscaleSize24, GithubSolidSize16, GithubSolidSize24, GoogleBrandSize16, GoogleBrandSize24, GoogleGrayscaleSize16, GoogleGrayscaleSize24, GoogleSolidSize16, GoogleSolidSize24, HhBrandSize16, HhBrandSize24, HhBusinessAppBrandSize16, HhBusinessAppBrandSize24, HhBusinessAppBrandSize48, HhBusinessAppGrayscaleSize16, HhBusinessAppGrayscaleSize24, HhBusinessAppGrayscaleSize48, HhBusinessAppSolidSize16, HhBusinessAppSolidSize24, HhBusinessAppSolidSize48, HhGrayscaleSize16, HhGrayscaleSize24, HhProBrandSize16, HhProBrandSize24, HhProBrandSize32, HhProGrayscaleSize16, HhProGrayscaleSize24, HhProGrayscaleSize32, HhProSolidSize16, HhProSolidSize24, HhProSolidSize32, HhSolidSize16, HhSolidSize24, HrLinkBrandSize16, HrLinkBrandSize24, HrLinkGrayscaleSize16, HrLinkGrayscaleSize24, HrLinkSolidSize16, HrLinkSolidSize24, IbsBrandSize16, IbsBrandSize24, IbsBrandSize32, IbsGrayscaleSize16, IbsGrayscaleSize24, IbsGrayscaleSize32, IbsSolidSize16, IbsSolidSize24, IbsSolidSize32, IcqBrandSize16, IcqBrandSize24, IcqGrayscaleSize16, IcqGrayscaleSize24, IcqSolidSize16, IcqSolidSize24, ImessageBrandSize16, ImessageBrandSize24, ImessageGrayscaleSize16, ImessageGrayscaleSize24, ImessageSolidSize16, ImessageSolidSize24, IndexBrandSize16, IndexBrandSize24, IndexGrayscaleSize16, IndexGrayscaleSize24, IndexSolidSize16, IndexSolidSize24, InstagramBrandSize16, InstagramBrandSize24, InstagramGrayscaleSize16, InstagramGrayscaleSize24, InstagramSolidSize16, InstagramSolidSize24, LinkedinBrandSize16, LinkedinBrandSize24, LinkedinGrayscaleSize16, LinkedinGrayscaleSize24, LinkedinSolidSize16, LinkedinSolidSize24, LivejournalBrandSize16, LivejournalBrandSize24, LivejournalGrayscaleSize16, LivejournalGrayscaleSize24, LivejournalSolidSize16, LivejournalSolidSize24, MailBrandAltSize16, MailBrandAltSize24, MailBrandSize16, MailBrandSize24, MailGrayscaleSize16, MailGrayscaleSize24, MailSolidSize16, MailSolidSize24, MaxBrandSize16, MaxBrandSize24, MaxGrayscaleSize16, MaxGrayscaleSize24, MaxSolidSize16, MaxSolidSize24, MaxSquareBrandSize16, MaxSquareBrandSize24, MaxSquareGrayscaleSize16, MaxSquareGrayscaleSize24, MaxSquareSolidSize16, MaxSquareSolidSize24, MediumBrandSize16, MediumBrandSize24, MediumSize16, MediumSize24, MediumSolidSize16, MediumSolidSize24, OkBrandAltSize16, OkBrandAltSize24, OkBrandSize16, OkBrandSize24, OkGrayscaleSize16, OkGrayscaleSize24, OkSolidSize16, OkSolidSize24, OneCBrandSize16, OneCBrandSize24, OneCBrandSize32, OneCGrayscaleSize16, OneCGrayscaleSize24, OneCGrayscaleSize32, OneCSolidSize16, OneCSolidSize24, OneCSolidSize32, RabotaByAppBrandAltSize16, RabotaByAppBrandAltSize24, RabotaByAppBrandAltSize48, RabotaByAppBrandSize16, RabotaByAppBrandSize24, RabotaByAppBrandSize48, RabotaByAppGrayscaleSize16, RabotaByAppGrayscaleSize24, RabotaByAppGrayscaleSize48, RabotaByAppSolidSize16, RabotaByAppSolidSize24, RabotaByAppSolidSize48, RabotaByBrandSize16, RabotaByBrandSize24, RabotaByGrayscaleSize16, RabotaByGrayscaleSize24, RabotaBySolidSize16, RabotaBySolidSize24, SetkaBrandSize16, SetkaBrandSize24, SetkaBrandSize32, SetkaBrandSize48, SetkaGrayscaleSize16, SetkaGrayscaleSize24, SetkaGrayscaleSize32, SetkaGrayscaleSize48, SetkaSolidSize16, SetkaSolidSize24, SetkaSolidSize32, SetkaSolidSize48, SkillazBrandSize16, SkillazBrandSize24, SkypeBrandSize16, SkypeBrandSize24, SkypeGrayscaleSize16, SkypeGrayscaleSize24, SkypeSolidSize16, SkypeSolidSize24, StackoverflowBrandSize16, StackoverflowBrandSize24, StackoverflowGrayscaleSize16, StackoverflowGrayscaleSize24, StackoverflowSolidSize16, StackoverflowSolidSize24, TalantixBrandSize16, TalantixBrandSize24, TalantixGrayscaleSize16, TalantixGrayscaleSize24, TalantixLiteSize16, TalantixLiteSize24, TalantixSolidSize16, TalantixSolidSize24, TelegramBrandSize16, TelegramBrandSize24, TelegramGrayscaleSize16, TelegramGrayscaleSize24, TelegramSolidSize16, TelegramSolidSize24, TinkoffBrandAltSize16, TinkoffBrandAltSize24, TinkoffBrandSize16, TinkoffBrandSize24, TinkoffGrayscaleSize16, TinkoffGrayscaleSize24, TinkoffIdBrandSize16, TinkoffIdBrandSize24, TinkoffIdGrayscaleSize16, TinkoffIdGrayscaleSize24, TinkoffIdSolidSize16, TinkoffIdSolidSize24, TinkoffSolidSize16, TinkoffSolidSize24, TwitterBrandSize16, TwitterBrandSize24, TwitterGrayscaleSize16, TwitterGrayscaleSize24, TwitterSolidSize16, TwitterSolidSize24, ViberBrandSize16, ViberBrandSize24, ViberGrayscaleSize16, ViberGrayscaleSize24, ViberSolidSize16, ViberSolidSize24, VkBrandAltSize16, VkBrandAltSize24, VkBrandSize16, VkBrandSize24, VkGrayscaleSize16, VkGrayscaleSize24, VkSolidSize16, VkSolidSize24, VkSquareBrandAltSize16, VkSquareBrandAltSize24, VkSquareBrandSize16, VkSquareBrandSize24, VkSquareGrayscaleSize16, VkSquareGrayscaleSize24, VkSquareSolidSize16, VkSquareSolidSize24, WhatsappBrandSize16, WhatsappBrandSize24, WhatsappGrayscaleSize16, WhatsappGrayscaleSize24, WhatsappSolidSize16, WhatsappSolidSize24, YandexBrandAltSize16, YandexBrandAltSize24, YandexBrandSize16, YandexBrandSize24, YandexCloudBrandSize16, YandexCloudBrandSize24, YandexCloudBrandSize32, YandexCloudGrayscaleSize16, YandexCloudGrayscaleSize24, YandexCloudGrayscaleSize32, YandexCloudSolidSize16, YandexCloudSolidSize24, YandexCloudSolidSize32, YandexGrayscaleSize16, YandexGrayscaleSize24, YandexSolidSize16, YandexSolidSize24, ZarplataBrandSize16, ZarplataBrandSize24, ZarplataGrayscaleSize16, ZarplataGrayscaleSize24, ZarplataSolidSize16, ZarplataSolidSize24 } from './variants/service/index.js';
|
|
3
|
-
export { I as IconDynamic } from './IconDynamic-
|
|
3
|
+
export { I as IconDynamic } from './IconDynamic-D7EOwIzl.js';
|
|
4
4
|
import './hoc.js';
|
|
5
5
|
import 'react/jsx-runtime';
|
|
6
6
|
import 'react';
|
|
@@ -18,6 +18,8 @@ import './variants/icon/LoaderOutlinedSize64.js';
|
|
|
18
18
|
import './variants/icon/LoaderOutlinedSize96.js';
|
|
19
19
|
import './Skeleton.js';
|
|
20
20
|
import '@hh.ru/magritte-ui-skeleton';
|
|
21
|
+
import './defaultProps.js';
|
|
22
|
+
import '@hh.ru/magritte-internal-default-props-context';
|
|
21
23
|
import './variants/service/AndroidBrandSize16.js';
|
|
22
24
|
import './variants/service/AndroidBrandSize24.js';
|
|
23
25
|
import './variants/service/AndroidGrayscaleSize16.js';
|
package/service.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"service.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/types.d.ts
CHANGED
|
@@ -18,6 +18,9 @@ export type IconBaseProps = Omit<SVGProps<SVGSVGElement>, 'ref' | 'onClick'> & {
|
|
|
18
18
|
backgroundStyle?: TokenColorBackground;
|
|
19
19
|
hoverBackgroundStyle?: TokenColorBackground;
|
|
20
20
|
pressedBackgroundStyle?: TokenColorBackground;
|
|
21
|
+
/** Тень иконки
|
|
22
|
+
* @default level-0
|
|
23
|
+
*/
|
|
21
24
|
shadow?: TokenShadow;
|
|
22
25
|
borderRadius?: TokenBaseStaticBorderRadius | 'halfHeight';
|
|
23
26
|
borderStyle?: TokenColorStroke;
|
|
@@ -29,6 +32,9 @@ export type IconBaseProps = Omit<SVGProps<SVGSVGElement>, 'ref' | 'onClick'> & {
|
|
|
29
32
|
loading?: boolean;
|
|
30
33
|
} & (StaticIconProps | ActiveIconProps);
|
|
31
34
|
type StyledIconProps = IconBaseProps & {
|
|
35
|
+
/** Цвет иконки
|
|
36
|
+
* @default primary
|
|
37
|
+
*/
|
|
32
38
|
initialColor?: TokenColorIcon;
|
|
33
39
|
hex?: never;
|
|
34
40
|
};
|
package/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sources":["src/types.ts"],"sourcesContent":["import { ReactElement, SVGProps, isValidElement, MouseEventHandler, Ref, ReactNode } from 'react';\n\nimport {\n TokenBaseStaticSpace,\n TokenColorStroke,\n TokenBaseStaticBorderRadius,\n TokenColorBackground,\n TokenColorIcon,\n TokenShadow,\n} from '@hh.ru/magritte-design-tokens/types';\n\nexport type IconColor = TokenColorIcon;\nexport type IconDisabledColor = TokenColorIcon;\nexport type IconHoveredColor = TokenColorIcon;\nexport type IconPressedColor = TokenColorIcon;\n\ninterface StaticIconProps {\n onClick?: never;\n disabled?: never;\n}\n\ninterface ActiveIconProps {\n onClick?: MouseEventHandler<HTMLButtonElement>;\n disabled?: boolean;\n}\n\nexport type IconBaseProps = Omit<SVGProps<SVGSVGElement>, 'ref' | 'onClick'> & {\n /* Указывает есть ли поддержка accessibility API, если aria-label не указан\n * считаем что нет поддержки. Если указан, то есть возможность для отключения.\n * */\n 'aria-hidden'?: boolean;\n padding?: TokenBaseStaticSpace;\n backgroundStyle?: TokenColorBackground;\n hoverBackgroundStyle?: TokenColorBackground;\n pressedBackgroundStyle?: TokenColorBackground;\n shadow?: TokenShadow;\n borderRadius?: TokenBaseStaticBorderRadius | 'halfHeight';\n borderStyle?: TokenColorStroke;\n increaseShadow?: boolean;\n /** Компонент Badge */\n badge?: ReactElement;\n 'data-qa'?: string;\n ref?: Ref<HTMLOrSVGElement>;\n loading?: boolean;\n} & (StaticIconProps | ActiveIconProps);\n\ntype StyledIconProps = IconBaseProps & {\n initialColor?: TokenColorIcon;\n hex?: never;\n};\n\ntype HexedIconProps = IconBaseProps & {\n initialColor?: never;\n hex?: string;\n};\n\nexport type IconProps = StyledIconProps | HexedIconProps;\n\nexport type StyledIconDynamicProps = StyledIconProps & {\n /* Указывает цвет иконки, в случае если иконка динамическая\n * (hover, focus etc. states)\n * */\n highlightedColor?: TokenColorIcon;\n /* Указывает цвет иконки, в случае если иконка динамическая\n * и задизейблена\n * */\n pressedColor?: TokenColorIcon;\n disabledColor?: TokenColorIcon;\n hexHighlighted?: never;\n hexDisabled?: never;\n hexPressed?: never;\n};\n\nexport type HexedIconDynamicProps = HexedIconProps & {\n highlightedColor?: never;\n pressedColor?: never;\n disabledColor?: never;\n hexHighlighted?: string;\n hexDisabled?: string;\n hexPressed?: string;\n};\n\nexport type IconDynamicProps = StyledIconDynamicProps | HexedIconDynamicProps;\n\ntype MakeNever<T> = {\n [key in keyof T]?: never;\n};\n\ntype IconPropsUnion = (IconProps & MakeNever<Omit<IconDynamicProps, keyof IconProps>>) | IconDynamicProps;\nexport const isIconElement = (\n component: ReactNode\n): component is ReactElement<IconPropsUnion, IconWrapperComponent> => {\n return isValidElement(component) && typeof component.type !== 'string' && 'isIcon' in component?.type;\n};\n\nexport interface IconWrapperComponent<T = null> {\n (props: T extends null ? IconProps | IconDynamicProps : (IconProps | IconDynamicProps) & T): ReactElement;\n displayName?: string;\n isIcon?: boolean;\n _size?: number;\n}\n\nexport interface IconWrapperComponentSize16<T = null> extends IconWrapperComponent<T> {\n _size: 16;\n}\nexport interface IconWrapperComponentSize24<T = null> extends IconWrapperComponent<T> {\n _size: 24;\n}\nexport interface IconWrapperComponentSize32<T = null> extends IconWrapperComponent<T> {\n _size: 32;\n}\n"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"types.js","sources":["src/types.ts"],"sourcesContent":["import { ReactElement, SVGProps, isValidElement, MouseEventHandler, Ref, ReactNode } from 'react';\n\nimport {\n TokenBaseStaticSpace,\n TokenColorStroke,\n TokenBaseStaticBorderRadius,\n TokenColorBackground,\n TokenColorIcon,\n TokenShadow,\n} from '@hh.ru/magritte-design-tokens/types';\n\nexport type IconColor = TokenColorIcon;\nexport type IconDisabledColor = TokenColorIcon;\nexport type IconHoveredColor = TokenColorIcon;\nexport type IconPressedColor = TokenColorIcon;\n\ninterface StaticIconProps {\n onClick?: never;\n disabled?: never;\n}\n\ninterface ActiveIconProps {\n onClick?: MouseEventHandler<HTMLButtonElement>;\n disabled?: boolean;\n}\n\nexport type IconBaseProps = Omit<SVGProps<SVGSVGElement>, 'ref' | 'onClick'> & {\n /* Указывает есть ли поддержка accessibility API, если aria-label не указан\n * считаем что нет поддержки. Если указан, то есть возможность для отключения.\n * */\n 'aria-hidden'?: boolean;\n padding?: TokenBaseStaticSpace;\n backgroundStyle?: TokenColorBackground;\n hoverBackgroundStyle?: TokenColorBackground;\n pressedBackgroundStyle?: TokenColorBackground;\n /** Тень иконки\n * @default level-0\n */\n shadow?: TokenShadow;\n borderRadius?: TokenBaseStaticBorderRadius | 'halfHeight';\n borderStyle?: TokenColorStroke;\n increaseShadow?: boolean;\n /** Компонент Badge */\n badge?: ReactElement;\n 'data-qa'?: string;\n ref?: Ref<HTMLOrSVGElement>;\n loading?: boolean;\n} & (StaticIconProps | ActiveIconProps);\n\ntype StyledIconProps = IconBaseProps & {\n /** Цвет иконки\n * @default primary\n */\n initialColor?: TokenColorIcon;\n hex?: never;\n};\n\ntype HexedIconProps = IconBaseProps & {\n initialColor?: never;\n hex?: string;\n};\n\nexport type IconProps = StyledIconProps | HexedIconProps;\n\nexport type StyledIconDynamicProps = StyledIconProps & {\n /* Указывает цвет иконки, в случае если иконка динамическая\n * (hover, focus etc. states)\n * */\n highlightedColor?: TokenColorIcon;\n /* Указывает цвет иконки, в случае если иконка динамическая\n * и задизейблена\n * */\n pressedColor?: TokenColorIcon;\n disabledColor?: TokenColorIcon;\n hexHighlighted?: never;\n hexDisabled?: never;\n hexPressed?: never;\n};\n\nexport type HexedIconDynamicProps = HexedIconProps & {\n highlightedColor?: never;\n pressedColor?: never;\n disabledColor?: never;\n hexHighlighted?: string;\n hexDisabled?: string;\n hexPressed?: string;\n};\n\nexport type IconDynamicProps = StyledIconDynamicProps | HexedIconDynamicProps;\n\ntype MakeNever<T> = {\n [key in keyof T]?: never;\n};\n\ntype IconPropsUnion = (IconProps & MakeNever<Omit<IconDynamicProps, keyof IconProps>>) | IconDynamicProps;\nexport const isIconElement = (\n component: ReactNode\n): component is ReactElement<IconPropsUnion, IconWrapperComponent> => {\n return isValidElement(component) && typeof component.type !== 'string' && 'isIcon' in component?.type;\n};\n\nexport interface IconWrapperComponent<T = null> {\n (props: T extends null ? IconProps | IconDynamicProps : (IconProps | IconDynamicProps) & T): ReactElement;\n displayName?: string;\n isIcon?: boolean;\n _size?: number;\n}\n\nexport interface IconWrapperComponentSize16<T = null> extends IconWrapperComponent<T> {\n _size: 16;\n}\nexport interface IconWrapperComponentSize24<T = null> extends IconWrapperComponent<T> {\n _size: 24;\n}\nexport interface IconWrapperComponentSize32<T = null> extends IconWrapperComponent<T> {\n _size: 32;\n}\n"],"names":[],"mappings":";;AA+Fa,MAAA,aAAa,GAAG,CACzB,SAAoB,KAC6C;AACjE,IAAA,OAAO,cAAc,CAAC,SAAS,CAAC,IAAI,OAAO,SAAS,CAAC,IAAI,KAAK,QAAQ,IAAI,QAAQ,IAAI,SAAS,EAAE,IAAI,CAAC;AAC1G;;;;"}
|
|
@@ -37,7 +37,7 @@ import '@hh.ru/magritte-common-use-disabled';
|
|
|
37
37
|
import '@hh.ru/magritte-common-use-multiple-refs';
|
|
38
38
|
import '@hh.ru/magritte-ui-badge';
|
|
39
39
|
import '@hh.ru/magritte-ui-breakpoint';
|
|
40
|
-
import '../../IconDynamic-
|
|
40
|
+
import '../../IconDynamic-D7EOwIzl.js';
|
|
41
41
|
import '../../LoaderGlyph.js';
|
|
42
42
|
import '../icon/LoaderOutlinedSize16.js';
|
|
43
43
|
import '../icon/LoaderOutlinedSize24.js';
|
|
@@ -47,6 +47,8 @@ import '../icon/LoaderOutlinedSize64.js';
|
|
|
47
47
|
import '../icon/LoaderOutlinedSize96.js';
|
|
48
48
|
import '../../Skeleton.js';
|
|
49
49
|
import '@hh.ru/magritte-ui-skeleton';
|
|
50
|
+
import '../../defaultProps.js';
|
|
51
|
+
import '@hh.ru/magritte-internal-default-props-context';
|
|
50
52
|
|
|
51
53
|
/* This file is auto-generated with figma-svg. */
|
|
52
54
|
const KZSize32 = /* #__PURE__*/ hoc(KZSize32Glyph, 'KZSize32');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["src/variants/country/index.ts"],"sourcesContent":["/* This file is auto-generated with figma-svg. */\nimport hoc from '@hh.ru/magritte-ui-icon/hoc';\nimport { ATSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/ATSize16';\nimport { ATSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/ATSize24';\nimport { ATSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/ATSize32';\nimport { AUSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/AUSize16';\nimport { AUSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/AUSize24';\nimport { AUSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/AUSize32';\nimport { AZSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/AZSize16';\nimport { AZSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/AZSize24';\nimport { AZSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/AZSize32';\nimport { BYSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/BYSize16';\nimport { BYSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/BYSize24';\nimport { BYSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/BYSize32';\nimport { ENSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/ENSize16';\nimport { ENSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/ENSize24';\nimport { ENSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/ENSize32';\nimport { GESize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/GESize16';\nimport { GESize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/GESize24';\nimport { GESize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/GESize32';\nimport { KGSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/KGSize16';\nimport { KGSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/KGSize24';\nimport { KGSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/KGSize32';\nimport { KZSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/KZSize16';\nimport { KZSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/KZSize24';\nimport { KZSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/KZSize32';\nimport { RUSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/RUSize16';\nimport { RUSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/RUSize24';\nimport { RUSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/RUSize32';\nimport { UZSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/UZSize16';\nimport { UZSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/UZSize24';\nimport { UZSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/UZSize32';\n\nexport const KZSize32 = /* #__PURE__*/ hoc<'KZSize32'>(KZSize32Glyph, 'KZSize32');\nexport const KZSize24 = /* #__PURE__*/ hoc<'KZSize24'>(KZSize24Glyph, 'KZSize24');\nexport const ENSize32 = /* #__PURE__*/ hoc<'ENSize32'>(ENSize32Glyph, 'ENSize32');\nexport const GESize24 = /* #__PURE__*/ hoc<'GESize24'>(GESize24Glyph, 'GESize24');\nexport const ATSize32 = /* #__PURE__*/ hoc<'ATSize32'>(ATSize32Glyph, 'ATSize32');\nexport const ATSize24 = /* #__PURE__*/ hoc<'ATSize24'>(ATSize24Glyph, 'ATSize24');\nexport const ATSize16 = /* #__PURE__*/ hoc<'ATSize16'>(ATSize16Glyph, 'ATSize16');\nexport const ENSize16 = /* #__PURE__*/ hoc<'ENSize16'>(ENSize16Glyph, 'ENSize16');\nexport const ENSize24 = /* #__PURE__*/ hoc<'ENSize24'>(ENSize24Glyph, 'ENSize24');\nexport const KGSize32 = /* #__PURE__*/ hoc<'KGSize32'>(KGSize32Glyph, 'KGSize32');\nexport const KGSize16 = /* #__PURE__*/ hoc<'KGSize16'>(KGSize16Glyph, 'KGSize16');\nexport const KGSize24 = /* #__PURE__*/ hoc<'KGSize24'>(KGSize24Glyph, 'KGSize24');\nexport const GESize16 = /* #__PURE__*/ hoc<'GESize16'>(GESize16Glyph, 'GESize16');\nexport const AUSize24 = /* #__PURE__*/ hoc<'AUSize24'>(AUSize24Glyph, 'AUSize24');\nexport const BYSize16 = /* #__PURE__*/ hoc<'BYSize16'>(BYSize16Glyph, 'BYSize16');\nexport const KZSize16 = /* #__PURE__*/ hoc<'KZSize16'>(KZSize16Glyph, 'KZSize16');\nexport const RUSize32 = /* #__PURE__*/ hoc<'RUSize32'>(RUSize32Glyph, 'RUSize32');\nexport const BYSize32 = /* #__PURE__*/ hoc<'BYSize32'>(BYSize32Glyph, 'BYSize32');\nexport const AZSize16 = /* #__PURE__*/ hoc<'AZSize16'>(AZSize16Glyph, 'AZSize16');\nexport const RUSize16 = /* #__PURE__*/ hoc<'RUSize16'>(RUSize16Glyph, 'RUSize16');\nexport const AUSize32 = /* #__PURE__*/ hoc<'AUSize32'>(AUSize32Glyph, 'AUSize32');\nexport const BYSize24 = /* #__PURE__*/ hoc<'BYSize24'>(BYSize24Glyph, 'BYSize24');\nexport const GESize32 = /* #__PURE__*/ hoc<'GESize32'>(GESize32Glyph, 'GESize32');\nexport const AZSize24 = /* #__PURE__*/ hoc<'AZSize24'>(AZSize24Glyph, 'AZSize24');\nexport const AUSize16 = /* #__PURE__*/ hoc<'AUSize16'>(AUSize16Glyph, 'AUSize16');\nexport const RUSize24 = /* #__PURE__*/ hoc<'RUSize24'>(RUSize24Glyph, 'RUSize24');\nexport const AZSize32 = /* #__PURE__*/ hoc<'AZSize32'>(AZSize32Glyph, 'AZSize32');\nexport const UZSize32 = /* #__PURE__*/ hoc<'UZSize32'>(UZSize32Glyph, 'UZSize32');\nexport const UZSize24 = /* #__PURE__*/ hoc<'UZSize24'>(UZSize24Glyph, 'UZSize24');\nexport const UZSize16 = /* #__PURE__*/ hoc<'UZSize16'>(UZSize16Glyph, 'UZSize16');\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["src/variants/country/index.ts"],"sourcesContent":["/* This file is auto-generated with figma-svg. */\nimport hoc from '@hh.ru/magritte-ui-icon/hoc';\nimport { ATSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/ATSize16';\nimport { ATSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/ATSize24';\nimport { ATSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/ATSize32';\nimport { AUSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/AUSize16';\nimport { AUSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/AUSize24';\nimport { AUSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/AUSize32';\nimport { AZSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/AZSize16';\nimport { AZSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/AZSize24';\nimport { AZSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/AZSize32';\nimport { BYSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/BYSize16';\nimport { BYSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/BYSize24';\nimport { BYSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/BYSize32';\nimport { ENSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/ENSize16';\nimport { ENSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/ENSize24';\nimport { ENSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/ENSize32';\nimport { GESize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/GESize16';\nimport { GESize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/GESize24';\nimport { GESize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/GESize32';\nimport { KGSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/KGSize16';\nimport { KGSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/KGSize24';\nimport { KGSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/KGSize32';\nimport { KZSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/KZSize16';\nimport { KZSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/KZSize24';\nimport { KZSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/KZSize32';\nimport { RUSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/RUSize16';\nimport { RUSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/RUSize24';\nimport { RUSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/RUSize32';\nimport { UZSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/country/UZSize16';\nimport { UZSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/country/UZSize24';\nimport { UZSize32Glyph } from '@hh.ru/magritte-ui-icon/variants/country/UZSize32';\n\nexport const KZSize32 = /* #__PURE__*/ hoc<'KZSize32'>(KZSize32Glyph, 'KZSize32');\nexport const KZSize24 = /* #__PURE__*/ hoc<'KZSize24'>(KZSize24Glyph, 'KZSize24');\nexport const ENSize32 = /* #__PURE__*/ hoc<'ENSize32'>(ENSize32Glyph, 'ENSize32');\nexport const GESize24 = /* #__PURE__*/ hoc<'GESize24'>(GESize24Glyph, 'GESize24');\nexport const ATSize32 = /* #__PURE__*/ hoc<'ATSize32'>(ATSize32Glyph, 'ATSize32');\nexport const ATSize24 = /* #__PURE__*/ hoc<'ATSize24'>(ATSize24Glyph, 'ATSize24');\nexport const ATSize16 = /* #__PURE__*/ hoc<'ATSize16'>(ATSize16Glyph, 'ATSize16');\nexport const ENSize16 = /* #__PURE__*/ hoc<'ENSize16'>(ENSize16Glyph, 'ENSize16');\nexport const ENSize24 = /* #__PURE__*/ hoc<'ENSize24'>(ENSize24Glyph, 'ENSize24');\nexport const KGSize32 = /* #__PURE__*/ hoc<'KGSize32'>(KGSize32Glyph, 'KGSize32');\nexport const KGSize16 = /* #__PURE__*/ hoc<'KGSize16'>(KGSize16Glyph, 'KGSize16');\nexport const KGSize24 = /* #__PURE__*/ hoc<'KGSize24'>(KGSize24Glyph, 'KGSize24');\nexport const GESize16 = /* #__PURE__*/ hoc<'GESize16'>(GESize16Glyph, 'GESize16');\nexport const AUSize24 = /* #__PURE__*/ hoc<'AUSize24'>(AUSize24Glyph, 'AUSize24');\nexport const BYSize16 = /* #__PURE__*/ hoc<'BYSize16'>(BYSize16Glyph, 'BYSize16');\nexport const KZSize16 = /* #__PURE__*/ hoc<'KZSize16'>(KZSize16Glyph, 'KZSize16');\nexport const RUSize32 = /* #__PURE__*/ hoc<'RUSize32'>(RUSize32Glyph, 'RUSize32');\nexport const BYSize32 = /* #__PURE__*/ hoc<'BYSize32'>(BYSize32Glyph, 'BYSize32');\nexport const AZSize16 = /* #__PURE__*/ hoc<'AZSize16'>(AZSize16Glyph, 'AZSize16');\nexport const RUSize16 = /* #__PURE__*/ hoc<'RUSize16'>(RUSize16Glyph, 'RUSize16');\nexport const AUSize32 = /* #__PURE__*/ hoc<'AUSize32'>(AUSize32Glyph, 'AUSize32');\nexport const BYSize24 = /* #__PURE__*/ hoc<'BYSize24'>(BYSize24Glyph, 'BYSize24');\nexport const GESize32 = /* #__PURE__*/ hoc<'GESize32'>(GESize32Glyph, 'GESize32');\nexport const AZSize24 = /* #__PURE__*/ hoc<'AZSize24'>(AZSize24Glyph, 'AZSize24');\nexport const AUSize16 = /* #__PURE__*/ hoc<'AUSize16'>(AUSize16Glyph, 'AUSize16');\nexport const RUSize24 = /* #__PURE__*/ hoc<'RUSize24'>(RUSize24Glyph, 'RUSize24');\nexport const AZSize32 = /* #__PURE__*/ hoc<'AZSize32'>(AZSize32Glyph, 'AZSize32');\nexport const UZSize32 = /* #__PURE__*/ hoc<'UZSize32'>(UZSize32Glyph, 'UZSize32');\nexport const UZSize24 = /* #__PURE__*/ hoc<'UZSize24'>(UZSize24Glyph, 'UZSize24');\nexport const UZSize16 = /* #__PURE__*/ hoc<'UZSize16'>(UZSize16Glyph, 'UZSize16');\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAiCO,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU,EAAE;AAC3E,MAAM,QAAQ,kBAAkB,GAAG,CAAa,aAAa,EAAE,UAAU;;;;"}
|
package/variants/icon/index.js
CHANGED
|
@@ -996,10 +996,12 @@ import '@hh.ru/magritte-common-use-disabled';
|
|
|
996
996
|
import '@hh.ru/magritte-common-use-multiple-refs';
|
|
997
997
|
import '@hh.ru/magritte-ui-badge';
|
|
998
998
|
import '@hh.ru/magritte-ui-breakpoint';
|
|
999
|
-
import '../../IconDynamic-
|
|
999
|
+
import '../../IconDynamic-D7EOwIzl.js';
|
|
1000
1000
|
import '../../LoaderGlyph.js';
|
|
1001
1001
|
import '../../Skeleton.js';
|
|
1002
1002
|
import '@hh.ru/magritte-ui-skeleton';
|
|
1003
|
+
import '../../defaultProps.js';
|
|
1004
|
+
import '@hh.ru/magritte-internal-default-props-context';
|
|
1003
1005
|
|
|
1004
1006
|
/* This file is auto-generated with figma-svg. */
|
|
1005
1007
|
const MapOutlinedSize16 = /* #__PURE__*/ hoc(MapOutlinedSize16Glyph, 'MapOutlinedSize16');
|