@northlight/ui 2.18.1 → 2.18.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.
@@ -460,7 +460,7 @@ interface BlinkerProps {
460
460
  */
461
461
  declare const Blinker: ({ color, size, isBlinking, ...rest }: BlinkerProps) => JSX.Element;
462
462
 
463
- type ButtonVariants = 'default' | 'danger' | 'success' | 'brand' | 'brandSubdued' | 'link' | 'ghost';
463
+ type ButtonVariants = 'default' | 'danger' | 'success' | 'brand' | 'brandSubdued' | 'link' | 'ghost' | 'ai';
464
464
  type ButtonProps = Omit<ButtonProps$1, 'as' | 'size'> & {
465
465
  variant?: ButtonVariants;
466
466
  size?: 'xs' | 'sm' | 'md' | 'lg';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@northlight/ui",
3
- "version": "2.18.1",
3
+ "version": "2.18.2",
4
4
  "description": "Northlight UI library, based on Chakra-ui",
5
5
  "license": "MIT",
6
6
  "author": "Mediatool",
@@ -101,5 +101,5 @@
101
101
  "react-dom": ">=18.0.0",
102
102
  "react-router-dom": "^5.0.0"
103
103
  },
104
- "gitHead": "ac13bb86a600251fe825193e09c74506a2949a93"
104
+ "gitHead": "8d35a651c3b7f08ab2a6bf402396e77ab09e991f"
105
105
  }