@semcore/tag 17.0.0-prerelease.29 → 17.0.0-prerelease.30

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/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
- ## [17.0.0] - 2026-02-27
5
+ ## [17.0.0] - 2026-03-09
6
6
 
7
7
  ### BREAK
8
8
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import type { EllipsisSettings, SimpleHintPopperProps, BoxProps } from '@semcore/base-components';\nimport type { PropGetterFn, Intergalactic } from '@semcore/core';\nimport type { IconProps } from '@semcore/icon';\nimport type React from 'react';\n\nexport type TagSize = 'xl' | 'l' | 'm';\n\nexport type TagTheme = 'primary' | 'secondary' | 'additional';\nexport type TagUse = 'primary' | 'secondary';\n\nexport type TagProps = BoxProps & {\n /** Value responsible for tag availability\n */\n disabled?: boolean;\n /** Value responsible for tag activity\n */\n active?: boolean;\n /** Interactive tag\n */\n interactive?: boolean;\n /** Tag theme, there are several default themes or you can use your color\n * @default primary\n */\n theme?: TagTheme;\n /** Tag color text */\n color?: string;\n /** Tag size\n * @default m\n */\n size?: TagSize;\n /** Left addon tag */\n addonLeft?: React.ElementType;\n /** Right addon tag */\n addonRight?: React.ElementType;\n /** Specifies the locale for i18n support */\n locale?: string;\n};\n\nexport type TagCloseProps = IconProps & {\n /** Tag type\n * @default secondary\n */\n use?: TagUse;\n /** Tag theme, there are several default themes or you can use your color\n * @default muted\n */\n theme?: TagTheme;\n};\n\nexport type TagContext = TagProps & {\n getCloseProps?: PropGetterFn;\n};\n\nexport type TagAddonProps = BoxProps & {};\n\nexport type TagTextProps = BoxProps & {\n /**\n * Ellipsis settings\n * @default true\n */\n ellipsis?: boolean | EllipsisSettings;\n hintProps?: SimpleHintPopperProps | false;\n};\n\ndeclare const Tag: Intergalactic.Component<'div', TagProps, TagContext> & {\n Text: Intergalactic.Component<'div', TagTextProps>;\n Addon: Intergalactic.Component<'div', TagAddonProps>;\n Circle: Intergalactic.Component<'div', TagAddonProps>;\n};\n\ndeclare const TagContainer: Intergalactic.Component<'div', TagProps, TagContext> & {\n Tag: typeof Tag;\n Close: Intergalactic.Component<'button'>;\n Addon: Intergalactic.Component<'div', TagAddonProps>;\n Circle: Intergalactic.Component<'div', TagAddonProps>;\n};\n\nexport default Tag;\nexport { TagContainer };\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import type { EllipsisSettings, SimpleHintPopperProps, BoxProps } from '@semcore/base-components';\nimport type { PropGetterFn, Intergalactic } from '@semcore/core';\nimport type { IconProps } from '@semcore/icon';\nimport type React from 'react';\n\nexport type TagSize = 'xl' | 'l' | 'm';\n\nexport type TagTheme = 'primary' | 'secondary' | 'additional';\nexport type TagUse = 'primary' | 'secondary';\n\nexport type TagProps = BoxProps & {\n /** Value responsible for tag availability\n */\n disabled?: boolean;\n /** Value responsible for tag activity\n */\n active?: boolean;\n /** Interactive tag\n */\n interactive?: boolean;\n /** Tag theme, there are several default themes or you can use your color\n * @default primary\n */\n theme?: TagTheme;\n /** Tag color text */\n color?: string;\n /** Tag size\n * @default m\n */\n size?: TagSize;\n /** Left addon tag */\n addonLeft?: React.ElementType;\n /** Right addon tag */\n addonRight?: React.ElementType;\n /** Specifies the locale for i18n support */\n locale?: string;\n};\n\nexport type TagCloseProps = IconProps & {\n /** Tag type\n * @default secondary\n */\n use?: TagUse;\n /** Tag theme, there are several default themes or you can use your color\n * @default muted\n */\n theme?: TagTheme;\n};\n\nexport type TagContext = TagProps & {\n getCloseProps?: PropGetterFn;\n};\n\nexport type TagAddonProps = BoxProps & {};\n\nexport type TagTextProps = BoxProps & {\n /**\n * Ellipsis settings\n * @default false\n */\n ellipsis?: boolean | EllipsisSettings;\n hintProps?: SimpleHintPopperProps | false;\n};\n\ndeclare const Tag: Intergalactic.Component<'div', TagProps, TagContext> & {\n Text: Intergalactic.Component<'div', TagTextProps>;\n Addon: Intergalactic.Component<'div', TagAddonProps>;\n Circle: Intergalactic.Component<'div', TagAddonProps>;\n};\n\ndeclare const TagContainer: Intergalactic.Component<'div', TagProps, TagContext> & {\n Tag: typeof Tag;\n Close: Intergalactic.Component<'button'>;\n Addon: Intergalactic.Component<'div', TagAddonProps>;\n Circle: Intergalactic.Component<'div', TagAddonProps>;\n};\n\nexport default Tag;\nexport { TagContainer };\n"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import type { EllipsisSettings, SimpleHintPopperProps, BoxProps } from '@semcore/base-components';\nimport type { PropGetterFn, Intergalactic } from '@semcore/core';\nimport type { IconProps } from '@semcore/icon';\nimport type React from 'react';\n\nexport type TagSize = 'xl' | 'l' | 'm';\n\nexport type TagTheme = 'primary' | 'secondary' | 'additional';\nexport type TagUse = 'primary' | 'secondary';\n\nexport type TagProps = BoxProps & {\n /** Value responsible for tag availability\n */\n disabled?: boolean;\n /** Value responsible for tag activity\n */\n active?: boolean;\n /** Interactive tag\n */\n interactive?: boolean;\n /** Tag theme, there are several default themes or you can use your color\n * @default primary\n */\n theme?: TagTheme;\n /** Tag color text */\n color?: string;\n /** Tag size\n * @default m\n */\n size?: TagSize;\n /** Left addon tag */\n addonLeft?: React.ElementType;\n /** Right addon tag */\n addonRight?: React.ElementType;\n /** Specifies the locale for i18n support */\n locale?: string;\n};\n\nexport type TagCloseProps = IconProps & {\n /** Tag type\n * @default secondary\n */\n use?: TagUse;\n /** Tag theme, there are several default themes or you can use your color\n * @default muted\n */\n theme?: TagTheme;\n};\n\nexport type TagContext = TagProps & {\n getCloseProps?: PropGetterFn;\n};\n\nexport type TagAddonProps = BoxProps & {};\n\nexport type TagTextProps = BoxProps & {\n /**\n * Ellipsis settings\n * @default true\n */\n ellipsis?: boolean | EllipsisSettings;\n hintProps?: SimpleHintPopperProps | false;\n};\n\ndeclare const Tag: Intergalactic.Component<'div', TagProps, TagContext> & {\n Text: Intergalactic.Component<'div', TagTextProps>;\n Addon: Intergalactic.Component<'div', TagAddonProps>;\n Circle: Intergalactic.Component<'div', TagAddonProps>;\n};\n\ndeclare const TagContainer: Intergalactic.Component<'div', TagProps, TagContext> & {\n Tag: typeof Tag;\n Close: Intergalactic.Component<'button'>;\n Addon: Intergalactic.Component<'div', TagAddonProps>;\n Circle: Intergalactic.Component<'div', TagAddonProps>;\n};\n\nexport default Tag;\nexport { TagContainer };\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import type { EllipsisSettings, SimpleHintPopperProps, BoxProps } from '@semcore/base-components';\nimport type { PropGetterFn, Intergalactic } from '@semcore/core';\nimport type { IconProps } from '@semcore/icon';\nimport type React from 'react';\n\nexport type TagSize = 'xl' | 'l' | 'm';\n\nexport type TagTheme = 'primary' | 'secondary' | 'additional';\nexport type TagUse = 'primary' | 'secondary';\n\nexport type TagProps = BoxProps & {\n /** Value responsible for tag availability\n */\n disabled?: boolean;\n /** Value responsible for tag activity\n */\n active?: boolean;\n /** Interactive tag\n */\n interactive?: boolean;\n /** Tag theme, there are several default themes or you can use your color\n * @default primary\n */\n theme?: TagTheme;\n /** Tag color text */\n color?: string;\n /** Tag size\n * @default m\n */\n size?: TagSize;\n /** Left addon tag */\n addonLeft?: React.ElementType;\n /** Right addon tag */\n addonRight?: React.ElementType;\n /** Specifies the locale for i18n support */\n locale?: string;\n};\n\nexport type TagCloseProps = IconProps & {\n /** Tag type\n * @default secondary\n */\n use?: TagUse;\n /** Tag theme, there are several default themes or you can use your color\n * @default muted\n */\n theme?: TagTheme;\n};\n\nexport type TagContext = TagProps & {\n getCloseProps?: PropGetterFn;\n};\n\nexport type TagAddonProps = BoxProps & {};\n\nexport type TagTextProps = BoxProps & {\n /**\n * Ellipsis settings\n * @default false\n */\n ellipsis?: boolean | EllipsisSettings;\n hintProps?: SimpleHintPopperProps | false;\n};\n\ndeclare const Tag: Intergalactic.Component<'div', TagProps, TagContext> & {\n Text: Intergalactic.Component<'div', TagTextProps>;\n Addon: Intergalactic.Component<'div', TagAddonProps>;\n Circle: Intergalactic.Component<'div', TagAddonProps>;\n};\n\ndeclare const TagContainer: Intergalactic.Component<'div', TagProps, TagContext> & {\n Tag: typeof Tag;\n Close: Intergalactic.Component<'button'>;\n Addon: Intergalactic.Component<'div', TagAddonProps>;\n Circle: Intergalactic.Component<'div', TagAddonProps>;\n};\n\nexport default Tag;\nexport { TagContainer };\n"],"mappings":"","ignoreList":[]}
@@ -56,7 +56,7 @@ export type TagAddonProps = BoxProps & {};
56
56
  export type TagTextProps = BoxProps & {
57
57
  /**
58
58
  * Ellipsis settings
59
- * @default true
59
+ * @default false
60
60
  */
61
61
  ellipsis?: boolean | EllipsisSettings;
62
62
  hintProps?: SimpleHintPopperProps | false;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/tag",
3
3
  "description": "Semrush Tag Component",
4
- "version": "17.0.0-prerelease.29",
4
+ "version": "17.0.0-prerelease.30",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  "types": "./lib/types/index.d.ts"
15
15
  },
16
16
  "dependencies": {
17
- "@semcore/typography": "^17.0.0-prerelease.29"
17
+ "@semcore/typography": "^17.0.0-prerelease.30"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@semcore/base-components": "^17.0.0 || ^17.0.0-0",
@@ -26,10 +26,10 @@
26
26
  "directory": "semcore/tag"
27
27
  },
28
28
  "devDependencies": {
29
- "@semcore/base-components": "17.0.0-prerelease.29",
29
+ "@semcore/core": "17.0.0-prerelease.30",
30
30
  "@semcore/testing-utils": "1.0.0",
31
- "@semcore/core": "17.0.0-prerelease.29",
32
- "@semcore/icon": "16.7.2-prerelease.29"
31
+ "@semcore/base-components": "17.0.0-prerelease.30",
32
+ "@semcore/icon": "16.7.2-prerelease.30"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "pnpm semcore-builder --source=js && pnpm vite build"