@djangocfg/api 1.2.20 → 1.2.21

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.
package/dist/index.cjs CHANGED
@@ -9673,16 +9673,18 @@ var OPENAPI_SCHEMA = {
9673
9673
  },
9674
9674
  "color": {
9675
9675
  "default": "primary",
9676
- "description": "Button color theme\n\n* `primary` - primary\n* `success` - success\n* `warning` - warning\n* `danger` - danger\n* `secondary` - secondary",
9676
+ "description": "Button color theme\n\n* `primary` - primary\n* `success` - success\n* `warning` - warning\n* `danger` - danger\n* `secondary` - secondary\n* `info` - info\n* `default` - default",
9677
9677
  "enum": [
9678
9678
  "primary",
9679
9679
  "success",
9680
9680
  "warning",
9681
9681
  "danger",
9682
- "secondary"
9682
+ "secondary",
9683
+ "info",
9684
+ "default"
9683
9685
  ],
9684
9686
  "type": "string",
9685
- "x-spec-enum-id": "11abb025dda8e6dc"
9687
+ "x-spec-enum-id": "7eed9d931d8a684d"
9686
9688
  },
9687
9689
  "description": {
9688
9690
  "description": "Action description",
@@ -21096,6 +21098,8 @@ var QuickActionColor = /* @__PURE__ */ ((QuickActionColor2) => {
21096
21098
  QuickActionColor2["WARNING"] = "warning";
21097
21099
  QuickActionColor2["DANGER"] = "danger";
21098
21100
  QuickActionColor2["SECONDARY"] = "secondary";
21101
+ QuickActionColor2["INFO"] = "info";
21102
+ QuickActionColor2["DEFAULT"] = "default";
21099
21103
  return QuickActionColor2;
21100
21104
  })(QuickActionColor || {});
21101
21105
  var RunDemoRequestRequestScenario = /* @__PURE__ */ ((RunDemoRequestRequestScenario2) => {