|
1511 | 1511 | } |
1512 | 1512 | ] |
1513 | 1513 | }, |
| 1514 | + { |
| 1515 | + "name": "avatar_with_fallback", |
| 1516 | + "component": "OpenProject::AvatarWithFallback", |
| 1517 | + "status": "open_project", |
| 1518 | + "lookup_path": "primer/open_project/avatar_with_fallback", |
| 1519 | + "examples": [ |
| 1520 | + { |
| 1521 | + "preview_path": "primer/open_project/avatar_with_fallback/playground", |
| 1522 | + "name": "playground", |
| 1523 | + "snapshot": "false", |
| 1524 | + "skip_rules": { |
| 1525 | + "wont_fix": [ |
| 1526 | + "region" |
| 1527 | + ], |
| 1528 | + "will_fix": [ |
| 1529 | + "color-contrast" |
| 1530 | + ] |
| 1531 | + } |
| 1532 | + }, |
| 1533 | + { |
| 1534 | + "preview_path": "primer/open_project/avatar_with_fallback/default", |
| 1535 | + "name": "default", |
| 1536 | + "snapshot": "true", |
| 1537 | + "skip_rules": { |
| 1538 | + "wont_fix": [ |
| 1539 | + "region" |
| 1540 | + ], |
| 1541 | + "will_fix": [ |
| 1542 | + "color-contrast" |
| 1543 | + ] |
| 1544 | + } |
| 1545 | + }, |
| 1546 | + { |
| 1547 | + "preview_path": "primer/open_project/avatar_with_fallback/with_image", |
| 1548 | + "name": "with_image", |
| 1549 | + "snapshot": "true", |
| 1550 | + "skip_rules": { |
| 1551 | + "wont_fix": [ |
| 1552 | + "region" |
| 1553 | + ], |
| 1554 | + "will_fix": [ |
| 1555 | + "color-contrast" |
| 1556 | + ] |
| 1557 | + } |
| 1558 | + }, |
| 1559 | + { |
| 1560 | + "preview_path": "primer/open_project/avatar_with_fallback/fallback_default", |
| 1561 | + "name": "fallback_default", |
| 1562 | + "snapshot": "true", |
| 1563 | + "skip_rules": { |
| 1564 | + "wont_fix": [ |
| 1565 | + "region" |
| 1566 | + ], |
| 1567 | + "will_fix": [ |
| 1568 | + "color-contrast" |
| 1569 | + ] |
| 1570 | + } |
| 1571 | + }, |
| 1572 | + { |
| 1573 | + "preview_path": "primer/open_project/avatar_with_fallback/fallback_single_name", |
| 1574 | + "name": "fallback_single_name", |
| 1575 | + "snapshot": "true", |
| 1576 | + "skip_rules": { |
| 1577 | + "wont_fix": [ |
| 1578 | + "region" |
| 1579 | + ], |
| 1580 | + "will_fix": [ |
| 1581 | + "color-contrast" |
| 1582 | + ] |
| 1583 | + } |
| 1584 | + }, |
| 1585 | + { |
| 1586 | + "preview_path": "primer/open_project/avatar_with_fallback/fallback_multiple", |
| 1587 | + "name": "fallback_multiple", |
| 1588 | + "snapshot": "false", |
| 1589 | + "skip_rules": { |
| 1590 | + "wont_fix": [ |
| 1591 | + "region" |
| 1592 | + ], |
| 1593 | + "will_fix": [ |
| 1594 | + "color-contrast" |
| 1595 | + ] |
| 1596 | + } |
| 1597 | + }, |
| 1598 | + { |
| 1599 | + "preview_path": "primer/open_project/avatar_with_fallback/fallback_sizes", |
| 1600 | + "name": "fallback_sizes", |
| 1601 | + "snapshot": "false", |
| 1602 | + "skip_rules": { |
| 1603 | + "wont_fix": [ |
| 1604 | + "region" |
| 1605 | + ], |
| 1606 | + "will_fix": [ |
| 1607 | + "color-contrast" |
| 1608 | + ] |
| 1609 | + } |
| 1610 | + }, |
| 1611 | + { |
| 1612 | + "preview_path": "primer/open_project/avatar_with_fallback/fallback_square", |
| 1613 | + "name": "fallback_square", |
| 1614 | + "snapshot": "true", |
| 1615 | + "skip_rules": { |
| 1616 | + "wont_fix": [ |
| 1617 | + "region" |
| 1618 | + ], |
| 1619 | + "will_fix": [ |
| 1620 | + "color-contrast" |
| 1621 | + ] |
| 1622 | + } |
| 1623 | + }, |
| 1624 | + { |
| 1625 | + "preview_path": "primer/open_project/avatar_with_fallback/fallback_as_link", |
| 1626 | + "name": "fallback_as_link", |
| 1627 | + "snapshot": "false", |
| 1628 | + "skip_rules": { |
| 1629 | + "wont_fix": [ |
| 1630 | + "region" |
| 1631 | + ], |
| 1632 | + "will_fix": [ |
| 1633 | + "color-contrast" |
| 1634 | + ] |
| 1635 | + } |
| 1636 | + } |
| 1637 | + ] |
| 1638 | + }, |
1514 | 1639 | { |
1515 | 1640 | "name": "banner", |
1516 | 1641 | "component": "Banner", |
|
5964 | 6089 | { |
5965 | 6090 | "name": "avatar_stack", |
5966 | 6091 | "component": "OpenProject::AvatarStack", |
5967 | | - "status": "beta", |
| 6092 | + "status": "open_project", |
5968 | 6093 | "lookup_path": "primer/open_project/avatar_stack", |
5969 | 6094 | "examples": [ |
5970 | 6095 | { |
|
6047 | 6172 | } |
6048 | 6173 | ] |
6049 | 6174 | }, |
6050 | | - { |
6051 | | - "name": "avatar_with_fallback", |
6052 | | - "component": "OpenProject::AvatarWithFallback", |
6053 | | - "status": "beta", |
6054 | | - "lookup_path": "primer/open_project/avatar_with_fallback", |
6055 | | - "examples": [ |
6056 | | - { |
6057 | | - "preview_path": "primer/open_project/avatar_with_fallback/playground", |
6058 | | - "name": "playground", |
6059 | | - "snapshot": "false", |
6060 | | - "skip_rules": { |
6061 | | - "wont_fix": [ |
6062 | | - "region" |
6063 | | - ], |
6064 | | - "will_fix": [ |
6065 | | - "color-contrast" |
6066 | | - ] |
6067 | | - } |
6068 | | - }, |
6069 | | - { |
6070 | | - "preview_path": "primer/open_project/avatar_with_fallback/default", |
6071 | | - "name": "default", |
6072 | | - "snapshot": "true", |
6073 | | - "skip_rules": { |
6074 | | - "wont_fix": [ |
6075 | | - "region" |
6076 | | - ], |
6077 | | - "will_fix": [ |
6078 | | - "color-contrast" |
6079 | | - ] |
6080 | | - } |
6081 | | - }, |
6082 | | - { |
6083 | | - "preview_path": "primer/open_project/avatar_with_fallback/with_image", |
6084 | | - "name": "with_image", |
6085 | | - "snapshot": "true", |
6086 | | - "skip_rules": { |
6087 | | - "wont_fix": [ |
6088 | | - "region" |
6089 | | - ], |
6090 | | - "will_fix": [ |
6091 | | - "color-contrast" |
6092 | | - ] |
6093 | | - } |
6094 | | - }, |
6095 | | - { |
6096 | | - "preview_path": "primer/open_project/avatar_with_fallback/fallback_default", |
6097 | | - "name": "fallback_default", |
6098 | | - "snapshot": "true", |
6099 | | - "skip_rules": { |
6100 | | - "wont_fix": [ |
6101 | | - "region" |
6102 | | - ], |
6103 | | - "will_fix": [ |
6104 | | - "color-contrast" |
6105 | | - ] |
6106 | | - } |
6107 | | - }, |
6108 | | - { |
6109 | | - "preview_path": "primer/open_project/avatar_with_fallback/fallback_single_name", |
6110 | | - "name": "fallback_single_name", |
6111 | | - "snapshot": "true", |
6112 | | - "skip_rules": { |
6113 | | - "wont_fix": [ |
6114 | | - "region" |
6115 | | - ], |
6116 | | - "will_fix": [ |
6117 | | - "color-contrast" |
6118 | | - ] |
6119 | | - } |
6120 | | - }, |
6121 | | - { |
6122 | | - "preview_path": "primer/open_project/avatar_with_fallback/fallback_multiple", |
6123 | | - "name": "fallback_multiple", |
6124 | | - "snapshot": "false", |
6125 | | - "skip_rules": { |
6126 | | - "wont_fix": [ |
6127 | | - "region" |
6128 | | - ], |
6129 | | - "will_fix": [ |
6130 | | - "color-contrast" |
6131 | | - ] |
6132 | | - } |
6133 | | - }, |
6134 | | - { |
6135 | | - "preview_path": "primer/open_project/avatar_with_fallback/fallback_sizes", |
6136 | | - "name": "fallback_sizes", |
6137 | | - "snapshot": "false", |
6138 | | - "skip_rules": { |
6139 | | - "wont_fix": [ |
6140 | | - "region" |
6141 | | - ], |
6142 | | - "will_fix": [ |
6143 | | - "color-contrast" |
6144 | | - ] |
6145 | | - } |
6146 | | - }, |
6147 | | - { |
6148 | | - "preview_path": "primer/open_project/avatar_with_fallback/fallback_square", |
6149 | | - "name": "fallback_square", |
6150 | | - "snapshot": "true", |
6151 | | - "skip_rules": { |
6152 | | - "wont_fix": [ |
6153 | | - "region" |
6154 | | - ], |
6155 | | - "will_fix": [ |
6156 | | - "color-contrast" |
6157 | | - ] |
6158 | | - } |
6159 | | - }, |
6160 | | - { |
6161 | | - "preview_path": "primer/open_project/avatar_with_fallback/fallback_as_link", |
6162 | | - "name": "fallback_as_link", |
6163 | | - "snapshot": "false", |
6164 | | - "skip_rules": { |
6165 | | - "wont_fix": [ |
6166 | | - "region" |
6167 | | - ], |
6168 | | - "will_fix": [ |
6169 | | - "color-contrast" |
6170 | | - ] |
6171 | | - } |
6172 | | - } |
6173 | | - ] |
6174 | | - }, |
6175 | 6175 | { |
6176 | 6176 | "name": "overlay", |
6177 | 6177 | "component": "Overlay", |
|
0 commit comments