@nulogy/components 10.2.0 → 10.2.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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const HelpText: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, import("react").HTMLAttributes<HTMLParagraphElement> & {
3
2
  inline?: boolean;
4
3
  disabled?: boolean;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { SpaceProps, TypographyProps, FlexboxProps } from "styled-system";
3
2
  export declare const StatusIndicatorValues: {
4
3
  readonly neutral: "neutral";
@@ -10,8 +9,8 @@ export declare const StatusIndicatorValues: {
10
9
  readonly quiet: "quiet";
11
10
  };
12
11
  export type StatusIndicatorType = typeof StatusIndicatorValues[keyof typeof StatusIndicatorValues];
13
- type StatusIndicatorProps = SpaceProps & TypographyProps & FlexboxProps & {
12
+ interface Props extends SpaceProps, TypographyProps, FlexboxProps {
14
13
  type?: StatusIndicatorType;
15
- };
16
- declare const StatusIndicator: React.FC<StatusIndicatorProps>;
14
+ }
15
+ declare const StatusIndicator: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, Props, never>;
17
16
  export default StatusIndicator;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const Heading1: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, import("react").HTMLAttributes<HTMLParagraphElement> & {
3
2
  inline?: boolean;
4
3
  disabled?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DefaultNDSThemeType } from "../theme.type";
3
2
  import { StyledProps } from "../StyledProps";
4
3
  export type TextProps = React.HTMLAttributes<HTMLParagraphElement> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "10.2.0",
3
+ "version": "10.2.1",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -154,7 +154,7 @@
154
154
  "react-datepicker": "^4.1.0",
155
155
  "react-fast-compare": "^3.2.0",
156
156
  "react-hot-toast": "^2.4.1",
157
- "react-i18next": "^11.14.2",
157
+ "react-i18next": "^12.3.1",
158
158
  "react-input-autosize": "^2.2.2",
159
159
  "react-modal": "^3.14.4",
160
160
  "react-popper": "1.3.11",