@veracity/vui 2.25.1-beta.0 → 2.25.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@veracity/vui",
3
- "version": "2.25.1-beta.0",
3
+ "version": "2.25.1",
4
4
  "description": "Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.",
5
5
  "module": "./dist/esm/index.js",
6
6
  "main": "./dist/cjs/index.js",
@@ -13,7 +13,7 @@ export type DatePickerProps = Omit<BoxProps, 'size' | 'variant'> &
13
13
  autoOpened?: boolean
14
14
  /** Available date range for the Calendar */
15
15
  boundaries?: DateRange
16
- /** Should the popup be anchored to the left or right of the button @deprecated Please use placement ↓ */
16
+ /** @deprecated Please use placement ↓ */
17
17
  popupPosition?: DatePickerPopupPosition
18
18
  /** Preferred placement of the content. Might be flipped if needs more space. */
19
19
  placement?: Placement
@@ -25,6 +25,6 @@ export type DatePickerProps = Omit<BoxProps, 'size' | 'variant'> &
25
25
  slotBottom?: ReactNode
26
26
  /** Custom content displayed at the top of the panel */
27
27
  slotTop?: ReactNode
28
- /** Date selected */
28
+ /** Date selected callback */
29
29
  onSelected?: (date?: Date) => void
30
30
  }
@@ -211,7 +211,7 @@ export const seaBlue = {
211
211
  65: 'hsl(218, 100%, 65%)',
212
212
  60: 'hsl(218, 100%, 60%)',
213
213
  55: 'hsl(218, 100%, 55%)',
214
- 50: 'hsl(218, 100%, 55%)',
214
+ 50: 'hsl(218, 100%, 50%)',
215
215
  45: 'hsl(218, 100%, 45%)',
216
216
  40: 'hsl(218, 100%, 40%)',
217
217
  35: 'hsl(218, 100%, 35%)',