meticulous-ui 1.0.27 → 1.0.28

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 (146) hide show
  1. package/dist/_virtual/jsx-runtime.js +5 -0
  2. package/dist/_virtual/jsx-runtime2.js +4 -0
  3. package/dist/_virtual/react-jsx-runtime.development.js +4 -0
  4. package/dist/_virtual/react-jsx-runtime.production.js +4 -0
  5. package/dist/components/Pagination/styles.js +15 -15
  6. package/dist/meticulous-ui.css +1 -0
  7. package/dist/node_modules/lodash-es/_DataView.js +6 -0
  8. package/dist/node_modules/lodash-es/_Hash.js +20 -0
  9. package/dist/node_modules/lodash-es/_ListCache.js +20 -0
  10. package/dist/node_modules/lodash-es/_Map.js +6 -0
  11. package/dist/node_modules/lodash-es/_MapCache.js +20 -0
  12. package/dist/node_modules/lodash-es/_Promise.js +6 -0
  13. package/dist/node_modules/lodash-es/_Set.js +6 -0
  14. package/dist/node_modules/lodash-es/_SetCache.js +13 -0
  15. package/dist/node_modules/lodash-es/_Stack.js +18 -0
  16. package/dist/node_modules/lodash-es/_Symbol.js +5 -0
  17. package/dist/node_modules/lodash-es/_Uint8Array.js +5 -0
  18. package/dist/node_modules/lodash-es/_WeakMap.js +6 -0
  19. package/dist/node_modules/lodash-es/_arrayFilter.js +10 -0
  20. package/dist/node_modules/lodash-es/_arrayLikeKeys.js +20 -0
  21. package/dist/node_modules/lodash-es/_arrayMap.js +8 -0
  22. package/dist/node_modules/lodash-es/_arrayPush.js +8 -0
  23. package/dist/node_modules/lodash-es/_arraySome.js +9 -0
  24. package/dist/node_modules/lodash-es/_assignValue.js +10 -0
  25. package/dist/node_modules/lodash-es/_assocIndexOf.js +10 -0
  26. package/dist/node_modules/lodash-es/_baseAssignValue.js +12 -0
  27. package/dist/node_modules/lodash-es/_baseGet.js +11 -0
  28. package/dist/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
  29. package/dist/node_modules/lodash-es/_baseGetTag.js +10 -0
  30. package/dist/node_modules/lodash-es/_baseHasIn.js +6 -0
  31. package/dist/node_modules/lodash-es/_baseIsArguments.js +9 -0
  32. package/dist/node_modules/lodash-es/_baseIsEqual.js +8 -0
  33. package/dist/node_modules/lodash-es/_baseIsEqualDeep.js +32 -0
  34. package/dist/node_modules/lodash-es/_baseIsMatch.js +29 -0
  35. package/dist/node_modules/lodash-es/_baseIsNative.js +16 -0
  36. package/dist/node_modules/lodash-es/_baseIsTypedArray.js +12 -0
  37. package/dist/node_modules/lodash-es/_baseIteratee.js +11 -0
  38. package/dist/node_modules/lodash-es/_baseKeys.js +14 -0
  39. package/dist/node_modules/lodash-es/_baseKeysIn.js +15 -0
  40. package/dist/node_modules/lodash-es/_baseMatches.js +12 -0
  41. package/dist/node_modules/lodash-es/_baseMatchesProperty.js +17 -0
  42. package/dist/node_modules/lodash-es/_basePickBy.js +13 -0
  43. package/dist/node_modules/lodash-es/_baseProperty.js +8 -0
  44. package/dist/node_modules/lodash-es/_basePropertyDeep.js +9 -0
  45. package/dist/node_modules/lodash-es/_baseRange.js +9 -0
  46. package/dist/node_modules/lodash-es/_baseSet.js +24 -0
  47. package/dist/node_modules/lodash-es/_baseTimes.js +8 -0
  48. package/dist/node_modules/lodash-es/_baseToString.js +18 -0
  49. package/dist/node_modules/lodash-es/_baseTrim.js +8 -0
  50. package/dist/node_modules/lodash-es/_baseUnary.js +8 -0
  51. package/dist/node_modules/lodash-es/_cacheHas.js +6 -0
  52. package/dist/node_modules/lodash-es/_castPath.js +10 -0
  53. package/dist/node_modules/lodash-es/_coreJsData.js +5 -0
  54. package/dist/node_modules/lodash-es/_createRange.js +11 -0
  55. package/dist/node_modules/lodash-es/_defineProperty.js +11 -0
  56. package/dist/node_modules/lodash-es/_equalArrays.js +40 -0
  57. package/dist/node_modules/lodash-es/_equalByTag.js +45 -0
  58. package/dist/node_modules/lodash-es/_equalObjects.js +36 -0
  59. package/dist/node_modules/lodash-es/_freeGlobal.js +4 -0
  60. package/dist/node_modules/lodash-es/_getAllKeys.js +9 -0
  61. package/dist/node_modules/lodash-es/_getAllKeysIn.js +9 -0
  62. package/dist/node_modules/lodash-es/_getMapData.js +8 -0
  63. package/dist/node_modules/lodash-es/_getMatchData.js +12 -0
  64. package/dist/node_modules/lodash-es/_getNative.js +9 -0
  65. package/dist/node_modules/lodash-es/_getPrototype.js +5 -0
  66. package/dist/node_modules/lodash-es/_getRawTag.js +15 -0
  67. package/dist/node_modules/lodash-es/_getSymbols.js +10 -0
  68. package/dist/node_modules/lodash-es/_getSymbolsIn.js +12 -0
  69. package/dist/node_modules/lodash-es/_getTag.js +28 -0
  70. package/dist/node_modules/lodash-es/_getValue.js +6 -0
  71. package/dist/node_modules/lodash-es/_hasPath.js +19 -0
  72. package/dist/node_modules/lodash-es/_hashClear.js +7 -0
  73. package/dist/node_modules/lodash-es/_hashDelete.js +7 -0
  74. package/dist/node_modules/lodash-es/_hashGet.js +13 -0
  75. package/dist/node_modules/lodash-es/_hashHas.js +9 -0
  76. package/dist/node_modules/lodash-es/_hashSet.js +9 -0
  77. package/dist/node_modules/lodash-es/_isIndex.js +8 -0
  78. package/dist/node_modules/lodash-es/_isIterateeCall.js +13 -0
  79. package/dist/node_modules/lodash-es/_isKey.js +12 -0
  80. package/dist/node_modules/lodash-es/_isKeyable.js +7 -0
  81. package/dist/node_modules/lodash-es/_isMasked.js +11 -0
  82. package/dist/node_modules/lodash-es/_isPrototype.js +8 -0
  83. package/dist/node_modules/lodash-es/_isStrictComparable.js +7 -0
  84. package/dist/node_modules/lodash-es/_listCacheClear.js +6 -0
  85. package/dist/node_modules/lodash-es/_listCacheDelete.js +12 -0
  86. package/dist/node_modules/lodash-es/_listCacheGet.js +8 -0
  87. package/dist/node_modules/lodash-es/_listCacheHas.js +7 -0
  88. package/dist/node_modules/lodash-es/_listCacheSet.js +8 -0
  89. package/dist/node_modules/lodash-es/_mapCacheClear.js +13 -0
  90. package/dist/node_modules/lodash-es/_mapCacheDelete.js +8 -0
  91. package/dist/node_modules/lodash-es/_mapCacheGet.js +7 -0
  92. package/dist/node_modules/lodash-es/_mapCacheHas.js +7 -0
  93. package/dist/node_modules/lodash-es/_mapCacheSet.js +8 -0
  94. package/dist/node_modules/lodash-es/_mapToArray.js +9 -0
  95. package/dist/node_modules/lodash-es/_matchesStrictComparable.js +8 -0
  96. package/dist/node_modules/lodash-es/_memoizeCapped.js +11 -0
  97. package/dist/node_modules/lodash-es/_nativeCreate.js +5 -0
  98. package/dist/node_modules/lodash-es/_nativeKeys.js +5 -0
  99. package/dist/node_modules/lodash-es/_nativeKeysIn.js +10 -0
  100. package/dist/node_modules/lodash-es/_nodeUtil.js +11 -0
  101. package/dist/node_modules/lodash-es/_objectToString.js +7 -0
  102. package/dist/node_modules/lodash-es/_overArg.js +8 -0
  103. package/dist/node_modules/lodash-es/_root.js +5 -0
  104. package/dist/node_modules/lodash-es/_setCacheAdd.js +7 -0
  105. package/dist/node_modules/lodash-es/_setCacheHas.js +6 -0
  106. package/dist/node_modules/lodash-es/_setToArray.js +9 -0
  107. package/dist/node_modules/lodash-es/_stackClear.js +7 -0
  108. package/dist/node_modules/lodash-es/_stackDelete.js +7 -0
  109. package/dist/node_modules/lodash-es/_stackGet.js +6 -0
  110. package/dist/node_modules/lodash-es/_stackHas.js +6 -0
  111. package/dist/node_modules/lodash-es/_stackSet.js +17 -0
  112. package/dist/node_modules/lodash-es/_stringToPath.js +10 -0
  113. package/dist/node_modules/lodash-es/_toKey.js +10 -0
  114. package/dist/node_modules/lodash-es/_toSource.js +17 -0
  115. package/dist/node_modules/lodash-es/_trimmedEndIndex.js +9 -0
  116. package/dist/node_modules/lodash-es/eq.js +6 -0
  117. package/dist/node_modules/lodash-es/get.js +8 -0
  118. package/dist/node_modules/lodash-es/hasIn.js +8 -0
  119. package/dist/node_modules/lodash-es/identity.js +6 -0
  120. package/dist/node_modules/lodash-es/isArguments.js +10 -0
  121. package/dist/node_modules/lodash-es/isArray.js +4 -0
  122. package/dist/node_modules/lodash-es/isArrayLike.js +8 -0
  123. package/dist/node_modules/lodash-es/isBuffer.js +6 -0
  124. package/dist/node_modules/lodash-es/isFunction.js +12 -0
  125. package/dist/node_modules/lodash-es/isLength.js +7 -0
  126. package/dist/node_modules/lodash-es/isObject.js +7 -0
  127. package/dist/node_modules/lodash-es/isObjectLike.js +6 -0
  128. package/dist/node_modules/lodash-es/isSymbol.js +9 -0
  129. package/dist/node_modules/lodash-es/isTypedArray.js +7 -0
  130. package/dist/node_modules/lodash-es/keys.js +9 -0
  131. package/dist/node_modules/lodash-es/keysIn.js +9 -0
  132. package/dist/node_modules/lodash-es/memoize.js +18 -0
  133. package/dist/node_modules/lodash-es/negate.js +22 -0
  134. package/dist/node_modules/lodash-es/omitBy.js +9 -0
  135. package/dist/node_modules/lodash-es/pickBy.js +17 -0
  136. package/dist/node_modules/lodash-es/property.js +10 -0
  137. package/dist/node_modules/lodash-es/range.js +5 -0
  138. package/dist/node_modules/lodash-es/stubArray.js +6 -0
  139. package/dist/node_modules/lodash-es/stubFalse.js +6 -0
  140. package/dist/node_modules/lodash-es/toFinite.js +14 -0
  141. package/dist/node_modules/lodash-es/toNumber.js +22 -0
  142. package/dist/node_modules/lodash-es/toString.js +7 -0
  143. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +245 -0
  144. package/dist/node_modules/react/cjs/react-jsx-runtime.production.js +35 -0
  145. package/dist/node_modules/react/jsx-runtime.js +10 -0
  146. package/package.json +5 -9
@@ -0,0 +1,245 @@
1
+ import { __exports as s } from "../../../_virtual/react-jsx-runtime.development.js";
2
+ import J from "react";
3
+ /**
4
+ * @license React
5
+ * react-jsx-runtime.development.js
6
+ *
7
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
8
+ *
9
+ * This source code is licensed under the MIT license found in the
10
+ * LICENSE file in the root directory of this source tree.
11
+ */
12
+ var j;
13
+ function Z() {
14
+ return j ? s : (j = 1, process.env.NODE_ENV !== "production" && (function() {
15
+ function l(e) {
16
+ if (e == null) return null;
17
+ if (typeof e == "function")
18
+ return e.$$typeof === G ? null : e.displayName || e.name || null;
19
+ if (typeof e == "string") return e;
20
+ switch (e) {
21
+ case f:
22
+ return "Fragment";
23
+ case F:
24
+ return "Profiler";
25
+ case D:
26
+ return "StrictMode";
27
+ case M:
28
+ return "Suspense";
29
+ case z:
30
+ return "SuspenseList";
31
+ case q:
32
+ return "Activity";
33
+ }
34
+ if (typeof e == "object")
35
+ switch (typeof e.tag == "number" && console.error(
36
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
37
+ ), e.$$typeof) {
38
+ case $:
39
+ return "Portal";
40
+ case L:
41
+ return e.displayName || "Context";
42
+ case W:
43
+ return (e._context.displayName || "Context") + ".Consumer";
44
+ case U:
45
+ var r = e.render;
46
+ return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
47
+ case V:
48
+ return r = e.displayName || null, r !== null ? r : l(e.type) || "Memo";
49
+ case m:
50
+ r = e._payload, e = e._init;
51
+ try {
52
+ return l(e(r));
53
+ } catch {
54
+ }
55
+ }
56
+ return null;
57
+ }
58
+ function R(e) {
59
+ return "" + e;
60
+ }
61
+ function T(e) {
62
+ try {
63
+ R(e);
64
+ var r = !1;
65
+ } catch {
66
+ r = !0;
67
+ }
68
+ if (r) {
69
+ r = console;
70
+ var t = r.error, a = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
71
+ return t.call(
72
+ r,
73
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
74
+ a
75
+ ), R(e);
76
+ }
77
+ }
78
+ function i(e) {
79
+ if (e === f) return "<>";
80
+ if (typeof e == "object" && e !== null && e.$$typeof === m)
81
+ return "<...>";
82
+ try {
83
+ var r = l(e);
84
+ return r ? "<" + r + ">" : "<...>";
85
+ } catch {
86
+ return "<...>";
87
+ }
88
+ }
89
+ function N() {
90
+ var e = _.A;
91
+ return e === null ? null : e.getOwner();
92
+ }
93
+ function p() {
94
+ return Error("react-stack-top-frame");
95
+ }
96
+ function C(e) {
97
+ if (y.call(e, "key")) {
98
+ var r = Object.getOwnPropertyDescriptor(e, "key").get;
99
+ if (r && r.isReactWarning) return !1;
100
+ }
101
+ return e.key !== void 0;
102
+ }
103
+ function x(e, r) {
104
+ function t() {
105
+ A || (A = !0, console.error(
106
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
107
+ r
108
+ ));
109
+ }
110
+ t.isReactWarning = !0, Object.defineProperty(e, "key", {
111
+ get: t,
112
+ configurable: !0
113
+ });
114
+ }
115
+ function Y() {
116
+ var e = l(this.type);
117
+ return S[e] || (S[e] = !0, console.error(
118
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
119
+ )), e = this.props.ref, e !== void 0 ? e : null;
120
+ }
121
+ function I(e, r, t, a, u, b) {
122
+ var n = t.ref;
123
+ return e = {
124
+ $$typeof: g,
125
+ type: e,
126
+ key: r,
127
+ props: t,
128
+ _owner: a
129
+ }, (n !== void 0 ? n : null) !== null ? Object.defineProperty(e, "ref", {
130
+ enumerable: !1,
131
+ get: Y
132
+ }) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
133
+ configurable: !1,
134
+ enumerable: !1,
135
+ writable: !0,
136
+ value: 0
137
+ }), Object.defineProperty(e, "_debugInfo", {
138
+ configurable: !1,
139
+ enumerable: !1,
140
+ writable: !0,
141
+ value: null
142
+ }), Object.defineProperty(e, "_debugStack", {
143
+ configurable: !1,
144
+ enumerable: !1,
145
+ writable: !0,
146
+ value: u
147
+ }), Object.defineProperty(e, "_debugTask", {
148
+ configurable: !1,
149
+ enumerable: !1,
150
+ writable: !0,
151
+ value: b
152
+ }), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
153
+ }
154
+ function v(e, r, t, a, u, b) {
155
+ var n = r.children;
156
+ if (n !== void 0)
157
+ if (a)
158
+ if (X(n)) {
159
+ for (a = 0; a < n.length; a++)
160
+ O(n[a]);
161
+ Object.freeze && Object.freeze(n);
162
+ } else
163
+ console.error(
164
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
165
+ );
166
+ else O(n);
167
+ if (y.call(r, "key")) {
168
+ n = l(e);
169
+ var o = Object.keys(r).filter(function(K) {
170
+ return K !== "key";
171
+ });
172
+ a = 0 < o.length ? "{key: someKey, " + o.join(": ..., ") + ": ...}" : "{key: someKey}", h[n + a] || (o = 0 < o.length ? "{" + o.join(": ..., ") + ": ...}" : "{}", console.error(
173
+ `A props object containing a "key" prop is being spread into JSX:
174
+ let props = %s;
175
+ <%s {...props} />
176
+ React keys must be passed directly to JSX without using spread:
177
+ let props = %s;
178
+ <%s key={someKey} {...props} />`,
179
+ a,
180
+ n,
181
+ o,
182
+ n
183
+ ), h[n + a] = !0);
184
+ }
185
+ if (n = null, t !== void 0 && (T(t), n = "" + t), C(r) && (T(r.key), n = "" + r.key), "key" in r) {
186
+ t = {};
187
+ for (var E in r)
188
+ E !== "key" && (t[E] = r[E]);
189
+ } else t = r;
190
+ return n && x(
191
+ t,
192
+ typeof e == "function" ? e.displayName || e.name || "Unknown" : e
193
+ ), I(
194
+ e,
195
+ n,
196
+ t,
197
+ N(),
198
+ u,
199
+ b
200
+ );
201
+ }
202
+ function O(e) {
203
+ k(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === m && (e._payload.status === "fulfilled" ? k(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
204
+ }
205
+ function k(e) {
206
+ return typeof e == "object" && e !== null && e.$$typeof === g;
207
+ }
208
+ var c = J, g = Symbol.for("react.transitional.element"), $ = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), D = Symbol.for("react.strict_mode"), F = Symbol.for("react.profiler"), W = Symbol.for("react.consumer"), L = Symbol.for("react.context"), U = Symbol.for("react.forward_ref"), M = Symbol.for("react.suspense"), z = Symbol.for("react.suspense_list"), V = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), q = Symbol.for("react.activity"), G = Symbol.for("react.client.reference"), _ = c.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, y = Object.prototype.hasOwnProperty, X = Array.isArray, d = console.createTask ? console.createTask : function() {
209
+ return null;
210
+ };
211
+ c = {
212
+ react_stack_bottom_frame: function(e) {
213
+ return e();
214
+ }
215
+ };
216
+ var A, S = {}, w = c.react_stack_bottom_frame.bind(
217
+ c,
218
+ p
219
+ )(), P = d(i(p)), h = {};
220
+ s.Fragment = f, s.jsx = function(e, r, t) {
221
+ var a = 1e4 > _.recentlyCreatedOwnerStacks++;
222
+ return v(
223
+ e,
224
+ r,
225
+ t,
226
+ !1,
227
+ a ? Error("react-stack-top-frame") : w,
228
+ a ? d(i(e)) : P
229
+ );
230
+ }, s.jsxs = function(e, r, t) {
231
+ var a = 1e4 > _.recentlyCreatedOwnerStacks++;
232
+ return v(
233
+ e,
234
+ r,
235
+ t,
236
+ !0,
237
+ a ? Error("react-stack-top-frame") : w,
238
+ a ? d(i(e)) : P
239
+ );
240
+ };
241
+ })(), s);
242
+ }
243
+ export {
244
+ Z as __require
245
+ };
@@ -0,0 +1,35 @@
1
+ import { __exports as e } from "../../../_virtual/react-jsx-runtime.production.js";
2
+ /**
3
+ * @license React
4
+ * react-jsx-runtime.production.js
5
+ *
6
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
7
+ *
8
+ * This source code is licensed under the MIT license found in the
9
+ * LICENSE file in the root directory of this source tree.
10
+ */
11
+ var s;
12
+ function a() {
13
+ if (s) return e;
14
+ s = 1;
15
+ var i = Symbol.for("react.transitional.element"), _ = Symbol.for("react.fragment");
16
+ function o(l, r, t) {
17
+ var u = null;
18
+ if (t !== void 0 && (u = "" + t), r.key !== void 0 && (u = "" + r.key), "key" in r) {
19
+ t = {};
20
+ for (var n in r)
21
+ n !== "key" && (t[n] = r[n]);
22
+ } else t = r;
23
+ return r = t.ref, {
24
+ $$typeof: i,
25
+ type: l,
26
+ key: u,
27
+ ref: r !== void 0 ? r : null,
28
+ props: t
29
+ };
30
+ }
31
+ return e.Fragment = _, e.jsx = o, e.jsxs = o, e;
32
+ }
33
+ export {
34
+ a as __require
35
+ };
@@ -0,0 +1,10 @@
1
+ import { __module as e } from "../../_virtual/jsx-runtime2.js";
2
+ import { __require as t } from "./cjs/react-jsx-runtime.production.js";
3
+ import { __require as i } from "./cjs/react-jsx-runtime.development.js";
4
+ var r;
5
+ function m() {
6
+ return r ? e.exports : (r = 1, process.env.NODE_ENV === "production" ? e.exports = t() : e.exports = i(), e.exports);
7
+ }
8
+ export {
9
+ m as __require
10
+ };
package/package.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "meticulous-ui",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
+ "description": "A tree-shakable React UI library",
4
5
  "main": "dist/index.js",
5
6
  "module": "dist/index.js",
7
+ "types": "dist/index.d.ts",
6
8
  "repository": {
7
9
  "type": "git",
8
10
  "url": "https://github.com/xe3110/meticulous-ui.git"
@@ -12,11 +14,7 @@
12
14
  },
13
15
  "sideEffects": false,
14
16
  "files": [
15
- "dist/index.js",
16
- "dist/colors",
17
- "dist/components",
18
- "dist/utils",
19
- "!dist/_virtual",
17
+ "dist",
20
18
  "README.md"
21
19
  ],
22
20
  "type": "module",
@@ -46,9 +44,7 @@
46
44
  "storybook": "storybook dev -p 6006",
47
45
  "build-storybook": "storybook build",
48
46
  "deploy-storybook": "gh-pages -d storybook-static",
49
- "generate-icons": "node src/scripts/generateIcons.js",
50
- "prepublish": "npm run build && cp package.json dist/ && rm -rf dist/_virtual",
51
- "publish:dist": "npm publish dist/"
47
+ "generate-icons": "node src/scripts/generateIcons.js"
52
48
  },
53
49
  "devDependencies": {
54
50
  "@storybook/addon-docs": "^9.1.10",