scorer-ui-kit 2.0.4 → 2.0.6

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.
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare function SvgNoImage(): JSX.Element;
3
+ export default SvgNoImage;
@@ -7,3 +7,4 @@ export { default as Required } from './Required';
7
7
  export { default as Success } from './Success';
8
8
  export { default as AvatarPlaceholder } from './AvatarPlaceholder';
9
9
  export { default as CheckMark } from './checkmark';
10
+ export { default as NoImage } from './NoImage';
@@ -10,6 +10,9 @@ export declare const custom: {
10
10
  highlightLine: {
11
11
  stroke: string;
12
12
  };
13
+ highlightLineBorder: {
14
+ stroke: string;
15
+ };
13
16
  grabHandle: {
14
17
  fill: string;
15
18
  stroke: string;
@@ -55,6 +58,9 @@ export declare const custom: {
55
58
  highlightLine: {
56
59
  stroke: string;
57
60
  };
61
+ highlightLineBorder: {
62
+ stroke: string;
63
+ };
58
64
  grabHandle: {
59
65
  fill: string;
60
66
  stroke: string;
@@ -100,6 +106,9 @@ export declare const custom: {
100
106
  highlightLine: {
101
107
  stroke: string;
102
108
  };
109
+ highlightLineBorder: {
110
+ stroke: string;
111
+ };
103
112
  grabHandle: {
104
113
  fill: string;
105
114
  stroke: string;
@@ -1467,6 +1467,9 @@ declare const _default: {
1467
1467
  highlightLine: {
1468
1468
  stroke: string;
1469
1469
  };
1470
+ highlightLineBorder: {
1471
+ stroke: string;
1472
+ };
1470
1473
  grabHandle: {
1471
1474
  fill: string;
1472
1475
  stroke: string;
@@ -1512,6 +1515,9 @@ declare const _default: {
1512
1515
  highlightLine: {
1513
1516
  stroke: string;
1514
1517
  };
1518
+ highlightLineBorder: {
1519
+ stroke: string;
1520
+ };
1515
1521
  grabHandle: {
1516
1522
  fill: string;
1517
1523
  stroke: string;
@@ -1557,6 +1563,9 @@ declare const _default: {
1557
1563
  highlightLine: {
1558
1564
  stroke: string;
1559
1565
  };
1566
+ highlightLineBorder: {
1567
+ stroke: string;
1568
+ };
1560
1569
  grabHandle: {
1561
1570
  fill: string;
1562
1571
  stroke: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scorer-ui-kit",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "SCORER UI Components",
5
5
  "author": "Josh Lipps",
6
6
  "license": "MIT",