@theroutingcompany/components 0.0.105 → 0.0.106-alpha.0

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": "@theroutingcompany/components",
3
- "version": "0.0.105",
3
+ "version": "0.0.106-alpha.0",
4
4
  "description": "The Routing Company Components",
5
5
  "main": "./dist/trc-components.umd.js",
6
6
  "module": "./dist/trc-components.es.js",
@@ -6,7 +6,7 @@ export type LoadingProp = {
6
6
  };
7
7
  export declare const childwrapper: (props: LoadingProp) => string;
8
8
  export declare const disabled: (props: {
9
- disabled: boolean;
9
+ disabled?: boolean;
10
10
  }) => "\n opacity: 0.8;\n\n &:hover {\n cursor: not-allowed;\n }\n " | undefined;
11
11
  export declare const group: () => string;
12
12
  export declare const primary: import("styled-components").FlattenSimpleInterpolation;