@northlight/ui 2.18.0 → 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.
- package/dist/es/northlight.d.ts +1 -1
- package/package.json +3 -3
package/dist/es/northlight.d.ts
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "2.18.2",
|
|
4
4
|
"description": "Northlight UI library, based on Chakra-ui",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Mediatool",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@emotion/styled": "^11.11.0",
|
|
40
40
|
"@hookform/resolvers": "^3.3.2",
|
|
41
41
|
"@internationalized/date": "^3.5.0",
|
|
42
|
-
"@northlight/icons": "^1.3.
|
|
42
|
+
"@northlight/icons": "^1.3.3",
|
|
43
43
|
"@northlight/tokens": "^1.4.0",
|
|
44
44
|
"@react-aria/button": "^3.8.2",
|
|
45
45
|
"@react-aria/calendar": "^3.5.0",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"react-dom": ">=18.0.0",
|
|
102
102
|
"react-router-dom": "^5.0.0"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "8d35a651c3b7f08ab2a6bf402396e77ab09e991f"
|
|
105
105
|
}
|