@rankingcoach/vanguard 1.5.1 → 1.7.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 (167) hide show
  1. package/dist/index-AMPMMidnightParser.js +1 -1
  2. package/dist/index-AMPMParser.js +1 -1
  3. package/dist/index-Accordion2.js +1 -1
  4. package/dist/index-Axios4.js +1 -1
  5. package/dist/index-AxiosError.js +1 -1
  6. package/dist/index-BenchmarkGauge.js +119 -0
  7. package/dist/index-BenchmarkGauge.module.scss.js +35 -0
  8. package/dist/index-BenchmarkGaugeMarker.js +58 -0
  9. package/dist/index-BenchmarkGaugeMarker.module.scss.js +19 -0
  10. package/dist/index-BenchmarkGaugePin.js +40 -0
  11. package/dist/index-BenchmarkGaugePin.module.scss.js +15 -0
  12. package/dist/index-Calendar.js +1 -1
  13. package/dist/index-CalendarPicker.js +1 -1
  14. package/dist/index-CanceledError.js +1 -1
  15. package/dist/index-Collapse2.js +1 -1
  16. package/dist/index-DateParser.js +1 -1
  17. package/dist/index-DateRange.js +1 -1
  18. package/dist/index-DateRange2.js +1 -1
  19. package/dist/index-DateRangePicker2.js +1 -1
  20. package/dist/index-DayOfYearParser.js +1 -1
  21. package/dist/index-DayPeriodParser.js +1 -1
  22. package/dist/index-ExtendedYearParser.js +1 -1
  23. package/dist/index-Fade.js +1 -1
  24. package/dist/index-FormControl2.js +1 -1
  25. package/dist/index-FractionOfSecondParser.js +1 -1
  26. package/dist/index-Grow.js +1 -1
  27. package/dist/index-Hour0To11Parser.js +1 -1
  28. package/dist/index-Hour0to23Parser.js +1 -1
  29. package/dist/index-Hour1To24Parser.js +1 -1
  30. package/dist/index-Hour1to12Parser.js +1 -1
  31. package/dist/index-ISODayParser.js +1 -1
  32. package/dist/index-ISOTimezoneParser.js +1 -1
  33. package/dist/index-ISOTimezoneWithZParser.js +1 -1
  34. package/dist/index-ISOWeekParser.js +1 -1
  35. package/dist/index-ISOWeekYearParser.js +1 -1
  36. package/dist/index-InputBase2.js +1 -1
  37. package/dist/index-InterceptorManager.js +1 -1
  38. package/dist/index-LocalDayParser.js +1 -1
  39. package/dist/index-LocalWeekParser.js +1 -1
  40. package/dist/index-LocalWeekYearParser.js +1 -1
  41. package/dist/index-LoginButton.js +1 -1
  42. package/dist/index-MinuteParser.js +1 -1
  43. package/dist/index-Month.js +1 -1
  44. package/dist/index-MonthParser.js +1 -1
  45. package/dist/index-MonthPicker.js +1 -1
  46. package/dist/index-PickersMonth.js +1 -1
  47. package/dist/index-PickersPopper.js +1 -1
  48. package/dist/index-PureDateInput.js +1 -1
  49. package/dist/index-QuarterParser.js +1 -1
  50. package/dist/index-SecondParser.js +1 -1
  51. package/dist/index-SelectInput2.js +2 -2
  52. package/dist/index-Slide.js +1 -1
  53. package/dist/index-SocialMediaLink.js +1 -1
  54. package/dist/index-StandAloneLocalDayParser.js +1 -1
  55. package/dist/index-StandAloneMonthParser.js +1 -1
  56. package/dist/index-StandAloneQuarterParser.js +1 -1
  57. package/dist/index-TimestampMillisecondsParser.js +1 -1
  58. package/dist/index-TimestampSecondsParser.js +1 -1
  59. package/dist/index-Tooltip.js +1 -1
  60. package/dist/index-YearParser.js +1 -1
  61. package/dist/index-YearPicker.js +1 -1
  62. package/dist/index-_virtual10.js +3 -5
  63. package/dist/index-_virtual11.js +5 -5
  64. package/dist/index-_virtual12.js +5 -2
  65. package/dist/index-_virtual18.js +2 -7
  66. package/dist/index-_virtual19.js +7 -2
  67. package/dist/index-_virtual9.js +2 -3
  68. package/dist/index-axios2.js +1 -1
  69. package/dist/index-buildURL.js +1 -1
  70. package/dist/index-cookies.js +1 -1
  71. package/dist/index-defaults.js +1 -1
  72. package/dist/index-dispatchRequest.js +1 -1
  73. package/dist/index-dist3.js +1 -1
  74. package/dist/index-es.js +1 -1
  75. package/dist/index-formDataToJSON.js +1 -1
  76. package/dist/index-http.store.js +1 -1
  77. package/dist/index-isAxiosError.js +1 -1
  78. package/dist/index-isURLSameOrigin.js +1 -1
  79. package/dist/index-mergeConfig.js +1 -1
  80. package/dist/index-normalizeHeaderName.js +1 -1
  81. package/dist/index-parseHeaders.js +1 -1
  82. package/dist/index-position_high.svg.js +4 -0
  83. package/dist/index-position_low.svg.js +4 -0
  84. package/dist/index-position_mid.svg.js +4 -0
  85. package/dist/index-toFormData.js +1 -1
  86. package/dist/index-toURLEncodedForm.js +1 -1
  87. package/dist/index-transformData.js +1 -1
  88. package/dist/index-use-benchmark-gauge-render-state.js +61 -0
  89. package/dist/index-use-dynamic-import.js +3 -0
  90. package/dist/index-useAutocomplete.js +1 -1
  91. package/dist/index-useControlled.js +2 -26
  92. package/dist/index-useControlled2.js +26 -2
  93. package/dist/index-useIsLandscape.js +1 -1
  94. package/dist/index-useSlider.js +1 -1
  95. package/dist/index-useViews.js +2 -2
  96. package/dist/index-utils10.js +179 -11
  97. package/dist/index-utils11.js +12 -100
  98. package/dist/index-utils12.js +102 -0
  99. package/dist/index-utils3.js +48 -19
  100. package/dist/index-utils4.js +18 -63
  101. package/dist/index-utils5.js +63 -15
  102. package/dist/index-utils6.js +15 -66
  103. package/dist/index-utils7.js +66 -11
  104. package/dist/index-utils8.js +12 -2
  105. package/dist/index-utils9.js +2 -180
  106. package/dist/index-video.es.js +2 -2
  107. package/dist/index-xhr.js +1 -1
  108. package/dist/index.js +290 -288
  109. package/dist/reputation/position_high.svg +5 -0
  110. package/dist/reputation/position_low.svg +12 -0
  111. package/dist/reputation/position_mid.svg +11 -0
  112. package/dist/types/core/BenchmarkGauge/BenchmarkGauge.d.ts +2 -0
  113. package/dist/types/core/BenchmarkGauge/BenchmarkGaugeMarker/BenchmarkGaugeMarker.d.ts +16 -0
  114. package/dist/types/core/BenchmarkGauge/BenchmarkGaugeMarker/BenchmarkGaugePin/BenchmarkGaugePin.d.ts +10 -0
  115. package/dist/types/core/BenchmarkGauge/hooks/use-benchmark-gauge-render-state.d.ts +19 -0
  116. package/dist/types/core/BenchmarkGauge/index.d.ts +2 -0
  117. package/dist/types/core/BenchmarkGauge/stories/AuditSimulation.story.d.ts +2 -0
  118. package/dist/types/core/BenchmarkGauge/stories/ColorByRankCustomPalette.story.d.ts +2 -0
  119. package/dist/types/core/BenchmarkGauge/stories/ColorByRankDefault.story.d.ts +2 -0
  120. package/dist/types/core/BenchmarkGauge/stories/ColorByRankMixedPrecedence.story.d.ts +2 -0
  121. package/dist/types/core/BenchmarkGauge/stories/ColorByRankTwoMarkersEndpoints.story.d.ts +2 -0
  122. package/dist/types/core/BenchmarkGauge/stories/EdgePins.story.d.ts +2 -0
  123. package/dist/types/core/BenchmarkGauge/stories/FullTrackNoProgress.story.d.ts +2 -0
  124. package/dist/types/core/BenchmarkGauge/stories/HorizontalDefault.story.d.ts +2 -0
  125. package/dist/types/core/BenchmarkGauge/stories/InsideEndLabelOnly.story.d.ts +2 -0
  126. package/dist/types/core/BenchmarkGauge/stories/InsideLabels.story.d.ts +2 -0
  127. package/dist/types/core/BenchmarkGauge/stories/InsideLabelsVertical.story.d.ts +2 -0
  128. package/dist/types/core/BenchmarkGauge/stories/InsideLabelsWithOverlap.story.d.ts +2 -0
  129. package/dist/types/core/BenchmarkGauge/stories/InsideLabelsWithProgress.story.d.ts +2 -0
  130. package/dist/types/core/BenchmarkGauge/stories/InsideStartLabelOnly.story.d.ts +2 -0
  131. package/dist/types/core/BenchmarkGauge/stories/InvalidRangeGuard.story.d.ts +2 -0
  132. package/dist/types/core/BenchmarkGauge/stories/LegendHorizontal.story.d.ts +2 -0
  133. package/dist/types/core/BenchmarkGauge/stories/LegendNone.story.d.ts +2 -0
  134. package/dist/types/core/BenchmarkGauge/stories/LegendPartial.story.d.ts +2 -0
  135. package/dist/types/core/BenchmarkGauge/stories/LegendVertical.story.d.ts +2 -0
  136. package/dist/types/core/BenchmarkGauge/stories/LegendWithCoreGrowEffect.story.d.ts +2 -0
  137. package/dist/types/core/BenchmarkGauge/stories/LegendWithHighlightedIcons.story.d.ts +2 -0
  138. package/dist/types/core/BenchmarkGauge/stories/LegendWithWrapperExtras.story.d.ts +2 -0
  139. package/dist/types/core/BenchmarkGauge/stories/ListingsSimulation.story.d.ts +2 -0
  140. package/dist/types/core/BenchmarkGauge/stories/NoMarkers.story.d.ts +2 -0
  141. package/dist/types/core/BenchmarkGauge/stories/OverlappingMarkers.story.d.ts +2 -0
  142. package/dist/types/core/BenchmarkGauge/stories/ProgressAtMax.story.d.ts +2 -0
  143. package/dist/types/core/BenchmarkGauge/stories/ProgressAtMin.story.d.ts +2 -0
  144. package/dist/types/core/BenchmarkGauge/stories/ProgressHorizontal.story.d.ts +2 -0
  145. package/dist/types/core/BenchmarkGauge/stories/ProgressInvalidId.story.d.ts +2 -0
  146. package/dist/types/core/BenchmarkGauge/stories/ProgressVertical.story.d.ts +2 -0
  147. package/dist/types/core/BenchmarkGauge/stories/ProgressVerticalAtMin.story.d.ts +2 -0
  148. package/dist/types/core/BenchmarkGauge/stories/ProgressWideTextPin.story.d.ts +2 -0
  149. package/dist/types/core/BenchmarkGauge/stories/ProgressWideTextPinVertical.story.d.ts +2 -0
  150. package/dist/types/core/BenchmarkGauge/stories/RankScenarioA.story.d.ts +2 -0
  151. package/dist/types/core/BenchmarkGauge/stories/RankScenarioB.story.d.ts +2 -0
  152. package/dist/types/core/BenchmarkGauge/stories/RankScenarioC.story.d.ts +2 -0
  153. package/dist/types/core/BenchmarkGauge/stories/RankWithContent.story.d.ts +2 -0
  154. package/dist/types/core/BenchmarkGauge/stories/ScoreSimulation.story.d.ts +2 -0
  155. package/dist/types/core/BenchmarkGauge/stories/StaticColorRegression.story.d.ts +2 -0
  156. package/dist/types/core/BenchmarkGauge/stories/VerticalDefault.story.d.ts +2 -0
  157. package/dist/types/core/BenchmarkGauge/stories/WithContentAutoFlip.story.d.ts +2 -0
  158. package/dist/types/core/BenchmarkGauge/stories/WithContentEnd.story.d.ts +2 -0
  159. package/dist/types/core/BenchmarkGauge/stories/WithContentStart.story.d.ts +2 -0
  160. package/dist/types/core/BenchmarkGauge/stories/_BenchmarkGauge.default.d.ts +44 -0
  161. package/dist/types/core/BenchmarkGauge/types.d.ts +136 -0
  162. package/dist/types/core/BenchmarkGauge/utils.d.ts +61 -0
  163. package/dist/types/index.d.ts +2 -0
  164. package/dist/vanguard-asset-analysis.json +1 -1
  165. package/dist/vanguard.css +1 -1
  166. package/dist-wordpress/vanguard.css +1 -1
  167. package/package.json +1 -1
@@ -6,7 +6,7 @@ import f from "./index-createSuper.js";
6
6
  import s from "./index-defineProperty.js";
7
7
  import { Parser as l } from "./index-Parser4.js";
8
8
  import { numericPatterns as h } from "./index-constants4.js";
9
- import { parseNDigits as v, parseNumericPattern as P } from "./index-utils11.js";
9
+ import { parseNDigits as v, parseNumericPattern as P } from "./index-utils12.js";
10
10
  var w = /* @__PURE__ */ (function(m) {
11
11
  c(a, m);
12
12
  var n = f(a);
@@ -13,7 +13,7 @@ import we from "./index-_virtual53.js";
13
13
  import Pe from "./index-_virtual62.js";
14
14
  import Me from "./index-_virtual61.js";
15
15
  import Se from "./index-_virtual55.js";
16
- import { __require as qe } from "./index-utils6.js";
16
+ import { __require as qe } from "./index-utils7.js";
17
17
  var N;
18
18
  function ze() {
19
19
  if (N) return y;
@@ -4,7 +4,7 @@ import m from "./index-assertThisInitialized.js";
4
4
  import h from "./index-inherits.js";
5
5
  import M from "./index-createSuper.js";
6
6
  import u from "./index-defineProperty.js";
7
- import { mapValue as i, parseNDigits as v, parseNumericPattern as w } from "./index-utils11.js";
7
+ import { mapValue as i, parseNDigits as v, parseNumericPattern as w } from "./index-utils12.js";
8
8
  import { Parser as b } from "./index-Parser4.js";
9
9
  import { numericPatterns as x } from "./index-constants4.js";
10
10
  var I = /* @__PURE__ */ (function(c) {
@@ -9,7 +9,7 @@ import { getMonthPickerUtilityClass as ee } from "./index-monthPickerClasses.js"
9
9
  import { parseNonNullablePickerDate as T } from "./index-date-utils.js";
10
10
  import { jsx as Y } from "react/jsx-runtime";
11
11
  import te from "./index-useTheme2.js";
12
- import oe from "./index-useControlled.js";
12
+ import oe from "./index-useControlled2.js";
13
13
  import se from "./index-useEventCallback2.js";
14
14
  import ne from "./index-styled.js";
15
15
  import ae from "./index-useThemeProps.js";
@@ -1,7 +1,7 @@
1
1
  import h from "./index-objectWithoutPropertiesLoose.js";
2
2
  import p from "./index-extends.js";
3
3
  import * as v from "react";
4
- import { onSpaceOrEnter as x } from "./index-utils10.js";
4
+ import { onSpaceOrEnter as x } from "./index-utils11.js";
5
5
  import { getPickersMonthUtilityClass as k, pickersMonthClasses as i } from "./index-pickersMonthClasses.js";
6
6
  import { jsx as g } from "react/jsx-runtime";
7
7
  import C from "./index-useEnhancedEffect2.js";
@@ -2,7 +2,7 @@ import W from "./index-objectWithoutPropertiesLoose.js";
2
2
  import s from "./index-extends.js";
3
3
  import * as r from "react";
4
4
  import { getPickersPopperUtilityClass as X } from "./index-pickersPopperClasses.js";
5
- import { getActiveElement as G } from "./index-utils10.js";
5
+ import { getActiveElement as G } from "./index-utils11.js";
6
6
  import { jsx as E, jsxs as Y } from "react/jsx-runtime";
7
7
  import $ from "./index-useThemeProps.js";
8
8
  import q from "./index-Grow.js";
@@ -1,6 +1,6 @@
1
1
  import t from "./index-extends.js";
2
2
  import * as p from "react";
3
- import { onSpaceOrEnter as T } from "./index-utils10.js";
3
+ import { onSpaceOrEnter as T } from "./index-utils11.js";
4
4
  import { useLocaleText as b, useUtils as C } from "./index-useUtils.js";
5
5
  import { getDisplayDate as v } from "./index-text-field-helper.js";
6
6
  import w from "./index-useEventCallback2.js";
@@ -5,7 +5,7 @@ import m from "./index-inherits.js";
5
5
  import p from "./index-createSuper.js";
6
6
  import s from "./index-defineProperty.js";
7
7
  import { Parser as Q } from "./index-Parser4.js";
8
- import { parseNDigits as l } from "./index-utils11.js";
8
+ import { parseNDigits as l } from "./index-utils12.js";
9
9
  var C = /* @__PURE__ */ (function(u) {
10
10
  m(o, u);
11
11
  var i = p(o);
@@ -6,7 +6,7 @@ import f from "./index-createSuper.js";
6
6
  import n from "./index-defineProperty.js";
7
7
  import { Parser as l } from "./index-Parser4.js";
8
8
  import { numericPatterns as d } from "./index-constants4.js";
9
- import { parseNDigits as h, parseNumericPattern as v } from "./index-utils11.js";
9
+ import { parseNDigits as h, parseNumericPattern as v } from "./index-utils12.js";
10
10
  var S = /* @__PURE__ */ (function(m) {
11
11
  p(a, m);
12
12
  var i = f(a);
@@ -6,11 +6,11 @@ import t from "./index-_virtual16.js";
6
6
  import { clsx as $e } from "./index-clsx.js";
7
7
  import je from "./index-Menu2.js";
8
8
  import { nativeSelectSelectStyles as Ve, nativeSelectIconStyles as We } from "./index-NativeSelectInput.js";
9
- import { isFilled as Ae } from "./index-utils7.js";
9
+ import { isFilled as Ae } from "./index-utils8.js";
10
10
  import U from "./index-styled.js";
11
11
  import I, { getSelectUtilityClasses as ke } from "./index-selectClasses.js";
12
12
  import { jsxs as Te, jsx as w } from "react/jsx-runtime";
13
- import ae from "./index-useControlled.js";
13
+ import ae from "./index-useControlled2.js";
14
14
  import Ue from "./index-useForkRef.js";
15
15
  import _e from "./index-ownerDocument2.js";
16
16
  import Be from "./index-formatMuiErrorMessage.js";
@@ -3,7 +3,7 @@ import D from "./index-objectWithoutPropertiesLoose.js";
3
3
  import * as g from "react";
4
4
  import t from "./index-_virtual16.js";
5
5
  import U from "./index-useTheme.js";
6
- import { getTransitionProps as $, reflow as q } from "./index-utils5.js";
6
+ import { getTransitionProps as $, reflow as q } from "./index-utils6.js";
7
7
  import { jsx as A } from "react/jsx-runtime";
8
8
  import F from "./index-Transition.js";
9
9
  import G from "./index-useForkRef.js";
@@ -5,7 +5,7 @@ import i from "./index-SocialMediaLink.module.scss.js";
5
5
  import { classNames as a } from "./index-classNames.js";
6
6
  import { Icon as p } from "./index-Icon.js";
7
7
  import { IconNames as k } from "./index-IconNames.js";
8
- import { detectNetworkFromUrl as u } from "./index-utils3.js";
8
+ import { detectNetworkFromUrl as u } from "./index-utils4.js";
9
9
  const M = (l) => {
10
10
  const {
11
11
  network: s,
@@ -5,7 +5,7 @@ import h from "./index-inherits.js";
5
5
  import m from "./index-createSuper.js";
6
6
  import d from "./index-defineProperty.js";
7
7
  import { Parser as v } from "./index-Parser4.js";
8
- import { mapValue as u, parseNDigits as x } from "./index-utils11.js";
8
+ import { mapValue as u, parseNDigits as x } from "./index-utils12.js";
9
9
  import b from "./index-setUTCDay.js";
10
10
  var N = /* @__PURE__ */ (function(p) {
11
11
  h(o, p);
@@ -6,7 +6,7 @@ import L from "./index-createSuper.js";
6
6
  import l from "./index-defineProperty.js";
7
7
  import { Parser as d } from "./index-Parser4.js";
8
8
  import { numericPatterns as v } from "./index-constants4.js";
9
- import { mapValue as s, parseNDigits as w, parseNumericPattern as b } from "./index-utils11.js";
9
+ import { mapValue as s, parseNDigits as w, parseNumericPattern as b } from "./index-utils12.js";
10
10
  var D = /* @__PURE__ */ (function(m) {
11
11
  h(o, m);
12
12
  var i = L(o);
@@ -5,7 +5,7 @@ import c from "./index-inherits.js";
5
5
  import p from "./index-createSuper.js";
6
6
  import i from "./index-defineProperty.js";
7
7
  import { Parser as f } from "./index-Parser4.js";
8
- import { parseNDigits as d } from "./index-utils11.js";
8
+ import { parseNDigits as d } from "./index-utils12.js";
9
9
  var T = /* @__PURE__ */ (function(u) {
10
10
  c(n, u);
11
11
  var o = p(n);
@@ -5,7 +5,7 @@ import f from "./index-inherits.js";
5
5
  import u from "./index-createSuper.js";
6
6
  import n from "./index-defineProperty.js";
7
7
  import { Parser as c } from "./index-Parser4.js";
8
- import { parseAnyDigitsSigned as h } from "./index-utils11.js";
8
+ import { parseAnyDigitsSigned as h } from "./index-utils12.js";
9
9
  var S = /* @__PURE__ */ (function(m) {
10
10
  f(t, m);
11
11
  var a = u(t);
@@ -5,7 +5,7 @@ import u from "./index-inherits.js";
5
5
  import c from "./index-createSuper.js";
6
6
  import n from "./index-defineProperty.js";
7
7
  import { Parser as l } from "./index-Parser4.js";
8
- import { parseAnyDigitsSigned as h } from "./index-utils11.js";
8
+ import { parseAnyDigitsSigned as h } from "./index-utils12.js";
9
9
  var C = /* @__PURE__ */ (function(m) {
10
10
  u(t, m);
11
11
  var s = c(t);
@@ -11,7 +11,7 @@ import { useDefaultProps as ye } from "./index-DefaultPropsProvider.js";
11
11
  import Wo from "./index-Grow.js";
12
12
  import ve from "./index-useTheme.js";
13
13
  import j, { Timeout as Pe } from "./index-useTimeout.js";
14
- import we from "./index-useControlled.js";
14
+ import we from "./index-useControlled2.js";
15
15
  import Re from "./index-useId2.js";
16
16
  import Bo from "./index-useEventCallback2.js";
17
17
  import xe from "./index-useIsFocusVisible2.js";
@@ -5,7 +5,7 @@ import v from "./index-inherits.js";
5
5
  import Y from "./index-createSuper.js";
6
6
  import c from "./index-defineProperty.js";
7
7
  import { Parser as C } from "./index-Parser4.js";
8
- import { mapValue as n, parseNDigits as p, normalizeTwoDigitYear as h } from "./index-utils11.js";
8
+ import { mapValue as n, parseNDigits as p, normalizeTwoDigitYear as h } from "./index-utils12.js";
9
9
  var k = /* @__PURE__ */ (function(f) {
10
10
  v(t, f);
11
11
  var u = Y(t);
@@ -9,7 +9,7 @@ import { getYearPickerUtilityClass as ne } from "./index-yearPickerClasses.js";
9
9
  import { parseNonNullablePickerDate as O } from "./index-date-utils.js";
10
10
  import { jsx as S } from "react/jsx-runtime";
11
11
  import ce from "./index-useTheme.js";
12
- import le from "./index-useControlled.js";
12
+ import le from "./index-useControlled2.js";
13
13
  import ue from "./index-useForkRef.js";
14
14
  import ie from "./index-styled.js";
15
15
  import fe from "./index-useThemeProps.js";
@@ -1,7 +1,5 @@
1
- import { getDefaultExportFromCjs as e } from "./index-_commonjsHelpers.js";
2
- import { __require as r } from "./index-keycode.js";
3
- var o = r();
4
- const m = /* @__PURE__ */ e(o);
1
+ import { __require as r } from "./index-dist4.js";
2
+ var i = r();
5
3
  export {
6
- m as default
4
+ i as d
7
5
  };
@@ -1,7 +1,7 @@
1
- import { getDefaultExportFromCjs as r } from "./index-_commonjsHelpers.js";
2
- import { __require as o } from "./index-lib4.js";
3
- var t = o();
4
- const a = /* @__PURE__ */ r(t);
1
+ import { getDefaultExportFromCjs as e } from "./index-_commonjsHelpers.js";
2
+ import { __require as r } from "./index-keycode.js";
3
+ var o = r();
4
+ const m = /* @__PURE__ */ e(o);
5
5
  export {
6
- a as default
6
+ m as default
7
7
  };
@@ -1,4 +1,7 @@
1
- var r = {};
1
+ import { getDefaultExportFromCjs as r } from "./index-_commonjsHelpers.js";
2
+ import { __require as o } from "./index-lib4.js";
3
+ var t = o();
4
+ const a = /* @__PURE__ */ r(t);
2
5
  export {
3
- r as __exports
6
+ a as default
4
7
  };
@@ -1,7 +1,2 @@
1
- import { getDefaultExportFromCjs as r } from "./index-_commonjsHelpers.js";
2
- import { __require as o } from "./index-axios.js";
3
- var t = o();
4
- const a = /* @__PURE__ */ r(t);
5
- export {
6
- a as default
7
- };
1
+ import { __require as r } from "./index-dist5.js";
2
+ r();
@@ -1,2 +1,7 @@
1
- import { __require as r } from "./index-dist5.js";
2
- r();
1
+ import { getDefaultExportFromCjs as r } from "./index-_commonjsHelpers.js";
2
+ import { __require as o } from "./index-axios.js";
3
+ var t = o();
4
+ const a = /* @__PURE__ */ r(t);
5
+ export {
6
+ a as default
7
+ };
@@ -1,5 +1,4 @@
1
- import { __require as r } from "./index-dist4.js";
2
- var i = r();
1
+ var r = {};
3
2
  export {
4
- i as d
3
+ r as __exports
5
4
  };
@@ -1,5 +1,5 @@
1
1
  import { __module as t } from "./index-axios3.js";
2
- import { __require as c } from "./index-utils9.js";
2
+ import { __require as c } from "./index-utils10.js";
3
3
  import { __require as l } from "./index-bind.js";
4
4
  import { __require as x } from "./index-Axios4.js";
5
5
  import { __require as d } from "./index-mergeConfig.js";
@@ -1,4 +1,4 @@
1
- import { __require as U } from "./index-utils9.js";
1
+ import { __require as U } from "./index-utils10.js";
2
2
  import { __require as g } from "./index-AxiosURLSearchParams.js";
3
3
  var n, t;
4
4
  function q() {
@@ -1,4 +1,4 @@
1
- import { __require as m } from "./index-utils9.js";
1
+ import { __require as m } from "./index-utils10.js";
2
2
  var t, c;
3
3
  function w() {
4
4
  if (c) return t;
@@ -1,4 +1,4 @@
1
- import { __require as F } from "./index-utils9.js";
1
+ import { __require as F } from "./index-utils10.js";
2
2
  import { __require as g } from "./index-normalizeHeaderName.js";
3
3
  import { __require as x } from "./index-AxiosError.js";
4
4
  import { __require as R } from "./index-transitional.js";
@@ -1,4 +1,4 @@
1
- import { __require as n } from "./index-utils9.js";
1
+ import { __require as n } from "./index-utils10.js";
2
2
  import { __require as _ } from "./index-transformData.js";
3
3
  import { __require as R } from "./index-isCancel.js";
4
4
  import { __require as v } from "./index-defaults.js";
@@ -1,4 +1,4 @@
1
- import { __exports as t } from "./index-_virtual12.js";
1
+ import { __exports as t } from "./index-_virtual9.js";
2
2
  import { __require as c } from "./index-normalizeText.js";
3
3
  import { __require as i } from "./index-impl.js";
4
4
  var a;
package/dist/index-es.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import p from "./index-_virtual8.js";
2
2
  import k, { useState as I, useRef as S, useEffect as W } from "react";
3
- import { canUseDOM as T, useShallowCompareMemoize as m, removeChildrenWithAttribute as C, twLoad as M, cloneShallow as h, twWidgetFactory as R } from "./index-utils4.js";
3
+ import { canUseDOM as T, useShallowCompareMemoize as m, removeChildrenWithAttribute as C, twLoad as M, cloneShallow as h, twWidgetFactory as R } from "./index-utils5.js";
4
4
  function b(f, t, o, i, s, u, n) {
5
5
  try {
6
6
  var r = f[u](n), a = r.value;
@@ -1,4 +1,4 @@
1
- import { __require as b } from "./index-utils9.js";
1
+ import { __require as b } from "./index-utils10.js";
2
2
  var c, t;
3
3
  function q() {
4
4
  if (t) return c;
@@ -1,5 +1,5 @@
1
1
  import { PublicWidgetData as D } from "./index-public-widgets-data.store.js";
2
- import H from "./index-_virtual18.js";
2
+ import H from "./index-_virtual19.js";
3
3
  import { BaseStore as T } from "./index-base.store.js";
4
4
  import { parseParams as l } from "./index-parse-params.js";
5
5
  import { stores as q } from "./index-stores.js";
@@ -1,4 +1,4 @@
1
- import { __require as o } from "./index-utils9.js";
1
+ import { __require as o } from "./index-utils10.js";
2
2
  var r, e;
3
3
  function n() {
4
4
  if (e) return r;
@@ -1,4 +1,4 @@
1
- import { __require as m } from "./index-utils9.js";
1
+ import { __require as m } from "./index-utils10.js";
2
2
  var a, u;
3
3
  function f() {
4
4
  if (u) return a;
@@ -1,4 +1,4 @@
1
- import { __require as v } from "./index-utils9.js";
1
+ import { __require as v } from "./index-utils10.js";
2
2
  var d, g;
3
3
  function y() {
4
4
  if (g) return d;
@@ -1,4 +1,4 @@
1
- import { __require as f } from "./index-utils9.js";
1
+ import { __require as f } from "./index-utils10.js";
2
2
  var a, o;
3
3
  function c() {
4
4
  if (o) return a;
@@ -1,4 +1,4 @@
1
- import { __require as c } from "./index-utils9.js";
1
+ import { __require as c } from "./index-utils10.js";
2
2
  var s, f;
3
3
  function m() {
4
4
  if (f) return s;
@@ -0,0 +1,4 @@
1
+ const C = "data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.18164%2023.9998C2.18164%2036.0497%2011.95%2045.818%2023.9998%2045.818C36.0497%2045.818%2045.818%2036.0497%2045.818%2023.9998C45.818%2011.95%2036.0497%202.18164%2023.9998%202.18164C11.95%202.18164%202.18164%2011.95%202.18164%2023.9998Z'%20fill='%2321C445'/%3e%3cpath%20d='M11.4551%2033.2727H16.94C17.2787%2033.2727%2017.6128%2033.1939%2017.9158%2033.0424L23.0248%2030.4879C23.639%2030.1807%2024.362%2030.1807%2024.9763%2030.4879L30.0853%2033.0424C30.3883%2033.1939%2030.7223%2033.2727%2031.061%2033.2727H36.546V33.8182C36.546%2035.0232%2035.5692%2036%2034.3642%2036H13.6369C12.4319%2036%2011.4551%2035.0232%2011.4551%2033.8182V33.2727Z'%20fill='%2397E4A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.6802%2023.1562L11.7642%2022.1205C11.914%2021.8733%2012.0003%2021.5834%2012.0003%2021.2733C12.0003%2020.3695%2011.2676%2019.6369%2010.3639%2019.6369C9.46016%2019.6369%208.72754%2020.3695%208.72754%2021.2733C8.72754%2022.1056%209.34901%2022.7928%2010.1533%2022.8962L11.4548%2030.0005H16.9398C17.2785%2030.0005%2017.6125%2029.9217%2017.9155%2029.7702L23.0245%2027.2157C23.6388%2026.9086%2024.3618%2026.9086%2024.976%2027.2157L30.085%2029.7702C30.388%2029.9217%2030.7221%2030.0005%2031.0608%2030.0005H36.5457L37.8473%2022.8962C38.6515%2022.7928%2039.273%2022.1056%2039.273%2021.2733C39.273%2020.3695%2038.5404%2019.6369%2037.6366%2019.6369C36.7329%2019.6369%2036.0003%2020.3695%2036.0003%2021.2733C36.0003%2021.5834%2036.0865%2021.8733%2036.2364%2022.1205L34.3203%2023.1562C33.7105%2023.4858%2032.9518%2023.1704%2032.7554%2022.5056L31.8524%2019.4494C32.3728%2019.1755%2032.7275%2018.6294%2032.7275%2018.0005C32.7275%2017.0968%2031.9949%2016.3642%2031.0912%2016.3642C30.1874%2016.3642%2029.4548%2017.0968%2029.4548%2018.0005C29.4548%2018.4076%2029.6034%2018.7799%2029.8494%2019.0662L28.3849%2020.2945C27.7899%2020.7935%2026.8788%2020.5288%2026.644%2019.7886L24.9436%2014.4287C25.3629%2014.1324%2025.6366%2013.6439%2025.6366%2013.0914C25.6366%2012.1877%2024.904%2011.4551%2024.0003%2011.4551C23.0965%2011.4551%2022.3639%2012.1877%2022.3639%2013.0914C22.3639%2013.6439%2022.6377%2014.1324%2023.0569%2014.4287L21.3565%2019.7886C21.1217%2020.5288%2020.2106%2020.7935%2019.6157%2020.2945L18.1512%2019.0662C18.3971%2018.7799%2018.5457%2018.4076%2018.5457%2018.0005C18.5457%2017.0968%2017.8131%2016.3642%2016.9094%2016.3642C16.0056%2016.3642%2015.273%2017.0968%2015.273%2018.0005C15.273%2018.6294%2015.6278%2019.1755%2016.1481%2019.4494L15.2452%2022.5056C15.0487%2023.1704%2014.2901%2023.4858%2013.6802%2023.1562Z'%20fill='white'/%3e%3c/svg%3e";
2
+ export {
3
+ C as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const t = "data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.18164%2023.9998C2.18164%2036.0497%2011.95%2045.818%2023.9998%2045.818C36.0497%2045.818%2045.818%2036.0497%2045.818%2023.9998C45.818%2011.95%2036.0497%202.18164%2023.9998%202.18164C11.95%202.18164%202.18164%2011.95%202.18164%2023.9998Z'%20fill='%23FF4747'/%3e%3ccircle%20cx='24.0003'%20cy='24.0003'%20r='13.6364'%20stroke='%23FEEDEC'%20stroke-width='3.27273'/%3e%3cpath%20d='M30.546%2037.6363H17.4551C17.4551%2034.0213%2020.3856%2031.0908%2024.0005%2031.0908C27.6155%2031.0908%2030.546%2034.0213%2030.546%2037.6363Z'%20fill='%23FEEDEC'/%3e%3crect%20x='22.9092'%20y='9.27246'%20width='2.18182'%20height='5.45455'%20rx='1.09091'%20fill='%23FEEDEC'/%3e%3cpath%20d='M20.9313%2016.9218L21.0874%2033.5556C21.1035%2035.2687%2022.654%2036.5574%2024.3411%2036.2599C26.0283%2035.9624%2027.0445%2034.2211%2026.4737%2032.6058L20.9313%2016.9218Z'%20fill='white'/%3e%3crect%20x='34.4424'%20y='13.7881'%20width='2.18182'%20height='5.45455'%20rx='1.09091'%20transform='rotate(45%2034.4424%2013.7881)'%20fill='%23FEEDEC'/%3e%3crect%20x='12.3125'%20y='15.3301'%20width='2.18182'%20height='5.45455'%20rx='1.09091'%20transform='rotate(-45%2012.3125%2015.3301)'%20fill='%23FEEDEC'/%3e%3crect%20x='12.0166'%20y='15.3301'%20width='2.18182'%20height='5.45455'%20rx='1.09091'%20transform='rotate(-45%2012.0166%2015.3301)'%20fill='%23FEEDEC'/%3e%3crect%20x='9.27344'%20y='26.0645'%20width='2.18182'%20height='5.45455'%20rx='1.09091'%20transform='rotate(-90%209.27344%2026.0645)'%20fill='%23FEEDEC'/%3e%3crect%20x='33.2734'%20y='26.0645'%20width='2.18182'%20height='5.45455'%20rx='1.09091'%20transform='rotate(-90%2033.2734%2026.0645)'%20fill='%23FEEDEC'/%3e%3c/svg%3e";
2
+ export {
3
+ t as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const t = "data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.18164%2023.9998C2.18164%2036.0497%2011.95%2045.818%2023.9998%2045.818C36.0497%2045.818%2045.818%2036.0497%2045.818%2023.9998C45.818%2011.95%2036.0497%202.18164%2023.9998%202.18164C11.95%202.18164%202.18164%2011.95%202.18164%2023.9998Z'%20fill='%23FFC247'/%3e%3ccircle%20cx='24.0003'%20cy='24.0003'%20r='13.6364'%20stroke='%23FFE4AD'%20stroke-width='3.27273'/%3e%3cpath%20d='M30.546%2037.6363H17.4551C17.4551%2034.0213%2020.3856%2031.0908%2024.0005%2031.0908C27.6155%2031.0908%2030.546%2034.0213%2030.546%2037.6363Z'%20fill='%23FFE4AD'/%3e%3crect%20x='22.3643'%20y='10.9092'%20width='3.27273'%20height='5.45455'%20rx='1.63636'%20fill='%23FFE4AD'/%3e%3cpath%20d='M27.0687%2016.9218L26.9126%2033.5556C26.8965%2035.2687%2025.346%2036.5574%2023.6589%2036.2599C21.9717%2035.9624%2020.9555%2034.2211%2021.5263%2032.6058L27.0687%2016.9218Z'%20fill='white'/%3e%3crect%20x='33.3115'%20y='14.8789'%20width='3.27273'%20height='5.45455'%20rx='1.63636'%20transform='rotate(45%2033.3115%2014.8789)'%20fill='%23FFE4AD'/%3e%3crect%20x='12.375'%20y='17.1924'%20width='3.27273'%20height='5.45455'%20rx='1.63636'%20transform='rotate(-45%2012.375%2017.1924)'%20fill='%23FFE4AD'/%3e%3crect%20x='10.3643'%20y='27.7012'%20width='3.27273'%20height='5.45455'%20rx='1.63636'%20transform='rotate(-90%2010.3643%2027.7012)'%20fill='%23FFE4AD'/%3e%3crect%20x='32.1816'%20y='27.7012'%20width='3.27273'%20height='5.45455'%20rx='1.63636'%20transform='rotate(-90%2032.1816%2027.7012)'%20fill='%23FFE4AD'/%3e%3c/svg%3e";
2
+ export {
3
+ t as default
4
+ };
@@ -1,4 +1,4 @@
1
- import { __require as W } from "./index-utils9.js";
1
+ import { __require as W } from "./index-utils10.js";
2
2
  import { __require as v } from "./index-AxiosError.js";
3
3
  import { __require as C } from "./index-FormData.js";
4
4
  var p, q;
@@ -1,4 +1,4 @@
1
- import { __require as f } from "./index-utils9.js";
1
+ import { __require as f } from "./index-utils10.js";
2
2
  import { __require as d } from "./index-toFormData.js";
3
3
  import { __require as c } from "./index-platform.js";
4
4
  var r, t;
@@ -1,4 +1,4 @@
1
- import { __require as m } from "./index-utils9.js";
1
+ import { __require as m } from "./index-utils10.js";
2
2
  import { __require as q } from "./index-defaults.js";
3
3
  var a, e;
4
4
  function D() {
@@ -0,0 +1,61 @@
1
+ import { useMemo as n } from "react";
2
+ import { valueToPercent as F, fillClipInset as p, resolveLabels as H } from "./index-utils3.js";
3
+ const j = (h) => {
4
+ const {
5
+ min: d,
6
+ max: u,
7
+ markers: r,
8
+ orientation: b = "horizontal",
9
+ showLabels: f,
10
+ compactLabels: v,
11
+ startLabel: L,
12
+ endLabel: M,
13
+ gradient: t,
14
+ progressMarkerId: i,
15
+ legendInteraction: S
16
+ } = h, g = b === "vertical", y = r.length, {
17
+ hoverHighlights: P = !0,
18
+ dimsItems: x = !0,
19
+ dimsMarkers: I = !0
20
+ } = S ?? {}, w = n(() => new Map([...r].sort((e, o) => e.value - o.value).map((e, o) => [e.id, o])), [r]), m = n(() => i ? r.find((e) => e.id === i) : void 0, [r, i]), s = m ? F(m.value, d, u) : null, l = s !== null, c = s !== null && s > 0, a = n(() => t ? {
21
+ background: t
22
+ } : {}, [t]), k = g ? `inset(${p(s ?? 100)} 0 0 0 round var(--benchmark-gauge-track-radius, 90px))` : `inset(0 ${p(s ?? 100)} 0 0 round var(--benchmark-gauge-track-radius, 90px))`, B = l ? void 0 : a, C = n(() => ({
23
+ ...a,
24
+ ...l ? void 0 : {
25
+ opacity: 0
26
+ }
27
+ }), [a, l]), G = c && !t, T = n(() => ({
28
+ ...c && t ? a : {},
29
+ clipPath: k
30
+ }), [c, t, a, k]), {
31
+ startLabel: V,
32
+ endLabel: $
33
+ } = H({
34
+ showLabels: f,
35
+ startLabel: L,
36
+ endLabel: M,
37
+ min: d,
38
+ max: u,
39
+ compactLabels: v
40
+ }), z = r.some((e) => !!e.renderLegend), E = n(() => r.filter((e) => !!e.renderLegend).sort((e, o) => e.value - o.value), [r]);
41
+ return {
42
+ isVertical: g,
43
+ rankCount: y,
44
+ isProgressMode: l,
45
+ hoverHighlights: P,
46
+ dimsItems: x,
47
+ dimsMarkers: I,
48
+ rankMap: w,
49
+ trackBarStyle: B,
50
+ ghostStyle: C,
51
+ shouldUseTrackGradient: G,
52
+ fillStyle: T,
53
+ effectiveStartLabel: V,
54
+ effectiveEndLabel: $,
55
+ hasLegend: z,
56
+ legendMarkers: E
57
+ };
58
+ };
59
+ export {
60
+ j as useBenchmarkGaugeRenderState
61
+ };
@@ -962,6 +962,9 @@ const r = /* @__PURE__ */ Object.assign({
962
962
  "./assets/index.ts": () => import("./index-assets.js").then((s) => s.default),
963
963
  "./assets/placeholders/ufo.svg": () => import("./index-ufo.svg.js").then((s) => s.default),
964
964
  "./assets/rc/rc_logo_gray.svg": () => import("./index-rc_logo_gray.svg.js").then((s) => s.default),
965
+ "./assets/reputation/position_high.svg": () => import("./index-position_high.svg.js").then((s) => s.default),
966
+ "./assets/reputation/position_low.svg": () => import("./index-position_low.svg.js").then((s) => s.default),
967
+ "./assets/reputation/position_mid.svg": () => import("./index-position_mid.svg.js").then((s) => s.default),
965
968
  "./assets/reputation/rep-full-gauge-mask.svg": () => import("./index-rep-full-gauge-mask.svg.js").then((s) => s.default),
966
969
  "./assets/reputation/rep-simple-gauge-mask.svg": () => import("./index-rep-simple-gauge-mask.svg.js").then((s) => s.default),
967
970
  "./assets/seo/domainFlow/directories.svg": () => import("./index-directories.svg.js").then((s) => s.default),
@@ -1,7 +1,7 @@
1
1
  import Ce from "./index-extends.js";
2
2
  import * as p from "react";
3
3
  import it from "./index-useId2.js";
4
- import ce from "./index-useControlled.js";
4
+ import ce from "./index-useControlled2.js";
5
5
  import st from "./index-usePreviousProps.js";
6
6
  import Z from "./index-useEventCallback2.js";
7
7
  import lt from "./index-setRef.js";
@@ -1,28 +1,4 @@
1
- import * as e from "react";
2
- function f({
3
- controlled: t,
4
- default: n,
5
- name: r,
6
- state: i = "value"
7
- }) {
8
- const {
9
- current: o
10
- } = e.useRef(t !== void 0), [l, c] = e.useState(n), a = o ? t : l;
11
- if (process.env.NODE_ENV !== "production") {
12
- e.useEffect(() => {
13
- }, [i, r, t]);
14
- const {
15
- current: s
16
- } = e.useRef(n);
17
- e.useEffect(() => {
18
- !o && Object.is(s, n);
19
- }, [JSON.stringify(n)]);
20
- }
21
- const u = e.useCallback((s) => {
22
- o || c(s);
23
- }, []);
24
- return [a, u];
25
- }
1
+ import e from "./index-useControlled2.js";
26
2
  export {
27
- f as default
3
+ e as default
28
4
  };
@@ -1,4 +1,28 @@
1
- import e from "./index-useControlled.js";
1
+ import * as e from "react";
2
+ function f({
3
+ controlled: t,
4
+ default: n,
5
+ name: r,
6
+ state: i = "value"
7
+ }) {
8
+ const {
9
+ current: o
10
+ } = e.useRef(t !== void 0), [l, c] = e.useState(n), a = o ? t : l;
11
+ if (process.env.NODE_ENV !== "production") {
12
+ e.useEffect(() => {
13
+ }, [i, r, t]);
14
+ const {
15
+ current: s
16
+ } = e.useRef(n);
17
+ e.useEffect(() => {
18
+ !o && Object.is(s, n);
19
+ }, [JSON.stringify(n)]);
20
+ }
21
+ const u = e.useCallback((s) => {
22
+ o || c(s);
23
+ }, []);
24
+ return [a, u];
25
+ }
2
26
  export {
3
- e as default
27
+ f as default
4
28
  };
@@ -1,5 +1,5 @@
1
1
  import * as a from "react";
2
- import { arrayIncludes as s } from "./index-utils10.js";
2
+ import { arrayIncludes as s } from "./index-utils11.js";
3
3
  import d from "./index-useEnhancedEffect2.js";
4
4
  function e() {
5
5
  return typeof window > "u" ? "portrait" : window.screen && window.screen.orientation && window.screen.orientation.angle ? Math.abs(window.screen.orientation.angle) === 90 ? "landscape" : "portrait" : window.orientation && Math.abs(Number(window.orientation)) === 90 ? "landscape" : "portrait";
@@ -1,7 +1,7 @@
1
1
  import M from "./index-extends.js";
2
2
  import * as g from "react";
3
3
  import Re from "./index-areArraysEqual.js";
4
- import $e from "./index-useControlled.js";
4
+ import $e from "./index-useControlled2.js";
5
5
  import R from "./index-clamp2.js";
6
6
  import Fe from "./index-useIsFocusVisible2.js";
7
7
  import fe from "./index-useForkRef.js";
@@ -1,6 +1,6 @@
1
1
  import * as c from "react";
2
- import { arrayIncludes as b } from "./index-utils10.js";
3
- import h from "./index-useControlled.js";
2
+ import { arrayIncludes as b } from "./index-utils11.js";
3
+ import h from "./index-useControlled2.js";
4
4
  function S({
5
5
  onChange: r,
6
6
  onViewChange: l,