@umbraco-ui/uui 1.0.0-rc.0 → 1.0.0-rc.1

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.
@@ -130,9 +130,15 @@
130
130
  "attributes": [
131
131
  {
132
132
  "name": "color",
133
- "description": "Changes the look of the badge to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" badge.",
134
- "type": "\"\" | \"default\"|\"positive\"|\"warning\"|\"danger\"",
135
- "default": "\"default\""
133
+ "description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
134
+ "type": "\"default\" | \"positive\" | \"warning\" | \"danger\"",
135
+ "default": "\"\\\"default\\\"\""
136
+ },
137
+ {
138
+ "name": "look",
139
+ "description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
140
+ "type": "\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"",
141
+ "default": "\"\\\"default\\\"\""
136
142
  },
137
143
  {
138
144
  "name": "attention",
@@ -150,9 +156,16 @@
150
156
  {
151
157
  "name": "color",
152
158
  "attribute": "color",
153
- "description": "Changes the look of the badge to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" badge.",
154
- "type": "\"\" | \"default\"|\"positive\"|\"warning\"|\"danger\"",
155
- "default": "\"default\""
159
+ "description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
160
+ "type": "\"default\" | \"positive\" | \"warning\" | \"danger\"",
161
+ "default": "\"\\\"default\\\"\""
162
+ },
163
+ {
164
+ "name": "look",
165
+ "attribute": "look",
166
+ "description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
167
+ "type": "\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"",
168
+ "default": "\"\\\"default\\\"\""
156
169
  },
157
170
  {
158
171
  "name": "attention",
@@ -5240,7 +5253,7 @@
5240
5253
  {
5241
5254
  "name": "uui-symbol-expand",
5242
5255
  "path": "./../uui-symbol-expand/lib/uui-symbol-expand.element.ts",
5243
- "description": "A symbol indicating weather related composition is expanded or collapsed",
5256
+ "description": "A symbol indicating whether related composition is expanded or collapsed",
5244
5257
  "attributes": [
5245
5258
  {
5246
5259
  "name": "open",
@@ -5534,6 +5547,16 @@
5534
5547
  "name": "",
5535
5548
  "description": "slot for table cell content"
5536
5549
  }
5550
+ ],
5551
+ "cssProperties": [
5552
+ {
5553
+ "name": "--uui-table-cell-padding",
5554
+ "description": "overwrite the table cell padding"
5555
+ },
5556
+ {
5557
+ "name": "--uui-table-cell-height",
5558
+ "description": "overwrite the table cell height"
5559
+ }
5537
5560
  ]
5538
5561
  },
5539
5562
  {
@@ -5605,6 +5628,16 @@
5605
5628
  "name": "",
5606
5629
  "description": "slot for table cell content"
5607
5630
  }
5631
+ ],
5632
+ "cssProperties": [
5633
+ {
5634
+ "name": "--uui-table-cell-padding",
5635
+ "description": "overwrite the table cell padding"
5636
+ },
5637
+ {
5638
+ "name": "--uui-table-cell-height",
5639
+ "description": "overwrite the table cell height"
5640
+ }
5608
5641
  ]
5609
5642
  },
5610
5643
  {
@@ -5688,6 +5721,12 @@
5688
5721
  "name": "",
5689
5722
  "description": "for <uui-table-cell> elements that should be in the row."
5690
5723
  }
5724
+ ],
5725
+ "cssProperties": [
5726
+ {
5727
+ "name": "--uui-table-row-color-selected",
5728
+ "description": "overwrite the color of the selected row"
5729
+ }
5691
5730
  ]
5692
5731
  },
5693
5732
  {
@@ -5965,9 +6004,15 @@
5965
6004
  "attributes": [
5966
6005
  {
5967
6006
  "name": "color",
5968
- "description": "Defines the color of the tag.",
5969
- "type": "string",
5970
- "default": "\"primary\""
6007
+ "description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
6008
+ "type": "\"default\" | \"positive\" | \"warning\" | \"danger\"",
6009
+ "default": "\"\\\"default\\\"\""
6010
+ },
6011
+ {
6012
+ "name": "look",
6013
+ "description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
6014
+ "type": "\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"",
6015
+ "default": "\"\\\"default\\\"\""
5971
6016
  }
5972
6017
  ],
5973
6018
  "properties": [
@@ -5979,9 +6024,16 @@
5979
6024
  {
5980
6025
  "name": "color",
5981
6026
  "attribute": "color",
5982
- "description": "Defines the color of the tag.",
5983
- "type": "string",
5984
- "default": "\"primary\""
6027
+ "description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
6028
+ "type": "\"default\" | \"positive\" | \"warning\" | \"danger\"",
6029
+ "default": "\"\\\"default\\\"\""
6030
+ },
6031
+ {
6032
+ "name": "look",
6033
+ "attribute": "look",
6034
+ "description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
6035
+ "type": "\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"",
6036
+ "default": "\"\\\"default\\\"\""
5985
6037
  }
5986
6038
  ],
5987
6039
  "slots": [
@@ -6327,7 +6379,7 @@
6327
6379
  {
6328
6380
  "name": "color",
6329
6381
  "description": "Changes the look of the notification to one of the predefined, symbolic looks. Example set this to danger for errors.",
6330
- "type": "\"\"|\"primary\"|\"positive\"|\"warning\"|\"danger\"",
6382
+ "type": "\"\"|\"default\"|\"primary\"|\"positive\"|\"warning\"|\"danger\"",
6331
6383
  "default": "\"\\\"\\\"\""
6332
6384
  },
6333
6385
  {
@@ -6353,7 +6405,7 @@
6353
6405
  "name": "color",
6354
6406
  "attribute": "color",
6355
6407
  "description": "Changes the look of the notification to one of the predefined, symbolic looks. Example set this to danger for errors.",
6356
- "type": "\"\"|\"primary\"|\"positive\"|\"warning\"|\"danger\"",
6408
+ "type": "\"\"|\"default\"|\"primary\"|\"positive\"|\"warning\"|\"danger\"",
6357
6409
  "default": "\"\\\"\\\"\""
6358
6410
  },
6359
6411
  {