@umbraco-ui/uui 0.2.0 → 1.0.0-alpha.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.
@@ -129,10 +129,10 @@
129
129
  "description": "A badge to notify that there is something that requires attention of the user. The badge is positioned with `position: absolute`. It will determine its position against the first ancestor with `position: relative`.",
130
130
  "attributes": [
131
131
  {
132
- "name": "look",
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": "\"\"|\"primary\"|\"secondary\"|\"outline\"|\"placeholder\"|\"positive\"|\"warning\"|\"danger\"",
135
- "default": "\"danger\""
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\""
136
136
  },
137
137
  {
138
138
  "name": "attention",
@@ -148,11 +148,11 @@
148
148
  "default": "[null]"
149
149
  },
150
150
  {
151
- "name": "look",
152
- "attribute": "look",
153
- "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.",
154
- "type": "\"\"|\"primary\"|\"secondary\"|\"outline\"|\"placeholder\"|\"positive\"|\"warning\"|\"danger\"",
155
- "default": "\"danger\""
151
+ "name": "color",
152
+ "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\""
156
156
  },
157
157
  {
158
158
  "name": "attention",
@@ -409,8 +409,14 @@
409
409
  {
410
410
  "name": "look",
411
411
  "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.",
412
- "type": "\"\"|\"primary\"|\"secondary\"|\"outline\"|\"placeholder\"|\"positive\"|\"warning\"|\"danger\"",
413
- "default": "\"\\\"\\\"\""
412
+ "type": "\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"",
413
+ "default": "\"\\\"default\\\"\""
414
+ },
415
+ {
416
+ "name": "color",
417
+ "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.",
418
+ "type": "\"default\" | \"positive\" | \"warning\" | \"danger\"",
419
+ "default": "\"\\\"default\\\"\""
414
420
  },
415
421
  {
416
422
  "name": "compact",
@@ -496,8 +502,15 @@
496
502
  "name": "look",
497
503
  "attribute": "look",
498
504
  "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.",
499
- "type": "\"\"|\"primary\"|\"secondary\"|\"outline\"|\"placeholder\"|\"positive\"|\"warning\"|\"danger\"",
500
- "default": "\"\\\"\\\"\""
505
+ "type": "\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"",
506
+ "default": "\"\\\"default\\\"\""
507
+ },
508
+ {
509
+ "name": "color",
510
+ "attribute": "color",
511
+ "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.",
512
+ "type": "\"default\" | \"positive\" | \"warning\" | \"danger\"",
513
+ "default": "\"\\\"default\\\"\""
501
514
  },
502
515
  {
503
516
  "name": "compact",
@@ -5849,10 +5862,10 @@
5849
5862
  "path": "./../uui-tag/lib/uui-tag.element.ts",
5850
5863
  "attributes": [
5851
5864
  {
5852
- "name": "look",
5853
- "description": "Defines the look of the tag.",
5854
- "type": "InterfaceLookType",
5855
- "default": "\"\""
5865
+ "name": "color",
5866
+ "description": "Defines the color of the tag.",
5867
+ "type": "string",
5868
+ "default": "\"primary\""
5856
5869
  }
5857
5870
  ],
5858
5871
  "properties": [
@@ -5862,11 +5875,11 @@
5862
5875
  "default": "[null]"
5863
5876
  },
5864
5877
  {
5865
- "name": "look",
5866
- "attribute": "look",
5867
- "description": "Defines the look of the tag.",
5868
- "type": "InterfaceLookType",
5869
- "default": "\"\""
5878
+ "name": "color",
5879
+ "attribute": "color",
5880
+ "description": "Defines the color of the tag.",
5881
+ "type": "string",
5882
+ "default": "\"primary\""
5870
5883
  }
5871
5884
  ],
5872
5885
  "slots": [
@@ -6210,7 +6223,7 @@
6210
6223
  "path": "./../uui-toast-notification/lib/uui-toast-notification.element.ts",
6211
6224
  "attributes": [
6212
6225
  {
6213
- "name": "look",
6226
+ "name": "color",
6214
6227
  "description": "Changes the look of the notification to one of the predefined, symbolic looks. Example set this to danger for errors.",
6215
6228
  "type": "\"\"|\"primary\"|\"positive\"|\"warning\"|\"danger\"",
6216
6229
  "default": "\"\\\"\\\"\""
@@ -6235,8 +6248,8 @@
6235
6248
  "default": "[\"UUITextStyles\",null]"
6236
6249
  },
6237
6250
  {
6238
- "name": "look",
6239
- "attribute": "look",
6251
+ "name": "color",
6252
+ "attribute": "color",
6240
6253
  "description": "Changes the look of the notification to one of the predefined, symbolic looks. Example set this to danger for errors.",
6241
6254
  "type": "\"\"|\"primary\"|\"positive\"|\"warning\"|\"danger\"",
6242
6255
  "default": "\"\\\"\\\"\""