@sanity/ui 3.0.0-static.12 → 3.0.0-static.13

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.
@@ -814,7 +814,19 @@ declare namespace Text_2 {
814
814
  export {Text_2 as Text}
815
815
 
816
816
  /** @public */
817
- declare type TextElementType = 'div' | 'label' | 'li' | 'span' | ComponentType
817
+ declare type TextElementType =
818
+ | 'div'
819
+ | 'h1'
820
+ | 'h2'
821
+ | 'h3'
822
+ | 'h4'
823
+ | 'h5'
824
+ | 'h6'
825
+ | 'label'
826
+ | 'li'
827
+ | 'p'
828
+ | 'span'
829
+ | ComponentType
818
830
 
819
831
  /**
820
832
  * Single line text input.
@@ -814,7 +814,19 @@ declare namespace Text_2 {
814
814
  export {Text_2 as Text}
815
815
 
816
816
  /** @public */
817
- declare type TextElementType = 'div' | 'label' | 'li' | 'span' | ComponentType
817
+ declare type TextElementType =
818
+ | 'div'
819
+ | 'h1'
820
+ | 'h2'
821
+ | 'h3'
822
+ | 'h4'
823
+ | 'h5'
824
+ | 'h6'
825
+ | 'label'
826
+ | 'li'
827
+ | 'p'
828
+ | 'span'
829
+ | ComponentType
818
830
 
819
831
  /**
820
832
  * Single line text input.
package/dist/cli.js CHANGED
@@ -335,7 +335,7 @@ class CAC extends events.EventEmitter {
335
335
  }
336
336
  }
337
337
  const cac = (name = "") => new CAC(name);
338
- var version = "3.0.0-static.12";
338
+ var version = "3.0.0-static.13";
339
339
  const cli = cac("ui");
340
340
  cli.command("build").option("--cwd [cwd]", "Working directory").option("--outDir [outDir]", "Output directory").action(async (options) => {
341
341
  const {
package/dist/css.js CHANGED
@@ -4765,7 +4765,7 @@ function tooltipCard() {
4765
4765
  return _comp("tooltip-card");
4766
4766
  }
4767
4767
  function srOnly() {
4768
- return composeClassNames("sr-only");
4768
+ return _comp(composeClassNames("sr-only"));
4769
4769
  }
4770
4770
  exports.BREAKPOINTS = BREAKPOINTS;
4771
4771
  exports.PREFIX = PREFIX;