@finam/web-ui-kit-components 3.27.1 → 3.27.2

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
@@ -1,3 +1,5 @@
1
+ ## 3.27.2
2
+ * Добавлен экспорт типа `RadioColor` из компонента `Radio`
1
3
  ## 3.27.1
2
4
  * В `Snackbar` исправлено закрытие, таймер автоскрытия больше не запускается для скрытого окна
3
5
  ## 3.27.0
@@ -1,3 +1,4 @@
1
1
  export { default, type Props as RadioProps, } from './Radio.js';
2
2
  export type { SwitchBaseSize as RadioSize } from '../SwitchBase/index.js';
3
+ export type { Color as RadioColor } from './types.js';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Radio/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,KAAK,KAAK,IAAI,UAAU,GACzB,MAAM,YAAY,CAAC;AACpB,YAAY,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Radio/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,KAAK,KAAK,IAAI,UAAU,GACzB,MAAM,YAAY,CAAC;AACpB,YAAY,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAC1E,YAAY,EAAE,KAAK,IAAI,UAAU,EAAE,MAAM,YAAY,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finam/web-ui-kit-components",
3
- "version": "3.27.1",
3
+ "version": "3.27.2",
4
4
  "description": "Components library for web-ui-kit",
5
5
  "author": "",
6
6
  "license": "ISC",