@redsift/table 8.0.6 → 8.0.7

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/index.d.ts +2 -2
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -127,7 +127,7 @@ interface TextCellProps extends ComponentProps<'div'> {
127
127
  */
128
128
  leftIcon?: string;
129
129
  /** Left Icon Color variant. */
130
- leftIconColor?: ColorPalette | ProductColorPalette | string;
130
+ leftIconColor?: ColorPalette | ProductColorPalette | (string & {});
131
131
  /**
132
132
  * Icon path data (`d` property of the `path` SVG element).<br />
133
133
  * See <a href="https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths">https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths</a>.<br />
@@ -136,7 +136,7 @@ interface TextCellProps extends ComponentProps<'div'> {
136
136
  */
137
137
  rightIcon?: string;
138
138
  /** Right Icon Color variant. */
139
- rightIconColor?: ColorPalette | ProductColorPalette | string;
139
+ rightIconColor?: ColorPalette | ProductColorPalette | (string & {});
140
140
  /** Shield variant. */
141
141
  shieldVariant?: ShieldVariant;
142
142
  }
package/package.json CHANGED
@@ -30,7 +30,7 @@
30
30
  "test": "yarn test:unit && yarn test:storybook"
31
31
  },
32
32
  "types": "types.d.ts",
33
- "version": "8.0.6",
33
+ "version": "8.0.7",
34
34
  "dependencies": {
35
35
  "@emotion/react": "^11.11.0",
36
36
  "@emotion/styled": "^11.11.0",
@@ -92,5 +92,5 @@
92
92
  "react-dom": "17 || 18",
93
93
  "styled-components": "^5.3.5"
94
94
  },
95
- "gitHead": "1953def33c346df6bb57127edfc59a37a40373ed"
95
+ "gitHead": "1ed2d9af25652c7a7cf003dca2e8546d060bf900"
96
96
  }