@umbraco-ui/uui 1.8.1 → 1.8.2

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.
@@ -7274,6 +7274,12 @@
7274
7274
  "type": "boolean",
7275
7275
  "default": "\"false\""
7276
7276
  },
7277
+ {
7278
+ "name": "hide-value-label",
7279
+ "description": "Hides the value label on the thumb.",
7280
+ "type": "boolean",
7281
+ "default": "\"false\""
7282
+ },
7277
7283
  {
7278
7284
  "name": "min",
7279
7285
  "description": "This is a minimum value of the input.",
@@ -7354,6 +7360,13 @@
7354
7360
  "type": "boolean",
7355
7361
  "default": "\"false\""
7356
7362
  },
7363
+ {
7364
+ "name": "hideValueLabel",
7365
+ "attribute": "hide-value-label",
7366
+ "description": "Hides the value label on the thumb.",
7367
+ "type": "boolean",
7368
+ "default": "\"false\""
7369
+ },
7357
7370
  {
7358
7371
  "name": "min",
7359
7372
  "attribute": "min",