isomorfeus-preact 10.5.6 → 10.5.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (928) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +28 -1
  3. data/lib/isomorfeus/preact/imports.rb +0 -7
  4. data/lib/isomorfeus-preact.rb +4 -1
  5. data/lib/lucid_app/context.rb +12 -12
  6. data/lib/nano_css.rb +464 -0
  7. data/lib/preact/version.rb +1 -1
  8. data/node_modules/.package-lock.json +6 -236
  9. data/node_modules/preact/compat/dist/compat.js +1 -1
  10. data/node_modules/preact/compat/dist/compat.js.map +1 -1
  11. data/node_modules/preact/compat/dist/compat.mjs +1 -1
  12. data/node_modules/preact/compat/dist/compat.mjs.map +1 -1
  13. data/node_modules/preact/compat/dist/compat.module.js +1 -1
  14. data/node_modules/preact/compat/dist/compat.module.js.map +1 -1
  15. data/node_modules/preact/compat/dist/compat.umd.js +1 -1
  16. data/node_modules/preact/compat/dist/compat.umd.js.map +1 -1
  17. data/node_modules/preact/compat/src/index.d.ts +1 -1
  18. data/node_modules/preact/compat/src/render.js +10 -3
  19. data/node_modules/preact/debug/dist/debug.js.map +1 -1
  20. data/node_modules/preact/debug/dist/debug.mjs.map +1 -1
  21. data/node_modules/preact/debug/dist/debug.module.js.map +1 -1
  22. data/node_modules/preact/debug/dist/debug.umd.js.map +1 -1
  23. data/node_modules/preact/devtools/dist/devtools.js +1 -1
  24. data/node_modules/preact/devtools/dist/devtools.js.map +1 -1
  25. data/node_modules/preact/devtools/dist/devtools.mjs +1 -1
  26. data/node_modules/preact/devtools/dist/devtools.mjs.map +1 -1
  27. data/node_modules/preact/devtools/dist/devtools.module.js +1 -1
  28. data/node_modules/preact/devtools/dist/devtools.module.js.map +1 -1
  29. data/node_modules/preact/devtools/dist/devtools.umd.js +1 -1
  30. data/node_modules/preact/devtools/dist/devtools.umd.js.map +1 -1
  31. data/node_modules/preact/devtools/src/devtools.js +1 -1
  32. data/node_modules/preact/dist/index.d.ts +1295 -0
  33. data/node_modules/preact/dist/preact.js +1 -1
  34. data/node_modules/preact/dist/preact.js.map +1 -1
  35. data/node_modules/preact/dist/preact.min.js +1 -1
  36. data/node_modules/preact/dist/preact.min.js.map +1 -1
  37. data/node_modules/preact/dist/preact.mjs +1 -1
  38. data/node_modules/preact/dist/preact.mjs.map +1 -1
  39. data/node_modules/preact/dist/preact.module.js +1 -1
  40. data/node_modules/preact/dist/preact.module.js.map +1 -1
  41. data/node_modules/preact/dist/preact.umd.js +1 -1
  42. data/node_modules/preact/dist/preact.umd.js.map +1 -1
  43. data/node_modules/preact/hooks/dist/hooks.js +1 -1
  44. data/node_modules/preact/hooks/dist/hooks.js.map +1 -1
  45. data/node_modules/preact/hooks/dist/hooks.mjs +1 -1
  46. data/node_modules/preact/hooks/dist/hooks.mjs.map +1 -1
  47. data/node_modules/preact/hooks/dist/hooks.module.js +1 -1
  48. data/node_modules/preact/hooks/dist/hooks.module.js.map +1 -1
  49. data/node_modules/preact/hooks/dist/hooks.umd.js +1 -1
  50. data/node_modules/preact/hooks/dist/hooks.umd.js.map +1 -1
  51. data/node_modules/preact/hooks/src/index.js +1 -8
  52. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.mjs.map +1 -0
  53. data/node_modules/preact/package.json +8 -4
  54. data/node_modules/preact/src/create-element.js +2 -1
  55. data/node_modules/preact/src/diff/children.js +7 -19
  56. data/node_modules/preact/src/jsx.d.ts +45 -2
  57. data/node_modules/preact/test-utils/dist/testUtils.mjs.map +1 -1
  58. data/node_modules/wouter-preact/cjs/index.js +1 -1
  59. data/node_modules/wouter-preact/cjs/use-location.js +6 -6
  60. data/node_modules/wouter-preact/index.js +1 -1
  61. data/node_modules/wouter-preact/package.json +1 -1
  62. data/node_modules/wouter-preact/use-location.js +6 -6
  63. data/package.json +3 -4
  64. metadata +27 -888
  65. data/node_modules/.bin/loose-envify +0 -12
  66. data/node_modules/.bin/loose-envify.cmd +0 -17
  67. data/node_modules/.bin/loose-envify.ps1 +0 -28
  68. data/node_modules/@babel/runtime/LICENSE +0 -22
  69. data/node_modules/@babel/runtime/README.md +0 -19
  70. data/node_modules/@babel/runtime/helpers/AsyncGenerator.js +0 -99
  71. data/node_modules/@babel/runtime/helpers/AwaitValue.js +0 -6
  72. data/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +0 -31
  73. data/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +0 -12
  74. data/node_modules/@babel/runtime/helpers/arrayWithHoles.js +0 -6
  75. data/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +0 -8
  76. data/node_modules/@babel/runtime/helpers/assertThisInitialized.js +0 -10
  77. data/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +0 -57
  78. data/node_modules/@babel/runtime/helpers/asyncIterator.js +0 -16
  79. data/node_modules/@babel/runtime/helpers/asyncToGenerator.js +0 -38
  80. data/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +0 -8
  81. data/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +0 -8
  82. data/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +0 -23
  83. data/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +0 -10
  84. data/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +0 -14
  85. data/node_modules/@babel/runtime/helpers/classCallCheck.js +0 -8
  86. data/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +0 -8
  87. data/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -8
  88. data/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +0 -10
  89. data/node_modules/@babel/runtime/helpers/classNameTDZError.js +0 -6
  90. data/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +0 -11
  91. data/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +0 -11
  92. data/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +0 -9
  93. data/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +0 -10
  94. data/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +0 -8
  95. data/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +0 -12
  96. data/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +0 -10
  97. data/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +0 -9
  98. data/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +0 -6
  99. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +0 -14
  100. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +0 -14
  101. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +0 -15
  102. data/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +0 -9
  103. data/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +0 -6
  104. data/node_modules/@babel/runtime/helpers/construct.js +0 -26
  105. data/node_modules/@babel/runtime/helpers/createClass.js +0 -18
  106. data/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +0 -61
  107. data/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +0 -25
  108. data/node_modules/@babel/runtime/helpers/createSuper.js +0 -25
  109. data/node_modules/@babel/runtime/helpers/decorate.js +0 -401
  110. data/node_modules/@babel/runtime/helpers/defaults.js +0 -17
  111. data/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +0 -25
  112. data/node_modules/@babel/runtime/helpers/defineProperty.js +0 -17
  113. data/node_modules/@babel/runtime/helpers/esm/AsyncGenerator.js +0 -95
  114. data/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +0 -3
  115. data/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +0 -28
  116. data/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -9
  117. data/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -3
  118. data/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -4
  119. data/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -7
  120. data/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +0 -54
  121. data/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +0 -13
  122. data/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +0 -35
  123. data/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +0 -4
  124. data/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +0 -5
  125. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +0 -20
  126. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +0 -7
  127. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +0 -11
  128. data/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -5
  129. data/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +0 -5
  130. data/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +0 -5
  131. data/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +0 -7
  132. data/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +0 -3
  133. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +0 -6
  134. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +0 -6
  135. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +0 -5
  136. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +0 -7
  137. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +0 -4
  138. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +0 -7
  139. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +0 -7
  140. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +0 -5
  141. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +0 -3
  142. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +0 -8
  143. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +0 -8
  144. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +0 -9
  145. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +0 -5
  146. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +0 -3
  147. data/node_modules/@babel/runtime/helpers/esm/construct.js +0 -18
  148. data/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -15
  149. data/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +0 -57
  150. data/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +0 -21
  151. data/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -19
  152. data/node_modules/@babel/runtime/helpers/esm/decorate.js +0 -396
  153. data/node_modules/@babel/runtime/helpers/esm/defaults.js +0 -14
  154. data/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +0 -22
  155. data/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -14
  156. data/node_modules/@babel/runtime/helpers/esm/extends.js +0 -17
  157. data/node_modules/@babel/runtime/helpers/esm/get.js +0 -20
  158. data/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -6
  159. data/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -15
  160. data/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -6
  161. data/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +0 -9
  162. data/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +0 -3
  163. data/node_modules/@babel/runtime/helpers/esm/instanceof.js +0 -7
  164. data/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +0 -5
  165. data/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +0 -51
  166. data/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +0 -3
  167. data/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -12
  168. data/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -3
  169. data/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -29
  170. data/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js +0 -14
  171. data/node_modules/@babel/runtime/helpers/esm/jsx.js +0 -46
  172. data/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +0 -9
  173. data/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +0 -5
  174. data/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -3
  175. data/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -3
  176. data/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +0 -3
  177. data/node_modules/@babel/runtime/helpers/esm/objectSpread.js +0 -19
  178. data/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -39
  179. data/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -19
  180. data/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -14
  181. data/node_modules/@babel/runtime/helpers/esm/package.json +0 -3
  182. data/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -11
  183. data/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +0 -3
  184. data/node_modules/@babel/runtime/helpers/esm/set.js +0 -51
  185. data/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -8
  186. data/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +0 -7
  187. data/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -7
  188. data/node_modules/@babel/runtime/helpers/esm/slicedToArrayLoose.js +0 -7
  189. data/node_modules/@babel/runtime/helpers/esm/superPropBase.js +0 -9
  190. data/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -11
  191. data/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +0 -8
  192. data/node_modules/@babel/runtime/helpers/esm/tdz.js +0 -3
  193. data/node_modules/@babel/runtime/helpers/esm/temporalRef.js +0 -5
  194. data/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +0 -1
  195. data/node_modules/@babel/runtime/helpers/esm/toArray.js +0 -7
  196. data/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -7
  197. data/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -13
  198. data/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -6
  199. data/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -15
  200. data/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -9
  201. data/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +0 -6
  202. data/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +0 -37
  203. data/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +0 -65
  204. data/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +0 -3
  205. data/node_modules/@babel/runtime/helpers/extends.js +0 -21
  206. data/node_modules/@babel/runtime/helpers/get.js +0 -27
  207. data/node_modules/@babel/runtime/helpers/getPrototypeOf.js +0 -10
  208. data/node_modules/@babel/runtime/helpers/inherits.js +0 -19
  209. data/node_modules/@babel/runtime/helpers/inheritsLoose.js +0 -10
  210. data/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +0 -12
  211. data/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +0 -6
  212. data/node_modules/@babel/runtime/helpers/instanceof.js +0 -10
  213. data/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -8
  214. data/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +0 -54
  215. data/node_modules/@babel/runtime/helpers/isNativeFunction.js +0 -6
  216. data/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +0 -15
  217. data/node_modules/@babel/runtime/helpers/iterableToArray.js +0 -6
  218. data/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +0 -32
  219. data/node_modules/@babel/runtime/helpers/iterableToArrayLimitLoose.js +0 -17
  220. data/node_modules/@babel/runtime/helpers/jsx.js +0 -50
  221. data/node_modules/@babel/runtime/helpers/maybeArrayLike.js +0 -13
  222. data/node_modules/@babel/runtime/helpers/newArrowCheck.js +0 -8
  223. data/node_modules/@babel/runtime/helpers/nonIterableRest.js +0 -6
  224. data/node_modules/@babel/runtime/helpers/nonIterableSpread.js +0 -6
  225. data/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +0 -6
  226. data/node_modules/@babel/runtime/helpers/objectSpread.js +0 -23
  227. data/node_modules/@babel/runtime/helpers/objectSpread2.js +0 -42
  228. data/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +0 -23
  229. data/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +0 -17
  230. data/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +0 -16
  231. data/node_modules/@babel/runtime/helpers/readOnlyError.js +0 -6
  232. data/node_modules/@babel/runtime/helpers/set.js +0 -55
  233. data/node_modules/@babel/runtime/helpers/setPrototypeOf.js +0 -12
  234. data/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +0 -10
  235. data/node_modules/@babel/runtime/helpers/slicedToArray.js +0 -14
  236. data/node_modules/@babel/runtime/helpers/slicedToArrayLoose.js +0 -14
  237. data/node_modules/@babel/runtime/helpers/superPropBase.js +0 -13
  238. data/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +0 -14
  239. data/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +0 -11
  240. data/node_modules/@babel/runtime/helpers/tdz.js +0 -6
  241. data/node_modules/@babel/runtime/helpers/temporalRef.js +0 -10
  242. data/node_modules/@babel/runtime/helpers/temporalUndefined.js +0 -4
  243. data/node_modules/@babel/runtime/helpers/toArray.js +0 -14
  244. data/node_modules/@babel/runtime/helpers/toConsumableArray.js +0 -14
  245. data/node_modules/@babel/runtime/helpers/toPrimitive.js +0 -17
  246. data/node_modules/@babel/runtime/helpers/toPropertyKey.js +0 -11
  247. data/node_modules/@babel/runtime/helpers/typeof.js +0 -22
  248. data/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +0 -13
  249. data/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +0 -10
  250. data/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +0 -45
  251. data/node_modules/@babel/runtime/helpers/wrapRegExp.js +0 -72
  252. data/node_modules/@babel/runtime/helpers/writeOnlyError.js +0 -6
  253. data/node_modules/@babel/runtime/package.json +0 -848
  254. data/node_modules/@babel/runtime/regenerator/index.js +0 -1
  255. data/node_modules/css-in-js-utils/Changelog.md +0 -16
  256. data/node_modules/css-in-js-utils/LICENSE +0 -21
  257. data/node_modules/css-in-js-utils/README.md +0 -241
  258. data/node_modules/css-in-js-utils/lib/__tests__/assignStyle-test.js +0 -117
  259. data/node_modules/css-in-js-utils/lib/__tests__/camelCaseProperty-test.js +0 -15
  260. data/node_modules/css-in-js-utils/lib/__tests__/cssifyDeclaration-test.js +0 -15
  261. data/node_modules/css-in-js-utils/lib/__tests__/cssifyObject-test.js +0 -31
  262. data/node_modules/css-in-js-utils/lib/__tests__/isPrefixedProperty-test.js +0 -19
  263. data/node_modules/css-in-js-utils/lib/__tests__/isPrefixedValue-test.js +0 -19
  264. data/node_modules/css-in-js-utils/lib/__tests__/isUnitlessProperty-test.js +0 -43
  265. data/node_modules/css-in-js-utils/lib/__tests__/normalizeProperty-test.js +0 -21
  266. data/node_modules/css-in-js-utils/lib/__tests__/resolveArrayValue-test.js +0 -17
  267. data/node_modules/css-in-js-utils/lib/__tests__/unprefixProperty-test.js +0 -19
  268. data/node_modules/css-in-js-utils/lib/__tests__/unprefixValue-test.js +0 -20
  269. data/node_modules/css-in-js-utils/lib/assignStyle.js +0 -37
  270. data/node_modules/css-in-js-utils/lib/camelCaseProperty.js +0 -15
  271. data/node_modules/css-in-js-utils/lib/cssifyDeclaration.js +0 -17
  272. data/node_modules/css-in-js-utils/lib/cssifyObject.js +0 -34
  273. data/node_modules/css-in-js-utils/lib/hyphenateProperty.js +0 -17
  274. data/node_modules/css-in-js-utils/lib/index.js +0 -71
  275. data/node_modules/css-in-js-utils/lib/isPrefixedProperty.js +0 -12
  276. data/node_modules/css-in-js-utils/lib/isPrefixedValue.js +0 -12
  277. data/node_modules/css-in-js-utils/lib/isUnitlessProperty.js +0 -64
  278. data/node_modules/css-in-js-utils/lib/normalizeProperty.js +0 -21
  279. data/node_modules/css-in-js-utils/lib/resolveArrayValue.js +0 -19
  280. data/node_modules/css-in-js-utils/lib/unprefixProperty.js +0 -13
  281. data/node_modules/css-in-js-utils/lib/unprefixValue.js +0 -16
  282. data/node_modules/css-in-js-utils/package.json +0 -56
  283. data/node_modules/css-tree/CHANGELOG.md +0 -590
  284. data/node_modules/css-tree/LICENSE +0 -19
  285. data/node_modules/css-tree/README.md +0 -130
  286. data/node_modules/css-tree/data/index.js +0 -103
  287. data/node_modules/css-tree/data/patch.json +0 -721
  288. data/node_modules/css-tree/dist/csstree.js +0 -12606
  289. data/node_modules/css-tree/dist/csstree.min.js +0 -1
  290. data/node_modules/css-tree/lib/common/List.js +0 -576
  291. data/node_modules/css-tree/lib/common/OffsetToLocation.js +0 -91
  292. data/node_modules/css-tree/lib/common/SyntaxError.js +0 -82
  293. data/node_modules/css-tree/lib/common/TokenStream.js +0 -219
  294. data/node_modules/css-tree/lib/common/adopt-buffer.js +0 -10
  295. data/node_modules/css-tree/lib/convertor/create.js +0 -28
  296. data/node_modules/css-tree/lib/convertor/index.js +0 -3
  297. data/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +0 -14
  298. data/node_modules/css-tree/lib/definition-syntax/generate.js +0 -129
  299. data/node_modules/css-tree/lib/definition-syntax/index.js +0 -6
  300. data/node_modules/css-tree/lib/definition-syntax/parse.js +0 -568
  301. data/node_modules/css-tree/lib/definition-syntax/tokenizer.js +0 -55
  302. data/node_modules/css-tree/lib/definition-syntax/walk.js +0 -52
  303. data/node_modules/css-tree/lib/generator/create.js +0 -66
  304. data/node_modules/css-tree/lib/generator/index.js +0 -4
  305. data/node_modules/css-tree/lib/generator/sourceMap.js +0 -95
  306. data/node_modules/css-tree/lib/index.js +0 -1
  307. data/node_modules/css-tree/lib/lexer/Lexer.js +0 -466
  308. data/node_modules/css-tree/lib/lexer/error.js +0 -127
  309. data/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +0 -236
  310. data/node_modules/css-tree/lib/lexer/generic-urange.js +0 -159
  311. data/node_modules/css-tree/lib/lexer/generic.js +0 -585
  312. data/node_modules/css-tree/lib/lexer/index.js +0 -3
  313. data/node_modules/css-tree/lib/lexer/match-graph.js +0 -455
  314. data/node_modules/css-tree/lib/lexer/match.js +0 -639
  315. data/node_modules/css-tree/lib/lexer/prepare-tokens.js +0 -73
  316. data/node_modules/css-tree/lib/lexer/search.js +0 -65
  317. data/node_modules/css-tree/lib/lexer/structure.js +0 -163
  318. data/node_modules/css-tree/lib/lexer/trace.js +0 -79
  319. data/node_modules/css-tree/lib/parser/create.js +0 -304
  320. data/node_modules/css-tree/lib/parser/index.js +0 -4
  321. data/node_modules/css-tree/lib/parser/sequence.js +0 -54
  322. data/node_modules/css-tree/lib/syntax/atrule/font-face.js +0 -8
  323. data/node_modules/css-tree/lib/syntax/atrule/import.js +0 -40
  324. data/node_modules/css-tree/lib/syntax/atrule/index.js +0 -7
  325. data/node_modules/css-tree/lib/syntax/atrule/media.js +0 -12
  326. data/node_modules/css-tree/lib/syntax/atrule/page.js +0 -12
  327. data/node_modules/css-tree/lib/syntax/atrule/supports.js +0 -89
  328. data/node_modules/css-tree/lib/syntax/config/lexer.js +0 -9
  329. data/node_modules/css-tree/lib/syntax/config/mix.js +0 -140
  330. data/node_modules/css-tree/lib/syntax/config/parser.js +0 -25
  331. data/node_modules/css-tree/lib/syntax/config/walker.js +0 -3
  332. data/node_modules/css-tree/lib/syntax/create.js +0 -77
  333. data/node_modules/css-tree/lib/syntax/function/expression.js +0 -7
  334. data/node_modules/css-tree/lib/syntax/function/var.js +0 -43
  335. data/node_modules/css-tree/lib/syntax/index.js +0 -21
  336. data/node_modules/css-tree/lib/syntax/node/AnPlusB.js +0 -297
  337. data/node_modules/css-tree/lib/syntax/node/Atrule.js +0 -107
  338. data/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +0 -51
  339. data/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +0 -165
  340. data/node_modules/css-tree/lib/syntax/node/Block.js +0 -91
  341. data/node_modules/css-tree/lib/syntax/node/Brackets.js +0 -34
  342. data/node_modules/css-tree/lib/syntax/node/CDC.js +0 -19
  343. data/node_modules/css-tree/lib/syntax/node/CDO.js +0 -19
  344. data/node_modules/css-tree/lib/syntax/node/ClassSelector.js +0 -29
  345. data/node_modules/css-tree/lib/syntax/node/Combinator.js +0 -55
  346. data/node_modules/css-tree/lib/syntax/node/Comment.js +0 -36
  347. data/node_modules/css-tree/lib/syntax/node/Declaration.js +0 -169
  348. data/node_modules/css-tree/lib/syntax/node/DeclarationList.js +0 -49
  349. data/node_modules/css-tree/lib/syntax/node/Dimension.js +0 -29
  350. data/node_modules/css-tree/lib/syntax/node/Function.js +0 -40
  351. data/node_modules/css-tree/lib/syntax/node/Hash.js +0 -26
  352. data/node_modules/css-tree/lib/syntax/node/IdSelector.js +0 -27
  353. data/node_modules/css-tree/lib/syntax/node/Identifier.js +0 -20
  354. data/node_modules/css-tree/lib/syntax/node/MediaFeature.js +0 -76
  355. data/node_modules/css-tree/lib/syntax/node/MediaQuery.js +0 -68
  356. data/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +0 -36
  357. data/node_modules/css-tree/lib/syntax/node/Nth.js +0 -51
  358. data/node_modules/css-tree/lib/syntax/node/Number.js +0 -18
  359. data/node_modules/css-tree/lib/syntax/node/Operator.js +0 -21
  360. data/node_modules/css-tree/lib/syntax/node/Parentheses.js +0 -34
  361. data/node_modules/css-tree/lib/syntax/node/Percentage.js +0 -27
  362. data/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +0 -61
  363. data/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +0 -62
  364. data/node_modules/css-tree/lib/syntax/node/Ratio.js +0 -66
  365. data/node_modules/css-tree/lib/syntax/node/Raw.js +0 -87
  366. data/node_modules/css-tree/lib/syntax/node/Rule.js +0 -54
  367. data/node_modules/css-tree/lib/syntax/node/Selector.js +0 -32
  368. data/node_modules/css-tree/lib/syntax/node/SelectorList.js +0 -39
  369. data/node_modules/css-tree/lib/syntax/node/String.js +0 -18
  370. data/node_modules/css-tree/lib/syntax/node/StyleSheet.js +0 -81
  371. data/node_modules/css-tree/lib/syntax/node/TypeSelector.js +0 -53
  372. data/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +0 -173
  373. data/node_modules/css-tree/lib/syntax/node/Url.js +0 -69
  374. data/node_modules/css-tree/lib/syntax/node/Value.js +0 -19
  375. data/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +0 -26
  376. data/node_modules/css-tree/lib/syntax/node/index.js +0 -42
  377. data/node_modules/css-tree/lib/syntax/pseudo/common/nth.js +0 -9
  378. data/node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js +0 -9
  379. data/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js +0 -7
  380. data/node_modules/css-tree/lib/syntax/pseudo/dir.js +0 -7
  381. data/node_modules/css-tree/lib/syntax/pseudo/has.js +0 -7
  382. data/node_modules/css-tree/lib/syntax/pseudo/index.js +0 -12
  383. data/node_modules/css-tree/lib/syntax/pseudo/lang.js +0 -7
  384. data/node_modules/css-tree/lib/syntax/pseudo/matches.js +0 -1
  385. data/node_modules/css-tree/lib/syntax/pseudo/not.js +0 -1
  386. data/node_modules/css-tree/lib/syntax/pseudo/nth-child.js +0 -1
  387. data/node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js +0 -1
  388. data/node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js +0 -1
  389. data/node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js +0 -1
  390. data/node_modules/css-tree/lib/syntax/pseudo/slotted.js +0 -7
  391. data/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +0 -3
  392. data/node_modules/css-tree/lib/syntax/scope/default.js +0 -87
  393. data/node_modules/css-tree/lib/syntax/scope/index.js +0 -5
  394. data/node_modules/css-tree/lib/syntax/scope/selector.js +0 -80
  395. data/node_modules/css-tree/lib/syntax/scope/value.js +0 -5
  396. data/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +0 -249
  397. data/node_modules/css-tree/lib/tokenizer/const.js +0 -40
  398. data/node_modules/css-tree/lib/tokenizer/index.js +0 -591
  399. data/node_modules/css-tree/lib/tokenizer/utils.js +0 -243
  400. data/node_modules/css-tree/lib/utils/clone.js +0 -21
  401. data/node_modules/css-tree/lib/utils/createCustomError.js +0 -17
  402. data/node_modules/css-tree/lib/utils/names.js +0 -104
  403. data/node_modules/css-tree/lib/walker/create.js +0 -284
  404. data/node_modules/css-tree/lib/walker/index.js +0 -4
  405. data/node_modules/css-tree/package.json +0 -60
  406. data/node_modules/csstype/LICENSE +0 -19
  407. data/node_modules/csstype/README.md +0 -273
  408. data/node_modules/csstype/index.d.ts +0 -20553
  409. data/node_modules/csstype/index.js.flow +0 -6278
  410. data/node_modules/csstype/package.json +0 -62
  411. data/node_modules/error-stack-parser/CHANGELOG.md +0 -53
  412. data/node_modules/error-stack-parser/LICENSE +0 -19
  413. data/node_modules/error-stack-parser/README.md +0 -44
  414. data/node_modules/error-stack-parser/dist/error-stack-parser.js +0 -202
  415. data/node_modules/error-stack-parser/dist/error-stack-parser.min.js +0 -2
  416. data/node_modules/error-stack-parser/dist/error-stack-parser.min.js.map +0 -1
  417. data/node_modules/error-stack-parser/error-stack-parser.d.ts +0 -66
  418. data/node_modules/error-stack-parser/error-stack-parser.js +0 -202
  419. data/node_modules/error-stack-parser/package.json +0 -63
  420. data/node_modules/fastest-stable-stringify/.eslintrc.yml +0 -26
  421. data/node_modules/fastest-stable-stringify/.travis.yml +0 -7
  422. data/node_modules/fastest-stable-stringify/LICENSE +0 -18
  423. data/node_modules/fastest-stable-stringify/README.md +0 -44
  424. data/node_modules/fastest-stable-stringify/benchmark/index.js +0 -32
  425. data/node_modules/fastest-stable-stringify/benchmark/test.json +0 -215
  426. data/node_modules/fastest-stable-stringify/example/key_cmp.js +0 -7
  427. data/node_modules/fastest-stable-stringify/example/nested.js +0 -3
  428. data/node_modules/fastest-stable-stringify/example/str.js +0 -3
  429. data/node_modules/fastest-stable-stringify/example/value_cmp.js +0 -7
  430. data/node_modules/fastest-stable-stringify/index.js +0 -60
  431. data/node_modules/fastest-stable-stringify/package.json +0 -54
  432. data/node_modules/fastest-stable-stringify/test/bench.js +0 -20
  433. data/node_modules/fastest-stable-stringify/test/nested.js +0 -24
  434. data/node_modules/fastest-stable-stringify/test/str.js +0 -52
  435. data/node_modules/fastest-stable-stringify/test/to-json.js +0 -22
  436. data/node_modules/hyphenate-style-name/LICENSE +0 -28
  437. data/node_modules/hyphenate-style-name/README.md +0 -28
  438. data/node_modules/hyphenate-style-name/index.cjs.js +0 -21
  439. data/node_modules/hyphenate-style-name/index.js +0 -19
  440. data/node_modules/hyphenate-style-name/package.json +0 -42
  441. data/node_modules/inline-style-prefixer/CHANGELOG.md +0 -195
  442. data/node_modules/inline-style-prefixer/LICENSE +0 -22
  443. data/node_modules/inline-style-prefixer/README.md +0 -100
  444. data/node_modules/inline-style-prefixer/es/createPrefixer.js +0 -47
  445. data/node_modules/inline-style-prefixer/es/data.js +0 -12
  446. data/node_modules/inline-style-prefixer/es/generator/generatePluginList.js +0 -21
  447. data/node_modules/inline-style-prefixer/es/generator/generatePrefixMap.js +0 -75
  448. data/node_modules/inline-style-prefixer/es/generator/index.js +0 -69
  449. data/node_modules/inline-style-prefixer/es/generator/maps/pluginMap.js +0 -108
  450. data/node_modules/inline-style-prefixer/es/generator/maps/propertyMap.js +0 -38
  451. data/node_modules/inline-style-prefixer/es/index.js +0 -26
  452. data/node_modules/inline-style-prefixer/es/plugins/backgroundClip.js +0 -7
  453. data/node_modules/inline-style-prefixer/es/plugins/calc.js +0 -11
  454. data/node_modules/inline-style-prefixer/es/plugins/crossFade.js +0 -12
  455. data/node_modules/inline-style-prefixer/es/plugins/cursor.js +0 -16
  456. data/node_modules/inline-style-prefixer/es/plugins/filter.js +0 -12
  457. data/node_modules/inline-style-prefixer/es/plugins/flex.js +0 -10
  458. data/node_modules/inline-style-prefixer/es/plugins/flexboxIE.js +0 -67
  459. data/node_modules/inline-style-prefixer/es/plugins/flexboxOld.js +0 -33
  460. data/node_modules/inline-style-prefixer/es/plugins/gradient.js +0 -14
  461. data/node_modules/inline-style-prefixer/es/plugins/grid.js +0 -129
  462. data/node_modules/inline-style-prefixer/es/plugins/imageSet.js +0 -12
  463. data/node_modules/inline-style-prefixer/es/plugins/index.js +0 -17
  464. data/node_modules/inline-style-prefixer/es/plugins/logical.js +0 -35
  465. data/node_modules/inline-style-prefixer/es/plugins/position.js +0 -5
  466. data/node_modules/inline-style-prefixer/es/plugins/sizing.js +0 -26
  467. data/node_modules/inline-style-prefixer/es/plugins/transition.js +0 -75
  468. data/node_modules/inline-style-prefixer/es/utils/addNewValuesOnly.js +0 -15
  469. data/node_modules/inline-style-prefixer/es/utils/capitalizeString.js +0 -3
  470. data/node_modules/inline-style-prefixer/es/utils/isObject.js +0 -3
  471. data/node_modules/inline-style-prefixer/es/utils/prefixProperty.js +0 -22
  472. data/node_modules/inline-style-prefixer/es/utils/prefixValue.js +0 -11
  473. data/node_modules/inline-style-prefixer/lib/createPrefixer.js +0 -66
  474. data/node_modules/inline-style-prefixer/lib/data.js +0 -17
  475. data/node_modules/inline-style-prefixer/lib/generator/generatePluginList.js +0 -32
  476. data/node_modules/inline-style-prefixer/lib/generator/generatePrefixMap.js +0 -86
  477. data/node_modules/inline-style-prefixer/lib/generator/index.js +0 -85
  478. data/node_modules/inline-style-prefixer/lib/generator/maps/pluginMap.js +0 -113
  479. data/node_modules/inline-style-prefixer/lib/generator/maps/propertyMap.js +0 -43
  480. data/node_modules/inline-style-prefixer/lib/index.js +0 -78
  481. data/node_modules/inline-style-prefixer/lib/plugins/backgroundClip.js +0 -13
  482. data/node_modules/inline-style-prefixer/lib/plugins/calc.js +0 -21
  483. data/node_modules/inline-style-prefixer/lib/plugins/crossFade.js +0 -22
  484. data/node_modules/inline-style-prefixer/lib/plugins/cursor.js +0 -22
  485. data/node_modules/inline-style-prefixer/lib/plugins/filter.js +0 -22
  486. data/node_modules/inline-style-prefixer/lib/plugins/flex.js +0 -16
  487. data/node_modules/inline-style-prefixer/lib/plugins/flexboxIE.js +0 -73
  488. data/node_modules/inline-style-prefixer/lib/plugins/flexboxOld.js +0 -39
  489. data/node_modules/inline-style-prefixer/lib/plugins/gradient.js +0 -26
  490. data/node_modules/inline-style-prefixer/lib/plugins/grid.js +0 -136
  491. data/node_modules/inline-style-prefixer/lib/plugins/imageSet.js +0 -22
  492. data/node_modules/inline-style-prefixer/lib/plugins/index.js +0 -69
  493. data/node_modules/inline-style-prefixer/lib/plugins/logical.js +0 -41
  494. data/node_modules/inline-style-prefixer/lib/plugins/position.js +0 -11
  495. data/node_modules/inline-style-prefixer/lib/plugins/sizing.js +0 -32
  496. data/node_modules/inline-style-prefixer/lib/plugins/transition.js +0 -92
  497. data/node_modules/inline-style-prefixer/lib/utils/addNewValuesOnly.js +0 -21
  498. data/node_modules/inline-style-prefixer/lib/utils/capitalizeString.js +0 -9
  499. data/node_modules/inline-style-prefixer/lib/utils/isObject.js +0 -9
  500. data/node_modules/inline-style-prefixer/lib/utils/prefixProperty.js +0 -32
  501. data/node_modules/inline-style-prefixer/lib/utils/prefixValue.js +0 -17
  502. data/node_modules/inline-style-prefixer/package.json +0 -79
  503. data/node_modules/isobject/LICENSE +0 -21
  504. data/node_modules/isobject/README.md +0 -122
  505. data/node_modules/isobject/index.d.ts +0 -5
  506. data/node_modules/isobject/index.js +0 -12
  507. data/node_modules/isobject/package.json +0 -74
  508. data/node_modules/js-tokens/CHANGELOG.md +0 -151
  509. data/node_modules/js-tokens/LICENSE +0 -21
  510. data/node_modules/js-tokens/README.md +0 -240
  511. data/node_modules/js-tokens/index.js +0 -23
  512. data/node_modules/js-tokens/package.json +0 -30
  513. data/node_modules/loose-envify/LICENSE +0 -21
  514. data/node_modules/loose-envify/README.md +0 -45
  515. data/node_modules/loose-envify/cli.js +0 -16
  516. data/node_modules/loose-envify/custom.js +0 -4
  517. data/node_modules/loose-envify/index.js +0 -3
  518. data/node_modules/loose-envify/loose-envify.js +0 -36
  519. data/node_modules/loose-envify/package.json +0 -36
  520. data/node_modules/loose-envify/replace.js +0 -65
  521. data/node_modules/mdn-data/LICENSE +0 -116
  522. data/node_modules/mdn-data/README.md +0 -56
  523. data/node_modules/mdn-data/api/index.js +0 -3
  524. data/node_modules/mdn-data/api/inheritance.json +0 -2681
  525. data/node_modules/mdn-data/api/inheritance.schema.json +0 -31
  526. data/node_modules/mdn-data/css/at-rules.json +0 -560
  527. data/node_modules/mdn-data/css/at-rules.schema.json +0 -132
  528. data/node_modules/mdn-data/css/definitions.json +0 -77
  529. data/node_modules/mdn-data/css/index.js +0 -8
  530. data/node_modules/mdn-data/css/properties.json +0 -9163
  531. data/node_modules/mdn-data/css/properties.schema.json +0 -402
  532. data/node_modules/mdn-data/css/selectors.json +0 -927
  533. data/node_modules/mdn-data/css/selectors.schema.json +0 -36
  534. data/node_modules/mdn-data/css/syntaxes.json +0 -761
  535. data/node_modules/mdn-data/css/syntaxes.schema.json +0 -15
  536. data/node_modules/mdn-data/css/types.json +0 -265
  537. data/node_modules/mdn-data/css/types.schema.json +0 -32
  538. data/node_modules/mdn-data/css/units.json +0 -199
  539. data/node_modules/mdn-data/css/units.schema.json +0 -28
  540. data/node_modules/mdn-data/index.js +0 -5
  541. data/node_modules/mdn-data/l10n/css.json +0 -1567
  542. data/node_modules/mdn-data/l10n/index.js +0 -3
  543. data/node_modules/mdn-data/package.json +0 -39
  544. data/node_modules/nano-css/.circleci/config.yml +0 -85
  545. data/node_modules/nano-css/.eslintrc.yml +0 -27
  546. data/node_modules/nano-css/.github/FUNDING.yml +0 -3
  547. data/node_modules/nano-css/.github/workflows/nodejs.yml +0 -23
  548. data/node_modules/nano-css/CHANGELOG.md +0 -362
  549. data/node_modules/nano-css/LICENSE +0 -24
  550. data/node_modules/nano-css/README.md +0 -70
  551. data/node_modules/nano-css/addon/__dev__/warnOnMissingDependencies.js +0 -25
  552. data/node_modules/nano-css/addon/__tests__/__snapshots__/reset.test.js.snap +0 -407
  553. data/node_modules/nano-css/addon/__tests__/__snapshots__/tachyons.test.js.snap +0 -43
  554. data/node_modules/nano-css/addon/__tests__/amp.server.dev.test.js +0 -6
  555. data/node_modules/nano-css/addon/__tests__/amp.server.test.js +0 -223
  556. data/node_modules/nano-css/addon/__tests__/atoms.dev.test.js +0 -5
  557. data/node_modules/nano-css/addon/__tests__/atoms.server.dev.test.js +0 -8
  558. data/node_modules/nano-css/addon/__tests__/atoms.server.test.js +0 -6
  559. data/node_modules/nano-css/addon/__tests__/atoms.test.js +0 -49
  560. data/node_modules/nano-css/addon/__tests__/cssom.server.test.js +0 -12
  561. data/node_modules/nano-css/addon/__tests__/emmet/emmet.dev.test.js +0 -5
  562. data/node_modules/nano-css/addon/__tests__/emmet/emmet.server.dev.test.js +0 -8
  563. data/node_modules/nano-css/addon/__tests__/emmet/emmet.server.test.js +0 -6
  564. data/node_modules/nano-css/addon/__tests__/emmet/emmet.test.js +0 -219
  565. data/node_modules/nano-css/addon/__tests__/env.js +0 -6
  566. data/node_modules/nano-css/addon/__tests__/extract.server.test.js +0 -159
  567. data/node_modules/nano-css/addon/__tests__/index.server.dev.test.js +0 -6
  568. data/node_modules/nano-css/addon/__tests__/index.server.test.js +0 -4
  569. data/node_modules/nano-css/addon/__tests__/index.test.js +0 -257
  570. data/node_modules/nano-css/addon/__tests__/jsx.dev.test.js +0 -5
  571. data/node_modules/nano-css/addon/__tests__/jsx.server.dev.test.js +0 -6
  572. data/node_modules/nano-css/addon/__tests__/jsx.server.test.js +0 -4
  573. data/node_modules/nano-css/addon/__tests__/jsx.test.js +0 -33
  574. data/node_modules/nano-css/addon/__tests__/keyframes.dev.test.js +0 -5
  575. data/node_modules/nano-css/addon/__tests__/keyframes.server.dev.test.js +0 -6
  576. data/node_modules/nano-css/addon/__tests__/keyframes.server.test.js +0 -4
  577. data/node_modules/nano-css/addon/__tests__/keyframes.test.js +0 -131
  578. data/node_modules/nano-css/addon/__tests__/limit.server.test.js +0 -54
  579. data/node_modules/nano-css/addon/__tests__/nesting.test.js +0 -85
  580. data/node_modules/nano-css/addon/__tests__/prefixer.test.js +0 -121
  581. data/node_modules/nano-css/addon/__tests__/put.dev.test.js +0 -5
  582. data/node_modules/nano-css/addon/__tests__/put.server.dev.test.js +0 -6
  583. data/node_modules/nano-css/addon/__tests__/put.server.test.js +0 -4
  584. data/node_modules/nano-css/addon/__tests__/put.test.js +0 -75
  585. data/node_modules/nano-css/addon/__tests__/reset.test.js +0 -38
  586. data/node_modules/nano-css/addon/__tests__/rule.dev.test.js +0 -5
  587. data/node_modules/nano-css/addon/__tests__/rule.server.dev.test.js +0 -7
  588. data/node_modules/nano-css/addon/__tests__/rule.server.test.js +0 -5
  589. data/node_modules/nano-css/addon/__tests__/rule.test.js +0 -57
  590. data/node_modules/nano-css/addon/__tests__/setup.js +0 -7
  591. data/node_modules/nano-css/addon/__tests__/sheet.test.js +0 -74
  592. data/node_modules/nano-css/addon/__tests__/snake.test.js +0 -124
  593. data/node_modules/nano-css/addon/__tests__/tachyons.test.js +0 -45
  594. data/node_modules/nano-css/addon/__tests__/units.dev.test.js +0 -5
  595. data/node_modules/nano-css/addon/__tests__/units.server.dev.test.js +0 -6
  596. data/node_modules/nano-css/addon/__tests__/units.server.test.js +0 -4
  597. data/node_modules/nano-css/addon/__tests__/units.test.js +0 -41
  598. data/node_modules/nano-css/addon/__tests__/validate.dev.test.js +0 -5
  599. data/node_modules/nano-css/addon/__tests__/validate.test.js +0 -69
  600. data/node_modules/nano-css/addon/__tests__/vcssom.server.test.js +0 -14
  601. data/node_modules/nano-css/addon/__tests__/virtual.dev.test.js +0 -5
  602. data/node_modules/nano-css/addon/__tests__/virtual.server.dev.test.js +0 -6
  603. data/node_modules/nano-css/addon/__tests__/virtual.server.test.js +0 -4
  604. data/node_modules/nano-css/addon/__tests__/virtual.test.js +0 -225
  605. data/node_modules/nano-css/addon/amp.d.ts +0 -5
  606. data/node_modules/nano-css/addon/amp.js +0 -156
  607. data/node_modules/nano-css/addon/animate/fadeIn.js +0 -22
  608. data/node_modules/nano-css/addon/animate/fadeInDown.js +0 -25
  609. data/node_modules/nano-css/addon/animate/fadeInScale.js +0 -25
  610. data/node_modules/nano-css/addon/animate/fadeOut.js +0 -23
  611. data/node_modules/nano-css/addon/animate/fadeOutScale.js +0 -21
  612. data/node_modules/nano-css/addon/array.d.ts +0 -5
  613. data/node_modules/nano-css/addon/array.js +0 -33
  614. data/node_modules/nano-css/addon/atoms.d.ts +0 -243
  615. data/node_modules/nano-css/addon/atoms.js +0 -63
  616. data/node_modules/nano-css/addon/cache.d.ts +0 -8
  617. data/node_modules/nano-css/addon/cache.js +0 -17
  618. data/node_modules/nano-css/addon/component.d.ts +0 -7
  619. data/node_modules/nano-css/addon/component.js +0 -26
  620. data/node_modules/nano-css/addon/cssom.d.ts +0 -17
  621. data/node_modules/nano-css/addon/cssom.js +0 -36
  622. data/node_modules/nano-css/addon/decorator.d.ts +0 -7
  623. data/node_modules/nano-css/addon/decorator.js +0 -43
  624. data/node_modules/nano-css/addon/drule.d.ts +0 -8
  625. data/node_modules/nano-css/addon/drule.js +0 -27
  626. data/node_modules/nano-css/addon/dsheet.d.ts +0 -8
  627. data/node_modules/nano-css/addon/dsheet.js +0 -36
  628. data/node_modules/nano-css/addon/emmet.d.ts +0 -614
  629. data/node_modules/nano-css/addon/emmet.js +0 -177
  630. data/node_modules/nano-css/addon/extract.d.ts +0 -5
  631. data/node_modules/nano-css/addon/extract.js +0 -59
  632. data/node_modules/nano-css/addon/global.d.ts +0 -8
  633. data/node_modules/nano-css/addon/global.js +0 -19
  634. data/node_modules/nano-css/addon/googleFont.d.ts +0 -8
  635. data/node_modules/nano-css/addon/googleFont.js +0 -43
  636. data/node_modules/nano-css/addon/hydrate.d.ts +0 -7
  637. data/node_modules/nano-css/addon/hydrate.js +0 -28
  638. data/node_modules/nano-css/addon/hyperstyle.js +0 -27
  639. data/node_modules/nano-css/addon/important.js +0 -38
  640. data/node_modules/nano-css/addon/jsx.js +0 -60
  641. data/node_modules/nano-css/addon/keyframes.d.ts +0 -34
  642. data/node_modules/nano-css/addon/keyframes.js +0 -61
  643. data/node_modules/nano-css/addon/limit.js +0 -26
  644. data/node_modules/nano-css/addon/nesting.js +0 -37
  645. data/node_modules/nano-css/addon/pipe.js +0 -57
  646. data/node_modules/nano-css/addon/prefixer.js +0 -79
  647. data/node_modules/nano-css/addon/ref.js +0 -87
  648. data/node_modules/nano-css/addon/reset/EricMeyer.js +0 -48
  649. data/node_modules/nano-css/addon/reset/EricMeyerCondensed.js +0 -44
  650. data/node_modules/nano-css/addon/reset/Minimalistic.js +0 -16
  651. data/node_modules/nano-css/addon/reset/Minimalistic2.js +0 -17
  652. data/node_modules/nano-css/addon/reset/Minimalistic3.js +0 -18
  653. data/node_modules/nano-css/addon/reset/Normalize.js +0 -83
  654. data/node_modules/nano-css/addon/reset/PoorMan.js +0 -25
  655. data/node_modules/nano-css/addon/reset/ShaunInman.js +0 -42
  656. data/node_modules/nano-css/addon/reset/Siolon.js +0 -34
  657. data/node_modules/nano-css/addon/reset/Tantek.js +0 -31
  658. data/node_modules/nano-css/addon/reset/Tripoli.js +0 -75
  659. data/node_modules/nano-css/addon/reset/Universal.js +0 -23
  660. data/node_modules/nano-css/addon/reset/Yahoo.js +0 -43
  661. data/node_modules/nano-css/addon/reset-font.js +0 -24
  662. data/node_modules/nano-css/addon/rtl.js +0 -15
  663. data/node_modules/nano-css/addon/rule.d.ts +0 -26
  664. data/node_modules/nano-css/addon/rule.js +0 -39
  665. data/node_modules/nano-css/addon/sheet.d.ts +0 -22
  666. data/node_modules/nano-css/addon/sheet.js +0 -45
  667. data/node_modules/nano-css/addon/snake.js +0 -141
  668. data/node_modules/nano-css/addon/sourcemaps.js +0 -96
  669. data/node_modules/nano-css/addon/spread.js +0 -23
  670. data/node_modules/nano-css/addon/stable.js +0 -7
  671. data/node_modules/nano-css/addon/style.js +0 -33
  672. data/node_modules/nano-css/addon/styled.js +0 -161
  673. data/node_modules/nano-css/addon/stylis/plugin-onRule.js +0 -43
  674. data/node_modules/nano-css/addon/stylis.js +0 -28
  675. data/node_modules/nano-css/addon/tachyons.js +0 -215
  676. data/node_modules/nano-css/addon/unitless.js +0 -78
  677. data/node_modules/nano-css/addon/units.d.ts +0 -89
  678. data/node_modules/nano-css/addon/units.js +0 -27
  679. data/node_modules/nano-css/addon/useStyles.js +0 -24
  680. data/node_modules/nano-css/addon/util/cloneElement.js +0 -11
  681. data/node_modules/nano-css/addon/util/transformComponentDynamic.js +0 -50
  682. data/node_modules/nano-css/addon/util/transformComponentStatic.js +0 -26
  683. data/node_modules/nano-css/addon/validate.js +0 -82
  684. data/node_modules/nano-css/addon/vcssom/__tests__/cssToTree.test.js +0 -159
  685. data/node_modules/nano-css/addon/vcssom/cssToTree.d.ts +0 -15
  686. data/node_modules/nano-css/addon/vcssom/cssToTree.js +0 -42
  687. data/node_modules/nano-css/addon/vcssom/removeRule.d.ts +0 -3
  688. data/node_modules/nano-css/addon/vcssom/removeRule.js +0 -15
  689. data/node_modules/nano-css/addon/vcssom.d.ts +0 -72
  690. data/node_modules/nano-css/addon/vcssom.js +0 -97
  691. data/node_modules/nano-css/addon/virtual.js +0 -107
  692. data/node_modules/nano-css/addon/withStyles.js +0 -32
  693. data/node_modules/nano-css/index.d.ts +0 -4
  694. data/node_modules/nano-css/index.js +0 -138
  695. data/node_modules/nano-css/package.json +0 -145
  696. data/node_modules/nano-css/preset/react.js +0 -43
  697. data/node_modules/nano-css/preset/sheet.d.ts +0 -5
  698. data/node_modules/nano-css/preset/sheet.js +0 -27
  699. data/node_modules/nano-css/preset/vdom.js +0 -40
  700. data/node_modules/nano-css/prettier.config.js +0 -13
  701. data/node_modules/nano-css/renovate.json +0 -3
  702. data/node_modules/nano-css/types/common.d.ts +0 -14
  703. data/node_modules/nano-css/types/demo.ts +0 -7
  704. data/node_modules/nano-css/types/nano.d.ts +0 -171
  705. data/node_modules/object-assign/index.js +0 -90
  706. data/node_modules/object-assign/license +0 -21
  707. data/node_modules/object-assign/package.json +0 -42
  708. data/node_modules/object-assign/readme.md +0 -61
  709. data/node_modules/preact/compat/LICENSE +0 -21
  710. data/node_modules/preact/debug/LICENSE +0 -21
  711. data/node_modules/preact/devtools/LICENSE +0 -21
  712. data/node_modules/preact/hooks/LICENSE +0 -21
  713. data/node_modules/preact/jsx-runtime/LICENSE +0 -21
  714. data/node_modules/react/LICENSE +0 -21
  715. data/node_modules/react/README.md +0 -13
  716. data/node_modules/react/build-info.json +0 -8
  717. data/node_modules/react/cjs/react-jsx-dev-runtime.development.js +0 -1203
  718. data/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +0 -9
  719. data/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js +0 -9
  720. data/node_modules/react/cjs/react-jsx-runtime.development.js +0 -1221
  721. data/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -10
  722. data/node_modules/react/cjs/react-jsx-runtime.profiling.min.js +0 -10
  723. data/node_modules/react/cjs/react.development.js +0 -2333
  724. data/node_modules/react/cjs/react.production.min.js +0 -23
  725. data/node_modules/react/index.js +0 -7
  726. data/node_modules/react/jsx-dev-runtime.js +0 -7
  727. data/node_modules/react/jsx-runtime.js +0 -7
  728. data/node_modules/react/package.json +0 -39
  729. data/node_modules/react/umd/react.development.js +0 -3357
  730. data/node_modules/react/umd/react.production.min.js +0 -31
  731. data/node_modules/react/umd/react.profiling.min.js +0 -36
  732. data/node_modules/react-dom/LICENSE +0 -21
  733. data/node_modules/react-dom/README.md +0 -54
  734. data/node_modules/react-dom/build-info.json +0 -8
  735. data/node_modules/react-dom/cjs/react-dom-server.browser.development.js +0 -4342
  736. data/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +0 -51
  737. data/node_modules/react-dom/cjs/react-dom-server.node.development.js +0 -4383
  738. data/node_modules/react-dom/cjs/react-dom-server.node.production.min.js +0 -52
  739. data/node_modules/react-dom/cjs/react-dom-test-utils.development.js +0 -2118
  740. data/node_modules/react-dom/cjs/react-dom-test-utils.production.min.js +0 -43
  741. data/node_modules/react-dom/cjs/react-dom.development.js +0 -26262
  742. data/node_modules/react-dom/cjs/react-dom.production.min.js +0 -297
  743. data/node_modules/react-dom/cjs/react-dom.profiling.min.js +0 -310
  744. data/node_modules/react-dom/index.js +0 -38
  745. data/node_modules/react-dom/package.json +0 -49
  746. data/node_modules/react-dom/profiling.js +0 -38
  747. data/node_modules/react-dom/server.browser.js +0 -7
  748. data/node_modules/react-dom/server.js +0 -3
  749. data/node_modules/react-dom/server.node.js +0 -7
  750. data/node_modules/react-dom/test-utils.js +0 -7
  751. data/node_modules/react-dom/umd/react-dom-server.browser.development.js +0 -4341
  752. data/node_modules/react-dom/umd/react-dom-server.browser.production.min.js +0 -46
  753. data/node_modules/react-dom/umd/react-dom-test-utils.development.js +0 -2136
  754. data/node_modules/react-dom/umd/react-dom-test-utils.production.min.js +0 -35
  755. data/node_modules/react-dom/umd/react-dom.development.js +0 -26292
  756. data/node_modules/react-dom/umd/react-dom.production.min.js +0 -245
  757. data/node_modules/react-dom/umd/react-dom.profiling.min.js +0 -252
  758. data/node_modules/regenerator-runtime/LICENSE +0 -21
  759. data/node_modules/regenerator-runtime/README.md +0 -31
  760. data/node_modules/regenerator-runtime/package.json +0 -19
  761. data/node_modules/regenerator-runtime/path.js +0 -11
  762. data/node_modules/regenerator-runtime/runtime.js +0 -754
  763. data/node_modules/rtl-css-js/CHANGELOG.md +0 -5
  764. data/node_modules/rtl-css-js/LICENSE +0 -20
  765. data/node_modules/rtl-css-js/README.md +0 -205
  766. data/node_modules/rtl-css-js/core/package.json +0 -6
  767. data/node_modules/rtl-css-js/core.d.ts +0 -163
  768. data/node_modules/rtl-css-js/core.esm.d.ts +0 -1
  769. data/node_modules/rtl-css-js/core.esm.js +0 -9
  770. data/node_modules/rtl-css-js/dist/cjs/convert-a10c80e3.js +0 -509
  771. data/node_modules/rtl-css-js/dist/cjs/core.js +0 -30
  772. data/node_modules/rtl-css-js/dist/cjs/index.js +0 -7
  773. data/node_modules/rtl-css-js/dist/esm/convert-09159978.js +0 -487
  774. data/node_modules/rtl-css-js/dist/esm/core.js +0 -1
  775. data/node_modules/rtl-css-js/dist/esm/index.js +0 -5
  776. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.js +0 -519
  777. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.js.map +0 -1
  778. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.min.js +0 -2
  779. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.min.js.map +0 -1
  780. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.js +0 -496
  781. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.js.map +0 -1
  782. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.min.js +0 -2
  783. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.min.js.map +0 -1
  784. data/node_modules/rtl-css-js/package.json +0 -66
  785. data/node_modules/rtl-css-js/types.d.ts +0 -8
  786. data/node_modules/scheduler/LICENSE +0 -21
  787. data/node_modules/scheduler/README.md +0 -9
  788. data/node_modules/scheduler/build-info.json +0 -8
  789. data/node_modules/scheduler/cjs/scheduler-tracing.development.js +0 -347
  790. data/node_modules/scheduler/cjs/scheduler-tracing.production.min.js +0 -9
  791. data/node_modules/scheduler/cjs/scheduler-tracing.profiling.min.js +0 -16
  792. data/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js +0 -665
  793. data/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js +0 -19
  794. data/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js +0 -206
  795. data/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js +0 -13
  796. data/node_modules/scheduler/cjs/scheduler.development.js +0 -646
  797. data/node_modules/scheduler/cjs/scheduler.production.min.js +0 -20
  798. data/node_modules/scheduler/index.js +0 -7
  799. data/node_modules/scheduler/package.json +0 -40
  800. data/node_modules/scheduler/tracing-profiling.js +0 -7
  801. data/node_modules/scheduler/tracing.js +0 -7
  802. data/node_modules/scheduler/umd/scheduler-tracing.development.js +0 -80
  803. data/node_modules/scheduler/umd/scheduler-tracing.production.min.js +0 -80
  804. data/node_modules/scheduler/umd/scheduler-tracing.profiling.min.js +0 -80
  805. data/node_modules/scheduler/umd/scheduler-unstable_mock.development.js +0 -664
  806. data/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js +0 -18
  807. data/node_modules/scheduler/umd/scheduler.development.js +0 -152
  808. data/node_modules/scheduler/umd/scheduler.production.min.js +0 -146
  809. data/node_modules/scheduler/umd/scheduler.profiling.min.js +0 -146
  810. data/node_modules/scheduler/unstable_mock.js +0 -7
  811. data/node_modules/scheduler/unstable_post_task.js +0 -7
  812. data/node_modules/source-map/CHANGELOG.md +0 -301
  813. data/node_modules/source-map/LICENSE +0 -28
  814. data/node_modules/source-map/README.md +0 -742
  815. data/node_modules/source-map/dist/source-map.debug.js +0 -3234
  816. data/node_modules/source-map/dist/source-map.js +0 -3233
  817. data/node_modules/source-map/dist/source-map.min.js +0 -2
  818. data/node_modules/source-map/dist/source-map.min.js.map +0 -1
  819. data/node_modules/source-map/lib/array-set.js +0 -121
  820. data/node_modules/source-map/lib/base64-vlq.js +0 -140
  821. data/node_modules/source-map/lib/base64.js +0 -67
  822. data/node_modules/source-map/lib/binary-search.js +0 -111
  823. data/node_modules/source-map/lib/mapping-list.js +0 -79
  824. data/node_modules/source-map/lib/quick-sort.js +0 -114
  825. data/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  826. data/node_modules/source-map/lib/source-map-generator.js +0 -425
  827. data/node_modules/source-map/lib/source-node.js +0 -413
  828. data/node_modules/source-map/lib/util.js +0 -488
  829. data/node_modules/source-map/package.json +0 -73
  830. data/node_modules/source-map/source-map.d.ts +0 -98
  831. data/node_modules/source-map/source-map.js +0 -8
  832. data/node_modules/sourcemap-codec/CHANGELOG.md +0 -64
  833. data/node_modules/sourcemap-codec/LICENSE +0 -21
  834. data/node_modules/sourcemap-codec/README.md +0 -63
  835. data/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js +0 -124
  836. data/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js.map +0 -1
  837. data/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -135
  838. data/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js.map +0 -1
  839. data/node_modules/sourcemap-codec/dist/types/sourcemap-codec.d.ts +0 -5
  840. data/node_modules/sourcemap-codec/package.json +0 -53
  841. data/node_modules/stack-generator/.eslintrc.yml +0 -32
  842. data/node_modules/stack-generator/CHANGELOG.md +0 -18
  843. data/node_modules/stack-generator/CONTRIBUTING.md +0 -27
  844. data/node_modules/stack-generator/LICENSE +0 -19
  845. data/node_modules/stack-generator/README.md +0 -28
  846. data/node_modules/stack-generator/bower.json +0 -33
  847. data/node_modules/stack-generator/component.json +0 -17
  848. data/node_modules/stack-generator/dist/stack-generator.js +0 -45
  849. data/node_modules/stack-generator/dist/stack-generator.min.js +0 -2
  850. data/node_modules/stack-generator/dist/stack-generator.min.js.map +0 -1
  851. data/node_modules/stack-generator/karma.conf.ci.js +0 -108
  852. data/node_modules/stack-generator/karma.conf.js +0 -26
  853. data/node_modules/stack-generator/package.json +0 -53
  854. data/node_modules/stack-generator/stack-generator.js +0 -45
  855. data/node_modules/stackframe/.eslintrc.yml +0 -29
  856. data/node_modules/stackframe/CHANGELOG.md +0 -39
  857. data/node_modules/stackframe/CONTRIBUTING.md +0 -28
  858. data/node_modules/stackframe/LICENSE +0 -19
  859. data/node_modules/stackframe/README.md +0 -78
  860. data/node_modules/stackframe/bower.json +0 -31
  861. data/node_modules/stackframe/component.json +0 -16
  862. data/node_modules/stackframe/dist/stackframe.js +0 -143
  863. data/node_modules/stackframe/dist/stackframe.min.js +0 -2
  864. data/node_modules/stackframe/dist/stackframe.min.js.map +0 -1
  865. data/node_modules/stackframe/karma.conf.ci.js +0 -105
  866. data/node_modules/stackframe/karma.conf.js +0 -23
  867. data/node_modules/stackframe/package.json +0 -51
  868. data/node_modules/stackframe/stackframe-tests.ts +0 -47
  869. data/node_modules/stackframe/stackframe.d.ts +0 -74
  870. data/node_modules/stackframe/stackframe.js +0 -143
  871. data/node_modules/stacktrace-gps/CHANGELOG.md +0 -60
  872. data/node_modules/stacktrace-gps/LICENSE +0 -19
  873. data/node_modules/stacktrace-gps/README.md +0 -89
  874. data/node_modules/stacktrace-gps/dist/polyfills.js +0 -5
  875. data/node_modules/stacktrace-gps/dist/stacktrace-gps-with-polyfills.min.js +0 -2
  876. data/node_modules/stacktrace-gps/dist/stacktrace-gps-with-polyfills.min.js.map +0 -1
  877. data/node_modules/stacktrace-gps/dist/stacktrace-gps.js +0 -342
  878. data/node_modules/stacktrace-gps/dist/stacktrace-gps.min.js +0 -2
  879. data/node_modules/stacktrace-gps/dist/stacktrace-gps.min.js.map +0 -1
  880. data/node_modules/stacktrace-gps/node_modules/source-map/CHANGELOG.md +0 -301
  881. data/node_modules/stacktrace-gps/node_modules/source-map/LICENSE +0 -28
  882. data/node_modules/stacktrace-gps/node_modules/source-map/README.md +0 -729
  883. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.debug.js +0 -3056
  884. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.js +0 -3055
  885. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.min.js +0 -2
  886. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.min.js.map +0 -1
  887. data/node_modules/stacktrace-gps/node_modules/source-map/lib/array-set.js +0 -104
  888. data/node_modules/stacktrace-gps/node_modules/source-map/lib/base64-vlq.js +0 -140
  889. data/node_modules/stacktrace-gps/node_modules/source-map/lib/base64.js +0 -67
  890. data/node_modules/stacktrace-gps/node_modules/source-map/lib/binary-search.js +0 -111
  891. data/node_modules/stacktrace-gps/node_modules/source-map/lib/mapping-list.js +0 -79
  892. data/node_modules/stacktrace-gps/node_modules/source-map/lib/quick-sort.js +0 -114
  893. data/node_modules/stacktrace-gps/node_modules/source-map/lib/source-map-consumer.js +0 -1082
  894. data/node_modules/stacktrace-gps/node_modules/source-map/lib/source-map-generator.js +0 -404
  895. data/node_modules/stacktrace-gps/node_modules/source-map/lib/source-node.js +0 -407
  896. data/node_modules/stacktrace-gps/node_modules/source-map/lib/util.js +0 -417
  897. data/node_modules/stacktrace-gps/node_modules/source-map/package.json +0 -71
  898. data/node_modules/stacktrace-gps/node_modules/source-map/source-map.js +0 -8
  899. data/node_modules/stacktrace-gps/package.json +0 -66
  900. data/node_modules/stacktrace-gps/stacktrace-gps.js +0 -342
  901. data/node_modules/stacktrace-js/CHANGELOG.md +0 -97
  902. data/node_modules/stacktrace-js/LICENSE +0 -19
  903. data/node_modules/stacktrace-js/README.md +0 -186
  904. data/node_modules/stacktrace-js/dist/stacktrace-with-promises-and-json-polyfills.js +0 -5405
  905. data/node_modules/stacktrace-js/dist/stacktrace-with-promises-and-json-polyfills.min.js +0 -3
  906. data/node_modules/stacktrace-js/dist/stacktrace-with-promises-and-json-polyfills.min.js.map +0 -1
  907. data/node_modules/stacktrace-js/dist/stacktrace.js +0 -3025
  908. data/node_modules/stacktrace-js/dist/stacktrace.min.js +0 -2
  909. data/node_modules/stacktrace-js/dist/stacktrace.min.js.map +0 -1
  910. data/node_modules/stacktrace-js/package.json +0 -82
  911. data/node_modules/stacktrace-js/stacktrace-js.d.ts +0 -134
  912. data/node_modules/stacktrace-js/stacktrace.js +0 -227
  913. data/node_modules/stylis/LICENSE +0 -21
  914. data/node_modules/stylis/README.md +0 -152
  915. data/node_modules/stylis/dist/stylis.mjs +0 -2
  916. data/node_modules/stylis/dist/stylis.mjs.map +0 -1
  917. data/node_modules/stylis/dist/umd/package.json +0 -1
  918. data/node_modules/stylis/dist/umd/stylis.js +0 -2
  919. data/node_modules/stylis/dist/umd/stylis.js.map +0 -1
  920. data/node_modules/stylis/index.js +0 -7
  921. data/node_modules/stylis/package.json +0 -164
  922. data/node_modules/stylis/src/Enum.js +0 -20
  923. data/node_modules/stylis/src/Middleware.js +0 -107
  924. data/node_modules/stylis/src/Parser.js +0 -184
  925. data/node_modules/stylis/src/Prefixer.js +0 -119
  926. data/node_modules/stylis/src/Serializer.js +0 -34
  927. data/node_modules/stylis/src/Tokenizer.js +0 -244
  928. data/node_modules/stylis/src/Utility.js +0 -109
@@ -1,3 +0,0 @@
1
- module.exports = {
2
- css: require('./css'),
3
- }
@@ -1,39 +0,0 @@
1
- {
2
- "name": "mdn-data",
3
- "version": "2.0.14",
4
- "description": "Open Web data by the Mozilla Developer Network",
5
- "main": "index.js",
6
- "files": [
7
- "api/index.js",
8
- "api/*.json",
9
- "css/index.js",
10
- "css/*.json",
11
- "l10n/index.js",
12
- "l10n/*.json"
13
- ],
14
- "repository": {
15
- "type": "git",
16
- "url": "https://github.com/mdn/data.git"
17
- },
18
- "keywords": [
19
- "data",
20
- "mdn",
21
- "mozilla",
22
- "css"
23
- ],
24
- "author": "Mozilla Developer Network",
25
- "license": "CC0-1.0",
26
- "bugs": {
27
- "url": "https://github.com/mdn/data/issues"
28
- },
29
- "homepage": "https://developer.mozilla.org",
30
- "devDependencies": {
31
- "ajv": "^5.0.1",
32
- "better-ajv-errors": "^0.5.1"
33
- },
34
- "scripts": {
35
- "lint": "node test/lint",
36
- "travis": "npm test",
37
- "test": "npm run lint"
38
- }
39
- }
@@ -1,85 +0,0 @@
1
- version: 2
2
-
3
- refs:
4
- container: &container
5
- docker:
6
- - image: circleci/node:12.20.1
7
- working_directory: ~/repo
8
-
9
- jobs:
10
- all:
11
- <<: *container
12
- steps:
13
- - checkout
14
- - restore_cache:
15
- keys:
16
- - v1-dependencies-{{ checksum "package.json" }}
17
- - v1-dependencies-
18
- - run:
19
- name: Versions
20
- command: node -v && npm -v && yarn -v
21
- - run:
22
- name: Install dependencies
23
- command: yarn install
24
- - save_cache:
25
- paths:
26
- - node_modules
27
- key: v1-dependencies-{{ checksum "package.json" }}
28
- - run:
29
- name: Test
30
- command: yarn test
31
- - run:
32
- name: Post to GitHub
33
- command: npx ci-scripts github-post
34
- - run:
35
- name: Post to Slack
36
- command: npx ci-scripts slack
37
-
38
- master:
39
- <<: *container
40
- steps:
41
- - checkout
42
- - restore_cache:
43
- keys:
44
- - v1-dependencies-{{ checksum "package.json" }}
45
- - v1-dependencies-
46
- - run:
47
- name: Versions
48
- command: node -v && npm -v && yarn -v
49
- - run:
50
- name: Install dependencies
51
- command: yarn install
52
- - save_cache:
53
- paths:
54
- - node_modules
55
- key: v1-dependencies-{{ checksum "package.json" }}
56
- - run:
57
- name: Test
58
- command: yarn test
59
- - run:
60
- name: Post to GitHub
61
- command: npx ci-scripts github-post
62
- - run:
63
- name: Post to Slack
64
- command: npx ci-scripts slack
65
- - run:
66
- name: Release
67
- command: npx semantic-release
68
-
69
- workflows:
70
- version: 2
71
- all:
72
- jobs:
73
- - all:
74
- context: common-env-vars
75
- filters:
76
- branches:
77
- ignore:
78
- - master
79
- master:
80
- jobs:
81
- - master:
82
- context: common-env-vars
83
- filters:
84
- branches:
85
- only: master
@@ -1,27 +0,0 @@
1
- extends: eslint:recommended
2
- env:
3
- node: true
4
- browser: true
5
- rules:
6
- block-scoped-var: 2
7
- callback-return: 2
8
- dot-notation: 2
9
- indent: 2
10
- linebreak-style: [2, unix]
11
- new-cap: 2
12
- no-console: [2, allow: [warn, error]]
13
- no-else-return: 2
14
- no-eq-null: 2
15
- no-fallthrough: 2
16
- no-invalid-this: 2
17
- no-return-assign: 2
18
- no-shadow: 1
19
- no-trailing-spaces: 2
20
- no-use-before-define: [2, nofunc]
21
- quotes: [2, single, avoid-escape]
22
- semi: [2, always]
23
- strict: [2, global]
24
- valid-jsdoc: [2, requireReturn: false]
25
- no-control-regex: 0
26
- no-useless-escape: 2
27
-
@@ -1,3 +0,0 @@
1
- # These are supported funding model platforms
2
-
3
- github: streamich
@@ -1,23 +0,0 @@
1
- name: Node CI
2
-
3
- on: [push, pull_request]
4
-
5
- jobs:
6
- build:
7
-
8
- runs-on: ubuntu-latest
9
-
10
- strategy:
11
- matrix:
12
- node-version: [10, 12, 14]
13
-
14
- steps:
15
- - uses: actions/checkout@v1
16
- - name: Use Node.js ${{ matrix.node-version }}
17
- uses: actions/setup-node@v1
18
- with:
19
- node-version: ${{ matrix.node-version }}
20
- - name: npm install, build, and test
21
- run: |
22
- yarn
23
- yarn test
@@ -1,362 +0,0 @@
1
- ## [5.3.4](https://github.com/streamich/nano-css/compare/v5.3.3...v5.3.4) (2021-07-28)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * 🐛 remove trailing commas ([103c3e7](https://github.com/streamich/nano-css/commit/103c3e78664c6b1c19e3e14aa4e24e9dc38c9c96))
7
-
8
- ## [5.3.3](https://github.com/streamich/nano-css/compare/v5.3.2...v5.3.3) (2021-07-28)
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * remove trailing comma ([985a66c](https://github.com/streamich/nano-css/commit/985a66c3723dce2616f1f08cf6533796c13e5f47))
14
-
15
- ## [5.3.2](https://github.com/streamich/nano-css/compare/v5.3.1...v5.3.2) (2021-07-28)
16
-
17
-
18
- ### Bug Fixes
19
-
20
- * remove hydration logging in development ([1bf7053](https://github.com/streamich/nano-css/commit/1bf70533d4641b27073378a6d33f564fc1e27878))
21
-
22
- ## [5.3.1](https://github.com/streamich/nano-css/compare/v5.3.0...v5.3.1) (2021-01-13)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * make every export to be listed manually since TSC 4 ([78e50fa](https://github.com/streamich/nano-css/commit/78e50fab882411613c53aa76b81578fc698fadf8))
28
-
29
- # [5.3.0](https://github.com/streamich/nano-css/compare/v5.2.0...v5.3.0) (2020-02-17)
30
-
31
-
32
- ### Bug Fixes
33
-
34
- * **addon\atom:** mistake in types; ([3be2d1f](https://github.com/streamich/nano-css/commit/3be2d1ff04c8e3d1580280b52aa47a52cdfdb7e7))
35
- * **addon\emmet:** mistake in types; ([54583fe](https://github.com/streamich/nano-css/commit/54583fe04a22efc97fabfc7655abdcd8f2394119))
36
-
37
-
38
- ### Features
39
-
40
- * 🎸 export all types ([23a1ade](https://github.com/streamich/nano-css/commit/23a1adeeb8f436b108644ee9fb1b2c83dc2265b4))
41
-
42
- # [5.2.0](https://github.com/streamich/nano-css/compare/v5.1.0...v5.2.0) (2019-06-03)
43
-
44
-
45
- ### Features
46
-
47
- * add "::placeholder" support to prefixer ([caf78d8](https://github.com/streamich/nano-css/commit/caf78d8))
48
-
49
- # [5.1.0](https://github.com/streamich/nano-css/compare/v5.0.0...v5.1.0) (2019-03-26)
50
-
51
-
52
- ### Bug Fixes
53
-
54
- * 🐛 don't crash CSSOM and VCSSOM addons on server side ([123f76c](https://github.com/streamich/nano-css/commit/123f76c))
55
-
56
-
57
- ### Features
58
-
59
- * 🎸 add .del() to VRule, removeRule() now acc only 1 arg ([6d25e55](https://github.com/streamich/nano-css/commit/6d25e55))
60
- * 🎸 change VRule interface, add vcssom docs ([18cea49](https://github.com/streamich/nano-css/commit/18cea49))
61
-
62
- # [5.0.0](https://github.com/streamich/nano-css/compare/v4.0.0...v5.0.0) (2019-03-22)
63
-
64
-
65
- ### Bug Fixes
66
-
67
- * 🐛 don't load VCSSOM in non-browser environments ([857b2d2](https://github.com/streamich/nano-css/commit/857b2d2))
68
- * 🐛 search for rule index before removing it ([27b48ca](https://github.com/streamich/nano-css/commit/27b48ca))
69
-
70
-
71
- ### Features
72
-
73
- * 🎸 add CSSOM and VCSSOM TypeScript typings ([607253a](https://github.com/streamich/nano-css/commit/607253a))
74
- * 🎸 add TypeScript definitiosn for some missing addons ([6611aac](https://github.com/streamich/nano-css/commit/6611aac))
75
- * 🎸 allow JS-style snake-case declaration properties ([9b8197a](https://github.com/streamich/nano-css/commit/9b8197a))
76
- * 🎸 move TypeScript typings inline next to implementations ([224ee56](https://github.com/streamich/nano-css/commit/224ee56))
77
-
78
-
79
- ### BREAKING CHANGES
80
-
81
- * 🧨 refactoring TypeScript types might break some TypeScript builds
82
-
83
- # [4.0.0](https://github.com/streamich/nano-css/compare/v3.5.0...v4.0.0) (2019-03-21)
84
-
85
-
86
- ### Bug Fixes
87
-
88
- * 🐛`NODE_EVN` should be `NODE_ENV` ([8feead7](https://github.com/streamich/nano-css/commit/8feead7))
89
- * upgrade react-dom due to vulnerability ([8bdeeba](https://github.com/streamich/nano-css/commit/8bdeeba))
90
- * upgrade webpack-dev-server due to vulnerability ([602d9c3](https://github.com/streamich/nano-css/commit/602d9c3))
91
-
92
-
93
- ### Features
94
-
95
- * 🎸 add vcssom addon ([63e27f2](https://github.com/streamich/nano-css/commit/63e27f2))
96
- * 🎸 create unified CSSOM createRule() for all use cases ([6976707](https://github.com/streamich/nano-css/commit/6976707))
97
- * 🎸 improve cssom addon ([6f1ead5](https://github.com/streamich/nano-css/commit/6f1ead5))
98
- * 🎸support `[@font-face](https://github.com/font-face)` ([a905b54](https://github.com/streamich/nano-css/commit/a905b54)), closes [#220](https://github.com/streamich/nano-css/issues/220)
99
-
100
-
101
- ### BREAKING CHANGES
102
-
103
- * cssom addon API changed, pipe addon as a consequence now behaves
104
- differently, too
105
- * old putRule() CSSOM function is now removed, use createRule() instead
106
-
107
- # [3.5.0](https://github.com/streamich/nano-css/compare/v3.4.0...v3.5.0) (2018-12-26)
108
-
109
-
110
- ### Features
111
-
112
- * add Emmet based abbreviations for css atoms ([#215](https://github.com/streamich/nano-css/issues/215)) ([ee1f487](https://github.com/streamich/nano-css/commit/ee1f487))
113
-
114
- # [3.4.0](https://github.com/streamich/nano-css/compare/v3.3.0...v3.4.0) (2018-09-18)
115
-
116
-
117
- ### Features
118
-
119
- * better prefixing ([e5e83c4](https://github.com/streamich/nano-css/commit/e5e83c4)), closes [#206](https://github.com/streamich/nano-css/issues/206)
120
-
121
- # [3.3.0](https://github.com/streamich/nano-css/compare/v3.2.1...v3.3.0) (2018-09-18)
122
-
123
-
124
- ### Bug Fixes
125
-
126
- * improve kebab case conversion ([1819a14](https://github.com/streamich/nano-css/commit/1819a14))
127
-
128
-
129
- ### Features
130
-
131
- * better kebab case conversion ([380f65f](https://github.com/streamich/nano-css/commit/380f65f))
132
-
133
- ## [3.2.1](https://github.com/streamich/nano-css/compare/v3.2.0...v3.2.1) (2018-08-06)
134
-
135
-
136
- ### Bug Fixes
137
-
138
- * 🐛 don't insert empty !important declarations ([197430d](https://github.com/streamich/nano-css/commit/197430d))
139
-
140
- # [3.2.0](https://github.com/streamich/nano-css/compare/v3.1.0...v3.2.0) (2018-08-05)
141
-
142
-
143
- ### Bug Fixes
144
-
145
- * 🐛 add !important only if it is not already there ([8f0bc4c](https://github.com/streamich/nano-css/commit/8f0bc4c))
146
- * 🐛 replace all & operators in nesting addon ([0e1eca8](https://github.com/streamich/nano-css/commit/0e1eca8))
147
-
148
-
149
- ### Features
150
-
151
- * 🎸 add placeholders for decorator and comp addons types ([2c897e0](https://github.com/streamich/nano-css/commit/2c897e0))
152
-
153
- # [3.1.0](https://github.com/streamich/nano-css/compare/v3.0.1...v3.1.0) (2018-07-21)
154
-
155
-
156
- ### Features
157
-
158
- * 🎸 add atoms addon typings ([472415c](https://github.com/streamich/nano-css/commit/472415c))
159
- * 🎸 add drule addon typings ([fe0345c](https://github.com/streamich/nano-css/commit/fe0345c))
160
- * 🎸 add keyframes() addon typings ([4615452](https://github.com/streamich/nano-css/commit/4615452))
161
- * 🎸 add sheet addon typings ([2b86cc2](https://github.com/streamich/nano-css/commit/2b86cc2))
162
- * add sheet preset typings ([94c11ac](https://github.com/streamich/nano-css/commit/94c11ac))
163
-
164
- ## [3.0.1](https://github.com/streamich/nano-css/compare/v3.0.0...v3.0.1) (2018-07-16)
165
-
166
-
167
- ### Bug Fixes
168
-
169
- * 🐛 enumerate map returned by sheet() ([58da52a](https://github.com/streamich/nano-css/commit/58da52a)), closes [#189](https://github.com/streamich/nano-css/issues/189)
170
-
171
- # [3.0.0](https://github.com/streamich/nano-css/compare/v2.2.0...v3.0.0) (2018-07-15)
172
-
173
-
174
- ### Features
175
-
176
- * 🎸 add TypeScript type definitions ([696dd4d](https://github.com/streamich/nano-css/commit/696dd4d))
177
- * 🎸 improve TypeScript definitions ([21a3a49](https://github.com/streamich/nano-css/commit/21a3a49))
178
- * 🎸 pretty-print CSS in DEV mode ([446e9c1](https://github.com/streamich/nano-css/commit/446e9c1))
179
- * 🎸 protect .putRaw from unknown pseudo-selectors ([d122cf5](https://github.com/streamich/nano-css/commit/d122cf5))
180
- * 🎸 remove `safe` addon in favor of new changes ([9f0c2fc](https://github.com/streamich/nano-css/commit/9f0c2fc))
181
-
182
-
183
- ### BREAKING CHANGES
184
-
185
- * safe addon is now removed and .putRaw will not throw
186
-
187
- # [2.2.0](https://github.com/streamich/nano-css/compare/v2.1.0...v2.2.0) (2018-07-14)
188
-
189
-
190
- ### Features
191
-
192
- * 🎸 make `safe` addom less chatty ([c449a13](https://github.com/streamich/nano-css/commit/c449a13))
193
-
194
-
195
- ### Performance Improvements
196
-
197
- * ⚡️ store all units in a string ([7142d86](https://github.com/streamich/nano-css/commit/7142d86))
198
-
199
- # [2.1.0](https://github.com/streamich/nano-css/compare/v2.0.2...v2.1.0) (2018-07-11)
200
-
201
-
202
- ### Features
203
-
204
- * 🎸 add "tr" atom for "transform" property ([e4d59e5](https://github.com/streamich/nano-css/commit/e4d59e5))
205
- * 🎸 add sourcemaps addon to presets ([8fb46c0](https://github.com/streamich/nano-css/commit/8fb46c0))
206
- * 🎸 create "safe" addon ([d6f0ad5](https://github.com/streamich/nano-css/commit/d6f0ad5))
207
- * 🎸 create "units" addon ([0e1e25c](https://github.com/streamich/nano-css/commit/0e1e25c))
208
- * 🎸 improve hydrate addon ([511b293](https://github.com/streamich/nano-css/commit/511b293))
209
- * 🎸 improve source maps, make work with jsx and sheet ([8b24e44](https://github.com/streamich/nano-css/commit/8b24e44))
210
- * 🎸 make first version of sourcemap addon work ([038b2c1](https://github.com/streamich/nano-css/commit/038b2c1))
211
- * 🎸 warn user on clashing block names ([79a0a36](https://github.com/streamich/nano-css/commit/79a0a36))
212
-
213
-
214
- ### Performance Improvements
215
-
216
- * ⚡️ create units object only once ([4c39f31](https://github.com/streamich/nano-css/commit/4c39f31))
217
-
218
- ## [2.0.2](https://github.com/streamich/nano-css/compare/v2.0.1...v2.0.2) (2018-06-15)
219
-
220
-
221
- ### Bug Fixes
222
-
223
- * release hydrate bug fix ([88b5a2c](https://github.com/streamich/nano-css/commit/88b5a2c))
224
-
225
- ## [2.0.1](https://github.com/streamich/nano-css/compare/v2.0.0...v2.0.1) (2018-06-15)
226
-
227
-
228
- ### Bug Fixes
229
-
230
- * remove complicated selectors in Normalize.css reset ([4f13854](https://github.com/streamich/nano-css/commit/4f13854))
231
-
232
- # [2.0.0](https://github.com/streamich/nano-css/compare/v1.0.0...v2.0.0) (2018-06-13)
233
-
234
-
235
- ### Features
236
-
237
- * semantic-releaes v2 ([ccb5d6d](https://github.com/streamich/nano-css/commit/ccb5d6d))
238
-
239
-
240
- ### BREAKING CHANGES
241
-
242
- * v2
243
-
244
- # 1.0.0 (2018-06-13)
245
-
246
-
247
- ### Bug Fixes
248
-
249
- * add back Yahoo reset test ([45ff58f](https://github.com/streamich/nano-css/commit/45ff58f))
250
- * always render style() comps on extract addon ([2657001](https://github.com/streamich/nano-css/commit/2657001))
251
- * dont require json loader for webpack ([91d1874](https://github.com/streamich/nano-css/commit/91d1874))
252
- * fix atoms addon ([7bac059](https://github.com/streamich/nano-css/commit/7bac059))
253
- * improve fonts reset ([daab84b](https://github.com/streamich/nano-css/commit/daab84b))
254
- * insert rules at the end of stylesheet ([752de24](https://github.com/streamich/nano-css/commit/752de24))
255
- * make precedence of top level rules higher ([3ae7050](https://github.com/streamich/nano-css/commit/3ae7050))
256
- * support array-as-value after prefixing ([5197e66](https://github.com/streamich/nano-css/commit/5197e66))
257
- * typos ([33186cd](https://github.com/streamich/nano-css/commit/33186cd))
258
-
259
-
260
- ### Features
261
-
262
- * 🎸 add Normalize.css reest ([fe8fee1](https://github.com/streamich/nano-css/commit/fe8fee1)), closes [#132](https://github.com/streamich/nano-css/issues/132)
263
- * add $ref and $as support for jsx() ([1207854](https://github.com/streamich/nano-css/commit/1207854))
264
- * add atom addon ([edc5d59](https://github.com/streamich/nano-css/commit/edc5d59))
265
- * add Atrule support ([20882c4](https://github.com/streamich/nano-css/commit/20882c4))
266
- * add basic amp addon ([5e5b633](https://github.com/streamich/nano-css/commit/5e5b633))
267
- * add basic cssom addon ([a08dbc9](https://github.com/streamich/nano-css/commit/a08dbc9))
268
- * add basic keyframes() implementation ([cd3dcc7](https://github.com/streamich/nano-css/commit/cd3dcc7))
269
- * add basic pipe addon ([034ab59](https://github.com/streamich/nano-css/commit/034ab59))
270
- * add basic rtl addon implementation ([c7b901d](https://github.com/streamich/nano-css/commit/c7b901d))
271
- * add basic spread implementation ([fa376da](https://github.com/streamich/nano-css/commit/fa376da))
272
- * add basic static class decorator ([51b09b3](https://github.com/streamich/nano-css/commit/51b09b3))
273
- * add CSS resets ([26f86b4](https://github.com/streamich/nano-css/commit/26f86b4))
274
- * add decorator addon ([381d4fd](https://github.com/streamich/nano-css/commit/381d4fd))
275
- * add dsheet() ([744149c](https://github.com/streamich/nano-css/commit/744149c))
276
- * add dsheet() interface ([1d509ed](https://github.com/streamich/nano-css/commit/1d509ed))
277
- * add extract addon ([8f9fed0](https://github.com/streamich/nano-css/commit/8f9fed0))
278
- * add fadeIn animation ([9de1af8](https://github.com/streamich/nano-css/commit/9de1af8))
279
- * add fadeIn animation story ([b17051d](https://github.com/streamich/nano-css/commit/b17051d))
280
- * add fadeInDown animation ([074b954](https://github.com/streamich/nano-css/commit/074b954))
281
- * add fadeInExpand animation ([cc3e75e](https://github.com/streamich/nano-css/commit/cc3e75e))
282
- * add garbage collection to pipe() ([f2a9087](https://github.com/streamich/nano-css/commit/f2a9087))
283
- * add hoistGlobalsAndWrapContext() ([364ba2b](https://github.com/streamich/nano-css/commit/364ba2b))
284
- * add hydration addon ([0a8feb4](https://github.com/streamich/nano-css/commit/0a8feb4))
285
- * add initial implementation ([32a7caf](https://github.com/streamich/nano-css/commit/32a7caf))
286
- * add inline-style-prefixer addon ([005dd68](https://github.com/streamich/nano-css/commit/005dd68))
287
- * add keyframes() ([77578ba](https://github.com/streamich/nano-css/commit/77578ba))
288
- * add limit addon ([4b2ab42](https://github.com/streamich/nano-css/commit/4b2ab42))
289
- * add minH and maxH atoms ([5772142](https://github.com/streamich/nano-css/commit/5772142))
290
- * add nesting addon ([ce8b5dc](https://github.com/streamich/nano-css/commit/ce8b5dc))
291
- * add prefixes to keyframes ([6e98435](https://github.com/streamich/nano-css/commit/6e98435))
292
- * add pseudo selectors :hover :focus ([4bacb7e](https://github.com/streamich/nano-css/commit/4bacb7e))
293
- * add react preset ([ae542c0](https://github.com/streamich/nano-css/commit/ae542c0))
294
- * add reset-font addon ([913320d](https://github.com/streamich/nano-css/commit/913320d))
295
- * add sheet preset ([1d67594](https://github.com/streamich/nano-css/commit/1d67594))
296
- * add sheet() addon ([f2d4bd2](https://github.com/streamich/nano-css/commit/f2d4bd2))
297
- * add snake any value .s and semantic accents ([ee296ed](https://github.com/streamich/nano-css/commit/ee296ed))
298
- * add spread addon ([388b391](https://github.com/streamich/nano-css/commit/388b391))
299
- * add stable hash story ([c0367ee](https://github.com/streamich/nano-css/commit/c0367ee))
300
- * add stable stringify plugin ([be13c1b](https://github.com/streamich/nano-css/commit/be13c1b))
301
- * add static decorator dynamic CSS ([5ef8a08](https://github.com/streamich/nano-css/commit/5ef8a08))
302
- * add stylis ([37f714c](https://github.com/streamich/nano-css/commit/37f714c))
303
- * add tachyons definitions ([bd1bfa7](https://github.com/streamich/nano-css/commit/bd1bfa7))
304
- * add tachyons hover rules ([0aabd1c](https://github.com/streamich/nano-css/commit/0aabd1c))
305
- * add toCss() ([b8a4958](https://github.com/streamich/nano-css/commit/b8a4958))
306
- * add unitless addon that add 'px' automatical ([ca0f9b0](https://github.com/streamich/nano-css/commit/ca0f9b0))
307
- * add useStyles interface ([2e78159](https://github.com/streamich/nano-css/commit/2e78159))
308
- * add vendor prefixes to keyframes addon ([5ddd5bb](https://github.com/streamich/nano-css/commit/5ddd5bb))
309
- * add virtual CSS addon ([3220b02](https://github.com/streamich/nano-css/commit/3220b02))
310
- * add warning generator for missing deps ([f81481d](https://github.com/streamich/nano-css/commit/f81481d))
311
- * add withStyles() interface ([4d04280](https://github.com/streamich/nano-css/commit/4d04280))
312
- * allow .s to accept an object ([aedbc41](https://github.com/streamich/nano-css/commit/aedbc41))
313
- * allow composition ([d47d212](https://github.com/streamich/nano-css/commit/d47d212))
314
- * basic snake addon implementation ([04965d2](https://github.com/streamich/nano-css/commit/04965d2))
315
- * change how hydration sheet is located ([73259ef](https://github.com/streamich/nano-css/commit/73259ef))
316
- * creat tachyons snake rules ([2829c33](https://github.com/streamich/nano-css/commit/2829c33))
317
- * create Component interface ([2de1804](https://github.com/streamich/nano-css/commit/2de1804))
318
- * create new snake instance dynamically ([d8c0951](https://github.com/streamich/nano-css/commit/d8c0951))
319
- * create react preset ([69b0c4e](https://github.com/streamich/nano-css/commit/69b0c4e))
320
- * create separate stylesheet for keyframes ([90a75a1](https://github.com/streamich/nano-css/commit/90a75a1))
321
- * create styled() addon ([a68d1d7](https://github.com/streamich/nano-css/commit/a68d1d7))
322
- * display inserted styles in devtools in DEV ([f047821](https://github.com/streamich/nano-css/commit/f047821))
323
- * expose .sheet property ([4b4a32d](https://github.com/streamich/nano-css/commit/4b4a32d))
324
- * expose selector for addons ([ad64849](https://github.com/streamich/nano-css/commit/ad64849))
325
- * expose stringify() function ([d4756d8](https://github.com/streamich/nano-css/commit/d4756d8))
326
- * first implementation of array addon ([77f0ad9](https://github.com/streamich/nano-css/commit/77f0ad9))
327
- * fix sheet() and add storeis ([923cced](https://github.com/streamich/nano-css/commit/923cced))
328
- * fix sheet() and add stories ([f135cc2](https://github.com/streamich/nano-css/commit/f135cc2))
329
- * implement basic ref() interface ([46de4fd](https://github.com/streamich/nano-css/commit/46de4fd))
330
- * implement drule() ([31ee8a2](https://github.com/streamich/nano-css/commit/31ee8a2))
331
- * implement first version of virtual addon ([d3225e2](https://github.com/streamich/nano-css/commit/d3225e2))
332
- * implement googleFont addon ([9083919](https://github.com/streamich/nano-css/commit/9083919))
333
- * implement hyperstyle() interface ([7fe96eb](https://github.com/streamich/nano-css/commit/7fe96eb))
334
- * implement jsx() ([7721f0b](https://github.com/streamich/nano-css/commit/7721f0b))
335
- * implement put() function ([07ab8e6](https://github.com/streamich/nano-css/commit/07ab8e6))
336
- * implement ref addon ([d8b6a1e](https://github.com/streamich/nano-css/commit/d8b6a1e))
337
- * implement styled() ([33d31b4](https://github.com/streamich/nano-css/commit/33d31b4))
338
- * implement validate addon ([03d039f](https://github.com/streamich/nano-css/commit/03d039f))
339
- * improve amp addon ([7314eae](https://github.com/streamich/nano-css/commit/7314eae))
340
- * improve atoms and snake addons ([8eff686](https://github.com/streamich/nano-css/commit/8eff686))
341
- * improve fade out animations ([564ac3a](https://github.com/streamich/nano-css/commit/564ac3a))
342
- * improve snake addon ([9ec9de6](https://github.com/streamich/nano-css/commit/9ec9de6))
343
- * improve snake nesting .s ([1e2409e](https://github.com/streamich/nano-css/commit/1e2409e))
344
- * improvements ([31d23ee](https://github.com/streamich/nano-css/commit/31d23ee))
345
- * initial commit ([422f05b](https://github.com/streamich/nano-css/commit/422f05b))
346
- * make rule() work ([3816612](https://github.com/streamich/nano-css/commit/3816612))
347
- * make validate addon compile ([a9f1adc](https://github.com/streamich/nano-css/commit/a9f1adc))
348
- * release v2 ([ed24a90](https://github.com/streamich/nano-css/commit/ed24a90))
349
- * remove pipe rules when node is unmounted ([d278cec](https://github.com/streamich/nano-css/commit/d278cec))
350
- * setup project files ([c9580d5](https://github.com/streamich/nano-css/commit/c9580d5))
351
- * various ([40039b7](https://github.com/streamich/nano-css/commit/40039b7))
352
- * work on hydration ([5f4dc5c](https://github.com/streamich/nano-css/commit/5f4dc5c))
353
-
354
-
355
- ### Performance Improvements
356
-
357
- * improve styled() addon ([859a01f](https://github.com/streamich/nano-css/commit/859a01f))
358
-
359
-
360
- ### BREAKING CHANGES
361
-
362
- * release v2
@@ -1,24 +0,0 @@
1
- This is free and unencumbered software released into the public domain.
2
-
3
- Anyone is free to copy, modify, publish, use, compile, sell, or
4
- distribute this software, either in source code form or as a compiled
5
- binary, for any purpose, commercial or non-commercial, and by any
6
- means.
7
-
8
- In jurisdictions that recognize copyright laws, the author or authors
9
- of this software dedicate any and all copyright interest in the
10
- software to the public domain. We make this dedication for the benefit
11
- of the public at large and to the detriment of our heirs and
12
- successors. We intend this dedication to be an overt act of
13
- relinquishment in perpetuity of all present and future rights to this
14
- software under copyright law.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
- OTHER DEALINGS IN THE SOFTWARE.
23
-
24
- For more information, please refer to <https://unlicense.org>
@@ -1,70 +0,0 @@
1
- # nano-css
2
-
3
- [![][npm-badge]][npm-url] [![][travis-badge]][travis-url]
4
-
5
- __Tiny [5<sup>th</sup> generation](https://github.com/streamich/freestyler/blob/master/docs/en/generations.md#5th-generation) CSS-in-JS library__ that you can actually use in production.
6
- __Motto of `nano-css` is simple__: *create the smallest possible CSS-in-JS library and provide all features of any other library through addons.*
7
-
8
- - __Only [0.5 Kb](https://bundlephobia.com/result?p=nano-css@1.15.3)__ in base configuration, *e.g. [`styled-components`](https://github.com/styled-components/styled-components) is [15.1Kb](https://bundlephobia.com/result?p=styled-components@3.2.5)*
9
- - __Library-agnostic__ &mdash; use it standalone, with React, Preact, Vue.js, or any other library
10
- - __Isomorphic__ &mdash; render on server and browser, generates stable class names, and re-hydrates
11
- - __Performant__ &mdash; [*simply the fastest library*](https://github.com/streamich/CSS-IN-JS-Benchmarks/blob/master/RESULT.md); does not create wrapper components, does not use inline styles or inline `<style>` elements, but caches all styles for re-use and injects CSS using `.insertRule()` for performance
12
- - __`@media` queries__ and __animation `@keyframes`__ are supported
13
- - __Auto-prefixes__ your styles
14
- - __Extract CSS__ into external style sheet
15
- - __Public domain__ &mdash; [Unlicense license](./LICENSE)
16
-
17
-
18
- ## Reference
19
-
20
- - [Installation](./docs/Installation.md)
21
- - [Addons](./docs/Addons.md)
22
- - [`put()`](./docs/put.md) &mdash; [*demo!*](https://codesandbox.io/s/nkovxrzyv4)
23
- - [`rule()`](./docs/rule.md) &mdash; [*demo!*](https://codesandbox.io/s/oxlj92m1m9)
24
- - [`drule()`](./docs/drule.md) &mdash; [*demo!*](https://codesandbox.io/s/9jq5zmm91p)
25
- - [`sheet()`](./docs/sheet.md) &mdash; [*demo!*](https://codesandbox.io/s/wyw093m7kw)
26
- - [`dsheet()`](./docs/dsheet.md) &mdash; [*demo!*](https://codesandbox.io/s/q7rx4981vq)
27
- - [`jsx()`](./docs/jsx.md) &mdash; [*demo!*](https://codesandbox.io/s/5y63x88504)
28
- - [`useStyles()`](./docs/useStyles.md) &mdash; [*demo!*](https://codesandbox.io/s/o5k9jjo306)
29
- - [`withStyles()`](./docs/withStyles.md) &mdash; [*demo!*](https://codesandbox.io/s/5k3jvkk31l)
30
- - [`decorator`](./docs/decorator.md) &mdash; [*demo № 1*](https://codesandbox.io/s/j442958125) and [*demo № 2*](https://codesandbox.io/s/3qjzv35941)
31
- - [`component`](./docs/component.md) &mdash; [*demo!*](https://codesandbox.io/s/yk8pk4v95j)
32
- - [`style()`](./docs/style.md) &mdash; [*demo!*](https://codesandbox.io/s/53qk3qkopn)
33
- - [`styled()()`](./docs/styled.md) &mdash; [*demo!*](https://codesandbox.io/s/w667y036p5)
34
- - [`hyperstyle()`](./docs/hyperstyle.md) &mdash; [*demo!*](https://codesandbox.io/s/wqny7z17x8)
35
- - [`stable`](./docs/stable.md)
36
- - [`atoms`](./docs/atoms.md) &mdash; [*demo!*](https://codesandbox.io/s/rlkxl6o9v4)
37
- - [`emmet`](./docs/emmet.md)
38
- - [`nesting`](./docs/nesting.md)
39
- - [`keyframes()`](./docs/keyframes.md)
40
- - [`hydrate()`](./docs/hydrate.md)
41
- - [`prefixer`](./docs/prefixer.md)
42
- - [`stylis`](./docs/stylis.md)
43
- - [`unitless`](./docs/unitless.md)
44
- - [`!important`](./docs/important.md)
45
- - [`:global`](./docs/global.md)
46
- - [`animate/*`](./docs/animations.md)
47
- - [`reset/*`](./docs/resets.md)
48
- - [`reset-font`](./docs/reset-font.md)
49
- - [`googleFont()`](./docs/googleFont.md)
50
- - [`limit`](./docs/limit.md)
51
- - [`amp`](./docs/amp.md)
52
- - [`virtual`](./docs/virtual.md)
53
- - [`spread`](./docs/spread.md)
54
- - [`array`](./docs/array.md)
55
- - [`snake`](./docs/snake.md) &mdash; [*demo!*](https://codesandbox.io/s/mo7n1857zj)
56
- - [`tachyons`](./docs/tachyons.md)
57
- - [`rtl`](./docs/rtl.md)
58
- - [`extract`](./docs/extract.md)
59
- - [`sourcemaps`](./docs/sourcemaps.md)
60
- - [`.units`](./docs/units.md)
61
- - [`cssom`](./docs/cssom.md)
62
- - [`vcssom`](./docs/vcssom.md)
63
- - [Presets](./docs/Presets.md)
64
- - [Server-side rendering](./docs/SSR.md)
65
-
66
-
67
- [npm-url]: https://www.npmjs.com/package/nano-css
68
- [npm-badge]: https://img.shields.io/npm/v/nano-css.svg
69
- [travis-url]: https://travis-ci.org/streamich/nano-css
70
- [travis-badge]: https://travis-ci.org/streamich/nano-css.svg?branch=master