@meduza/ui-kit-2 0.1.97 → 0.1.98

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.97",
2
+ "version": "0.1.98",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -15,5 +15,5 @@ export interface RawHtmlBlockProps {
15
15
  isInBookmarks?: boolean | undefined
16
16
  bookmarkAction?: (service: CallToActions, place: string) => void
17
17
  lightBox?: LightboxContext | null | undefined
18
- lang: 'ru' | 'en'
18
+ lang?: 'ru' | 'en'
19
19
  }