@vchasno/ui-kit 0.4.100 → 0.4.102
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 +13 -0
- package/dist/components/FollowUs/config.d.ts +1 -1
- package/dist/components/FollowUs/config.js.map +1 -1
- package/dist/components/MobileAppLinks/config.d.ts +1 -1
- package/dist/components/MobileAppLinks/config.js.map +1 -1
- package/dist/components/ProjectsPopover/mappers.js +1 -1
- package/dist/components/ProjectsPopover/mappers.js.map +1 -1
- package/dist/components/ProjectsPopover/types.js +1 -1
- package/dist/components/ProjectsPopover/types.js.map +1 -1
- package/dist/components/TextAreaInput/TextAreaInput.js +1 -1
- package/dist/components/TextAreaInput/TextAreaInput.js.map +1 -1
- package/dist/components/types.d.ts +1 -1
- package/dist/css/vchasno-ui.css +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.4.102] - 2026-05-05
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- **TextAreaInput** — floating label now sits in its initial position when the field is empty and unfocused, and rises only on focus or when a value is present (previously always rendered in the raised state because `@mui/base/TextareaAutosize` mirrors the className onto a `aria-hidden` shadow textarea that lacks a `placeholder`, satisfying `:not(:placeholder-shown)` and triggering the raised-state selectors)
|
|
13
|
+
- **TextAreaInput** — placeholder is hidden while the label is in its initial position and revealed on focus, matching `TextInput` behavior
|
|
14
|
+
|
|
15
|
+
## [0.4.101] - 2026-05-01
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- **ProjectsPopover** — add "profile" as a siteless Vchasno product (registered in "vchasnoProductsList" and "vchasnoProductsWithoutSiteList"; empty "hrefMap"/"tooltipHintMap"/"titleMap"/"iconMap" entries, excluded from "FollowUs" and "MobileAppLinks" configs)
|
|
20
|
+
|
|
8
21
|
## [0.4.100] - 2026-04-28
|
|
9
22
|
|
|
10
23
|
### Added
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sources":["../../../src/components/FollowUs/config.ts"],"sourcesContent":["import type { VchasnoProduct } from '../types';\nimport type { Social } from './types';\n\nexport type Product = Exclude<VchasnoProduct, 'edi' | 'ttn' | 'dm' | 'kep' | 'hrs' | 'zvit'>;\n\nexport const config: Record<Product, Partial<Record<Social, string>>> = {\n edo: {\n fb: 'https://www.facebook.com/vchasno',\n telegram: 'https://t.me/vchasnoservice',\n youtube: 'https://www.youtube.com/channel/UCE0jekYQINP_h5uHRpugwxw',\n inst: 'https://www.instagram.com/vchasno.service/',\n },\n kasa: {\n inst: 'https://www.instagram.com/vchasno.service',\n tiktok: 'https://www.tiktok.com/@vchasno.kasa',\n fb: 'https://www.facebook.com/vchasno',\n youtube: 'https://www.youtube.com/channel/UCE0jekYQINP_h5uHRpugwxw',\n },\n};\n"],"names":["config","edo","fb","telegram","youtube","inst","kasa","tiktok"],"mappings":"IAKaA,EAA2D,CACpEC,IAAK,CACDC,GAAI,mCACJC,SAAU,8BACVC,QAAS,2DACTC,KAAM,4CACV,EACAC,KAAM,CACFD,KAAM,4CACNE,OAAQ,uCACRL,GAAI,mCACJE,QAAS,0DACb,CACJ"}
|
|
1
|
+
{"version":3,"file":"config.js","sources":["../../../src/components/FollowUs/config.ts"],"sourcesContent":["import type { VchasnoProduct } from '../types';\nimport type { Social } from './types';\n\nexport type Product = Exclude<VchasnoProduct, 'edi' | 'ttn' | 'dm' | 'kep' | 'hrs' | 'zvit' | 'profile'>;\n\nexport const config: Record<Product, Partial<Record<Social, string>>> = {\n edo: {\n fb: 'https://www.facebook.com/vchasno',\n telegram: 'https://t.me/vchasnoservice',\n youtube: 'https://www.youtube.com/channel/UCE0jekYQINP_h5uHRpugwxw',\n inst: 'https://www.instagram.com/vchasno.service/',\n },\n kasa: {\n inst: 'https://www.instagram.com/vchasno.service',\n tiktok: 'https://www.tiktok.com/@vchasno.kasa',\n fb: 'https://www.facebook.com/vchasno',\n youtube: 'https://www.youtube.com/channel/UCE0jekYQINP_h5uHRpugwxw',\n },\n};\n"],"names":["config","edo","fb","telegram","youtube","inst","kasa","tiktok"],"mappings":"IAKaA,EAA2D,CACpEC,IAAK,CACDC,GAAI,mCACJC,SAAU,8BACVC,QAAS,2DACTC,KAAM,4CACV,EACAC,KAAM,CACFD,KAAM,4CACNE,OAAQ,uCACRL,GAAI,mCACJE,QAAS,0DACb,CACJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sources":["../../../src/components/MobileAppLinks/config.ts"],"sourcesContent":["import type { VchasnoProduct } from '../types';\nimport type { LinkConfig } from './types';\n\nexport type Product = Exclude<VchasnoProduct, 'edi' | 'dm' | 'kep' | 'hrs' | 'zvit'>;\n\nexport const config: Record<Product, LinkConfig> = {\n edo: {\n android: 'https://play.google.com/store/apps/details?id=ua.vchasno.edo',\n ios: 'https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D0%B5%D0%B4%D0%BE/id6462861848',\n },\n kasa: {\n android: 'https://play.google.com/store/apps/details?id=ua.vchasno.kasa',\n ios: 'https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D0%BA%D0%B0%D1%81%D0%B0/id6444186091',\n },\n ttn: {\n android: 'https://play.google.com/store/apps/details?id=ua.vchasno.ttn.mobile',\n ios: 'https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D1%82%D1%82%D0%BD/id6550909392',\n },\n};\n"],"names":["config","edo","android","ios","kasa","ttn"],"mappings":"IAKaA,EAAsC,CAC/CC,IAAK,CACDC,QAAS,+DACTC,IAAK,oGACT,EACAC,KAAM,CACFF,QAAS,gEACTC,IAAK,0GACT,EACAE,IAAK,CACDH,QAAS,sEACTC,IAAK,oGACT,CACJ"}
|
|
1
|
+
{"version":3,"file":"config.js","sources":["../../../src/components/MobileAppLinks/config.ts"],"sourcesContent":["import type { VchasnoProduct } from '../types';\nimport type { LinkConfig } from './types';\n\nexport type Product = Exclude<VchasnoProduct, 'edi' | 'dm' | 'kep' | 'hrs' | 'zvit' | 'profile'>;\n\nexport const config: Record<Product, LinkConfig> = {\n edo: {\n android: 'https://play.google.com/store/apps/details?id=ua.vchasno.edo',\n ios: 'https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D0%B5%D0%B4%D0%BE/id6462861848',\n },\n kasa: {\n android: 'https://play.google.com/store/apps/details?id=ua.vchasno.kasa',\n ios: 'https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D0%BA%D0%B0%D1%81%D0%B0/id6444186091',\n },\n ttn: {\n android: 'https://play.google.com/store/apps/details?id=ua.vchasno.ttn.mobile',\n ios: 'https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D1%82%D1%82%D0%BD/id6550909392',\n },\n};\n"],"names":["config","edo","android","ios","kasa","ttn"],"mappings":"IAKaA,EAAsC,CAC/CC,IAAK,CACDC,QAAS,+DACTC,IAAK,oGACT,EACAC,KAAM,CACFF,QAAS,gEACTC,IAAK,0GACT,EACAE,IAAK,CACDH,QAAS,sEACTC,IAAK,oGACT,CACJ"}
|