@@ -3066,6 +3066,7 @@ Instead, use \`onSelect\` in combination with the \`onChange\` handler only as a
30663066 "status-in-progress",
30673067 "status-info",
30683068 "status-negative",
3069+ "status-not-started",
30693070 "status-positive",
30703071 "status-stopped",
30713072 "status-warning",
@@ -5059,6 +5060,7 @@ This property is ignored if you use a predefined icon or if you set your custom
50595060 "status-in-progress",
50605061 "status-info",
50615062 "status-negative",
5063+ "status-not-started",
50625064 "status-positive",
50635065 "status-stopped",
50645066 "status-warning",
@@ -5844,6 +5846,7 @@ The main action also supports the following properties of the [button](/componen
58445846 "status-in-progress",
58455847 "status-info",
58465848 "status-negative",
5849+ "status-not-started",
58475850 "status-positive",
58485851 "status-stopped",
58495852 "status-warning",
@@ -13504,6 +13507,7 @@ use the \`id\` attribute, consider setting it on a parent element instead.",
1350413507 "status-in-progress",
1350513508 "status-info",
1350613509 "status-negative",
13510+ "status-not-started",
1350713511 "status-positive",
1350813512 "status-stopped",
1350913513 "status-warning",
@@ -14161,6 +14165,11 @@ The same applies to switching icons in the same configuration (for example, \`{'
1416114165 "optional": true,
1416214166 "type": "React.ReactNode",
1416314167 },
14168+ {
14169+ "name": "status-not-started",
14170+ "optional": true,
14171+ "type": "React.ReactNode",
14172+ },
1416414173 {
1416514174 "name": "status-pending",
1416614175 "optional": true,
@@ -18839,6 +18848,7 @@ This property is ignored if you use a predefined icon or if you set your custom
1883918848 "status-in-progress",
1884018849 "status-info",
1884118850 "status-negative",
18851+ "status-not-started",
1884218852 "status-positive",
1884318853 "status-stopped",
1884418854 "status-warning",
@@ -21691,6 +21701,7 @@ The event \`detail\` contains the current \`selectedOption\`.",
2169121701 "status-in-progress",
2169221702 "status-info",
2169321703 "status-negative",
21704+ "status-not-started",
2169421705 "status-positive",
2169521706 "status-stopped",
2169621707 "status-warning",
@@ -22282,6 +22293,7 @@ If you want to clear the selection, use \`null\`.",
2228222293 "status-in-progress",
2228322294 "status-info",
2228422295 "status-negative",
22296+ "status-not-started",
2228522297 "status-positive",
2228622298 "status-stopped",
2228722299 "status-warning",
@@ -23394,6 +23406,7 @@ We do not support using this attribute to apply custom styling.",
2339423406 "success",
2339523407 "warning",
2339623408 "info",
23409+ "not-started",
2339723410 ],
2339823411 },
2339923412 "name": "type",
@@ -26924,6 +26937,7 @@ If an href is provided, it opens the link in a new tab.",
2692426937 "status-in-progress",
2692526938 "status-info",
2692626939 "status-negative",
26940+ "status-not-started",
2692726941 "status-positive",
2692826942 "status-stopped",
2692926943 "status-warning",
@@ -27127,6 +27141,7 @@ We do not support using this attribute to apply custom styling.",
2712727141 "status-in-progress",
2712827142 "status-info",
2712927143 "status-negative",
27144+ "status-not-started",
2713027145 "status-positive",
2713127146 "status-stopped",
2713227147 "status-warning",
0 commit comments