@sikka/hawa 0.6.9-next → 0.6.10-next
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.css +3 -0
- package/dist/index.d.mts +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -143,8 +143,6 @@ type TooltipTypes = {
|
|
|
143
143
|
declare const Tooltip: React__default.FunctionComponent<TooltipTypes>;
|
|
144
144
|
|
|
145
145
|
type CodeBlockTypes = {
|
|
146
|
-
/** Sets the theme color of the code block.*/
|
|
147
|
-
color?: "dark" | "light";
|
|
148
146
|
/** Specifies the programming language for syntax highlighting.*/
|
|
149
147
|
language?: string;
|
|
150
148
|
/** Defines the width of the code block.*/
|
package/dist/index.d.ts
CHANGED
|
@@ -143,8 +143,6 @@ type TooltipTypes = {
|
|
|
143
143
|
declare const Tooltip: React__default.FunctionComponent<TooltipTypes>;
|
|
144
144
|
|
|
145
145
|
type CodeBlockTypes = {
|
|
146
|
-
/** Sets the theme color of the code block.*/
|
|
147
|
-
color?: "dark" | "light";
|
|
148
146
|
/** Specifies the programming language for syntax highlighting.*/
|
|
149
147
|
language?: string;
|
|
150
148
|
/** Defines the width of the code block.*/
|