styled-components 5.3.5 → 5.3.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 (514) hide show
  1. package/README.md +2 -2
  2. package/dist/styled-components.browser.cjs.js +1 -1
  3. package/dist/styled-components.browser.cjs.js.map +1 -1
  4. package/dist/styled-components.browser.esm.js +1 -1
  5. package/dist/styled-components.browser.esm.js.map +1 -1
  6. package/dist/styled-components.cjs.js +1 -1
  7. package/dist/styled-components.cjs.js.map +1 -1
  8. package/dist/styled-components.esm.js +1 -1
  9. package/dist/styled-components.esm.js.map +1 -1
  10. package/dist/styled-components.js +1 -1
  11. package/dist/styled-components.js.map +1 -1
  12. package/dist/styled-components.min.js +1 -1
  13. package/dist/styled-components.min.js.map +1 -1
  14. package/native/dist/base.d.ts +3 -3
  15. package/native/dist/constructors/constructWithOptions.d.ts +24 -18
  16. package/native/dist/constructors/createGlobalStyle.d.ts +2 -2
  17. package/native/dist/constructors/css.d.ts +4 -4
  18. package/native/dist/constructors/keyframes.d.ts +1 -1
  19. package/native/dist/constructors/styled.d.ts +177 -181
  20. package/native/dist/hoc/withTheme.d.ts +2 -2
  21. package/native/dist/index.d.ts +2 -2
  22. package/native/dist/models/ComponentStyle.d.ts +1 -0
  23. package/native/dist/models/GlobalStyle.d.ts +1 -1
  24. package/native/dist/models/InlineStyle.d.ts +1 -1
  25. package/native/dist/models/StyleSheetManager.d.ts +58 -14
  26. package/native/dist/models/StyledComponent.d.ts +1 -1
  27. package/native/dist/models/StyledNativeComponent.d.ts +2 -2
  28. package/native/dist/models/ThemeProvider.d.ts +23 -1
  29. package/native/dist/native/index.d.ts +29 -57
  30. package/native/dist/sheet/Tag.d.ts +3 -3
  31. package/native/dist/sheet/dom.d.ts +1 -1
  32. package/native/dist/styled-components.native.cjs.js +5 -5
  33. package/native/dist/styled-components.native.cjs.js.map +1 -1
  34. package/native/dist/styled-components.native.esm.js +5 -5
  35. package/native/dist/styled-components.native.esm.js.map +1 -1
  36. package/native/dist/test/utils.d.ts +176 -180
  37. package/native/dist/types.d.ts +111 -84
  38. package/native/dist/utils/checkDynamicCreation.d.ts +1 -1
  39. package/native/dist/utils/determineTheme.d.ts +2 -2
  40. package/native/dist/utils/domElements.d.ts +1 -1
  41. package/native/dist/utils/empties.d.ts +2 -2
  42. package/native/dist/utils/flatten.d.ts +3 -3
  43. package/native/dist/utils/generateDisplayName.d.ts +1 -1
  44. package/native/dist/utils/getComponentName.d.ts +1 -1
  45. package/native/dist/utils/interleave.d.ts +1 -1
  46. package/native/dist/utils/isStaticRules.d.ts +1 -1
  47. package/native/dist/utils/isStyledComponent.d.ts +1 -1
  48. package/native/dist/utils/isTag.d.ts +1 -1
  49. package/native/dist/utils/joinStrings.d.ts +1 -1
  50. package/native/dist/utils/mixinDeep.d.ts +1 -2
  51. package/native/dist/utils/stylis.d.ts +5 -4
  52. package/package.json +2 -4
  53. package/primitives/dist/styled-components-primitives.cjs.js +5 -5
  54. package/primitives/dist/styled-components-primitives.cjs.js.map +1 -1
  55. package/primitives/dist/styled-components-primitives.esm.js +5 -5
  56. package/primitives/dist/styled-components-primitives.esm.js.map +1 -1
  57. package/native/dist/base.d.ts.map +0 -1
  58. package/native/dist/constants.d.ts.map +0 -1
  59. package/native/dist/constructors/constructWithOptions.d.ts.map +0 -1
  60. package/native/dist/constructors/createGlobalStyle.d.ts.map +0 -1
  61. package/native/dist/constructors/css.d.ts.map +0 -1
  62. package/native/dist/constructors/keyframes.d.ts.map +0 -1
  63. package/native/dist/constructors/styled.d.ts.map +0 -1
  64. package/native/dist/dist/base.d.ts +0 -18
  65. package/native/dist/dist/base.d.ts.map +0 -1
  66. package/native/dist/dist/constants.d.ts +0 -9
  67. package/native/dist/dist/constants.d.ts.map +0 -1
  68. package/native/dist/dist/constructors/constructWithOptions.d.ts +0 -20
  69. package/native/dist/dist/constructors/constructWithOptions.d.ts.map +0 -1
  70. package/native/dist/dist/constructors/createGlobalStyle.d.ts +0 -4
  71. package/native/dist/dist/constructors/createGlobalStyle.d.ts.map +0 -1
  72. package/native/dist/dist/constructors/css.d.ts +0 -5
  73. package/native/dist/dist/constructors/css.d.ts.map +0 -1
  74. package/native/dist/dist/constructors/keyframes.d.ts +0 -4
  75. package/native/dist/dist/constructors/keyframes.d.ts.map +0 -1
  76. package/native/dist/dist/constructors/styled.d.ts +0 -186
  77. package/native/dist/dist/constructors/styled.d.ts.map +0 -1
  78. package/native/dist/dist/hoc/withTheme.d.ts +0 -4
  79. package/native/dist/dist/hoc/withTheme.d.ts.map +0 -1
  80. package/native/dist/dist/hoc/withTheme.spec.d.ts +0 -2
  81. package/native/dist/dist/hoc/withTheme.spec.d.ts.map +0 -1
  82. package/native/dist/dist/hooks/useTheme.d.ts +0 -4
  83. package/native/dist/dist/hooks/useTheme.d.ts.map +0 -1
  84. package/native/dist/dist/index-standalone.d.ts +0 -3
  85. package/native/dist/dist/index-standalone.d.ts.map +0 -1
  86. package/native/dist/dist/index.d.ts +0 -4
  87. package/native/dist/dist/index.d.ts.map +0 -1
  88. package/native/dist/dist/macro/index.d.ts +0 -3
  89. package/native/dist/dist/macro/index.d.ts.map +0 -1
  90. package/native/dist/dist/macro/test/babel.config.d.ts +0 -1
  91. package/native/dist/dist/macro/test/babel.config.d.ts.map +0 -1
  92. package/native/dist/dist/models/ComponentStyle.d.ts +0 -16
  93. package/native/dist/dist/models/ComponentStyle.d.ts.map +0 -1
  94. package/native/dist/dist/models/GlobalStyle.d.ts +0 -12
  95. package/native/dist/dist/models/GlobalStyle.d.ts.map +0 -1
  96. package/native/dist/dist/models/InlineStyle.d.ts +0 -7
  97. package/native/dist/dist/models/InlineStyle.d.ts.map +0 -1
  98. package/native/dist/dist/models/Keyframes.d.ts +0 -12
  99. package/native/dist/dist/models/Keyframes.d.ts.map +0 -1
  100. package/native/dist/dist/models/ServerStyleSheet.d.ts +0 -16
  101. package/native/dist/dist/models/ServerStyleSheet.d.ts.map +0 -1
  102. package/native/dist/dist/models/StyleSheetManager.d.ts +0 -22
  103. package/native/dist/dist/models/StyleSheetManager.d.ts.map +0 -1
  104. package/native/dist/dist/models/StyledComponent.d.ts +0 -4
  105. package/native/dist/dist/models/StyledComponent.d.ts.map +0 -1
  106. package/native/dist/dist/models/StyledNativeComponent.d.ts +0 -4
  107. package/native/dist/dist/models/StyledNativeComponent.d.ts.map +0 -1
  108. package/native/dist/dist/models/ThemeProvider.d.ts +0 -18
  109. package/native/dist/dist/models/ThemeProvider.d.ts.map +0 -1
  110. package/native/dist/dist/native/index.d.ts +0 -65
  111. package/native/dist/dist/native/index.d.ts.map +0 -1
  112. package/native/dist/dist/primitives/index.d.ts +0 -23
  113. package/native/dist/dist/primitives/index.d.ts.map +0 -1
  114. package/native/dist/dist/secretInternals.d.ts +0 -6
  115. package/native/dist/dist/secretInternals.d.ts.map +0 -1
  116. package/native/dist/dist/sheet/GroupIDAllocator.d.ts +0 -5
  117. package/native/dist/dist/sheet/GroupIDAllocator.d.ts.map +0 -1
  118. package/native/dist/dist/sheet/GroupedTag.d.ts +0 -12
  119. package/native/dist/dist/sheet/GroupedTag.d.ts.map +0 -1
  120. package/native/dist/dist/sheet/Rehydration.d.ts +0 -4
  121. package/native/dist/dist/sheet/Rehydration.d.ts.map +0 -1
  122. package/native/dist/dist/sheet/Sheet.d.ts +0 -41
  123. package/native/dist/dist/sheet/Sheet.d.ts.map +0 -1
  124. package/native/dist/dist/sheet/Tag.d.ts +0 -55
  125. package/native/dist/dist/sheet/Tag.d.ts.map +0 -1
  126. package/native/dist/dist/sheet/dom.d.ts +0 -5
  127. package/native/dist/dist/sheet/dom.d.ts.map +0 -1
  128. package/native/dist/dist/sheet/index.d.ts +0 -2
  129. package/native/dist/dist/sheet/index.d.ts.map +0 -1
  130. package/native/dist/dist/sheet/types.d.ts +0 -35
  131. package/native/dist/dist/sheet/types.d.ts.map +0 -1
  132. package/native/dist/dist/test/globals.d.ts +0 -3
  133. package/native/dist/dist/test/globals.d.ts.map +0 -1
  134. package/native/dist/dist/test/utils.d.ts +0 -192
  135. package/native/dist/dist/test/utils.d.ts.map +0 -1
  136. package/native/dist/dist/types.d.ts +0 -121
  137. package/native/dist/dist/types.d.ts.map +0 -1
  138. package/native/dist/dist/utils/addUnitIfNeeded.d.ts +0 -2
  139. package/native/dist/dist/utils/addUnitIfNeeded.d.ts.map +0 -1
  140. package/native/dist/dist/utils/checkDynamicCreation.d.ts +0 -2
  141. package/native/dist/dist/utils/checkDynamicCreation.d.ts.map +0 -1
  142. package/native/dist/dist/utils/createWarnTooManyClasses.d.ts +0 -4
  143. package/native/dist/dist/utils/createWarnTooManyClasses.d.ts.map +0 -1
  144. package/native/dist/dist/utils/determineTheme.d.ts +0 -3
  145. package/native/dist/dist/utils/determineTheme.d.ts.map +0 -1
  146. package/native/dist/dist/utils/domElements.d.ts +0 -3
  147. package/native/dist/dist/utils/domElements.d.ts.map +0 -1
  148. package/native/dist/dist/utils/empties.d.ts +0 -4
  149. package/native/dist/dist/utils/empties.d.ts.map +0 -1
  150. package/native/dist/dist/utils/error.d.ts +0 -6
  151. package/native/dist/dist/utils/error.d.ts.map +0 -1
  152. package/native/dist/dist/utils/errors.d.ts +0 -21
  153. package/native/dist/dist/utils/errors.d.ts.map +0 -1
  154. package/native/dist/dist/utils/escape.d.ts +0 -6
  155. package/native/dist/dist/utils/escape.d.ts.map +0 -1
  156. package/native/dist/dist/utils/flatten.d.ts +0 -5
  157. package/native/dist/dist/utils/flatten.d.ts.map +0 -1
  158. package/native/dist/dist/utils/generateAlphabeticName.d.ts +0 -2
  159. package/native/dist/dist/utils/generateAlphabeticName.d.ts.map +0 -1
  160. package/native/dist/dist/utils/generateComponentId.d.ts +0 -2
  161. package/native/dist/dist/utils/generateComponentId.d.ts.map +0 -1
  162. package/native/dist/dist/utils/generateDisplayName.d.ts +0 -3
  163. package/native/dist/dist/utils/generateDisplayName.d.ts.map +0 -1
  164. package/native/dist/dist/utils/getComponentName.d.ts +0 -3
  165. package/native/dist/dist/utils/getComponentName.d.ts.map +0 -1
  166. package/native/dist/dist/utils/hash.d.ts +0 -4
  167. package/native/dist/dist/utils/hash.d.ts.map +0 -1
  168. package/native/dist/dist/utils/hoist.d.ts +0 -52
  169. package/native/dist/dist/utils/hoist.d.ts.map +0 -1
  170. package/native/dist/dist/utils/hyphenateStyleName.d.ts +0 -15
  171. package/native/dist/dist/utils/hyphenateStyleName.d.ts.map +0 -1
  172. package/native/dist/dist/utils/interleave.d.ts +0 -3
  173. package/native/dist/dist/utils/interleave.d.ts.map +0 -1
  174. package/native/dist/dist/utils/isFunction.d.ts +0 -2
  175. package/native/dist/dist/utils/isFunction.d.ts.map +0 -1
  176. package/native/dist/dist/utils/isPlainObject.d.ts +0 -2
  177. package/native/dist/dist/utils/isPlainObject.d.ts.map +0 -1
  178. package/native/dist/dist/utils/isStatelessFunction.d.ts +0 -2
  179. package/native/dist/dist/utils/isStatelessFunction.d.ts.map +0 -1
  180. package/native/dist/dist/utils/isStaticRules.d.ts +0 -3
  181. package/native/dist/dist/utils/isStaticRules.d.ts.map +0 -1
  182. package/native/dist/dist/utils/isStyledComponent.d.ts +0 -3
  183. package/native/dist/dist/utils/isStyledComponent.d.ts.map +0 -1
  184. package/native/dist/dist/utils/isTag.d.ts +0 -3
  185. package/native/dist/dist/utils/isTag.d.ts.map +0 -1
  186. package/native/dist/dist/utils/joinStrings.d.ts +0 -5
  187. package/native/dist/dist/utils/joinStrings.d.ts.map +0 -1
  188. package/native/dist/dist/utils/mixinDeep.d.ts +0 -8
  189. package/native/dist/dist/utils/mixinDeep.d.ts.map +0 -1
  190. package/native/dist/dist/utils/nonce.d.ts +0 -2
  191. package/native/dist/dist/utils/nonce.d.ts.map +0 -1
  192. package/native/dist/dist/utils/stylis.d.ts +0 -10
  193. package/native/dist/dist/utils/stylis.d.ts.map +0 -1
  194. package/native/dist/hoc/withTheme.d.ts.map +0 -1
  195. package/native/dist/hoc/withTheme.spec.d.ts.map +0 -1
  196. package/native/dist/hooks/useTheme.d.ts.map +0 -1
  197. package/native/dist/index-standalone.d.ts.map +0 -1
  198. package/native/dist/index.d.ts.map +0 -1
  199. package/native/dist/macro/index.d.ts.map +0 -1
  200. package/native/dist/macro/test/babel.config.d.ts +0 -1
  201. package/native/dist/macro/test/babel.config.d.ts.map +0 -1
  202. package/native/dist/models/ComponentStyle.d.ts.map +0 -1
  203. package/native/dist/models/GlobalStyle.d.ts.map +0 -1
  204. package/native/dist/models/InlineStyle.d.ts.map +0 -1
  205. package/native/dist/models/Keyframes.d.ts.map +0 -1
  206. package/native/dist/models/ServerStyleSheet.d.ts.map +0 -1
  207. package/native/dist/models/StyleSheetManager.d.ts.map +0 -1
  208. package/native/dist/models/StyledComponent.d.ts.map +0 -1
  209. package/native/dist/models/StyledNativeComponent.d.ts.map +0 -1
  210. package/native/dist/models/ThemeProvider.d.ts.map +0 -1
  211. package/native/dist/native/index.d.ts.map +0 -1
  212. package/native/dist/primitives/index.d.ts +0 -23
  213. package/native/dist/primitives/index.d.ts.map +0 -1
  214. package/native/dist/secretInternals.d.ts.map +0 -1
  215. package/native/dist/sheet/GroupIDAllocator.d.ts.map +0 -1
  216. package/native/dist/sheet/GroupedTag.d.ts.map +0 -1
  217. package/native/dist/sheet/Rehydration.d.ts.map +0 -1
  218. package/native/dist/sheet/Sheet.d.ts.map +0 -1
  219. package/native/dist/sheet/Tag.d.ts.map +0 -1
  220. package/native/dist/sheet/dom.d.ts.map +0 -1
  221. package/native/dist/sheet/index.d.ts.map +0 -1
  222. package/native/dist/sheet/types.d.ts.map +0 -1
  223. package/native/dist/test/globals.d.ts.map +0 -1
  224. package/native/dist/test/utils.d.ts.map +0 -1
  225. package/native/dist/types.d.ts.map +0 -1
  226. package/native/dist/utils/addUnitIfNeeded.d.ts.map +0 -1
  227. package/native/dist/utils/checkDynamicCreation.d.ts.map +0 -1
  228. package/native/dist/utils/createWarnTooManyClasses.d.ts.map +0 -1
  229. package/native/dist/utils/determineTheme.d.ts.map +0 -1
  230. package/native/dist/utils/domElements.d.ts.map +0 -1
  231. package/native/dist/utils/empties.d.ts.map +0 -1
  232. package/native/dist/utils/error.d.ts.map +0 -1
  233. package/native/dist/utils/errors.d.ts.map +0 -1
  234. package/native/dist/utils/escape.d.ts.map +0 -1
  235. package/native/dist/utils/flatten.d.ts.map +0 -1
  236. package/native/dist/utils/generateAlphabeticName.d.ts.map +0 -1
  237. package/native/dist/utils/generateComponentId.d.ts.map +0 -1
  238. package/native/dist/utils/generateDisplayName.d.ts.map +0 -1
  239. package/native/dist/utils/getComponentName.d.ts.map +0 -1
  240. package/native/dist/utils/hash.d.ts.map +0 -1
  241. package/native/dist/utils/hoist.d.ts.map +0 -1
  242. package/native/dist/utils/hyphenateStyleName.d.ts.map +0 -1
  243. package/native/dist/utils/interleave.d.ts.map +0 -1
  244. package/native/dist/utils/isFunction.d.ts.map +0 -1
  245. package/native/dist/utils/isPlainObject.d.ts.map +0 -1
  246. package/native/dist/utils/isStatelessFunction.d.ts.map +0 -1
  247. package/native/dist/utils/isStaticRules.d.ts.map +0 -1
  248. package/native/dist/utils/isStyledComponent.d.ts.map +0 -1
  249. package/native/dist/utils/isTag.d.ts.map +0 -1
  250. package/native/dist/utils/joinStrings.d.ts.map +0 -1
  251. package/native/dist/utils/mixinDeep.d.ts.map +0 -1
  252. package/native/dist/utils/nonce.d.ts.map +0 -1
  253. package/native/dist/utils/stylis.d.ts.map +0 -1
  254. package/postinstall.js +0 -82
  255. package/primitives/dist/base.d.ts +0 -18
  256. package/primitives/dist/base.d.ts.map +0 -1
  257. package/primitives/dist/constants.d.ts +0 -8
  258. package/primitives/dist/constants.d.ts.map +0 -1
  259. package/primitives/dist/constructors/constructWithOptions.d.ts +0 -19
  260. package/primitives/dist/constructors/constructWithOptions.d.ts.map +0 -1
  261. package/primitives/dist/constructors/createGlobalStyle.d.ts +0 -3
  262. package/primitives/dist/constructors/createGlobalStyle.d.ts.map +0 -1
  263. package/primitives/dist/constructors/css.d.ts +0 -4
  264. package/primitives/dist/constructors/css.d.ts.map +0 -1
  265. package/primitives/dist/constructors/keyframes.d.ts +0 -3
  266. package/primitives/dist/constructors/keyframes.d.ts.map +0 -1
  267. package/primitives/dist/constructors/styled.d.ts +0 -185
  268. package/primitives/dist/constructors/styled.d.ts.map +0 -1
  269. package/primitives/dist/dist/base.d.ts +0 -18
  270. package/primitives/dist/dist/base.d.ts.map +0 -1
  271. package/primitives/dist/dist/constants.d.ts +0 -9
  272. package/primitives/dist/dist/constants.d.ts.map +0 -1
  273. package/primitives/dist/dist/constructors/constructWithOptions.d.ts +0 -20
  274. package/primitives/dist/dist/constructors/constructWithOptions.d.ts.map +0 -1
  275. package/primitives/dist/dist/constructors/createGlobalStyle.d.ts +0 -4
  276. package/primitives/dist/dist/constructors/createGlobalStyle.d.ts.map +0 -1
  277. package/primitives/dist/dist/constructors/css.d.ts +0 -5
  278. package/primitives/dist/dist/constructors/css.d.ts.map +0 -1
  279. package/primitives/dist/dist/constructors/keyframes.d.ts +0 -4
  280. package/primitives/dist/dist/constructors/keyframes.d.ts.map +0 -1
  281. package/primitives/dist/dist/constructors/styled.d.ts +0 -186
  282. package/primitives/dist/dist/constructors/styled.d.ts.map +0 -1
  283. package/primitives/dist/dist/hoc/withTheme.d.ts +0 -4
  284. package/primitives/dist/dist/hoc/withTheme.d.ts.map +0 -1
  285. package/primitives/dist/dist/hoc/withTheme.spec.d.ts +0 -2
  286. package/primitives/dist/dist/hoc/withTheme.spec.d.ts.map +0 -1
  287. package/primitives/dist/dist/hooks/useTheme.d.ts +0 -4
  288. package/primitives/dist/dist/hooks/useTheme.d.ts.map +0 -1
  289. package/primitives/dist/dist/index-standalone.d.ts +0 -3
  290. package/primitives/dist/dist/index-standalone.d.ts.map +0 -1
  291. package/primitives/dist/dist/index.d.ts +0 -4
  292. package/primitives/dist/dist/index.d.ts.map +0 -1
  293. package/primitives/dist/dist/macro/index.d.ts +0 -3
  294. package/primitives/dist/dist/macro/index.d.ts.map +0 -1
  295. package/primitives/dist/dist/macro/test/babel.config.d.ts +0 -1
  296. package/primitives/dist/dist/macro/test/babel.config.d.ts.map +0 -1
  297. package/primitives/dist/dist/models/ComponentStyle.d.ts +0 -16
  298. package/primitives/dist/dist/models/ComponentStyle.d.ts.map +0 -1
  299. package/primitives/dist/dist/models/GlobalStyle.d.ts +0 -12
  300. package/primitives/dist/dist/models/GlobalStyle.d.ts.map +0 -1
  301. package/primitives/dist/dist/models/InlineStyle.d.ts +0 -7
  302. package/primitives/dist/dist/models/InlineStyle.d.ts.map +0 -1
  303. package/primitives/dist/dist/models/Keyframes.d.ts +0 -12
  304. package/primitives/dist/dist/models/Keyframes.d.ts.map +0 -1
  305. package/primitives/dist/dist/models/ServerStyleSheet.d.ts +0 -16
  306. package/primitives/dist/dist/models/ServerStyleSheet.d.ts.map +0 -1
  307. package/primitives/dist/dist/models/StyleSheetManager.d.ts +0 -22
  308. package/primitives/dist/dist/models/StyleSheetManager.d.ts.map +0 -1
  309. package/primitives/dist/dist/models/StyledComponent.d.ts +0 -4
  310. package/primitives/dist/dist/models/StyledComponent.d.ts.map +0 -1
  311. package/primitives/dist/dist/models/StyledNativeComponent.d.ts +0 -4
  312. package/primitives/dist/dist/models/StyledNativeComponent.d.ts.map +0 -1
  313. package/primitives/dist/dist/models/ThemeProvider.d.ts +0 -18
  314. package/primitives/dist/dist/models/ThemeProvider.d.ts.map +0 -1
  315. package/primitives/dist/dist/native/index.d.ts +0 -65
  316. package/primitives/dist/dist/native/index.d.ts.map +0 -1
  317. package/primitives/dist/dist/primitives/index.d.ts +0 -23
  318. package/primitives/dist/dist/primitives/index.d.ts.map +0 -1
  319. package/primitives/dist/dist/secretInternals.d.ts +0 -6
  320. package/primitives/dist/dist/secretInternals.d.ts.map +0 -1
  321. package/primitives/dist/dist/sheet/GroupIDAllocator.d.ts +0 -5
  322. package/primitives/dist/dist/sheet/GroupIDAllocator.d.ts.map +0 -1
  323. package/primitives/dist/dist/sheet/GroupedTag.d.ts +0 -12
  324. package/primitives/dist/dist/sheet/GroupedTag.d.ts.map +0 -1
  325. package/primitives/dist/dist/sheet/Rehydration.d.ts +0 -4
  326. package/primitives/dist/dist/sheet/Rehydration.d.ts.map +0 -1
  327. package/primitives/dist/dist/sheet/Sheet.d.ts +0 -41
  328. package/primitives/dist/dist/sheet/Sheet.d.ts.map +0 -1
  329. package/primitives/dist/dist/sheet/Tag.d.ts +0 -55
  330. package/primitives/dist/dist/sheet/Tag.d.ts.map +0 -1
  331. package/primitives/dist/dist/sheet/dom.d.ts +0 -5
  332. package/primitives/dist/dist/sheet/dom.d.ts.map +0 -1
  333. package/primitives/dist/dist/sheet/index.d.ts +0 -2
  334. package/primitives/dist/dist/sheet/index.d.ts.map +0 -1
  335. package/primitives/dist/dist/sheet/types.d.ts +0 -35
  336. package/primitives/dist/dist/sheet/types.d.ts.map +0 -1
  337. package/primitives/dist/dist/test/globals.d.ts +0 -3
  338. package/primitives/dist/dist/test/globals.d.ts.map +0 -1
  339. package/primitives/dist/dist/test/utils.d.ts +0 -192
  340. package/primitives/dist/dist/test/utils.d.ts.map +0 -1
  341. package/primitives/dist/dist/types.d.ts +0 -121
  342. package/primitives/dist/dist/types.d.ts.map +0 -1
  343. package/primitives/dist/dist/utils/addUnitIfNeeded.d.ts +0 -2
  344. package/primitives/dist/dist/utils/addUnitIfNeeded.d.ts.map +0 -1
  345. package/primitives/dist/dist/utils/checkDynamicCreation.d.ts +0 -2
  346. package/primitives/dist/dist/utils/checkDynamicCreation.d.ts.map +0 -1
  347. package/primitives/dist/dist/utils/createWarnTooManyClasses.d.ts +0 -4
  348. package/primitives/dist/dist/utils/createWarnTooManyClasses.d.ts.map +0 -1
  349. package/primitives/dist/dist/utils/determineTheme.d.ts +0 -3
  350. package/primitives/dist/dist/utils/determineTheme.d.ts.map +0 -1
  351. package/primitives/dist/dist/utils/domElements.d.ts +0 -3
  352. package/primitives/dist/dist/utils/domElements.d.ts.map +0 -1
  353. package/primitives/dist/dist/utils/empties.d.ts +0 -4
  354. package/primitives/dist/dist/utils/empties.d.ts.map +0 -1
  355. package/primitives/dist/dist/utils/error.d.ts +0 -6
  356. package/primitives/dist/dist/utils/error.d.ts.map +0 -1
  357. package/primitives/dist/dist/utils/errors.d.ts +0 -21
  358. package/primitives/dist/dist/utils/errors.d.ts.map +0 -1
  359. package/primitives/dist/dist/utils/escape.d.ts +0 -6
  360. package/primitives/dist/dist/utils/escape.d.ts.map +0 -1
  361. package/primitives/dist/dist/utils/flatten.d.ts +0 -5
  362. package/primitives/dist/dist/utils/flatten.d.ts.map +0 -1
  363. package/primitives/dist/dist/utils/generateAlphabeticName.d.ts +0 -2
  364. package/primitives/dist/dist/utils/generateAlphabeticName.d.ts.map +0 -1
  365. package/primitives/dist/dist/utils/generateComponentId.d.ts +0 -2
  366. package/primitives/dist/dist/utils/generateComponentId.d.ts.map +0 -1
  367. package/primitives/dist/dist/utils/generateDisplayName.d.ts +0 -3
  368. package/primitives/dist/dist/utils/generateDisplayName.d.ts.map +0 -1
  369. package/primitives/dist/dist/utils/getComponentName.d.ts +0 -3
  370. package/primitives/dist/dist/utils/getComponentName.d.ts.map +0 -1
  371. package/primitives/dist/dist/utils/hash.d.ts +0 -4
  372. package/primitives/dist/dist/utils/hash.d.ts.map +0 -1
  373. package/primitives/dist/dist/utils/hoist.d.ts +0 -52
  374. package/primitives/dist/dist/utils/hoist.d.ts.map +0 -1
  375. package/primitives/dist/dist/utils/hyphenateStyleName.d.ts +0 -15
  376. package/primitives/dist/dist/utils/hyphenateStyleName.d.ts.map +0 -1
  377. package/primitives/dist/dist/utils/interleave.d.ts +0 -3
  378. package/primitives/dist/dist/utils/interleave.d.ts.map +0 -1
  379. package/primitives/dist/dist/utils/isFunction.d.ts +0 -2
  380. package/primitives/dist/dist/utils/isFunction.d.ts.map +0 -1
  381. package/primitives/dist/dist/utils/isPlainObject.d.ts +0 -2
  382. package/primitives/dist/dist/utils/isPlainObject.d.ts.map +0 -1
  383. package/primitives/dist/dist/utils/isStatelessFunction.d.ts +0 -2
  384. package/primitives/dist/dist/utils/isStatelessFunction.d.ts.map +0 -1
  385. package/primitives/dist/dist/utils/isStaticRules.d.ts +0 -3
  386. package/primitives/dist/dist/utils/isStaticRules.d.ts.map +0 -1
  387. package/primitives/dist/dist/utils/isStyledComponent.d.ts +0 -3
  388. package/primitives/dist/dist/utils/isStyledComponent.d.ts.map +0 -1
  389. package/primitives/dist/dist/utils/isTag.d.ts +0 -3
  390. package/primitives/dist/dist/utils/isTag.d.ts.map +0 -1
  391. package/primitives/dist/dist/utils/joinStrings.d.ts +0 -5
  392. package/primitives/dist/dist/utils/joinStrings.d.ts.map +0 -1
  393. package/primitives/dist/dist/utils/mixinDeep.d.ts +0 -8
  394. package/primitives/dist/dist/utils/mixinDeep.d.ts.map +0 -1
  395. package/primitives/dist/dist/utils/nonce.d.ts +0 -2
  396. package/primitives/dist/dist/utils/nonce.d.ts.map +0 -1
  397. package/primitives/dist/dist/utils/stylis.d.ts +0 -10
  398. package/primitives/dist/dist/utils/stylis.d.ts.map +0 -1
  399. package/primitives/dist/hoc/withTheme.d.ts +0 -3
  400. package/primitives/dist/hoc/withTheme.d.ts.map +0 -1
  401. package/primitives/dist/hoc/withTheme.spec.d.ts.map +0 -1
  402. package/primitives/dist/hooks/useTheme.d.ts +0 -3
  403. package/primitives/dist/hooks/useTheme.d.ts.map +0 -1
  404. package/primitives/dist/index-standalone.d.ts +0 -2
  405. package/primitives/dist/index-standalone.d.ts.map +0 -1
  406. package/primitives/dist/index.d.ts +0 -4
  407. package/primitives/dist/index.d.ts.map +0 -1
  408. package/primitives/dist/macro/index.d.ts +0 -2
  409. package/primitives/dist/macro/index.d.ts.map +0 -1
  410. package/primitives/dist/macro/test/babel.config.d.ts +0 -1
  411. package/primitives/dist/macro/test/babel.config.d.ts.map +0 -1
  412. package/primitives/dist/models/ComponentStyle.d.ts +0 -15
  413. package/primitives/dist/models/ComponentStyle.d.ts.map +0 -1
  414. package/primitives/dist/models/GlobalStyle.d.ts +0 -11
  415. package/primitives/dist/models/GlobalStyle.d.ts.map +0 -1
  416. package/primitives/dist/models/InlineStyle.d.ts +0 -6
  417. package/primitives/dist/models/InlineStyle.d.ts.map +0 -1
  418. package/primitives/dist/models/Keyframes.d.ts +0 -11
  419. package/primitives/dist/models/Keyframes.d.ts.map +0 -1
  420. package/primitives/dist/models/ServerStyleSheet.d.ts +0 -15
  421. package/primitives/dist/models/ServerStyleSheet.d.ts.map +0 -1
  422. package/primitives/dist/models/StyleSheetManager.d.ts +0 -21
  423. package/primitives/dist/models/StyleSheetManager.d.ts.map +0 -1
  424. package/primitives/dist/models/StyledComponent.d.ts +0 -3
  425. package/primitives/dist/models/StyledComponent.d.ts.map +0 -1
  426. package/primitives/dist/models/StyledNativeComponent.d.ts +0 -3
  427. package/primitives/dist/models/StyledNativeComponent.d.ts.map +0 -1
  428. package/primitives/dist/models/ThemeProvider.d.ts +0 -17
  429. package/primitives/dist/models/ThemeProvider.d.ts.map +0 -1
  430. package/primitives/dist/native/index.d.ts +0 -65
  431. package/primitives/dist/native/index.d.ts.map +0 -1
  432. package/primitives/dist/primitives/index.d.ts +0 -23
  433. package/primitives/dist/primitives/index.d.ts.map +0 -1
  434. package/primitives/dist/secretInternals.d.ts +0 -5
  435. package/primitives/dist/secretInternals.d.ts.map +0 -1
  436. package/primitives/dist/sheet/GroupIDAllocator.d.ts +0 -4
  437. package/primitives/dist/sheet/GroupIDAllocator.d.ts.map +0 -1
  438. package/primitives/dist/sheet/GroupedTag.d.ts +0 -11
  439. package/primitives/dist/sheet/GroupedTag.d.ts.map +0 -1
  440. package/primitives/dist/sheet/Rehydration.d.ts +0 -3
  441. package/primitives/dist/sheet/Rehydration.d.ts.map +0 -1
  442. package/primitives/dist/sheet/Sheet.d.ts +0 -40
  443. package/primitives/dist/sheet/Sheet.d.ts.map +0 -1
  444. package/primitives/dist/sheet/Tag.d.ts +0 -54
  445. package/primitives/dist/sheet/Tag.d.ts.map +0 -1
  446. package/primitives/dist/sheet/dom.d.ts +0 -4
  447. package/primitives/dist/sheet/dom.d.ts.map +0 -1
  448. package/primitives/dist/sheet/index.d.ts +0 -1
  449. package/primitives/dist/sheet/index.d.ts.map +0 -1
  450. package/primitives/dist/sheet/types.d.ts +0 -34
  451. package/primitives/dist/sheet/types.d.ts.map +0 -1
  452. package/primitives/dist/test/globals.d.ts +0 -2
  453. package/primitives/dist/test/globals.d.ts.map +0 -1
  454. package/primitives/dist/test/utils.d.ts +0 -191
  455. package/primitives/dist/test/utils.d.ts.map +0 -1
  456. package/primitives/dist/types.d.ts +0 -121
  457. package/primitives/dist/types.d.ts.map +0 -1
  458. package/primitives/dist/utils/addUnitIfNeeded.d.ts +0 -1
  459. package/primitives/dist/utils/addUnitIfNeeded.d.ts.map +0 -1
  460. package/primitives/dist/utils/checkDynamicCreation.d.ts +0 -1
  461. package/primitives/dist/utils/checkDynamicCreation.d.ts.map +0 -1
  462. package/primitives/dist/utils/createWarnTooManyClasses.d.ts +0 -3
  463. package/primitives/dist/utils/createWarnTooManyClasses.d.ts.map +0 -1
  464. package/primitives/dist/utils/determineTheme.d.ts +0 -2
  465. package/primitives/dist/utils/determineTheme.d.ts.map +0 -1
  466. package/primitives/dist/utils/domElements.d.ts +0 -2
  467. package/primitives/dist/utils/domElements.d.ts.map +0 -1
  468. package/primitives/dist/utils/empties.d.ts +0 -3
  469. package/primitives/dist/utils/empties.d.ts.map +0 -1
  470. package/primitives/dist/utils/error.d.ts +0 -5
  471. package/primitives/dist/utils/error.d.ts.map +0 -1
  472. package/primitives/dist/utils/errors.d.ts +0 -20
  473. package/primitives/dist/utils/errors.d.ts.map +0 -1
  474. package/primitives/dist/utils/escape.d.ts +0 -5
  475. package/primitives/dist/utils/escape.d.ts.map +0 -1
  476. package/primitives/dist/utils/flatten.d.ts +0 -4
  477. package/primitives/dist/utils/flatten.d.ts.map +0 -1
  478. package/primitives/dist/utils/generateAlphabeticName.d.ts +0 -1
  479. package/primitives/dist/utils/generateAlphabeticName.d.ts.map +0 -1
  480. package/primitives/dist/utils/generateComponentId.d.ts +0 -1
  481. package/primitives/dist/utils/generateComponentId.d.ts.map +0 -1
  482. package/primitives/dist/utils/generateDisplayName.d.ts +0 -2
  483. package/primitives/dist/utils/generateDisplayName.d.ts.map +0 -1
  484. package/primitives/dist/utils/getComponentName.d.ts +0 -2
  485. package/primitives/dist/utils/getComponentName.d.ts.map +0 -1
  486. package/primitives/dist/utils/hash.d.ts +0 -3
  487. package/primitives/dist/utils/hash.d.ts.map +0 -1
  488. package/primitives/dist/utils/hoist.d.ts +0 -51
  489. package/primitives/dist/utils/hoist.d.ts.map +0 -1
  490. package/primitives/dist/utils/hyphenateStyleName.d.ts +0 -14
  491. package/primitives/dist/utils/hyphenateStyleName.d.ts.map +0 -1
  492. package/primitives/dist/utils/interleave.d.ts +0 -2
  493. package/primitives/dist/utils/interleave.d.ts.map +0 -1
  494. package/primitives/dist/utils/isFunction.d.ts +0 -1
  495. package/primitives/dist/utils/isFunction.d.ts.map +0 -1
  496. package/primitives/dist/utils/isPlainObject.d.ts +0 -1
  497. package/primitives/dist/utils/isPlainObject.d.ts.map +0 -1
  498. package/primitives/dist/utils/isStatelessFunction.d.ts +0 -1
  499. package/primitives/dist/utils/isStatelessFunction.d.ts.map +0 -1
  500. package/primitives/dist/utils/isStaticRules.d.ts +0 -2
  501. package/primitives/dist/utils/isStaticRules.d.ts.map +0 -1
  502. package/primitives/dist/utils/isStyledComponent.d.ts +0 -2
  503. package/primitives/dist/utils/isStyledComponent.d.ts.map +0 -1
  504. package/primitives/dist/utils/isTag.d.ts +0 -2
  505. package/primitives/dist/utils/isTag.d.ts.map +0 -1
  506. package/primitives/dist/utils/joinStrings.d.ts +0 -4
  507. package/primitives/dist/utils/joinStrings.d.ts.map +0 -1
  508. package/primitives/dist/utils/mixinDeep.d.ts +0 -7
  509. package/primitives/dist/utils/mixinDeep.d.ts.map +0 -1
  510. package/primitives/dist/utils/nonce.d.ts +0 -1
  511. package/primitives/dist/utils/nonce.d.ts.map +0 -1
  512. package/primitives/dist/utils/stylis.d.ts +0 -9
  513. package/primitives/dist/utils/stylis.d.ts.map +0 -1
  514. /package/{primitives/dist/hoc/withTheme.spec.d.ts → native/dist/test/types.d.ts} +0 -0
@@ -1,191 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const seedNextClassnames: (names: string[]) => string[];
3
- export declare const resetStyled: (isServer?: boolean) => (<Target extends import("..").WebTarget>(tag: Target) => {
4
- <Props = unknown, Statics = unknown>(initialStyles: import("../types").Styles<Props>, ...interpolations: import("../types").Interpolation<Props>[]): import("..").IStyledComponent<Target, Props> & Statics;
5
- attrs(attrs: import("..").Attrs<unknown>): any;
6
- withConfig(config: import("..").StyledOptions<unknown>): any;
7
- }) & {
8
- a: import("../constructors/constructWithOptions").WebStyled<"a", import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, unknown>;
9
- abbr: import("../constructors/constructWithOptions").WebStyled<"abbr", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
10
- address: import("../constructors/constructWithOptions").WebStyled<"address", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
11
- area: import("../constructors/constructWithOptions").WebStyled<"area", import("react").DetailedHTMLProps<import("react").AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>, unknown>;
12
- article: import("../constructors/constructWithOptions").WebStyled<"article", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
13
- aside: import("../constructors/constructWithOptions").WebStyled<"aside", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
14
- audio: import("../constructors/constructWithOptions").WebStyled<"audio", import("react").DetailedHTMLProps<import("react").AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>, unknown>;
15
- b: import("../constructors/constructWithOptions").WebStyled<"b", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
16
- base: import("../constructors/constructWithOptions").WebStyled<"base", import("react").DetailedHTMLProps<import("react").BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>, unknown>;
17
- bdi: import("../constructors/constructWithOptions").WebStyled<"bdi", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
18
- bdo: import("../constructors/constructWithOptions").WebStyled<"bdo", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
19
- big: import("../constructors/constructWithOptions").WebStyled<"big", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
20
- blockquote: import("../constructors/constructWithOptions").WebStyled<"blockquote", import("react").DetailedHTMLProps<import("react").BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
21
- body: import("../constructors/constructWithOptions").WebStyled<"body", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>, unknown>;
22
- br: import("../constructors/constructWithOptions").WebStyled<"br", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLBRElement>, HTMLBRElement>, unknown>;
23
- button: import("../constructors/constructWithOptions").WebStyled<"button", import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, unknown>;
24
- canvas: import("../constructors/constructWithOptions").WebStyled<"canvas", import("react").DetailedHTMLProps<import("react").CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>, unknown>;
25
- caption: import("../constructors/constructWithOptions").WebStyled<"caption", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
26
- cite: import("../constructors/constructWithOptions").WebStyled<"cite", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
27
- code: import("../constructors/constructWithOptions").WebStyled<"code", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
28
- col: import("../constructors/constructWithOptions").WebStyled<"col", import("react").DetailedHTMLProps<import("react").ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, unknown>;
29
- colgroup: import("../constructors/constructWithOptions").WebStyled<"colgroup", import("react").DetailedHTMLProps<import("react").ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, unknown>;
30
- data: import("../constructors/constructWithOptions").WebStyled<"data", import("react").DetailedHTMLProps<import("react").DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>, unknown>;
31
- datalist: import("../constructors/constructWithOptions").WebStyled<"datalist", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>, unknown>;
32
- dd: import("../constructors/constructWithOptions").WebStyled<"dd", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
33
- del: import("../constructors/constructWithOptions").WebStyled<"del", import("react").DetailedHTMLProps<import("react").DelHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
34
- details: import("../constructors/constructWithOptions").WebStyled<"details", import("react").DetailedHTMLProps<import("react").DetailsHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
35
- dfn: import("../constructors/constructWithOptions").WebStyled<"dfn", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
36
- dialog: import("../constructors/constructWithOptions").WebStyled<"dialog", import("react").DetailedHTMLProps<import("react").DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>, unknown>;
37
- div: import("../constructors/constructWithOptions").WebStyled<"div", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, unknown>;
38
- dl: import("../constructors/constructWithOptions").WebStyled<"dl", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDListElement>, HTMLDListElement>, unknown>;
39
- dt: import("../constructors/constructWithOptions").WebStyled<"dt", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
40
- em: import("../constructors/constructWithOptions").WebStyled<"em", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
41
- embed: import("../constructors/constructWithOptions").WebStyled<"embed", import("react").DetailedHTMLProps<import("react").EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>, unknown>;
42
- fieldset: import("../constructors/constructWithOptions").WebStyled<"fieldset", import("react").DetailedHTMLProps<import("react").FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, unknown>;
43
- figcaption: import("../constructors/constructWithOptions").WebStyled<"figcaption", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
44
- figure: import("../constructors/constructWithOptions").WebStyled<"figure", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
45
- footer: import("../constructors/constructWithOptions").WebStyled<"footer", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
46
- form: import("../constructors/constructWithOptions").WebStyled<"form", import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, unknown>;
47
- h1: import("../constructors/constructWithOptions").WebStyled<"h1", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, unknown>;
48
- h2: import("../constructors/constructWithOptions").WebStyled<"h2", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, unknown>;
49
- h3: import("../constructors/constructWithOptions").WebStyled<"h3", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, unknown>;
50
- h4: import("../constructors/constructWithOptions").WebStyled<"h4", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, unknown>;
51
- h5: import("../constructors/constructWithOptions").WebStyled<"h5", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, unknown>;
52
- h6: import("../constructors/constructWithOptions").WebStyled<"h6", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, unknown>;
53
- head: import("../constructors/constructWithOptions").WebStyled<"head", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>, unknown>;
54
- header: import("../constructors/constructWithOptions").WebStyled<"header", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
55
- hgroup: import("../constructors/constructWithOptions").WebStyled<"hgroup", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
56
- hr: import("../constructors/constructWithOptions").WebStyled<"hr", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, unknown>;
57
- html: import("../constructors/constructWithOptions").WebStyled<"html", import("react").DetailedHTMLProps<import("react").HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>, unknown>;
58
- i: import("../constructors/constructWithOptions").WebStyled<"i", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
59
- iframe: import("../constructors/constructWithOptions").WebStyled<"iframe", import("react").DetailedHTMLProps<import("react").IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>, unknown>;
60
- img: import("../constructors/constructWithOptions").WebStyled<"img", import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, unknown>;
61
- input: import("../constructors/constructWithOptions").WebStyled<"input", import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, unknown>;
62
- ins: import("../constructors/constructWithOptions").WebStyled<"ins", import("react").DetailedHTMLProps<import("react").InsHTMLAttributes<HTMLModElement>, HTMLModElement>, unknown>;
63
- kbd: import("../constructors/constructWithOptions").WebStyled<"kbd", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
64
- keygen: import("../constructors/constructWithOptions").WebStyled<"keygen", import("react").DetailedHTMLProps<import("react").KeygenHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
65
- label: import("../constructors/constructWithOptions").WebStyled<"label", import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, unknown>;
66
- legend: import("../constructors/constructWithOptions").WebStyled<"legend", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>, unknown>;
67
- li: import("../constructors/constructWithOptions").WebStyled<"li", import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, unknown>;
68
- link: import("../constructors/constructWithOptions").WebStyled<"link", import("react").DetailedHTMLProps<import("react").LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>, unknown>;
69
- main: import("../constructors/constructWithOptions").WebStyled<"main", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
70
- map: import("../constructors/constructWithOptions").WebStyled<"map", import("react").DetailedHTMLProps<import("react").MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>, unknown>;
71
- mark: import("../constructors/constructWithOptions").WebStyled<"mark", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
72
- menu: import("../constructors/constructWithOptions").WebStyled<"menu", import("react").DetailedHTMLProps<import("react").MenuHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
73
- menuitem: import("../constructors/constructWithOptions").WebStyled<"menuitem", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
74
- meta: import("../constructors/constructWithOptions").WebStyled<"meta", import("react").DetailedHTMLProps<import("react").MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>, unknown>;
75
- meter: import("../constructors/constructWithOptions").WebStyled<"meter", import("react").DetailedHTMLProps<import("react").MeterHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
76
- nav: import("../constructors/constructWithOptions").WebStyled<"nav", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
77
- noindex: import("../constructors/constructWithOptions").WebStyled<"noindex", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
78
- noscript: import("../constructors/constructWithOptions").WebStyled<"noscript", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
79
- object: import("../constructors/constructWithOptions").WebStyled<"object", import("react").DetailedHTMLProps<import("react").ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>, unknown>;
80
- ol: import("../constructors/constructWithOptions").WebStyled<"ol", import("react").DetailedHTMLProps<import("react").OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, unknown>;
81
- optgroup: import("../constructors/constructWithOptions").WebStyled<"optgroup", import("react").DetailedHTMLProps<import("react").OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>, unknown>;
82
- option: import("../constructors/constructWithOptions").WebStyled<"option", import("react").DetailedHTMLProps<import("react").OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>, unknown>;
83
- output: import("../constructors/constructWithOptions").WebStyled<"output", import("react").DetailedHTMLProps<import("react").OutputHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
84
- p: import("../constructors/constructWithOptions").WebStyled<"p", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, unknown>;
85
- param: import("../constructors/constructWithOptions").WebStyled<"param", import("react").DetailedHTMLProps<import("react").ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>, unknown>;
86
- picture: import("../constructors/constructWithOptions").WebStyled<"picture", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
87
- pre: import("../constructors/constructWithOptions").WebStyled<"pre", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLPreElement>, HTMLPreElement>, unknown>;
88
- progress: import("../constructors/constructWithOptions").WebStyled<"progress", import("react").DetailedHTMLProps<import("react").ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>, unknown>;
89
- q: import("../constructors/constructWithOptions").WebStyled<"q", import("react").DetailedHTMLProps<import("react").QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, unknown>;
90
- rp: import("../constructors/constructWithOptions").WebStyled<"rp", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
91
- rt: import("../constructors/constructWithOptions").WebStyled<"rt", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
92
- ruby: import("../constructors/constructWithOptions").WebStyled<"ruby", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
93
- s: import("../constructors/constructWithOptions").WebStyled<"s", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
94
- samp: import("../constructors/constructWithOptions").WebStyled<"samp", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
95
- slot: import("../constructors/constructWithOptions").WebStyled<"slot", import("react").DetailedHTMLProps<import("react").SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>, unknown>;
96
- script: import("../constructors/constructWithOptions").WebStyled<"script", import("react").DetailedHTMLProps<import("react").ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>, unknown>;
97
- section: import("../constructors/constructWithOptions").WebStyled<"section", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
98
- select: import("../constructors/constructWithOptions").WebStyled<"select", import("react").DetailedHTMLProps<import("react").SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, unknown>;
99
- small: import("../constructors/constructWithOptions").WebStyled<"small", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
100
- source: import("../constructors/constructWithOptions").WebStyled<"source", import("react").DetailedHTMLProps<import("react").SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>, unknown>;
101
- span: import("../constructors/constructWithOptions").WebStyled<"span", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, unknown>;
102
- strong: import("../constructors/constructWithOptions").WebStyled<"strong", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
103
- style: import("../constructors/constructWithOptions").WebStyled<"style", import("react").DetailedHTMLProps<import("react").StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>, unknown>;
104
- sub: import("../constructors/constructWithOptions").WebStyled<"sub", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
105
- summary: import("../constructors/constructWithOptions").WebStyled<"summary", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
106
- sup: import("../constructors/constructWithOptions").WebStyled<"sup", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
107
- table: import("../constructors/constructWithOptions").WebStyled<"table", import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, unknown>;
108
- template: import("../constructors/constructWithOptions").WebStyled<"template", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>, unknown>;
109
- tbody: import("../constructors/constructWithOptions").WebStyled<"tbody", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, unknown>;
110
- td: import("../constructors/constructWithOptions").WebStyled<"td", import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, unknown>;
111
- textarea: import("../constructors/constructWithOptions").WebStyled<"textarea", import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, unknown>;
112
- tfoot: import("../constructors/constructWithOptions").WebStyled<"tfoot", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, unknown>;
113
- th: import("../constructors/constructWithOptions").WebStyled<"th", import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, unknown>;
114
- thead: import("../constructors/constructWithOptions").WebStyled<"thead", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, unknown>;
115
- time: import("../constructors/constructWithOptions").WebStyled<"time", import("react").DetailedHTMLProps<import("react").TimeHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
116
- title: import("../constructors/constructWithOptions").WebStyled<"title", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>, unknown>;
117
- tr: import("../constructors/constructWithOptions").WebStyled<"tr", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, unknown>;
118
- track: import("../constructors/constructWithOptions").WebStyled<"track", import("react").DetailedHTMLProps<import("react").TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>, unknown>;
119
- u: import("../constructors/constructWithOptions").WebStyled<"u", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
120
- ul: import("../constructors/constructWithOptions").WebStyled<"ul", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, unknown>;
121
- var: import("../constructors/constructWithOptions").WebStyled<"var", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
122
- video: import("../constructors/constructWithOptions").WebStyled<"video", import("react").DetailedHTMLProps<import("react").VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, unknown>;
123
- wbr: import("../constructors/constructWithOptions").WebStyled<"wbr", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
124
- webview: import("../constructors/constructWithOptions").WebStyled<"webview", import("react").DetailedHTMLProps<import("react").WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>, unknown>;
125
- svg: import("../constructors/constructWithOptions").WebStyled<"svg", import("react").SVGProps<SVGSVGElement>, unknown>;
126
- animate: import("../constructors/constructWithOptions").WebStyled<"animate", import("react").SVGProps<SVGElement>, unknown>;
127
- animateMotion: import("../constructors/constructWithOptions").WebStyled<"animateMotion", import("react").SVGProps<SVGElement>, unknown>;
128
- animateTransform: import("../constructors/constructWithOptions").WebStyled<"animateTransform", import("react").SVGProps<SVGElement>, unknown>;
129
- circle: import("../constructors/constructWithOptions").WebStyled<"circle", import("react").SVGProps<SVGCircleElement>, unknown>;
130
- clipPath: import("../constructors/constructWithOptions").WebStyled<"clipPath", import("react").SVGProps<SVGClipPathElement>, unknown>;
131
- defs: import("../constructors/constructWithOptions").WebStyled<"defs", import("react").SVGProps<SVGDefsElement>, unknown>;
132
- desc: import("../constructors/constructWithOptions").WebStyled<"desc", import("react").SVGProps<SVGDescElement>, unknown>;
133
- ellipse: import("../constructors/constructWithOptions").WebStyled<"ellipse", import("react").SVGProps<SVGEllipseElement>, unknown>;
134
- feBlend: import("../constructors/constructWithOptions").WebStyled<"feBlend", import("react").SVGProps<SVGFEBlendElement>, unknown>;
135
- feColorMatrix: import("../constructors/constructWithOptions").WebStyled<"feColorMatrix", import("react").SVGProps<SVGFEColorMatrixElement>, unknown>;
136
- feComponentTransfer: import("../constructors/constructWithOptions").WebStyled<"feComponentTransfer", import("react").SVGProps<SVGFEComponentTransferElement>, unknown>;
137
- feComposite: import("../constructors/constructWithOptions").WebStyled<"feComposite", import("react").SVGProps<SVGFECompositeElement>, unknown>;
138
- feConvolveMatrix: import("../constructors/constructWithOptions").WebStyled<"feConvolveMatrix", import("react").SVGProps<SVGFEConvolveMatrixElement>, unknown>;
139
- feDiffuseLighting: import("../constructors/constructWithOptions").WebStyled<"feDiffuseLighting", import("react").SVGProps<SVGFEDiffuseLightingElement>, unknown>;
140
- feDisplacementMap: import("../constructors/constructWithOptions").WebStyled<"feDisplacementMap", import("react").SVGProps<SVGFEDisplacementMapElement>, unknown>;
141
- feDistantLight: import("../constructors/constructWithOptions").WebStyled<"feDistantLight", import("react").SVGProps<SVGFEDistantLightElement>, unknown>;
142
- feDropShadow: import("../constructors/constructWithOptions").WebStyled<"feDropShadow", import("react").SVGProps<SVGFEDropShadowElement>, unknown>;
143
- feFlood: import("../constructors/constructWithOptions").WebStyled<"feFlood", import("react").SVGProps<SVGFEFloodElement>, unknown>;
144
- feFuncA: import("../constructors/constructWithOptions").WebStyled<"feFuncA", import("react").SVGProps<SVGFEFuncAElement>, unknown>;
145
- feFuncB: import("../constructors/constructWithOptions").WebStyled<"feFuncB", import("react").SVGProps<SVGFEFuncBElement>, unknown>;
146
- feFuncG: import("../constructors/constructWithOptions").WebStyled<"feFuncG", import("react").SVGProps<SVGFEFuncGElement>, unknown>;
147
- feFuncR: import("../constructors/constructWithOptions").WebStyled<"feFuncR", import("react").SVGProps<SVGFEFuncRElement>, unknown>;
148
- feGaussianBlur: import("../constructors/constructWithOptions").WebStyled<"feGaussianBlur", import("react").SVGProps<SVGFEGaussianBlurElement>, unknown>;
149
- feImage: import("../constructors/constructWithOptions").WebStyled<"feImage", import("react").SVGProps<SVGFEImageElement>, unknown>;
150
- feMerge: import("../constructors/constructWithOptions").WebStyled<"feMerge", import("react").SVGProps<SVGFEMergeElement>, unknown>;
151
- feMergeNode: import("../constructors/constructWithOptions").WebStyled<"feMergeNode", import("react").SVGProps<SVGFEMergeNodeElement>, unknown>;
152
- feMorphology: import("../constructors/constructWithOptions").WebStyled<"feMorphology", import("react").SVGProps<SVGFEMorphologyElement>, unknown>;
153
- feOffset: import("../constructors/constructWithOptions").WebStyled<"feOffset", import("react").SVGProps<SVGFEOffsetElement>, unknown>;
154
- fePointLight: import("../constructors/constructWithOptions").WebStyled<"fePointLight", import("react").SVGProps<SVGFEPointLightElement>, unknown>;
155
- feSpecularLighting: import("../constructors/constructWithOptions").WebStyled<"feSpecularLighting", import("react").SVGProps<SVGFESpecularLightingElement>, unknown>;
156
- feSpotLight: import("../constructors/constructWithOptions").WebStyled<"feSpotLight", import("react").SVGProps<SVGFESpotLightElement>, unknown>;
157
- feTile: import("../constructors/constructWithOptions").WebStyled<"feTile", import("react").SVGProps<SVGFETileElement>, unknown>;
158
- feTurbulence: import("../constructors/constructWithOptions").WebStyled<"feTurbulence", import("react").SVGProps<SVGFETurbulenceElement>, unknown>;
159
- filter: import("../constructors/constructWithOptions").WebStyled<"filter", import("react").SVGProps<SVGFilterElement>, unknown>;
160
- foreignObject: import("../constructors/constructWithOptions").WebStyled<"foreignObject", import("react").SVGProps<SVGForeignObjectElement>, unknown>;
161
- g: import("../constructors/constructWithOptions").WebStyled<"g", import("react").SVGProps<SVGGElement>, unknown>;
162
- image: import("../constructors/constructWithOptions").WebStyled<"image", import("react").SVGProps<SVGImageElement>, unknown>;
163
- line: import("../constructors/constructWithOptions").WebStyled<"line", import("react").SVGProps<SVGLineElement>, unknown>;
164
- linearGradient: import("../constructors/constructWithOptions").WebStyled<"linearGradient", import("react").SVGProps<SVGLinearGradientElement>, unknown>;
165
- marker: import("../constructors/constructWithOptions").WebStyled<"marker", import("react").SVGProps<SVGMarkerElement>, unknown>;
166
- mask: import("../constructors/constructWithOptions").WebStyled<"mask", import("react").SVGProps<SVGMaskElement>, unknown>;
167
- metadata: import("../constructors/constructWithOptions").WebStyled<"metadata", import("react").SVGProps<SVGMetadataElement>, unknown>;
168
- mpath: import("../constructors/constructWithOptions").WebStyled<"mpath", import("react").SVGProps<SVGElement>, unknown>;
169
- path: import("../constructors/constructWithOptions").WebStyled<"path", import("react").SVGProps<SVGPathElement>, unknown>;
170
- pattern: import("../constructors/constructWithOptions").WebStyled<"pattern", import("react").SVGProps<SVGPatternElement>, unknown>;
171
- polygon: import("../constructors/constructWithOptions").WebStyled<"polygon", import("react").SVGProps<SVGPolygonElement>, unknown>;
172
- polyline: import("../constructors/constructWithOptions").WebStyled<"polyline", import("react").SVGProps<SVGPolylineElement>, unknown>;
173
- radialGradient: import("../constructors/constructWithOptions").WebStyled<"radialGradient", import("react").SVGProps<SVGRadialGradientElement>, unknown>;
174
- rect: import("../constructors/constructWithOptions").WebStyled<"rect", import("react").SVGProps<SVGRectElement>, unknown>;
175
- stop: import("../constructors/constructWithOptions").WebStyled<"stop", import("react").SVGProps<SVGStopElement>, unknown>;
176
- switch: import("../constructors/constructWithOptions").WebStyled<"switch", import("react").SVGProps<SVGSwitchElement>, unknown>;
177
- symbol: import("../constructors/constructWithOptions").WebStyled<"symbol", import("react").SVGProps<SVGSymbolElement>, unknown>;
178
- text: import("../constructors/constructWithOptions").WebStyled<"text", import("react").SVGProps<SVGTextElement>, unknown>;
179
- textPath: import("../constructors/constructWithOptions").WebStyled<"textPath", import("react").SVGProps<SVGTextPathElement>, unknown>;
180
- tspan: import("../constructors/constructWithOptions").WebStyled<"tspan", import("react").SVGProps<SVGTSpanElement>, unknown>;
181
- use: import("../constructors/constructWithOptions").WebStyled<"use", import("react").SVGProps<SVGUseElement>, unknown>;
182
- view: import("../constructors/constructWithOptions").WebStyled<"view", import("react").SVGProps<SVGViewElement>, unknown>;
183
- };
184
- export declare const rehydrateTestStyles: () => void;
185
- export declare const stripComments: (str: string) => string;
186
- export declare const stripWhitespace: (str: string) => string;
187
- export declare const getCSS: (scope: Document | HTMLElement) => string;
188
- export declare const expectCSSMatches: (_expectation: string, opts?: {
189
- ignoreWhitespace: boolean;
190
- }) => string;
191
- export declare const getRenderedCSS: () => string;
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/test/utils.ts"],"names":[],"mappings":";AAuBA,eAAO,MAAM,kBAAkB,UAAW,MAAM,EAAE,aAAgC,CAAC;AAEnF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiBvB,CAAC;AAEF,eAAO,MAAM,mBAAmB,YAE/B,CAAC;AAEF,eAAO,MAAM,aAAa,QAAS,MAAM,WAAuC,CAAC;AAEjF,eAAO,MAAM,eAAe,QAAS,MAAM,WAIlB,CAAC;AAE1B,eAAO,MAAM,MAAM,UAAW,QAAQ,GAAG,WAAW,WAMxB,CAAC;AAE7B,eAAO,MAAM,gBAAgB,iBACb,MAAM,SACd;IAAE,gBAAgB,EAAE,OAAO,CAAA;CAAE,WAkBpC,CAAC;AAEF,eAAO,MAAM,cAAc,cAQ1B,CAAC"}
@@ -1,121 +0,0 @@
1
- import React from 'react';
2
- import ComponentStyle from './models/ComponentStyle';
3
- import { DefaultTheme } from './models/ThemeProvider';
4
- import createWarnTooManyClasses from './utils/createWarnTooManyClasses';
5
- interface ExoticComponentWithDisplayName<P = unknown> extends React.ExoticComponent<P> {
6
- defaultProps?: Partial<P>;
7
- displayName?: string;
8
- }
9
- export { DefaultTheme };
10
- export declare type AnyComponent<P = any> = ExoticComponentWithDisplayName<P> | React.ComponentType<P>;
11
- export interface StyledOptions<Props> {
12
- attrs?: Attrs<Props>[];
13
- componentId?: string;
14
- displayName?: string;
15
- parentComponentId?: string;
16
- shouldForwardProp?: ShouldForwardProp;
17
- }
18
- export interface StyledNativeOptions<Props> {
19
- attrs?: Attrs<Props>[];
20
- displayName?: string;
21
- shouldForwardProp?: ShouldForwardProp;
22
- }
23
- export declare type KnownWebTarget = keyof JSX.IntrinsicElements | AnyComponent;
24
- export declare type WebTarget = string | KnownWebTarget;
25
- export declare type NativeTarget = AnyComponent;
26
- export interface BaseExtensibleObject {
27
- [key: string]: any;
28
- }
29
- export interface ExtensibleObject extends BaseExtensibleObject {
30
- $as?: KnownWebTarget;
31
- $forwardedAs?: KnownWebTarget;
32
- as?: KnownWebTarget;
33
- forwardedAs?: KnownWebTarget;
34
- theme?: DefaultTheme;
35
- }
36
- export interface ExecutionContext extends ExtensibleObject {
37
- theme: DefaultTheme;
38
- }
39
- export interface StyleFunction<Props> {
40
- (executionContext: ExecutionContext & Props): string | number | StyledObject | CSSConstructor<Props> | StyleFunction<Props>;
41
- }
42
- export declare type Interpolation<Props> = StyleFunction<Props> | StyledObject | string | number | Keyframes | IStyledComponent<any, any> | Interpolation<Props>[];
43
- export declare type Attrs<Props> = (ExtensibleObject & Props) | ((props: ExecutionContext & Props) => ExecutionContext & Props);
44
- export declare type RuleSet<Props> = Interpolation<Props>[];
45
- export declare type Styles<Props> = TemplateStringsArray | StyledObject | StyleFunction<Props>;
46
- export declare type NameGenerator = (hash: number) => string;
47
- export interface CSSConstructor<Props> {
48
- (strings: string[], ...interpolations: Interpolation<Props>[]): RuleSet<Props>;
49
- }
50
- export interface StyleSheet {
51
- create: Function;
52
- }
53
- export interface Keyframes {
54
- id: string;
55
- name: string;
56
- rules: string;
57
- }
58
- export interface Flattener<Props> {
59
- (chunks: Interpolation<Props>[], executionContext: Object | null | undefined, styleSheet: Object | null | undefined): Interpolation<Props>[];
60
- }
61
- export declare type FlattenerResult<Props> = RuleSet<Props> | number | string | string[] | IStyledComponent<any, any> | Keyframes;
62
- export interface Stringifier {
63
- (css: string, selector?: string, prefix?: string, componentId?: string): string;
64
- hash: string;
65
- }
66
- export interface ShouldForwardProp {
67
- (prop: string, isValidAttr: (prop: string) => boolean, elementToBeCreated?: WebTarget | NativeTarget): boolean;
68
- }
69
- export interface CommonStatics<Props> {
70
- attrs: Attrs<Props>[];
71
- target: StyledTarget;
72
- shouldForwardProp?: ShouldForwardProp;
73
- withComponent: any;
74
- }
75
- export interface IStyledStatics<OuterProps = unknown> extends CommonStatics<OuterProps> {
76
- componentStyle: ComponentStyle;
77
- foldedComponentIds: Array<string>;
78
- target: WebTarget;
79
- styledComponentId: string;
80
- warnTooManyClasses?: ReturnType<typeof createWarnTooManyClasses>;
81
- withComponent: <Target extends WebTarget, Props = unknown>(tag: Target) => IStyledComponent<Target, OuterProps & Props>;
82
- }
83
- declare type PolymorphicComponentProps<ActualComponent extends StyledTarget, PropsToBeInjectedIntoActualComponent extends {}, ActualComponentProps = ActualComponent extends KnownWebTarget ? React.ComponentPropsWithRef<ActualComponent> : {}> = React.HTMLAttributes<ActualComponent> & Omit<PropsToBeInjectedIntoActualComponent, keyof ActualComponentProps | 'as' | '$as'> & ActualComponentProps & ({
84
- $as: ActualComponent;
85
- as?: AnyComponent;
86
- } | {
87
- as?: ActualComponent;
88
- });
89
- interface PolymorphicComponent<FallbackComponent extends StyledTarget, ExpectedProps = unknown, PropsToBeInjectedIntoActualComponent = unknown> extends React.ForwardRefExoticComponent<ExpectedProps> {
90
- <ActualComponent extends StyledTarget = FallbackComponent>(props: PolymorphicComponentProps<ActualComponent, ExpectedProps & PropsToBeInjectedIntoActualComponent>): React.ReactElement<PolymorphicComponentProps<ActualComponent, ExecutionContext & ExpectedProps & PropsToBeInjectedIntoActualComponent>, ActualComponent>;
91
- }
92
- export interface IStyledComponent<Target extends WebTarget, Props = unknown> extends PolymorphicComponent<Target, Props, ExecutionContext>, IStyledStatics<Props> {
93
- defaultProps?: Partial<ExtensibleObject & (Target extends KnownWebTarget ? React.ComponentProps<Target> : {}) & Props>;
94
- toString: () => string;
95
- }
96
- export interface IStyledComponentFactory<Target extends WebTarget, Props = unknown, Statics = unknown> {
97
- (target: Target, options: StyledOptions<Props>, rules: RuleSet<Props>): IStyledComponent<Target, Props> & Statics;
98
- }
99
- export interface IStyledNativeStatics<OuterProps = unknown> extends CommonStatics<OuterProps> {
100
- inlineStyle: InstanceType<IInlineStyleConstructor<OuterProps>>;
101
- target: NativeTarget;
102
- withComponent: <Target extends NativeTarget, Props = unknown>(tag: Target) => IStyledNativeComponent<Target, OuterProps & Props>;
103
- }
104
- export interface IStyledNativeComponent<Target extends NativeTarget, Props = unknown> extends PolymorphicComponent<Target, Props, ExecutionContext>, IStyledNativeStatics<Props> {
105
- defaultProps?: Partial<ExtensibleObject & (Target extends KnownWebTarget ? React.ComponentProps<Target> : {}) & Props>;
106
- }
107
- export interface IStyledNativeComponentFactory<Target extends NativeTarget, Props = unknown, Statics = unknown> {
108
- (target: Target, options: StyledNativeOptions<Props>, rules: RuleSet<Props>): IStyledNativeComponent<Target, Props> & Statics;
109
- }
110
- export interface IInlineStyleConstructor<Props = unknown> {
111
- new (rules: RuleSet<Props>): IInlineStyle<Props>;
112
- }
113
- export interface IInlineStyle<Props = unknown> {
114
- rules: RuleSet<Props>;
115
- generateStyleObject(executionContext: Object): Object;
116
- }
117
- export declare type StyledTarget = WebTarget | NativeTarget;
118
- export interface StyledObject {
119
- [key: string]: Record<string, any> | string | number | StyleFunction<ExecutionContext>;
120
- }
121
- export declare type CSSProp = string | StyledObject | StyleFunction<ExecutionContext>;
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["src/types.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- export default function addUnitIfNeeded(name: string, value: any): string;
@@ -1 +0,0 @@
1
- {"version":3,"file":"addUnitIfNeeded.d.ts","sourceRoot":"","sources":["../src/utils/addUnitIfNeeded.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,UAW/D"}
@@ -1 +0,0 @@
1
- export declare const checkDynamicCreation: (displayName: string, componentId?: string | undefined) => void;
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkDynamicCreation.d.ts","sourceRoot":"","sources":["../src/utils/checkDynamicCreation.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB,gBAAiB,MAAM,2CA+CvD,CAAC"}
@@ -1,3 +0,0 @@
1
- export declare const LIMIT = 200;
2
- declare const _default: (displayName: string, componentId: string) => (className: string) => void;
3
- export default _default;
@@ -1 +0,0 @@
1
- {"version":3,"file":"createWarnTooManyClasses.d.ts","sourceRoot":"","sources":["../src/utils/createWarnTooManyClasses.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,MAAM,CAAC;sCAEI,MAAM,eAAe,MAAM,iBAInC,MAAM;AAJ3B,wBA6BE"}
@@ -1,2 +0,0 @@
1
- import { ExtensibleObject } from '../types';
2
- export default function determineTheme(props: ExtensibleObject, providedTheme: any, defaultProps?: any): any;
@@ -1 +0,0 @@
1
- {"version":3,"file":"determineTheme.d.ts","sourceRoot":"","sources":["../src/utils/determineTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAG5C,MAAM,CAAC,OAAO,UAAU,cAAc,CACpC,KAAK,EAAE,gBAAgB,EACvB,aAAa,EAAE,GAAG,EAClB,YAAY,GAAE,GAAkB,OAGjC"}
@@ -1,2 +0,0 @@
1
- declare const _default: readonly ["a", "abbr", "address", "area", "article", "aside", "audio", "b", "base", "bdi", "bdo", "big", "blockquote", "body", "br", "button", "canvas", "caption", "cite", "code", "col", "colgroup", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "div", "dl", "dt", "em", "embed", "fieldset", "figcaption", "figure", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "iframe", "img", "input", "ins", "kbd", "keygen", "label", "legend", "li", "link", "main", "map", "mark", "menu", "menuitem", "meta", "meter", "nav", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "script", "section", "select", "small", "source", "span", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "textarea", "tfoot", "th", "thead", "time", "title", "tr", "track", "u", "ul", "var", "video", "wbr", "circle", "clipPath", "defs", "ellipse", "foreignObject", "g", "image", "line", "linearGradient", "marker", "mask", "path", "pattern", "polygon", "polyline", "radialGradient", "rect", "stop", "svg", "text", "tspan"];
2
- export default _default;
@@ -1 +0,0 @@
1
- {"version":3,"file":"domElements.d.ts","sourceRoot":"","sources":["../src/utils/domElements.ts"],"names":[],"mappings":";AAEA,wBAuIW"}
@@ -1,3 +0,0 @@
1
- import { ExtensibleObject } from '../types';
2
- export declare const EMPTY_ARRAY: readonly any[];
3
- export declare const EMPTY_OBJECT: Readonly<ExtensibleObject>;
@@ -1 +0,0 @@
1
- {"version":3,"file":"empties.d.ts","sourceRoot":"","sources":["../src/utils/empties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,eAAO,MAAM,WAAW,gBAAkD,CAAC;AAC3E,eAAO,MAAM,YAAY,4BAAkD,CAAC"}
@@ -1,5 +0,0 @@
1
- /**
2
- * Create an error file out of errors.md for development and a simple web link to the full errors
3
- * in production mode.
4
- */
5
- export default function throwStyledComponentsError(code: string | number, ...interpolations: any[]): Error;
@@ -1 +0,0 @@
1
- {"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../src/utils/error.ts"],"names":[],"mappings":"AAuBA;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,0BAA0B,CAChD,IAAI,EAAE,MAAM,GAAG,MAAM,EACrB,GAAG,cAAc,EAAE,GAAG,EAAE,SAWzB"}
@@ -1,20 +0,0 @@
1
- declare const _default: {
2
- '1': string;
3
- '2': string;
4
- '3': string;
5
- '4': string;
6
- '5': string;
7
- '6': string;
8
- '7': string;
9
- '8': string;
10
- '9': string;
11
- '10': string;
12
- '11': string;
13
- '12': string;
14
- '13': string;
15
- '14': string;
16
- '15': string;
17
- '16': string;
18
- '17': string;
19
- };
20
- export default _default;
@@ -1 +0,0 @@
1
- {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../src/utils/errors.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,wBAkBE"}
@@ -1,5 +0,0 @@
1
- /**
2
- * TODO: Explore using CSS.escape when it becomes more available
3
- * in evergreen browsers.
4
- */
5
- export default function escape(str: string): string;
@@ -1 +0,0 @@
1
- {"version":3,"file":"escape.d.ts","sourceRoot":"","sources":["../src/utils/escape.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,GAAG,EAAE,MAAM,UAIzC"}
@@ -1,4 +0,0 @@
1
- import StyleSheet from '../sheet';
2
- import { ExecutionContext, ExtensibleObject, Interpolation, Stringifier } from '../types';
3
- export declare const objToCssArray: (obj: ExtensibleObject, prevKey?: string | undefined) => string[];
4
- export default function flatten<Props = unknown>(chunk: Interpolation<Props>, executionContext?: ExecutionContext & Props, styleSheet?: StyleSheet, stylisInstance?: Stringifier): Interpolation<Props>;
@@ -1 +0,0 @@
1
- {"version":3,"file":"flatten.d.ts","sourceRoot":"","sources":["../src/utils/flatten.ts"],"names":[],"mappings":"AACA,OAAO,UAAU,MAAM,UAAU,CAAC;AAClC,OAAO,EAEL,gBAAgB,EAChB,gBAAgB,EAChB,aAAa,EAGb,WAAW,EAEZ,MAAM,UAAU,CAAC;AAelB,eAAO,MAAM,aAAa,QAAS,gBAAgB,mCAAqB,MAAM,EAgB7E,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,GAAG,OAAO,EAC7C,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,EAC3B,gBAAgB,CAAC,EAAE,gBAAgB,GAAG,KAAK,EAC3C,UAAU,CAAC,EAAE,UAAU,EACvB,cAAc,CAAC,EAAE,WAAW,GAC3B,aAAa,CAAC,KAAK,CAAC,CA2DtB"}
@@ -1 +0,0 @@
1
- export default function generateAlphabeticName(code: number): string;
@@ -1 +0,0 @@
1
- {"version":3,"file":"generateAlphabeticName.d.ts","sourceRoot":"","sources":["../src/utils/generateAlphabeticName.ts"],"names":[],"mappings":"AAUA,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,IAAI,EAAE,MAAM,UAU1D"}
@@ -1 +0,0 @@
1
- export default function generateComponentId(str: string): string;
@@ -1 +0,0 @@
1
- {"version":3,"file":"generateComponentId.d.ts","sourceRoot":"","sources":["../src/utils/generateComponentId.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,GAAG,EAAE,MAAM,UAEtD"}
@@ -1,2 +0,0 @@
1
- import { StyledTarget } from '../types';
2
- export default function generateDisplayName(target: StyledTarget): string;
@@ -1 +0,0 @@
1
- {"version":3,"file":"generateDisplayName.d.ts","sourceRoot":"","sources":["../src/utils/generateDisplayName.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAIxC,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,MAAM,EAAE,YAAY,UAE/D"}
@@ -1,2 +0,0 @@
1
- import { StyledTarget } from '../types';
2
- export default function getComponentName(target: StyledTarget): string;
@@ -1 +0,0 @@
1
- {"version":3,"file":"getComponentName.d.ts","sourceRoot":"","sources":["../src/utils/getComponentName.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,MAAM,EAAE,YAAY,UAO5D"}
@@ -1,3 +0,0 @@
1
- export declare const SEED = 5381;
2
- export declare const phash: (h: number, x: string) => number;
3
- export declare const hash: (x: string) => number;
@@ -1 +0,0 @@
1
- {"version":3,"file":"hash.d.ts","sourceRoot":"","sources":["../src/utils/hash.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,OAAO,CAAC;AAKzB,eAAO,MAAM,KAAK,MAAO,MAAM,KAAK,MAAM,WAQzC,CAAC;AAGF,eAAO,MAAM,IAAI,MAAO,MAAM,WAE7B,CAAC"}
@@ -1,51 +0,0 @@
1
- import React from 'react';
2
- import { AnyComponent } from '../types';
3
- /**
4
- * Adapted from hoist-non-react-statics to avoid the react-is dependency.
5
- */
6
- declare const REACT_STATICS: {
7
- childContextTypes: boolean;
8
- contextType: boolean;
9
- contextTypes: boolean;
10
- defaultProps: boolean;
11
- displayName: boolean;
12
- getDefaultProps: boolean;
13
- getDerivedStateFromError: boolean;
14
- getDerivedStateFromProps: boolean;
15
- mixins: boolean;
16
- propTypes: boolean;
17
- type: boolean;
18
- };
19
- declare const KNOWN_STATICS: {
20
- name: boolean;
21
- length: boolean;
22
- prototype: boolean;
23
- caller: boolean;
24
- callee: boolean;
25
- arguments: boolean;
26
- arity: boolean;
27
- };
28
- declare const FORWARD_REF_STATICS: {
29
- $$typeof: boolean;
30
- render: boolean;
31
- defaultProps: boolean;
32
- displayName: boolean;
33
- propTypes: boolean;
34
- };
35
- declare const MEMO_STATICS: {
36
- $$typeof: boolean;
37
- compare: boolean;
38
- defaultProps: boolean;
39
- displayName: boolean;
40
- propTypes: boolean;
41
- type: boolean;
42
- };
43
- declare type OmniComponent = AnyComponent;
44
- declare type ExcludeList = {
45
- [key: string]: true;
46
- };
47
- declare type NonReactStatics<S extends OmniComponent, C extends ExcludeList = {}> = {
48
- [key in Exclude<keyof S, S extends React.MemoExoticComponent<any> ? keyof typeof MEMO_STATICS | keyof C : S extends React.ForwardRefExoticComponent<any> ? keyof typeof FORWARD_REF_STATICS | keyof C : keyof typeof REACT_STATICS | keyof typeof KNOWN_STATICS | keyof C>]: S[key];
49
- };
50
- export default function hoistNonReactStatics<T extends OmniComponent, S extends OmniComponent, C extends ExcludeList = {}>(targetComponent: T, sourceComponent: S, excludelist?: C): T & NonReactStatics<S, C>;
51
- export {};
@@ -1 +0,0 @@
1
- {"version":3,"file":"hoist.d.ts","sourceRoot":"","sources":["../src/utils/hoist.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAQxC;;GAEG;AACH,QAAA,MAAM,aAAa;;;;;;;;;;;;CAYlB,CAAC;AAEF,QAAA,MAAM,aAAa;;;;;;;;CAQlB,CAAC;AAEF,QAAA,MAAM,mBAAmB;;;;;;CAMxB,CAAC;AAEF,QAAA,MAAM,YAAY;;;;;;;CAOjB,CAAC;AAOF,aAAK,aAAa,GAAG,YAAY,CAAC;AA8BlC,aAAK,WAAW,GAAG;IACjB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB,CAAC;AAEF,aAAK,eAAe,CAAC,CAAC,SAAS,aAAa,EAAE,CAAC,SAAS,WAAW,GAAG,EAAE,IAAI;KACzE,GAAG,IAAI,OAAO,CACb,MAAM,CAAC,EACP,CAAC,SAAS,KAAK,CAAC,mBAAmB,CAAC,GAAG,CAAC,GACpC,MAAM,OAAO,YAAY,GAAG,MAAM,CAAC,GACnC,CAAC,SAAS,KAAK,CAAC,yBAAyB,CAAC,GAAG,CAAC,GAC9C,MAAM,OAAO,mBAAmB,GAAG,MAAM,CAAC,GAC1C,MAAM,OAAO,aAAa,GAAG,MAAM,OAAO,aAAa,GAAG,MAAM,CAAC,CACtE,GAAG,CAAC,CAAC,GAAG,CAAC;CACX,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAC1C,CAAC,SAAS,aAAa,EACvB,CAAC,SAAS,aAAa,EACvB,CAAC,SAAS,WAAW,GAAG,EAAE,EAC1B,eAAe,EAAE,CAAC,EAAE,eAAe,EAAE,CAAC,EAAE,WAAW,CAAC,EAAE,CAAC,6BAyCxD"}
@@ -1,14 +0,0 @@
1
- /**
2
- * Hyphenates a camelcased CSS property name, for example:
3
- *
4
- * > hyphenateStyleName('backgroundColor')
5
- * < "background-color"
6
- * > hyphenateStyleName('MozTransition')
7
- * < "-moz-transition"
8
- * > hyphenateStyleName('msTransition')
9
- * < "-ms-transition"
10
- *
11
- * As Modernizr suggests (http://modernizr.com/docs/#prefixed), an `ms` prefix
12
- * is converted to `-ms-`.
13
- */
14
- export default function hyphenateStyleName(string: string): string;
@@ -1 +0,0 @@
1
- {"version":3,"file":"hyphenateStyleName.d.ts","sourceRoot":"","sources":["../src/utils/hyphenateStyleName.ts"],"names":[],"mappings":"AASA;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,MAAM,EAAE,MAAM,UAIxD"}