@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 CHANGED
@@ -1973,6 +1973,9 @@ input[type="number"]::-webkit-inner-spin-button,
1973
1973
  .hawa-pt-1 {
1974
1974
  padding-top: 0.25rem;
1975
1975
  }
1976
+ .hawa-pt-10 {
1977
+ padding-top: 2.5rem;
1978
+ }
1976
1979
  .hawa-pt-2 {
1977
1980
  padding-top: 0.5rem;
1978
1981
  }
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.*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.6.9-next",
3
+ "version": "0.6.10-next",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {