@ttoss/ui 1.14.0 → 1.14.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +10 -9
package/dist/index.d.ts CHANGED
@@ -6,9 +6,9 @@ export { Theme } from '@theme-ui/core';
6
6
  export { useBreakpointIndex, useResponsiveValue } from '@theme-ui/match-media';
7
7
  export { Themed } from '@theme-ui/mdx';
8
8
  import * as React from 'react';
9
- import * as _theme_ui_components from '@theme-ui/components';
10
9
  import { ButtonProps, ProgressProps } from '@theme-ui/components';
11
10
  export { Box, BoxProps, ButtonProps, Card, CardProps, Divider, DividerProps, Flex, FlexProps, Heading, HeadingProps, Image, ImageProps, Input, InputProps, Link, LinkProps, Select, SelectProps, Text, TextProps } from '@theme-ui/components';
11
+ import * as _theme_ui_components_dist_declarations_src_types from '@theme-ui/components/dist/declarations/src/types';
12
12
 
13
13
  declare type ThemeProviderProps = {
14
14
  children?: React.ReactNode;
@@ -32,6 +32,6 @@ declare type FormFieldProps = {
32
32
  declare const FormField: ({ children, label, error }: FormFieldProps) => JSX.Element;
33
33
 
34
34
  declare type LinearProgressProps = ProgressProps;
35
- declare const LinearProgress: _theme_ui_components.ForwardRef<HTMLProgressElement, ProgressProps>;
35
+ declare const LinearProgress: _theme_ui_components_dist_declarations_src_types.ForwardRef<HTMLProgressElement, ProgressProps>;
36
36
 
37
37
  export { Button, FormField, FormFieldProps, LinearProgress, LinearProgressProps, ThemeProvider, ThemeProviderProps, useTheme };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/ui",
3
- "version": "1.14.0",
3
+ "version": "1.14.3",
4
4
  "description": "Primitive layout, typographic, and other components for styling applications.",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
@@ -34,18 +34,19 @@
34
34
  "dependencies": {
35
35
  "@emotion/react": "^11",
36
36
  "@emotion/styled": "^11",
37
- "@theme-ui/color": "^0.13.1",
38
- "@theme-ui/components": "^0.13.1",
39
- "@theme-ui/core": "^0.13.1",
40
- "@theme-ui/match-media": "^0.13.1",
41
- "@theme-ui/mdx": "^0.13.1"
37
+ "@mdx-js/react": "^1",
38
+ "@theme-ui/color": "^0.14.3",
39
+ "@theme-ui/components": "^0.14.3",
40
+ "@theme-ui/core": "^0.14.3",
41
+ "@theme-ui/match-media": "^0.14.3",
42
+ "@theme-ui/mdx": "^0.14.3"
42
43
  },
43
44
  "peerDependencies": {
44
45
  "react": ">=16.8.0"
45
46
  },
46
47
  "devDependencies": {
47
- "@ttoss/config": "^1.14.0",
48
- "@ttoss/test-utils": "^1.14.0"
48
+ "@ttoss/config": "^1.14.3",
49
+ "@ttoss/test-utils": "^1.14.3"
49
50
  },
50
- "gitHead": "bbcc5a8487112ce78a1873b19349b903299ff26e"
51
+ "gitHead": "0930d6b8f8d7bce388ea223298fa2b71c5717058"
51
52
  }