@narmi/design_system 5.1.1 → 5.1.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/index.js.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/rgbColors.scss +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/css/tokens.scss +1 -1
- package/dist/tokens/js/colors.esm.js +1 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.esm.js +1 -1
- package/dist/tokens/js/manifest.js +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/dist/types/TableSelect/index.d.ts +5 -2
- package/dist/types/TableSelect/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/tokens/js/colors.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { TableSelectItemProps } from './Item';
|
|
2
|
+
import { default as Item, TableSelectItemProps } from './Item';
|
|
3
3
|
export type TableSelectItem = React.ReactElement<TableSelectItemProps>;
|
|
4
4
|
export interface TableSelectProps {
|
|
5
5
|
/** Input Id / name */
|
|
@@ -23,10 +23,13 @@ export interface TableSelectProps {
|
|
|
23
23
|
hasError?: boolean;
|
|
24
24
|
}
|
|
25
25
|
export declare const itemToString: (item: TableSelectItem | null) => string;
|
|
26
|
+
interface TableSelectComponent extends React.ForwardRefExoticComponent<TableSelectProps & React.RefAttributes<HTMLInputElement>> {
|
|
27
|
+
Item: typeof Item;
|
|
28
|
+
}
|
|
26
29
|
/**
|
|
27
30
|
* Table Field in the form of a select dropdown.
|
|
28
31
|
* This component forward `ref` to the underlying hidden input.
|
|
29
32
|
*/
|
|
30
|
-
declare const TableSelect:
|
|
33
|
+
declare const TableSelect: TableSelectComponent;
|
|
31
34
|
export default TableSelect;
|
|
32
35
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/TableSelect/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/TableSelect/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC,OAAO,IAAI,EAAE,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAAC;AAEpD,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,YAAY,CAAC,oBAAoB,CAAC,CAAC;AAEvE,MAAM,WAAW,gBAAgB;IAC/B,sBAAsB;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,oCAAoC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2EAA2E;IAC3E,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,6DAA6D;IAC7D,YAAY,CAAC,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;IACrC,oCAAoC;IACpC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,GAAI,MAAM,eAAe,GAAG,IAAI,WAChC,CAAC;AAE1B,UAAU,oBAAqB,SAAQ,KAAK,CAAC,yBAAyB,CACpE,gBAAgB,GAAG,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CACzD;IACC,IAAI,EAAE,OAAO,IAAI,CAAC;CACnB;AAED;;;GAGG;AAEH,QAAA,MAAM,WAAW,EAyHD,oBAAoB,CAAC;AAGrC,eAAe,WAAW,CAAC"}
|