@umbraco-ui/uui 1.0.0-rc.1 → 1.0.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.
@@ -499,7 +499,7 @@
499
499
  },
500
500
  {
501
501
  "name": "label",
502
- "description": "Label to be used for aria-label and eventually as visual label",
502
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
503
503
  "type": "string"
504
504
  }
505
505
  ],
@@ -630,7 +630,7 @@
630
630
  {
631
631
  "name": "label",
632
632
  "attribute": "label",
633
- "description": "Label to be used for aria-label and eventually as visual label",
633
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
634
634
  "type": "string"
635
635
  }
636
636
  ],
@@ -1255,7 +1255,7 @@
1255
1255
  },
1256
1256
  {
1257
1257
  "name": "label",
1258
- "description": "Label to be used for aria-label and eventually as visual label",
1258
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
1259
1259
  "type": "string"
1260
1260
  }
1261
1261
  ],
@@ -1351,7 +1351,7 @@
1351
1351
  {
1352
1352
  "name": "label",
1353
1353
  "attribute": "label",
1354
- "description": "Label to be used for aria-label and eventually as visual label",
1354
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
1355
1355
  "type": "string"
1356
1356
  }
1357
1357
  ],
@@ -1787,7 +1787,7 @@
1787
1787
  },
1788
1788
  {
1789
1789
  "name": "label",
1790
- "description": "Label to be used for aria-label and eventually as visual label",
1790
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
1791
1791
  "type": "string"
1792
1792
  }
1793
1793
  ],
@@ -1814,7 +1814,7 @@
1814
1814
  {
1815
1815
  "name": "label",
1816
1816
  "attribute": "label",
1817
- "description": "Label to be used for aria-label and eventually as visual label",
1817
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
1818
1818
  "type": "string"
1819
1819
  }
1820
1820
  ],
@@ -2210,11 +2210,6 @@
2210
2210
  "type": "boolean",
2211
2211
  "default": "true"
2212
2212
  },
2213
- {
2214
- "name": "label",
2215
- "description": "Label for input element.",
2216
- "type": "string"
2217
- },
2218
2213
  {
2219
2214
  "name": "placeholder",
2220
2215
  "description": "Defines the input placeholder.",
@@ -2274,6 +2269,11 @@
2274
2269
  "description": "Custom error message.",
2275
2270
  "type": "string",
2276
2271
  "default": "\"This field is invalid\""
2272
+ },
2273
+ {
2274
+ "name": "label",
2275
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
2276
+ "type": "string"
2277
2277
  }
2278
2278
  ],
2279
2279
  "properties": [
@@ -2329,12 +2329,6 @@
2329
2329
  "type": "boolean",
2330
2330
  "default": "true"
2331
2331
  },
2332
- {
2333
- "name": "label",
2334
- "attribute": "label",
2335
- "description": "Label for input element.",
2336
- "type": "string"
2337
- },
2338
2332
  {
2339
2333
  "name": "placeholder",
2340
2334
  "attribute": "placeholder",
@@ -2417,6 +2411,12 @@
2417
2411
  },
2418
2412
  {
2419
2413
  "name": "validationMessage"
2414
+ },
2415
+ {
2416
+ "name": "label",
2417
+ "attribute": "label",
2418
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
2419
+ "type": "string"
2420
2420
  }
2421
2421
  ],
2422
2422
  "events": [
@@ -2434,10 +2434,6 @@
2434
2434
  }
2435
2435
  ],
2436
2436
  "slots": [
2437
- {
2438
- "name": "",
2439
- "description": "input label - for the input label text."
2440
- },
2441
2437
  {
2442
2438
  "name": "prepend",
2443
2439
  "description": "for components to render to the left of the input."
@@ -2445,6 +2441,10 @@
2445
2441
  {
2446
2442
  "name": "append",
2447
2443
  "description": "for components to render to the right of the input."
2444
+ },
2445
+ {
2446
+ "name": "",
2447
+ "description": "Override the default label"
2448
2448
  }
2449
2449
  ]
2450
2450
  },
@@ -2486,11 +2486,6 @@
2486
2486
  "type": "boolean",
2487
2487
  "default": "\"false\""
2488
2488
  },
2489
- {
2490
- "name": "label",
2491
- "description": "Label for input element.",
2492
- "type": "string"
2493
- },
2494
2489
  {
2495
2490
  "name": "placeholder",
2496
2491
  "description": "Defines the input placeholder.",
@@ -2550,6 +2545,11 @@
2550
2545
  "description": "Custom error message.",
2551
2546
  "type": "string",
2552
2547
  "default": "\"This field is invalid\""
2548
+ },
2549
+ {
2550
+ "name": "label",
2551
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
2552
+ "type": "string"
2553
2553
  }
2554
2554
  ],
2555
2555
  "properties": [
@@ -2598,12 +2598,6 @@
2598
2598
  "type": "boolean",
2599
2599
  "default": "\"false\""
2600
2600
  },
2601
- {
2602
- "name": "label",
2603
- "attribute": "label",
2604
- "description": "Label for input element.",
2605
- "type": "string"
2606
- },
2607
2601
  {
2608
2602
  "name": "placeholder",
2609
2603
  "attribute": "placeholder",
@@ -2686,6 +2680,12 @@
2686
2680
  },
2687
2681
  {
2688
2682
  "name": "validationMessage"
2683
+ },
2684
+ {
2685
+ "name": "label",
2686
+ "attribute": "label",
2687
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
2688
+ "type": "string"
2689
2689
  }
2690
2690
  ],
2691
2691
  "events": [
@@ -2703,10 +2703,6 @@
2703
2703
  }
2704
2704
  ],
2705
2705
  "slots": [
2706
- {
2707
- "name": "",
2708
- "description": "input label - for the input label text."
2709
- },
2710
2706
  {
2711
2707
  "name": "prepend",
2712
2708
  "description": "for components to render to the left of the input."
@@ -2714,6 +2710,10 @@
2714
2710
  {
2715
2711
  "name": "append",
2716
2712
  "description": "for components to render to the right of the input."
2713
+ },
2714
+ {
2715
+ "name": "",
2716
+ "description": "Override the default label"
2717
2717
  }
2718
2718
  ]
2719
2719
  },
@@ -2756,11 +2756,6 @@
2756
2756
  "type": "boolean",
2757
2757
  "default": "\"false\""
2758
2758
  },
2759
- {
2760
- "name": "label",
2761
- "description": "Label for input element.",
2762
- "type": "string"
2763
- },
2764
2759
  {
2765
2760
  "name": "placeholder",
2766
2761
  "description": "Defines the input placeholder.",
@@ -2820,6 +2815,11 @@
2820
2815
  "description": "Custom error message.",
2821
2816
  "type": "string",
2822
2817
  "default": "\"This field is invalid\""
2818
+ },
2819
+ {
2820
+ "name": "label",
2821
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
2822
+ "type": "string"
2823
2823
  }
2824
2824
  ],
2825
2825
  "properties": [
@@ -2868,12 +2868,6 @@
2868
2868
  "type": "boolean",
2869
2869
  "default": "\"false\""
2870
2870
  },
2871
- {
2872
- "name": "label",
2873
- "attribute": "label",
2874
- "description": "Label for input element.",
2875
- "type": "string"
2876
- },
2877
2871
  {
2878
2872
  "name": "placeholder",
2879
2873
  "attribute": "placeholder",
@@ -2956,6 +2950,12 @@
2956
2950
  },
2957
2951
  {
2958
2952
  "name": "validationMessage"
2953
+ },
2954
+ {
2955
+ "name": "label",
2956
+ "attribute": "label",
2957
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
2958
+ "type": "string"
2959
2959
  }
2960
2960
  ],
2961
2961
  "events": [
@@ -2973,10 +2973,6 @@
2973
2973
  }
2974
2974
  ],
2975
2975
  "slots": [
2976
- {
2977
- "name": "",
2978
- "description": "input label - for the input label text."
2979
- },
2980
2976
  {
2981
2977
  "name": "prepend",
2982
2978
  "description": "for components to render to the left of the input."
@@ -2984,6 +2980,10 @@
2984
2980
  {
2985
2981
  "name": "append",
2986
2982
  "description": "for components to render to the right of the input."
2983
+ },
2984
+ {
2985
+ "name": "",
2986
+ "description": "Override the default label"
2987
2987
  }
2988
2988
  ]
2989
2989
  },
@@ -3236,7 +3236,7 @@
3236
3236
  },
3237
3237
  {
3238
3238
  "name": "label",
3239
- "description": "Label to be used for aria-label and eventually as visual label",
3239
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
3240
3240
  "type": "string"
3241
3241
  }
3242
3242
  ],
@@ -3317,7 +3317,7 @@
3317
3317
  {
3318
3318
  "name": "label",
3319
3319
  "attribute": "label",
3320
- "description": "Label to be used for aria-label and eventually as visual label",
3320
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
3321
3321
  "type": "string"
3322
3322
  }
3323
3323
  ],
@@ -5795,7 +5795,7 @@
5795
5795
  },
5796
5796
  {
5797
5797
  "name": "label",
5798
- "description": "Label to be used for aria-label and eventually as visual label",
5798
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
5799
5799
  "type": "string"
5800
5800
  }
5801
5801
  ],
@@ -5836,7 +5836,7 @@
5836
5836
  {
5837
5837
  "name": "label",
5838
5838
  "attribute": "label",
5839
- "description": "Label to be used for aria-label and eventually as visual label",
5839
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
5840
5840
  "type": "string"
5841
5841
  }
5842
5842
  ],
@@ -5912,7 +5912,7 @@
5912
5912
  },
5913
5913
  {
5914
5914
  "name": "label",
5915
- "description": "Label to be used for aria-label and eventually as visual label",
5915
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
5916
5916
  "type": "string"
5917
5917
  }
5918
5918
  ],
@@ -5953,7 +5953,7 @@
5953
5953
  {
5954
5954
  "name": "label",
5955
5955
  "attribute": "label",
5956
- "description": "Label to be used for aria-label and eventually as visual label",
5956
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
5957
5957
  "type": "string"
5958
5958
  }
5959
5959
  ],
@@ -6378,8 +6378,8 @@
6378
6378
  "attributes": [
6379
6379
  {
6380
6380
  "name": "color",
6381
- "description": "Changes the look of the notification to one of the predefined, symbolic looks. Example set this to danger for errors.",
6382
- "type": "\"\"|\"default\"|\"primary\"|\"positive\"|\"warning\"|\"danger\"",
6381
+ "description": "Changes the color of the notification to one of the predefined, symbolic colors. Example: set this to danger to indicate errors.",
6382
+ "type": "'' | 'default' | 'positive' | 'warning' | 'danger'",
6383
6383
  "default": "\"\\\"\\\"\""
6384
6384
  },
6385
6385
  {
@@ -6404,8 +6404,8 @@
6404
6404
  {
6405
6405
  "name": "color",
6406
6406
  "attribute": "color",
6407
- "description": "Changes the look of the notification to one of the predefined, symbolic looks. Example set this to danger for errors.",
6408
- "type": "\"\"|\"default\"|\"primary\"|\"positive\"|\"warning\"|\"danger\"",
6407
+ "description": "Changes the color of the notification to one of the predefined, symbolic colors. Example: set this to danger to indicate errors.",
6408
+ "type": "'' | 'default' | 'positive' | 'warning' | 'danger'",
6409
6409
  "default": "\"\\\"\\\"\""
6410
6410
  },
6411
6411
  {
@@ -6515,7 +6515,7 @@
6515
6515
  },
6516
6516
  {
6517
6517
  "name": "label",
6518
- "description": "Label to be used for aria-label and eventually as visual label",
6518
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
6519
6519
  "type": "string"
6520
6520
  }
6521
6521
  ],
@@ -6611,7 +6611,7 @@
6611
6611
  {
6612
6612
  "name": "label",
6613
6613
  "attribute": "label",
6614
- "description": "Label to be used for aria-label and eventually as visual label",
6614
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
6615
6615
  "type": "string"
6616
6616
  }
6617
6617
  ],