@universityofmaryland/web-model-library 1.0.0 → 1.0.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/README.md +1 -1
  2. package/dist/_virtual/___vite-browser-external.js +6 -7
  3. package/dist/_virtual/___vite-browser-external.js.map +1 -1
  4. package/dist/_virtual/__vite-browser-external.js +3 -2
  5. package/dist/_virtual/__vite-browser-external.js.map +1 -1
  6. package/dist/_virtual/_commonjsHelpers.js +4 -4
  7. package/dist/_virtual/_commonjsHelpers.js.map +1 -1
  8. package/dist/_virtual/index.js +7 -6
  9. package/dist/_virtual/index.js.map +1 -1
  10. package/dist/_virtual/picocolors.browser.js +3 -3
  11. package/dist/_virtual/picocolors.browser.js.map +1 -1
  12. package/dist/_virtual/postcss.js +7 -6
  13. package/dist/_virtual/postcss.js.map +1 -1
  14. package/dist/_virtual/symbols.js +3 -3
  15. package/dist/_virtual/symbols.js.map +1 -1
  16. package/dist/attributes/checks.d.ts +5 -6
  17. package/dist/attributes/checks.d.ts.map +1 -1
  18. package/dist/attributes/checks.js +338 -340
  19. package/dist/attributes/checks.js.map +1 -1
  20. package/dist/attributes/handler.d.ts +1 -2
  21. package/dist/attributes/handler.d.ts.map +1 -1
  22. package/dist/attributes/handler.js +20 -19
  23. package/dist/attributes/handler.js.map +1 -1
  24. package/dist/attributes/index.d.ts +4 -4
  25. package/dist/attributes/index.d.ts.map +1 -1
  26. package/dist/attributes/names.d.ts +4 -6
  27. package/dist/attributes/names.d.ts.map +1 -1
  28. package/dist/attributes/names.js +7 -8
  29. package/dist/attributes/names.js.map +1 -1
  30. package/dist/attributes/values.d.ts +13 -11
  31. package/dist/attributes/values.d.ts.map +1 -1
  32. package/dist/attributes/values.js +7 -3
  33. package/dist/attributes/values.js.map +1 -1
  34. package/dist/attributes.js +21 -22
  35. package/dist/attributes.js.map +1 -1
  36. package/dist/index.d.ts +1 -1
  37. package/dist/index.d.ts.map +1 -1
  38. package/dist/index.js +12 -12
  39. package/dist/index.js.map +1 -1
  40. package/dist/model.js +7 -7
  41. package/dist/model.js.map +1 -1
  42. package/dist/node_modules/nanoid/non-secure/index.js +3 -3
  43. package/dist/node_modules/nanoid/non-secure/index.js.map +1 -1
  44. package/dist/node_modules/picocolors/picocolors.browser.js +8 -8
  45. package/dist/node_modules/picocolors/picocolors.browser.js.map +1 -1
  46. package/dist/node_modules/postcss/lib/at-rule.js +5 -5
  47. package/dist/node_modules/postcss/lib/at-rule.js.map +1 -1
  48. package/dist/node_modules/postcss/lib/comment.js +5 -5
  49. package/dist/node_modules/postcss/lib/comment.js.map +1 -1
  50. package/dist/node_modules/postcss/lib/container.js +69 -62
  51. package/dist/node_modules/postcss/lib/container.js.map +1 -1
  52. package/dist/node_modules/postcss/lib/css-syntax-error.js +30 -19
  53. package/dist/node_modules/postcss/lib/css-syntax-error.js.map +1 -1
  54. package/dist/node_modules/postcss/lib/declaration.js +8 -8
  55. package/dist/node_modules/postcss/lib/declaration.js.map +1 -1
  56. package/dist/node_modules/postcss/lib/document.js +5 -5
  57. package/dist/node_modules/postcss/lib/document.js.map +1 -1
  58. package/dist/node_modules/postcss/lib/fromJSON.js +19 -19
  59. package/dist/node_modules/postcss/lib/fromJSON.js.map +1 -1
  60. package/dist/node_modules/postcss/lib/input.js +51 -37
  61. package/dist/node_modules/postcss/lib/input.js.map +1 -1
  62. package/dist/node_modules/postcss/lib/lazy-result.js +67 -67
  63. package/dist/node_modules/postcss/lib/lazy-result.js.map +1 -1
  64. package/dist/node_modules/postcss/lib/list.js +3 -3
  65. package/dist/node_modules/postcss/lib/list.js.map +1 -1
  66. package/dist/node_modules/postcss/lib/map-generator.js +27 -18
  67. package/dist/node_modules/postcss/lib/map-generator.js.map +1 -1
  68. package/dist/node_modules/postcss/lib/no-work-result.js +54 -51
  69. package/dist/node_modules/postcss/lib/no-work-result.js.map +1 -1
  70. package/dist/node_modules/postcss/lib/node.js +91 -38
  71. package/dist/node_modules/postcss/lib/node.js.map +1 -1
  72. package/dist/node_modules/postcss/lib/parse.js +13 -13
  73. package/dist/node_modules/postcss/lib/parse.js.map +1 -1
  74. package/dist/node_modules/postcss/lib/parser.js +21 -20
  75. package/dist/node_modules/postcss/lib/parser.js.map +1 -1
  76. package/dist/node_modules/postcss/lib/postcss.js +4 -3
  77. package/dist/node_modules/postcss/lib/postcss.js.map +1 -1
  78. package/dist/node_modules/postcss/lib/postcss2.js +43 -43
  79. package/dist/node_modules/postcss/lib/postcss2.js.map +1 -1
  80. package/dist/node_modules/postcss/lib/previous-map.js +14 -12
  81. package/dist/node_modules/postcss/lib/previous-map.js.map +1 -1
  82. package/dist/node_modules/postcss/lib/processor.js +13 -13
  83. package/dist/node_modules/postcss/lib/processor.js.map +1 -1
  84. package/dist/node_modules/postcss/lib/result.js +12 -12
  85. package/dist/node_modules/postcss/lib/result.js.map +1 -1
  86. package/dist/node_modules/postcss/lib/root.js +5 -5
  87. package/dist/node_modules/postcss/lib/root.js.map +1 -1
  88. package/dist/node_modules/postcss/lib/rule.js +13 -13
  89. package/dist/node_modules/postcss/lib/rule.js.map +1 -1
  90. package/dist/node_modules/postcss/lib/stringifier.js +3 -3
  91. package/dist/node_modules/postcss/lib/stringifier.js.map +1 -1
  92. package/dist/node_modules/postcss/lib/stringify.js +5 -5
  93. package/dist/node_modules/postcss/lib/stringify.js.map +1 -1
  94. package/dist/node_modules/postcss/lib/symbols.js +8 -8
  95. package/dist/node_modules/postcss/lib/symbols.js.map +1 -1
  96. package/dist/node_modules/postcss/lib/tokenize.js +5 -5
  97. package/dist/node_modules/postcss/lib/tokenize.js.map +1 -1
  98. package/dist/node_modules/postcss/lib/warning.js +3 -3
  99. package/dist/node_modules/postcss/lib/warning.js.map +1 -1
  100. package/dist/packages/model/node_modules/postcss-discard-duplicates/src/index.js +3 -3
  101. package/dist/packages/model/node_modules/postcss-discard-duplicates/src/index.js.map +1 -1
  102. package/dist/slots/create.js +3 -3
  103. package/dist/slots/create.js.map +1 -1
  104. package/dist/slots/element.js +3 -3
  105. package/dist/slots/element.js.map +1 -1
  106. package/dist/slots/index.d.ts +23 -16
  107. package/dist/slots/index.d.ts.map +1 -1
  108. package/dist/slots/mapping.d.ts +4 -0
  109. package/dist/slots/mapping.d.ts.map +1 -1
  110. package/dist/slots/mapping.js +8 -4
  111. package/dist/slots/mapping.js.map +1 -1
  112. package/dist/slots.d.ts +0 -4
  113. package/dist/slots.js +41 -36
  114. package/dist/slots.js.map +1 -1
  115. package/dist/utilities/index.d.ts +1 -1
  116. package/dist/utilities/index.d.ts.map +1 -1
  117. package/dist/utilities/lifecycle.js +4 -4
  118. package/dist/utilities/lifecycle.js.map +1 -1
  119. package/dist/utilities/register.js +6 -6
  120. package/dist/utilities/register.js.map +1 -1
  121. package/dist/utilities/styles.d.ts +1 -2
  122. package/dist/utilities/styles.d.ts.map +1 -1
  123. package/dist/utilities/styles.js +15 -10
  124. package/dist/utilities/styles.js.map +1 -1
  125. package/dist/utilities.js +10 -10
  126. package/dist/utilities.js.map +1 -1
  127. package/package.json +13 -12
  128. package/dist/_virtual/___vite-browser-external.mjs +0 -7
  129. package/dist/_virtual/___vite-browser-external.mjs.map +0 -1
  130. package/dist/_virtual/__vite-browser-external.mjs +0 -5
  131. package/dist/_virtual/__vite-browser-external.mjs.map +0 -1
  132. package/dist/_virtual/_commonjsHelpers.mjs +0 -37
  133. package/dist/_virtual/_commonjsHelpers.mjs.map +0 -1
  134. package/dist/_virtual/index.mjs +0 -8
  135. package/dist/_virtual/index.mjs.map +0 -1
  136. package/dist/_virtual/picocolors.browser.mjs +0 -5
  137. package/dist/_virtual/picocolors.browser.mjs.map +0 -1
  138. package/dist/_virtual/postcss.mjs +0 -8
  139. package/dist/_virtual/postcss.mjs.map +0 -1
  140. package/dist/_virtual/symbols.mjs +0 -5
  141. package/dist/_virtual/symbols.mjs.map +0 -1
  142. package/dist/attributes/checks.mjs +0 -740
  143. package/dist/attributes/checks.mjs.map +0 -1
  144. package/dist/attributes/handler.mjs +0 -206
  145. package/dist/attributes/handler.mjs.map +0 -1
  146. package/dist/attributes/names.mjs +0 -146
  147. package/dist/attributes/names.mjs.map +0 -1
  148. package/dist/attributes/values.mjs +0 -81
  149. package/dist/attributes/values.mjs.map +0 -1
  150. package/dist/attributes.mjs +0 -23
  151. package/dist/attributes.mjs.map +0 -1
  152. package/dist/index.mjs +0 -13
  153. package/dist/index.mjs.map +0 -1
  154. package/dist/model.mjs +0 -259
  155. package/dist/model.mjs.map +0 -1
  156. package/dist/node_modules/nanoid/non-secure/index.mjs +0 -31
  157. package/dist/node_modules/nanoid/non-secure/index.mjs.map +0 -1
  158. package/dist/node_modules/picocolors/picocolors.browser.mjs +0 -17
  159. package/dist/node_modules/picocolors/picocolors.browser.mjs.map +0 -1
  160. package/dist/node_modules/postcss/lib/at-rule.mjs +0 -30
  161. package/dist/node_modules/postcss/lib/at-rule.mjs.map +0 -1
  162. package/dist/node_modules/postcss/lib/comment.mjs +0 -21
  163. package/dist/node_modules/postcss/lib/comment.mjs.map +0 -1
  164. package/dist/node_modules/postcss/lib/container.mjs +0 -383
  165. package/dist/node_modules/postcss/lib/container.mjs.map +0 -1
  166. package/dist/node_modules/postcss/lib/css-syntax-error.mjs +0 -92
  167. package/dist/node_modules/postcss/lib/css-syntax-error.mjs.map +0 -1
  168. package/dist/node_modules/postcss/lib/declaration.mjs +0 -27
  169. package/dist/node_modules/postcss/lib/declaration.mjs.map +0 -1
  170. package/dist/node_modules/postcss/lib/document.mjs +0 -34
  171. package/dist/node_modules/postcss/lib/document.mjs.map +0 -1
  172. package/dist/node_modules/postcss/lib/fromJSON.mjs +0 -67
  173. package/dist/node_modules/postcss/lib/fromJSON.mjs.map +0 -1
  174. package/dist/node_modules/postcss/lib/input.mjs +0 -216
  175. package/dist/node_modules/postcss/lib/input.mjs.map +0 -1
  176. package/dist/node_modules/postcss/lib/lazy-result.mjs +0 -467
  177. package/dist/node_modules/postcss/lib/lazy-result.mjs.map +0 -1
  178. package/dist/node_modules/postcss/lib/list.mjs +0 -60
  179. package/dist/node_modules/postcss/lib/list.mjs.map +0 -1
  180. package/dist/node_modules/postcss/lib/map-generator.mjs +0 -314
  181. package/dist/node_modules/postcss/lib/map-generator.mjs.map +0 -1
  182. package/dist/node_modules/postcss/lib/no-work-result.mjs +0 -113
  183. package/dist/node_modules/postcss/lib/no-work-result.mjs.map +0 -1
  184. package/dist/node_modules/postcss/lib/node.mjs +0 -335
  185. package/dist/node_modules/postcss/lib/node.mjs.map +0 -1
  186. package/dist/node_modules/postcss/lib/parse.mjs +0 -30
  187. package/dist/node_modules/postcss/lib/parse.mjs.map +0 -1
  188. package/dist/node_modules/postcss/lib/parser.mjs +0 -543
  189. package/dist/node_modules/postcss/lib/parser.mjs.map +0 -1
  190. package/dist/node_modules/postcss/lib/postcss.mjs +0 -29
  191. package/dist/node_modules/postcss/lib/postcss.mjs.map +0 -1
  192. package/dist/node_modules/postcss/lib/postcss2.mjs +0 -110
  193. package/dist/node_modules/postcss/lib/postcss2.mjs.map +0 -1
  194. package/dist/node_modules/postcss/lib/previous-map.mjs +0 -123
  195. package/dist/node_modules/postcss/lib/previous-map.mjs.map +0 -1
  196. package/dist/node_modules/postcss/lib/processor.mjs +0 -61
  197. package/dist/node_modules/postcss/lib/processor.mjs.map +0 -1
  198. package/dist/node_modules/postcss/lib/result.mjs +0 -44
  199. package/dist/node_modules/postcss/lib/result.mjs.map +0 -1
  200. package/dist/node_modules/postcss/lib/root.mjs +0 -58
  201. package/dist/node_modules/postcss/lib/root.mjs.map +0 -1
  202. package/dist/node_modules/postcss/lib/rule.mjs +0 -33
  203. package/dist/node_modules/postcss/lib/rule.mjs.map +0 -1
  204. package/dist/node_modules/postcss/lib/stringifier.mjs +0 -308
  205. package/dist/node_modules/postcss/lib/stringifier.mjs.map +0 -1
  206. package/dist/node_modules/postcss/lib/stringify.mjs +0 -19
  207. package/dist/node_modules/postcss/lib/stringify.mjs.map +0 -1
  208. package/dist/node_modules/postcss/lib/symbols.mjs +0 -13
  209. package/dist/node_modules/postcss/lib/symbols.mjs.map +0 -1
  210. package/dist/node_modules/postcss/lib/tokenize.mjs +0 -219
  211. package/dist/node_modules/postcss/lib/tokenize.mjs.map +0 -1
  212. package/dist/node_modules/postcss/lib/warning.mjs +0 -40
  213. package/dist/node_modules/postcss/lib/warning.mjs.map +0 -1
  214. package/dist/packages/model/node_modules/postcss-discard-duplicates/src/index.mjs +0 -130
  215. package/dist/packages/model/node_modules/postcss-discard-duplicates/src/index.mjs.map +0 -1
  216. package/dist/slots/create.mjs +0 -50
  217. package/dist/slots/create.mjs.map +0 -1
  218. package/dist/slots/element.mjs +0 -42
  219. package/dist/slots/element.mjs.map +0 -1
  220. package/dist/slots/mapping.mjs +0 -97
  221. package/dist/slots/mapping.mjs.map +0 -1
  222. package/dist/slots.mjs +0 -74
  223. package/dist/slots.mjs.map +0 -1
  224. package/dist/utilities/lifecycle.mjs +0 -21
  225. package/dist/utilities/lifecycle.mjs.map +0 -1
  226. package/dist/utilities/register.mjs +0 -32
  227. package/dist/utilities/register.mjs.map +0 -1
  228. package/dist/utilities/styles.mjs +0 -80
  229. package/dist/utilities/styles.mjs.map +0 -1
  230. package/dist/utilities.mjs +0 -11
  231. package/dist/utilities.mjs.map +0 -1
@@ -1,110 +0,0 @@
1
- import { __require as requireCssSyntaxError } from "./css-syntax-error.mjs";
2
- import { __require as requireDeclaration } from "./declaration.mjs";
3
- import { __require as requireLazyResult } from "./lazy-result.mjs";
4
- import { __require as requireContainer } from "./container.mjs";
5
- import { __require as requireProcessor } from "./processor.mjs";
6
- import { __require as requireStringify } from "./stringify.mjs";
7
- import { __require as requireFromJSON } from "./fromJSON.mjs";
8
- import { __require as requireDocument } from "./document.mjs";
9
- import { __require as requireWarning } from "./warning.mjs";
10
- import { __require as requireComment } from "./comment.mjs";
11
- import { __require as requireAtRule } from "./at-rule.mjs";
12
- import { __require as requireResult } from "./result.mjs";
13
- import { __require as requireInput } from "./input.mjs";
14
- import { __require as requireParse } from "./parse.mjs";
15
- import { __require as requireList } from "./list.mjs";
16
- import { __require as requireRule } from "./rule.mjs";
17
- import { __require as requireRoot } from "./root.mjs";
18
- import { __require as requireNode } from "./node.mjs";
19
- var postcss_1;
20
- var hasRequiredPostcss;
21
- function requirePostcss() {
22
- if (hasRequiredPostcss) return postcss_1;
23
- hasRequiredPostcss = 1;
24
- let CssSyntaxError = requireCssSyntaxError();
25
- let Declaration = requireDeclaration();
26
- let LazyResult = requireLazyResult();
27
- let Container = requireContainer();
28
- let Processor = requireProcessor();
29
- let stringify = requireStringify();
30
- let fromJSON = requireFromJSON();
31
- let Document = requireDocument();
32
- let Warning = requireWarning();
33
- let Comment = requireComment();
34
- let AtRule = requireAtRule();
35
- let Result = requireResult();
36
- let Input = requireInput();
37
- let parse = requireParse();
38
- let list = requireList();
39
- let Rule = requireRule();
40
- let Root = requireRoot();
41
- let Node = requireNode();
42
- function postcss(...plugins) {
43
- if (plugins.length === 1 && Array.isArray(plugins[0])) {
44
- plugins = plugins[0];
45
- }
46
- return new Processor(plugins);
47
- }
48
- postcss.plugin = function plugin(name, initializer) {
49
- let warningPrinted = false;
50
- function creator(...args) {
51
- if (console && console.warn && !warningPrinted) {
52
- warningPrinted = true;
53
- console.warn(
54
- name + ": postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration"
55
- );
56
- if (process.env.LANG && process.env.LANG.startsWith("cn")) {
57
- console.warn(
58
- name + ": 里面 postcss.plugin 被弃用. 迁移指南:\nhttps://www.w3ctech.com/topic/2226"
59
- );
60
- }
61
- }
62
- let transformer = initializer(...args);
63
- transformer.postcssPlugin = name;
64
- transformer.postcssVersion = new Processor().version;
65
- return transformer;
66
- }
67
- let cache;
68
- Object.defineProperty(creator, "postcss", {
69
- get() {
70
- if (!cache) cache = creator();
71
- return cache;
72
- }
73
- });
74
- creator.process = function(css, processOpts, pluginOpts) {
75
- return postcss([creator(pluginOpts)]).process(css, processOpts);
76
- };
77
- return creator;
78
- };
79
- postcss.stringify = stringify;
80
- postcss.parse = parse;
81
- postcss.fromJSON = fromJSON;
82
- postcss.list = list;
83
- postcss.comment = (defaults) => new Comment(defaults);
84
- postcss.atRule = (defaults) => new AtRule(defaults);
85
- postcss.decl = (defaults) => new Declaration(defaults);
86
- postcss.rule = (defaults) => new Rule(defaults);
87
- postcss.root = (defaults) => new Root(defaults);
88
- postcss.document = (defaults) => new Document(defaults);
89
- postcss.CssSyntaxError = CssSyntaxError;
90
- postcss.Declaration = Declaration;
91
- postcss.Container = Container;
92
- postcss.Processor = Processor;
93
- postcss.Document = Document;
94
- postcss.Comment = Comment;
95
- postcss.Warning = Warning;
96
- postcss.AtRule = AtRule;
97
- postcss.Result = Result;
98
- postcss.Input = Input;
99
- postcss.Rule = Rule;
100
- postcss.Root = Root;
101
- postcss.Node = Node;
102
- LazyResult.registerPostcss(postcss);
103
- postcss_1 = postcss;
104
- postcss.default = postcss;
105
- return postcss_1;
106
- }
107
- export {
108
- requirePostcss as __require
109
- };
110
- //# sourceMappingURL=postcss2.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"postcss2.mjs","sources":["../../../../../../node_modules/postcss/lib/postcss.js"],"sourcesContent":["'use strict'\n\nlet CssSyntaxError = require('./css-syntax-error')\nlet Declaration = require('./declaration')\nlet LazyResult = require('./lazy-result')\nlet Container = require('./container')\nlet Processor = require('./processor')\nlet stringify = require('./stringify')\nlet fromJSON = require('./fromJSON')\nlet Document = require('./document')\nlet Warning = require('./warning')\nlet Comment = require('./comment')\nlet AtRule = require('./at-rule')\nlet Result = require('./result.js')\nlet Input = require('./input')\nlet parse = require('./parse')\nlet list = require('./list')\nlet Rule = require('./rule')\nlet Root = require('./root')\nlet Node = require('./node')\n\nfunction postcss(...plugins) {\n if (plugins.length === 1 && Array.isArray(plugins[0])) {\n plugins = plugins[0]\n }\n return new Processor(plugins)\n}\n\npostcss.plugin = function plugin(name, initializer) {\n let warningPrinted = false\n function creator(...args) {\n // eslint-disable-next-line no-console\n if (console && console.warn && !warningPrinted) {\n warningPrinted = true\n // eslint-disable-next-line no-console\n console.warn(\n name +\n ': postcss.plugin was deprecated. Migration guide:\\n' +\n 'https://evilmartians.com/chronicles/postcss-8-plugin-migration'\n )\n if (process.env.LANG && process.env.LANG.startsWith('cn')) {\n /* c8 ignore next 7 */\n // eslint-disable-next-line no-console\n console.warn(\n name +\n ': 里面 postcss.plugin 被弃用. 迁移指南:\\n' +\n 'https://www.w3ctech.com/topic/2226'\n )\n }\n }\n let transformer = initializer(...args)\n transformer.postcssPlugin = name\n transformer.postcssVersion = new Processor().version\n return transformer\n }\n\n let cache\n Object.defineProperty(creator, 'postcss', {\n get() {\n if (!cache) cache = creator()\n return cache\n }\n })\n\n creator.process = function (css, processOpts, pluginOpts) {\n return postcss([creator(pluginOpts)]).process(css, processOpts)\n }\n\n return creator\n}\n\npostcss.stringify = stringify\npostcss.parse = parse\npostcss.fromJSON = fromJSON\npostcss.list = list\n\npostcss.comment = defaults => new Comment(defaults)\npostcss.atRule = defaults => new AtRule(defaults)\npostcss.decl = defaults => new Declaration(defaults)\npostcss.rule = defaults => new Rule(defaults)\npostcss.root = defaults => new Root(defaults)\npostcss.document = defaults => new Document(defaults)\n\npostcss.CssSyntaxError = CssSyntaxError\npostcss.Declaration = Declaration\npostcss.Container = Container\npostcss.Processor = Processor\npostcss.Document = Document\npostcss.Comment = Comment\npostcss.Warning = Warning\npostcss.AtRule = AtRule\npostcss.Result = Result\npostcss.Input = Input\npostcss.Rule = Rule\npostcss.Root = Root\npostcss.Node = Node\n\nLazyResult.registerPostcss(postcss)\n\nmodule.exports = postcss\npostcss.default = postcss\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4","require$$5","require$$6","require$$7","require$$8","require$$9","require$$10","require$$11","require$$12","require$$13","require$$14","require$$15","require$$16","require$$17"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAEA,MAAI,iBAAiBA,sBAAA;AACrB,MAAI,cAAcC,mBAAA;AAClB,MAAI,aAAaC,kBAAA;AACjB,MAAI,YAAYC,iBAAA;AAChB,MAAI,YAAYC,iBAAA;AAChB,MAAI,YAAYC,iBAAA;AAChB,MAAI,WAAWC,gBAAA;AACf,MAAI,WAAWC,gBAAA;AACf,MAAI,UAAUC,eAAA;AACd,MAAI,UAAUC,eAAA;AACd,MAAI,SAASC,cAAA;AACb,MAAI,SAASC,cAAA;AACb,MAAI,QAAQC,aAAA;AACZ,MAAI,QAAQC,aAAA;AACZ,MAAI,OAAOC,YAAA;AACX,MAAI,OAAOC,YAAA;AACX,MAAI,OAAOC,YAAA;AACX,MAAI,OAAOC,YAAA;AAEX,WAAS,WAAW,SAAS;AAC3B,QAAI,QAAQ,WAAW,KAAK,MAAM,QAAQ,QAAQ,CAAC,CAAC,GAAG;AACrD,gBAAU,QAAQ,CAAC;AAAA,IACvB;AACE,WAAO,IAAI,UAAU,OAAO;AAAA,EAC9B;AAEA,UAAQ,SAAS,SAAS,OAAO,MAAM,aAAa;AAClD,QAAI,iBAAiB;AACrB,aAAS,WAAW,MAAM;AAExB,UAAI,WAAW,QAAQ,QAAQ,CAAC,gBAAgB;AAC9C,yBAAiB;AAEjB,gBAAQ;AAAA,UACN,OACE;AAAA,QAEV;AACM,YAAI,QAAQ,IAAI,QAAQ,QAAQ,IAAI,KAAK,WAAW,IAAI,GAAG;AAGzD,kBAAQ;AAAA,YACN,OACE;AAAA,UAEZ;AAAA,QACA;AAAA,MACA;AACI,UAAI,cAAc,YAAY,GAAG,IAAI;AACrC,kBAAY,gBAAgB;AAC5B,kBAAY,iBAAiB,IAAI,YAAY;AAC7C,aAAO;AAAA,IACX;AAEE,QAAI;AACJ,WAAO,eAAe,SAAS,WAAW;AAAA,MACxC,MAAM;AACJ,YAAI,CAAC,MAAO,SAAQ,QAAO;AAC3B,eAAO;AAAA,MACb;AAAA,KACG;AAED,YAAQ,UAAU,SAAU,KAAK,aAAa,YAAY;AACxD,aAAO,QAAQ,CAAC,QAAQ,UAAU,CAAC,CAAC,EAAE,QAAQ,KAAK,WAAW;AAAA,IAClE;AAEE,WAAO;AAAA,EACT;AAEA,UAAQ,YAAY;AACpB,UAAQ,QAAQ;AAChB,UAAQ,WAAW;AACnB,UAAQ,OAAO;AAEf,UAAQ,UAAU,cAAY,IAAI,QAAQ,QAAQ;AAClD,UAAQ,SAAS,cAAY,IAAI,OAAO,QAAQ;AAChD,UAAQ,OAAO,cAAY,IAAI,YAAY,QAAQ;AACnD,UAAQ,OAAO,cAAY,IAAI,KAAK,QAAQ;AAC5C,UAAQ,OAAO,cAAY,IAAI,KAAK,QAAQ;AAC5C,UAAQ,WAAW,cAAY,IAAI,SAAS,QAAQ;AAEpD,UAAQ,iBAAiB;AACzB,UAAQ,cAAc;AACtB,UAAQ,YAAY;AACpB,UAAQ,YAAY;AACpB,UAAQ,WAAW;AACnB,UAAQ,UAAU;AAClB,UAAQ,UAAU;AAClB,UAAQ,SAAS;AACjB,UAAQ,SAAS;AACjB,UAAQ,QAAQ;AAChB,UAAQ,OAAO;AACf,UAAQ,OAAO;AACf,UAAQ,OAAO;AAEf,aAAW,gBAAgB,OAAO;AAElC,cAAiB;AACjB,UAAQ,UAAU;;;","x_google_ignoreList":[0]}
@@ -1,123 +0,0 @@
1
- import require$$2 from "../../../_virtual/___vite-browser-external.mjs";
2
- var previousMap;
3
- var hasRequiredPreviousMap;
4
- function requirePreviousMap() {
5
- if (hasRequiredPreviousMap) return previousMap;
6
- hasRequiredPreviousMap = 1;
7
- let { SourceMapConsumer, SourceMapGenerator } = require$$2;
8
- let { existsSync, readFileSync } = require$$2;
9
- let { dirname, join } = require$$2;
10
- function fromBase64(str) {
11
- if (Buffer) {
12
- return Buffer.from(str, "base64").toString();
13
- } else {
14
- return window.atob(str);
15
- }
16
- }
17
- class PreviousMap {
18
- constructor(css, opts) {
19
- if (opts.map === false) return;
20
- this.loadAnnotation(css);
21
- this.inline = this.startWith(this.annotation, "data:");
22
- let prev = opts.map ? opts.map.prev : void 0;
23
- let text = this.loadMap(opts.from, prev);
24
- if (!this.mapFile && opts.from) {
25
- this.mapFile = opts.from;
26
- }
27
- if (this.mapFile) this.root = dirname(this.mapFile);
28
- if (text) this.text = text;
29
- }
30
- consumer() {
31
- if (!this.consumerCache) {
32
- this.consumerCache = new SourceMapConsumer(this.text);
33
- }
34
- return this.consumerCache;
35
- }
36
- decodeInline(text) {
37
- let baseCharsetUri = /^data:application\/json;charset=utf-?8;base64,/;
38
- let baseUri = /^data:application\/json;base64,/;
39
- let charsetUri = /^data:application\/json;charset=utf-?8,/;
40
- let uri = /^data:application\/json,/;
41
- if (charsetUri.test(text) || uri.test(text)) {
42
- return decodeURIComponent(text.substr(RegExp.lastMatch.length));
43
- }
44
- if (baseCharsetUri.test(text) || baseUri.test(text)) {
45
- return fromBase64(text.substr(RegExp.lastMatch.length));
46
- }
47
- let encoding = text.match(/data:application\/json;([^,]+),/)[1];
48
- throw new Error("Unsupported source map encoding " + encoding);
49
- }
50
- getAnnotationURL(sourceMapString) {
51
- return sourceMapString.replace(/^\/\*\s*# sourceMappingURL=/, "").trim();
52
- }
53
- isMap(map) {
54
- if (typeof map !== "object") return false;
55
- return typeof map.mappings === "string" || typeof map._mappings === "string" || Array.isArray(map.sections);
56
- }
57
- loadAnnotation(css) {
58
- let comments = css.match(/\/\*\s*# sourceMappingURL=/gm);
59
- if (!comments) return;
60
- let start = css.lastIndexOf(comments.pop());
61
- let end = css.indexOf("*/", start);
62
- if (start > -1 && end > -1) {
63
- this.annotation = this.getAnnotationURL(css.substring(start, end));
64
- }
65
- }
66
- loadFile(path) {
67
- this.root = dirname(path);
68
- if (existsSync(path)) {
69
- this.mapFile = path;
70
- return readFileSync(path, "utf-8").toString().trim();
71
- }
72
- }
73
- loadMap(file, prev) {
74
- if (prev === false) return false;
75
- if (prev) {
76
- if (typeof prev === "string") {
77
- return prev;
78
- } else if (typeof prev === "function") {
79
- let prevPath = prev(file);
80
- if (prevPath) {
81
- let map = this.loadFile(prevPath);
82
- if (!map) {
83
- throw new Error(
84
- "Unable to load previous source map: " + prevPath.toString()
85
- );
86
- }
87
- return map;
88
- }
89
- } else if (prev instanceof SourceMapConsumer) {
90
- return SourceMapGenerator.fromSourceMap(prev).toString();
91
- } else if (prev instanceof SourceMapGenerator) {
92
- return prev.toString();
93
- } else if (this.isMap(prev)) {
94
- return JSON.stringify(prev);
95
- } else {
96
- throw new Error(
97
- "Unsupported previous source map format: " + prev.toString()
98
- );
99
- }
100
- } else if (this.inline) {
101
- return this.decodeInline(this.annotation);
102
- } else if (this.annotation) {
103
- let map = this.annotation;
104
- if (file) map = join(dirname(file), map);
105
- return this.loadFile(map);
106
- }
107
- }
108
- startWith(string, start) {
109
- if (!string) return false;
110
- return string.substr(0, start.length) === start;
111
- }
112
- withContent() {
113
- return !!(this.consumer().sourcesContent && this.consumer().sourcesContent.length > 0);
114
- }
115
- }
116
- previousMap = PreviousMap;
117
- PreviousMap.default = PreviousMap;
118
- return previousMap;
119
- }
120
- export {
121
- requirePreviousMap as __require
122
- };
123
- //# sourceMappingURL=previous-map.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"previous-map.mjs","sources":["../../../../../../node_modules/postcss/lib/previous-map.js"],"sourcesContent":["'use strict'\n\nlet { SourceMapConsumer, SourceMapGenerator } = require('source-map-js')\nlet { existsSync, readFileSync } = require('fs')\nlet { dirname, join } = require('path')\n\nfunction fromBase64(str) {\n if (Buffer) {\n return Buffer.from(str, 'base64').toString()\n } else {\n /* c8 ignore next 2 */\n return window.atob(str)\n }\n}\n\nclass PreviousMap {\n constructor(css, opts) {\n if (opts.map === false) return\n this.loadAnnotation(css)\n this.inline = this.startWith(this.annotation, 'data:')\n\n let prev = opts.map ? opts.map.prev : undefined\n let text = this.loadMap(opts.from, prev)\n if (!this.mapFile && opts.from) {\n this.mapFile = opts.from\n }\n if (this.mapFile) this.root = dirname(this.mapFile)\n if (text) this.text = text\n }\n\n consumer() {\n if (!this.consumerCache) {\n this.consumerCache = new SourceMapConsumer(this.text)\n }\n return this.consumerCache\n }\n\n decodeInline(text) {\n let baseCharsetUri = /^data:application\\/json;charset=utf-?8;base64,/\n let baseUri = /^data:application\\/json;base64,/\n let charsetUri = /^data:application\\/json;charset=utf-?8,/\n let uri = /^data:application\\/json,/\n\n if (charsetUri.test(text) || uri.test(text)) {\n return decodeURIComponent(text.substr(RegExp.lastMatch.length))\n }\n\n if (baseCharsetUri.test(text) || baseUri.test(text)) {\n return fromBase64(text.substr(RegExp.lastMatch.length))\n }\n\n let encoding = text.match(/data:application\\/json;([^,]+),/)[1]\n throw new Error('Unsupported source map encoding ' + encoding)\n }\n\n getAnnotationURL(sourceMapString) {\n return sourceMapString.replace(/^\\/\\*\\s*# sourceMappingURL=/, '').trim()\n }\n\n isMap(map) {\n if (typeof map !== 'object') return false\n return (\n typeof map.mappings === 'string' ||\n typeof map._mappings === 'string' ||\n Array.isArray(map.sections)\n )\n }\n\n loadAnnotation(css) {\n let comments = css.match(/\\/\\*\\s*# sourceMappingURL=/gm)\n if (!comments) return\n\n // sourceMappingURLs from comments, strings, etc.\n let start = css.lastIndexOf(comments.pop())\n let end = css.indexOf('*/', start)\n\n if (start > -1 && end > -1) {\n // Locate the last sourceMappingURL to avoid pickin\n this.annotation = this.getAnnotationURL(css.substring(start, end))\n }\n }\n\n loadFile(path) {\n this.root = dirname(path)\n if (existsSync(path)) {\n this.mapFile = path\n return readFileSync(path, 'utf-8').toString().trim()\n }\n }\n\n loadMap(file, prev) {\n if (prev === false) return false\n\n if (prev) {\n if (typeof prev === 'string') {\n return prev\n } else if (typeof prev === 'function') {\n let prevPath = prev(file)\n if (prevPath) {\n let map = this.loadFile(prevPath)\n if (!map) {\n throw new Error(\n 'Unable to load previous source map: ' + prevPath.toString()\n )\n }\n return map\n }\n } else if (prev instanceof SourceMapConsumer) {\n return SourceMapGenerator.fromSourceMap(prev).toString()\n } else if (prev instanceof SourceMapGenerator) {\n return prev.toString()\n } else if (this.isMap(prev)) {\n return JSON.stringify(prev)\n } else {\n throw new Error(\n 'Unsupported previous source map format: ' + prev.toString()\n )\n }\n } else if (this.inline) {\n return this.decodeInline(this.annotation)\n } else if (this.annotation) {\n let map = this.annotation\n if (file) map = join(dirname(file), map)\n return this.loadFile(map)\n }\n }\n\n startWith(string, start) {\n if (!string) return false\n return string.substr(0, start.length) === start\n }\n\n withContent() {\n return !!(\n this.consumer().sourcesContent &&\n this.consumer().sourcesContent.length > 0\n )\n }\n}\n\nmodule.exports = PreviousMap\nPreviousMap.default = PreviousMap\n"],"names":["require$$0","require$$1"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,61 +0,0 @@
1
- import { __require as requireNoWorkResult } from "./no-work-result.mjs";
2
- import { __require as requireLazyResult } from "./lazy-result.mjs";
3
- import { __require as requireDocument } from "./document.mjs";
4
- import { __require as requireRoot } from "./root.mjs";
5
- var processor;
6
- var hasRequiredProcessor;
7
- function requireProcessor() {
8
- if (hasRequiredProcessor) return processor;
9
- hasRequiredProcessor = 1;
10
- let NoWorkResult = requireNoWorkResult();
11
- let LazyResult = requireLazyResult();
12
- let Document = requireDocument();
13
- let Root = requireRoot();
14
- class Processor {
15
- constructor(plugins = []) {
16
- this.version = "8.4.31";
17
- this.plugins = this.normalize(plugins);
18
- }
19
- normalize(plugins) {
20
- let normalized = [];
21
- for (let i of plugins) {
22
- if (i.postcss === true) {
23
- i = i();
24
- } else if (i.postcss) {
25
- i = i.postcss;
26
- }
27
- if (typeof i === "object" && Array.isArray(i.plugins)) {
28
- normalized = normalized.concat(i.plugins);
29
- } else if (typeof i === "object" && i.postcssPlugin) {
30
- normalized.push(i);
31
- } else if (typeof i === "function") {
32
- normalized.push(i);
33
- } else if (typeof i === "object" && (i.parse || i.stringify)) ;
34
- else {
35
- throw new Error(i + " is not a PostCSS plugin");
36
- }
37
- }
38
- return normalized;
39
- }
40
- process(css, opts = {}) {
41
- if (this.plugins.length === 0 && typeof opts.parser === "undefined" && typeof opts.stringifier === "undefined" && typeof opts.syntax === "undefined") {
42
- return new NoWorkResult(this, css, opts);
43
- } else {
44
- return new LazyResult(this, css, opts);
45
- }
46
- }
47
- use(plugin) {
48
- this.plugins = this.plugins.concat(this.normalize([plugin]));
49
- return this;
50
- }
51
- }
52
- processor = Processor;
53
- Processor.default = Processor;
54
- Root.registerProcessor(Processor);
55
- Document.registerProcessor(Processor);
56
- return processor;
57
- }
58
- export {
59
- requireProcessor as __require
60
- };
61
- //# sourceMappingURL=processor.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"processor.mjs","sources":["../../../../../../node_modules/postcss/lib/processor.js"],"sourcesContent":["'use strict'\n\nlet NoWorkResult = require('./no-work-result')\nlet LazyResult = require('./lazy-result')\nlet Document = require('./document')\nlet Root = require('./root')\n\nclass Processor {\n constructor(plugins = []) {\n this.version = '8.4.31'\n this.plugins = this.normalize(plugins)\n }\n\n normalize(plugins) {\n let normalized = []\n for (let i of plugins) {\n if (i.postcss === true) {\n i = i()\n } else if (i.postcss) {\n i = i.postcss\n }\n\n if (typeof i === 'object' && Array.isArray(i.plugins)) {\n normalized = normalized.concat(i.plugins)\n } else if (typeof i === 'object' && i.postcssPlugin) {\n normalized.push(i)\n } else if (typeof i === 'function') {\n normalized.push(i)\n } else if (typeof i === 'object' && (i.parse || i.stringify)) {\n if (process.env.NODE_ENV !== 'production') {\n throw new Error(\n 'PostCSS syntaxes cannot be used as plugins. Instead, please use ' +\n 'one of the syntax/parser/stringifier options as outlined ' +\n 'in your PostCSS runner documentation.'\n )\n }\n } else {\n throw new Error(i + ' is not a PostCSS plugin')\n }\n }\n return normalized\n }\n\n process(css, opts = {}) {\n if (\n this.plugins.length === 0 &&\n typeof opts.parser === 'undefined' &&\n typeof opts.stringifier === 'undefined' &&\n typeof opts.syntax === 'undefined'\n ) {\n return new NoWorkResult(this, css, opts)\n } else {\n return new LazyResult(this, css, opts)\n }\n }\n\n use(plugin) {\n this.plugins = this.plugins.concat(this.normalize([plugin]))\n return this\n }\n}\n\nmodule.exports = Processor\nProcessor.default = Processor\n\nRoot.registerProcessor(Processor)\nDocument.registerProcessor(Processor)\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":";;;;;;;;;AAEA,MAAI,eAAeA,oBAAA;AACnB,MAAI,aAAaC,kBAAA;AACjB,MAAI,WAAWC,gBAAA;AACf,MAAI,OAAOC,YAAA;AAAA,EAEX,MAAM,UAAU;AAAA,IACd,YAAY,UAAU,IAAI;AACxB,WAAK,UAAU;AACf,WAAK,UAAU,KAAK,UAAU,OAAO;AAAA,IAAA;AAAA,IAGvC,UAAU,SAAS;AACjB,UAAI,aAAa,CAAA;AACjB,eAAS,KAAK,SAAS;AACrB,YAAI,EAAE,YAAY,MAAM;AACtB,cAAI,EAAA;AAAA,QAAE,WACG,EAAE,SAAS;AACpB,cAAI,EAAE;AAAA,QAAA;AAGR,YAAI,OAAO,MAAM,YAAY,MAAM,QAAQ,EAAE,OAAO,GAAG;AACrD,uBAAa,WAAW,OAAO,EAAE,OAAO;AAAA,QAAA,WAC/B,OAAO,MAAM,YAAY,EAAE,eAAe;AACnD,qBAAW,KAAK,CAAC;AAAA,QAAA,WACR,OAAO,MAAM,YAAY;AAClC,qBAAW,KAAK,CAAC;AAAA,QAAA,WACR,OAAO,MAAM,aAAa,EAAE,SAAS,EAAE,WAAY;AAAA,aAQvD;AACL,gBAAM,IAAI,MAAM,IAAI,0BAA0B;AAAA,QAAA;AAAA,MAChD;AAEF,aAAO;AAAA,IAAA;AAAA,IAGT,QAAQ,KAAK,OAAO,IAAI;AACtB,UACE,KAAK,QAAQ,WAAW,KACxB,OAAO,KAAK,WAAW,eACvB,OAAO,KAAK,gBAAgB,eAC5B,OAAO,KAAK,WAAW,aACvB;AACA,eAAO,IAAI,aAAa,MAAM,KAAK,IAAI;AAAA,MAAA,OAClC;AACL,eAAO,IAAI,WAAW,MAAM,KAAK,IAAI;AAAA,MAAA;AAAA,IACvC;AAAA,IAGF,IAAI,QAAQ;AACV,WAAK,UAAU,KAAK,QAAQ,OAAO,KAAK,UAAU,CAAC,MAAM,CAAC,CAAC;AAC3D,aAAO;AAAA,IAAA;AAAA,EAEX;AAEA,cAAiB;AACjB,YAAU,UAAU;AAEpB,OAAK,kBAAkB,SAAS;AAChC,WAAS,kBAAkB,SAAS;;;","x_google_ignoreList":[0]}
@@ -1,44 +0,0 @@
1
- import { __require as requireWarning } from "./warning.mjs";
2
- var result;
3
- var hasRequiredResult;
4
- function requireResult() {
5
- if (hasRequiredResult) return result;
6
- hasRequiredResult = 1;
7
- let Warning = requireWarning();
8
- class Result {
9
- constructor(processor, root, opts) {
10
- this.processor = processor;
11
- this.messages = [];
12
- this.root = root;
13
- this.opts = opts;
14
- this.css = void 0;
15
- this.map = void 0;
16
- }
17
- toString() {
18
- return this.css;
19
- }
20
- warn(text, opts = {}) {
21
- if (!opts.plugin) {
22
- if (this.lastPlugin && this.lastPlugin.postcssPlugin) {
23
- opts.plugin = this.lastPlugin.postcssPlugin;
24
- }
25
- }
26
- let warning = new Warning(text, opts);
27
- this.messages.push(warning);
28
- return warning;
29
- }
30
- warnings() {
31
- return this.messages.filter((i) => i.type === "warning");
32
- }
33
- get content() {
34
- return this.css;
35
- }
36
- }
37
- result = Result;
38
- Result.default = Result;
39
- return result;
40
- }
41
- export {
42
- requireResult as __require
43
- };
44
- //# sourceMappingURL=result.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"result.mjs","sources":["../../../../../../node_modules/postcss/lib/result.js"],"sourcesContent":["'use strict'\n\nlet Warning = require('./warning')\n\nclass Result {\n constructor(processor, root, opts) {\n this.processor = processor\n this.messages = []\n this.root = root\n this.opts = opts\n this.css = undefined\n this.map = undefined\n }\n\n toString() {\n return this.css\n }\n\n warn(text, opts = {}) {\n if (!opts.plugin) {\n if (this.lastPlugin && this.lastPlugin.postcssPlugin) {\n opts.plugin = this.lastPlugin.postcssPlugin\n }\n }\n\n let warning = new Warning(text, opts)\n this.messages.push(warning)\n\n return warning\n }\n\n warnings() {\n return this.messages.filter(i => i.type === 'warning')\n }\n\n get content() {\n return this.css\n }\n}\n\nmodule.exports = Result\nResult.default = Result\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,MAAI,UAAUA,eAAA;AAAA,EAEd,MAAM,OAAO;AAAA,IACX,YAAY,WAAW,MAAM,MAAM;AACjC,WAAK,YAAY;AACjB,WAAK,WAAW,CAAA;AAChB,WAAK,OAAO;AACZ,WAAK,OAAO;AACZ,WAAK,MAAM;AACX,WAAK,MAAM;AAAA,IACf;AAAA,IAEE,WAAW;AACT,aAAO,KAAK;AAAA,IAChB;AAAA,IAEE,KAAK,MAAM,OAAO,IAAI;AACpB,UAAI,CAAC,KAAK,QAAQ;AAChB,YAAI,KAAK,cAAc,KAAK,WAAW,eAAe;AACpD,eAAK,SAAS,KAAK,WAAW;AAAA,QACtC;AAAA,MACA;AAEI,UAAI,UAAU,IAAI,QAAQ,MAAM,IAAI;AACpC,WAAK,SAAS,KAAK,OAAO;AAE1B,aAAO;AAAA,IACX;AAAA,IAEE,WAAW;AACT,aAAO,KAAK,SAAS,OAAO,OAAK,EAAE,SAAS,SAAS;AAAA,IACzD;AAAA,IAEE,IAAI,UAAU;AACZ,aAAO,KAAK;AAAA,IAChB;AAAA,EACA;AAEA,WAAiB;AACjB,SAAO,UAAU;;;","x_google_ignoreList":[0]}
@@ -1,58 +0,0 @@
1
- import { __require as requireContainer } from "./container.mjs";
2
- var root;
3
- var hasRequiredRoot;
4
- function requireRoot() {
5
- if (hasRequiredRoot) return root;
6
- hasRequiredRoot = 1;
7
- let Container = requireContainer();
8
- let LazyResult, Processor;
9
- class Root extends Container {
10
- constructor(defaults) {
11
- super(defaults);
12
- this.type = "root";
13
- if (!this.nodes) this.nodes = [];
14
- }
15
- normalize(child, sample, type) {
16
- let nodes = super.normalize(child);
17
- if (sample) {
18
- if (type === "prepend") {
19
- if (this.nodes.length > 1) {
20
- sample.raws.before = this.nodes[1].raws.before;
21
- } else {
22
- delete sample.raws.before;
23
- }
24
- } else if (this.first !== sample) {
25
- for (let node of nodes) {
26
- node.raws.before = sample.raws.before;
27
- }
28
- }
29
- }
30
- return nodes;
31
- }
32
- removeChild(child, ignore) {
33
- let index = this.index(child);
34
- if (!ignore && index === 0 && this.nodes.length > 1) {
35
- this.nodes[1].raws.before = this.nodes[index].raws.before;
36
- }
37
- return super.removeChild(child);
38
- }
39
- toResult(opts = {}) {
40
- let lazy = new LazyResult(new Processor(), this, opts);
41
- return lazy.stringify();
42
- }
43
- }
44
- Root.registerLazyResult = (dependant) => {
45
- LazyResult = dependant;
46
- };
47
- Root.registerProcessor = (dependant) => {
48
- Processor = dependant;
49
- };
50
- root = Root;
51
- Root.default = Root;
52
- Container.registerRoot(Root);
53
- return root;
54
- }
55
- export {
56
- requireRoot as __require
57
- };
58
- //# sourceMappingURL=root.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"root.mjs","sources":["../../../../../../node_modules/postcss/lib/root.js"],"sourcesContent":["'use strict'\n\nlet Container = require('./container')\n\nlet LazyResult, Processor\n\nclass Root extends Container {\n constructor(defaults) {\n super(defaults)\n this.type = 'root'\n if (!this.nodes) this.nodes = []\n }\n\n normalize(child, sample, type) {\n let nodes = super.normalize(child)\n\n if (sample) {\n if (type === 'prepend') {\n if (this.nodes.length > 1) {\n sample.raws.before = this.nodes[1].raws.before\n } else {\n delete sample.raws.before\n }\n } else if (this.first !== sample) {\n for (let node of nodes) {\n node.raws.before = sample.raws.before\n }\n }\n }\n\n return nodes\n }\n\n removeChild(child, ignore) {\n let index = this.index(child)\n\n if (!ignore && index === 0 && this.nodes.length > 1) {\n this.nodes[1].raws.before = this.nodes[index].raws.before\n }\n\n return super.removeChild(child)\n }\n\n toResult(opts = {}) {\n let lazy = new LazyResult(new Processor(), this, opts)\n return lazy.stringify()\n }\n}\n\nRoot.registerLazyResult = dependant => {\n LazyResult = dependant\n}\n\nRoot.registerProcessor = dependant => {\n Processor = dependant\n}\n\nmodule.exports = Root\nRoot.default = Root\n\nContainer.registerRoot(Root)\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,MAAI,YAAYA,iBAAA;AAEhB,MAAI,YAAY;AAAA,EAEhB,MAAM,aAAa,UAAU;AAAA,IAC3B,YAAY,UAAU;AACpB,YAAM,QAAQ;AACd,WAAK,OAAO;AACZ,UAAI,CAAC,KAAK,MAAO,MAAK,QAAQ,CAAA;AAAA,IAClC;AAAA,IAEE,UAAU,OAAO,QAAQ,MAAM;AAC7B,UAAI,QAAQ,MAAM,UAAU,KAAK;AAEjC,UAAI,QAAQ;AACV,YAAI,SAAS,WAAW;AACtB,cAAI,KAAK,MAAM,SAAS,GAAG;AACzB,mBAAO,KAAK,SAAS,KAAK,MAAM,CAAC,EAAE,KAAK;AAAA,UAClD,OAAe;AACL,mBAAO,OAAO,KAAK;AAAA,UAC7B;AAAA,QACA,WAAiB,KAAK,UAAU,QAAQ;AAChC,mBAAS,QAAQ,OAAO;AACtB,iBAAK,KAAK,SAAS,OAAO,KAAK;AAAA,UACzC;AAAA,QACA;AAAA,MACA;AAEI,aAAO;AAAA,IACX;AAAA,IAEE,YAAY,OAAO,QAAQ;AACzB,UAAI,QAAQ,KAAK,MAAM,KAAK;AAE5B,UAAI,CAAC,UAAU,UAAU,KAAK,KAAK,MAAM,SAAS,GAAG;AACnD,aAAK,MAAM,CAAC,EAAE,KAAK,SAAS,KAAK,MAAM,KAAK,EAAE,KAAK;AAAA,MACzD;AAEI,aAAO,MAAM,YAAY,KAAK;AAAA,IAClC;AAAA,IAEE,SAAS,OAAO,IAAI;AAClB,UAAI,OAAO,IAAI,WAAW,IAAI,UAAS,GAAI,MAAM,IAAI;AACrD,aAAO,KAAK,UAAS;AAAA,IACzB;AAAA,EACA;AAEA,OAAK,qBAAqB,eAAa;AACrC,iBAAa;AAAA,EACf;AAEA,OAAK,oBAAoB,eAAa;AACpC,gBAAY;AAAA,EACd;AAEA,SAAiB;AACjB,OAAK,UAAU;AAEf,YAAU,aAAa,IAAI;;;","x_google_ignoreList":[0]}
@@ -1,33 +0,0 @@
1
- import { __require as requireContainer } from "./container.mjs";
2
- import { __require as requireList } from "./list.mjs";
3
- var rule;
4
- var hasRequiredRule;
5
- function requireRule() {
6
- if (hasRequiredRule) return rule;
7
- hasRequiredRule = 1;
8
- let Container = requireContainer();
9
- let list = requireList();
10
- class Rule extends Container {
11
- constructor(defaults) {
12
- super(defaults);
13
- this.type = "rule";
14
- if (!this.nodes) this.nodes = [];
15
- }
16
- get selectors() {
17
- return list.comma(this.selector);
18
- }
19
- set selectors(values) {
20
- let match = this.selector ? this.selector.match(/,\s*/) : null;
21
- let sep = match ? match[0] : "," + this.raw("between", "beforeOpen");
22
- this.selector = values.join(sep);
23
- }
24
- }
25
- rule = Rule;
26
- Rule.default = Rule;
27
- Container.registerRule(Rule);
28
- return rule;
29
- }
30
- export {
31
- requireRule as __require
32
- };
33
- //# sourceMappingURL=rule.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rule.mjs","sources":["../../../../../../node_modules/postcss/lib/rule.js"],"sourcesContent":["'use strict'\n\nlet Container = require('./container')\nlet list = require('./list')\n\nclass Rule extends Container {\n constructor(defaults) {\n super(defaults)\n this.type = 'rule'\n if (!this.nodes) this.nodes = []\n }\n\n get selectors() {\n return list.comma(this.selector)\n }\n\n set selectors(values) {\n let match = this.selector ? this.selector.match(/,\\s*/) : null\n let sep = match ? match[0] : ',' + this.raw('between', 'beforeOpen')\n this.selector = values.join(sep)\n }\n}\n\nmodule.exports = Rule\nRule.default = Rule\n\nContainer.registerRule(Rule)\n"],"names":["require$$0","require$$1"],"mappings":";;;;;;;AAEA,MAAI,YAAYA,iBAAA;AAChB,MAAI,OAAOC,YAAA;AAAA,EAEX,MAAM,aAAa,UAAU;AAAA,IAC3B,YAAY,UAAU;AACpB,YAAM,QAAQ;AACd,WAAK,OAAO;AACZ,UAAI,CAAC,KAAK,MAAO,MAAK,QAAQ,CAAA;AAAA,IAClC;AAAA,IAEE,IAAI,YAAY;AACd,aAAO,KAAK,MAAM,KAAK,QAAQ;AAAA,IACnC;AAAA,IAEE,IAAI,UAAU,QAAQ;AACpB,UAAI,QAAQ,KAAK,WAAW,KAAK,SAAS,MAAM,MAAM,IAAI;AAC1D,UAAI,MAAM,QAAQ,MAAM,CAAC,IAAI,MAAM,KAAK,IAAI,WAAW,YAAY;AACnE,WAAK,WAAW,OAAO,KAAK,GAAG;AAAA,IACnC;AAAA,EACA;AAEA,SAAiB;AACjB,OAAK,UAAU;AAEf,YAAU,aAAa,IAAI;;;","x_google_ignoreList":[0]}