@arcgis/common-components 5.0.0-next.168 → 5.0.0-next.169

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.
@@ -35,11 +35,11 @@ import type { T9nMeta } from "@arcgis/lumina/controllers";
35
35
  *
36
36
  * See the image below for a summary of the configurable options available on the histogram.
37
37
  *
38
- * ![Histogram with annotations](https://developers.arcgis.com/javascript/latest/assets/img/apiref/widgets/histogram-basic-labels.png "Histogram with annotations")
38
+ * ![Histogram with annotations](https://developers.arcgis.com/javascript/latest/assets/references/core/widgets/histogram-basic-labels.png "Histogram with annotations")
39
39
  *
40
40
  * The [colorStops](https://developers.arcgis.com/javascript/latest/references/common-components/components/arcgis-histogram/#colorStops) property may be used to define a color scheme for the histogram bars.
41
41
  *
42
- * ![Histogram with color](https://developers.arcgis.com/javascript/latest/assets/img/apiref/widgets/histogram-colors.png "Histogram with color")
42
+ * ![Histogram with color](https://developers.arcgis.com/javascript/latest/assets/references/core/widgets/histogram-colors.png "Histogram with color")
43
43
  *
44
44
  * @cssproperty [--arcgis-histogram-bar-color] - Specifies the color of the histogram bars when the bin doesn't have a corresponding color stop.
45
45
  * @cssproperty [--arcgis-histogram-stop-color] - Specifies the default color for color stops.
@@ -352,7 +352,7 @@ export abstract class ArcgisSlider extends LitElement {
352
352
  * when the user clicks a thumb value label. This allows the user to move the slider
353
353
  * thumb to precise values without sliding the thumbs.
354
354
  *
355
- * ![Slider with editable labels](https://developers.arcgis.com/javascript/latest/assets/img/apiref/widgets/sliders/slider-edit-label.png)
355
+ * ![Slider with editable labels](https://developers.arcgis.com/javascript/latest/assets/references/core/widgets/sliders/slider-edit-label.png)
356
356
  *
357
357
  * @default false
358
358
  */