@nswds/tokens 2.2.0 → 2.3.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.
Files changed (154) hide show
  1. package/dist/index.d.mts +3009 -0
  2. package/dist/index.d.ts +3009 -0
  3. package/dist/index.js +10092 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist/index.mjs +10080 -0
  6. package/dist/index.mjs.map +1 -0
  7. package/package.json +49 -6
  8. package/.gitattributes +0 -2
  9. package/.github/workflows/ai-pr-title.yml +0 -115
  10. package/.github/workflows/openai-pr-description.yml +0 -13
  11. package/.github/workflows/opencommit.yml +0 -36
  12. package/.github/workflows/release.yml +0 -30
  13. package/.github/workflows/validate-branch-name.yml +0 -21
  14. package/.prettierignore +0 -18
  15. package/.prettierrc +0 -8
  16. package/CHANGELOG.md +0 -31
  17. package/assets/placeholder.svg +0 -1
  18. package/brand/black/logo.png +0 -0
  19. package/brand/black/logo.svg +0 -30
  20. package/brand/icon-dark.ico +0 -0
  21. package/brand/icon-dark.png +0 -0
  22. package/brand/icon-dark.svg +0 -17
  23. package/brand/icon-light.ico +0 -0
  24. package/brand/icon-light.png +0 -0
  25. package/brand/icon-light.svg +0 -30
  26. package/brand/icon.svg +0 -30
  27. package/brand/logo.png +0 -0
  28. package/brand/logo.svg +0 -34
  29. package/brand/placeholder.svg +0 -1
  30. package/brand/reversed/logo.png +0 -0
  31. package/brand/reversed/logo.svg +0 -34
  32. package/brand/white/logo.png +0 -0
  33. package/brand/white/logo.svg +0 -21
  34. package/create-branch.sh +0 -29
  35. package/dist/css/colors/global/hex.css +0 -192
  36. package/dist/css/colors/global/hsl.css +0 -192
  37. package/dist/css/colors/global/oklch.css +0 -192
  38. package/dist/css/colors/global/rgb.css +0 -192
  39. package/dist/css/colors/themes/masterbrand/hex.css +0 -2
  40. package/dist/css/colors/themes/masterbrand/hsl.css +0 -2
  41. package/dist/css/colors/themes/masterbrand/oklch.css +0 -2
  42. package/dist/css/colors/themes/masterbrand/rgb.css +0 -2
  43. package/dist/js/colors/global/hex.js +0 -210
  44. package/dist/js/colors/global/hsl.js +0 -210
  45. package/dist/js/colors/global/oklch.js +0 -210
  46. package/dist/js/colors/global/rgb.js +0 -210
  47. package/dist/js/colors/themes/masterbrand/hex.js +0 -72
  48. package/dist/js/colors/themes/masterbrand/hsl.js +0 -72
  49. package/dist/js/colors/themes/masterbrand/oklch.js +0 -72
  50. package/dist/js/colors/themes/masterbrand/rgb.js +0 -72
  51. package/dist/json/colors/global/hex.json +0 -0
  52. package/dist/json/colors/global/hsl.json +0 -0
  53. package/dist/json/colors/global/oklch.json +0 -0
  54. package/dist/json/colors/global/rgb.json +0 -0
  55. package/dist/json/colors/themes/masterbrand/hex.json +0 -0
  56. package/dist/json/colors/themes/masterbrand/hsl.json +0 -0
  57. package/dist/json/colors/themes/masterbrand/oklch.json +0 -0
  58. package/dist/json/colors/themes/masterbrand/rgb.json +0 -0
  59. package/dist/less/colors/global/hex.less +0 -0
  60. package/dist/less/colors/global/hsl.less +0 -0
  61. package/dist/less/colors/global/oklch.less +0 -0
  62. package/dist/less/colors/global/rgb.less +0 -0
  63. package/dist/less/colors/themes/masterbrand/hex.less +0 -0
  64. package/dist/less/colors/themes/masterbrand/hsl.less +0 -0
  65. package/dist/less/colors/themes/masterbrand/oklch.less +0 -0
  66. package/dist/less/colors/themes/masterbrand/rgb.less +0 -0
  67. package/dist/scss/colors/global/hex.scss +0 -190
  68. package/dist/scss/colors/global/hsl.scss +0 -190
  69. package/dist/scss/colors/global/oklch.scss +0 -190
  70. package/dist/scss/colors/global/rgb.scss +0 -190
  71. package/dist/scss/colors/themes/masterbrand/hex.scss +0 -56
  72. package/dist/scss/colors/themes/masterbrand/hsl.scss +0 -56
  73. package/dist/scss/colors/themes/masterbrand/oklch.scss +0 -56
  74. package/dist/scss/colors/themes/masterbrand/rgb.scss +0 -56
  75. package/dist/tailwind/colors/global/hex.css +0 -192
  76. package/dist/tailwind/colors/global/hsl.css +0 -192
  77. package/dist/tailwind/colors/global/oklch.css +0 -192
  78. package/dist/tailwind/colors/global/rgb.css +0 -192
  79. package/dist/tailwind/colors/themes/masterbrand/hex.css +0 -58
  80. package/dist/tailwind/colors/themes/masterbrand/hsl.css +0 -58
  81. package/dist/tailwind/colors/themes/masterbrand/oklch.css +0 -58
  82. package/dist/tailwind/colors/themes/masterbrand/rgb.css +0 -58
  83. package/dist/ts/colors/global/hex.ts +0 -210
  84. package/dist/ts/colors/global/hsl.ts +0 -210
  85. package/dist/ts/colors/global/oklch.ts +0 -210
  86. package/dist/ts/colors/global/rgb.ts +0 -210
  87. package/dist/ts/colors/themes/masterbrand/hex.ts +0 -72
  88. package/dist/ts/colors/themes/masterbrand/hsl.ts +0 -72
  89. package/dist/ts/colors/themes/masterbrand/oklch.ts +0 -72
  90. package/dist/ts/colors/themes/masterbrand/rgb.ts +0 -72
  91. package/eslint.config.js +0 -20
  92. package/git-conventional-commits.yaml +0 -43
  93. package/icons/account_circle.svg +0 -1
  94. package/icons/attach_file.svg +0 -1
  95. package/icons/cancel.svg +0 -1
  96. package/icons/check.svg +0 -1
  97. package/icons/check_circle.svg +0 -1
  98. package/icons/chevron_down.svg +0 -1
  99. package/icons/chevron_left.svg +0 -1
  100. package/icons/chevron_right.svg +0 -1
  101. package/icons/chevron_up.svg +0 -1
  102. package/icons/close.svg +0 -1
  103. package/icons/collapse_all.svg +0 -1
  104. package/icons/computer.svg +0 -1
  105. package/icons/copy.svg +0 -1
  106. package/icons/dark_mode.svg +0 -1
  107. package/icons/delete.svg +0 -1
  108. package/icons/desktop.svg +0 -1
  109. package/icons/display_settings.svg +0 -1
  110. package/icons/dock_to_left.svg +0 -1
  111. package/icons/dock_to_right.svg +0 -1
  112. package/icons/double_arrow_left.svg +0 -1
  113. package/icons/double_arrow_right.svg +0 -1
  114. package/icons/download.svg +0 -1
  115. package/icons/east.svg +0 -1
  116. package/icons/error.svg +0 -1
  117. package/icons/exclamation.svg +0 -1
  118. package/icons/eye.svg +0 -1
  119. package/icons/favorite.svg +0 -1
  120. package/icons/help.svg +0 -1
  121. package/icons/info.svg +0 -1
  122. package/icons/language.svg +0 -1
  123. package/icons/light_mode.svg +0 -1
  124. package/icons/link.svg +0 -1
  125. package/icons/login.svg +0 -1
  126. package/icons/logout.svg +0 -1
  127. package/icons/menu.svg +0 -1
  128. package/icons/more_horiz.svg +0 -1
  129. package/icons/more_vert.svg +0 -1
  130. package/icons/north.svg +0 -1
  131. package/icons/open_in_new.svg +0 -1
  132. package/icons/print.svg +0 -1
  133. package/icons/progress_activity.svg +0 -1
  134. package/icons/remove.svg +0 -1
  135. package/icons/search.svg +0 -1
  136. package/icons/settings_brightness.svg +0 -1
  137. package/icons/share.svg +0 -1
  138. package/icons/side_navigation.svg +0 -1
  139. package/icons/south.svg +0 -1
  140. package/icons/unfold_less.svg +0 -1
  141. package/icons/unfold_more.svg +0 -1
  142. package/icons/upload.svg +0 -1
  143. package/icons/west.svg +0 -1
  144. package/index.ts +0 -0
  145. package/pull-request.sh +0 -61
  146. package/release.config.mjs +0 -24
  147. package/tokens/global/color/hex.json +0 -782
  148. package/tokens/global/color/hsl.json +0 -1542
  149. package/tokens/global/color/oklch.json +0 -1542
  150. package/tokens/global/color/rgb.json +0 -1542
  151. package/tokens/themes/masterbrand/color/hex.json +0 -242
  152. package/tokens/themes/masterbrand/color/hsl.json +0 -466
  153. package/tokens/themes/masterbrand/color/oklch.json +0 -466
  154. package/tokens/themes/masterbrand/color/rgb.json +0 -466
package/icons/error.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M480-280q17 0 28.5-11.5T520-320q0-17-11.5-28.5T480-360q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280Zm0-160q17 0 28.5-11.5T520-480v-160q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640v160q0 17 11.5 28.5T480-440Zm0 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M480-400q-17 0-28.5-11.5T440-440v-280q0-17 11.5-28.5T480-760q17 0 28.5 11.5T520-720v280q0 17-11.5 28.5T480-400Zm0 200q-17 0-28.5-11.5T440-240q0-17 11.5-28.5T480-280q17 0 28.5 11.5T520-240q0 17-11.5 28.5T480-200Z"/></svg>
package/icons/eye.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M480-320q75 0 127.5-52.5T660-500q0-75-52.5-127.5T480-680q-75 0-127.5 52.5T300-500q0 75 52.5 127.5T480-320Zm0-72q-45 0-76.5-31.5T372-500q0-45 31.5-76.5T480-608q45 0 76.5 31.5T588-500q0 45-31.5 76.5T480-392Zm0 192q-134 0-244.5-72T61-462q-5-9-7.5-18.5T51-500q0-10 2.5-19.5T61-538q64-118 174.5-190T480-800q134 0 244.5 72T899-538q5 9 7.5 18.5T909-500q0 10-2.5 19.5T899-462q-64 118-174.5 190T480-200Zm0-300Zm0 220q113 0 207.5-59.5T832-500q-50-101-144.5-160.5T480-720q-113 0-207.5 59.5T128-500q50 101 144.5 160.5T480-280Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M480-147q-14 0-28.5-5T426-168l-69-63q-106-97-191.5-192.5T80-634q0-94 63-157t157-63q53 0 100 22.5t80 61.5q33-39 80-61.5T660-854q94 0 157 63t63 157q0 115-85 211T602-230l-68 62q-11 11-25.5 16t-28.5 5Zm-38-543q-29-41-62-62.5T300-774q-60 0-100 40t-40 100q0 52 37 110.5T285.5-410q51.5 55 106 103t88.5 79q34-31 88.5-79t106-103Q726-465 763-523.5T800-634q0-60-40-100t-100-40q-47 0-80 21.5T518-690q-7 10-17 15t-21 5q-11 0-21-5t-17-15Zm38 189Z"/></svg>
package/icons/help.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M478-240q21 0 35.5-14.5T528-290q0-21-14.5-35.5T478-340q-21 0-35.5 14.5T428-290q0 21 14.5 35.5T478-240Zm2 160q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Zm4-172q25 0 43.5 16t18.5 40q0 22-13.5 39T502-525q-23 20-40.5 44T444-427q0 14 10.5 23.5T479-394q15 0 25.5-10t13.5-25q4-21 18-37.5t30-31.5q23-22 39.5-48t16.5-58q0-51-41.5-83.5T484-720q-38 0-72.5 16T359-655q-7 12-4.5 25.5T368-609q14 8 29 5t25-17q11-15 27.5-23t34.5-8Z"/></svg>
package/icons/info.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M480-280q17 0 28.5-11.5T520-320v-160q0-17-11.5-28.5T480-520q-17 0-28.5 11.5T440-480v160q0 17 11.5 28.5T480-280Zm0-320q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm0 520q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T480-880q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80Zm0-82q26-36 45-75t31-83H404q12 44 31 83t45 75Zm-104-16q-18-33-31.5-68.5T322-320H204q29 50 72.5 87t99.5 55Zm208 0q56-18 99.5-55t72.5-87H638q-9 38-22.5 73.5T584-178ZM170-400h136q-3-20-4.5-39.5T300-480q0-21 1.5-40.5T306-560H170q-5 20-7.5 39.5T160-480q0 21 2.5 40.5T170-400Zm216 0h188q3-20 4.5-39.5T580-480q0-21-1.5-40.5T574-560H386q-3 20-4.5 39.5T380-480q0 21 1.5 40.5T386-400Zm268 0h136q5-20 7.5-39.5T800-480q0-21-2.5-40.5T790-560H654q3 20 4.5 39.5T660-480q0 21-1.5 40.5T654-400Zm-16-240h118q-29-50-72.5-87T584-782q18 33 31.5 68.5T638-640Zm-234 0h152q-12-44-31-83t-45-75q-26 36-45 75t-31 83Zm-200 0h118q9-38 22.5-73.5T376-782q-56 18-99.5 55T204-640Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M480-360q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35Zm0 80q-83 0-141.5-58.5T280-480q0-83 58.5-141.5T480-680q83 0 141.5 58.5T680-480q0 83-58.5 141.5T480-280ZM80-440q-17 0-28.5-11.5T40-480q0-17 11.5-28.5T80-520h80q17 0 28.5 11.5T200-480q0 17-11.5 28.5T160-440H80Zm720 0q-17 0-28.5-11.5T760-480q0-17 11.5-28.5T800-520h80q17 0 28.5 11.5T920-480q0 17-11.5 28.5T880-440h-80ZM480-760q-17 0-28.5-11.5T440-800v-80q0-17 11.5-28.5T480-920q17 0 28.5 11.5T520-880v80q0 17-11.5 28.5T480-760Zm0 720q-17 0-28.5-11.5T440-80v-80q0-17 11.5-28.5T480-200q17 0 28.5 11.5T520-160v80q0 17-11.5 28.5T480-40ZM226-678l-43-42q-12-11-11.5-28t11.5-29q12-12 29-12t28 12l42 43q11 12 11 28t-11 28q-11 12-27.5 11.5T226-678Zm494 495-42-43q-11-12-11-28.5t11-27.5q11-12 27.5-11.5T734-282l43 42q12 11 11.5 28T777-183q-12 12-29 12t-28-12Zm-42-495q-12-11-11.5-27.5T678-734l42-43q11-12 28-11.5t29 11.5q12 12 12 29t-12 28l-43 42q-12 11-28 11t-28-11ZM183-183q-12-12-12-29t12-28l43-42q12-11 28.5-11t27.5 11q12 11 11.5 27.5T282-226l-42 43q-11 12-28 11.5T183-183Zm297-297Z"/></svg>
package/icons/link.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M280-280q-83 0-141.5-58.5T80-480q0-83 58.5-141.5T280-680h120q17 0 28.5 11.5T440-640q0 17-11.5 28.5T400-600H280q-50 0-85 35t-35 85q0 50 35 85t85 35h120q17 0 28.5 11.5T440-320q0 17-11.5 28.5T400-280H280Zm80-160q-17 0-28.5-11.5T320-480q0-17 11.5-28.5T360-520h240q17 0 28.5 11.5T640-480q0 17-11.5 28.5T600-440H360Zm200 160q-17 0-28.5-11.5T520-320q0-17 11.5-28.5T560-360h120q50 0 85-35t35-85q0-50-35-85t-85-35H560q-17 0-28.5-11.5T520-640q0-17 11.5-28.5T560-680h120q83 0 141.5 58.5T880-480q0 83-58.5 141.5T680-280H560Z"/></svg>
package/icons/login.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M520-120q-17 0-28.5-11.5T480-160q0-17 11.5-28.5T520-200h240v-560H520q-17 0-28.5-11.5T480-800q0-17 11.5-28.5T520-840h240q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H520Zm-73-320H160q-17 0-28.5-11.5T120-480q0-17 11.5-28.5T160-520h287l-75-75q-11-11-11-27t11-28q11-12 28-12.5t29 11.5l143 143q12 12 12 28t-12 28L429-309q-12 12-28.5 11.5T372-310q-11-12-10.5-28.5T373-366l74-74Z"/></svg>
package/icons/logout.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h240q17 0 28.5 11.5T480-800q0 17-11.5 28.5T440-760H200v560h240q17 0 28.5 11.5T480-160q0 17-11.5 28.5T440-120H200Zm487-320H400q-17 0-28.5-11.5T360-480q0-17 11.5-28.5T400-520h287l-75-75q-11-11-11-27t11-28q11-12 28-12.5t29 11.5l143 143q12 12 12 28t-12 28L669-309q-12 12-28.5 11.5T612-310q-11-12-10.5-28.5T613-366l74-74Z"/></svg>
package/icons/menu.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M160-240q-17 0-28.5-11.5T120-280q0-17 11.5-28.5T160-320h640q17 0 28.5 11.5T840-280q0 17-11.5 28.5T800-240H160Zm0-200q-17 0-28.5-11.5T120-480q0-17 11.5-28.5T160-520h640q17 0 28.5 11.5T840-480q0 17-11.5 28.5T800-440H160Zm0-200q-17 0-28.5-11.5T120-680q0-17 11.5-28.5T160-720h640q17 0 28.5 11.5T840-680q0 17-11.5 28.5T800-640H160Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M240-400q-33 0-56.5-23.5T160-480q0-33 23.5-56.5T240-560q33 0 56.5 23.5T320-480q0 33-23.5 56.5T240-400Zm240 0q-33 0-56.5-23.5T400-480q0-33 23.5-56.5T480-560q33 0 56.5 23.5T560-480q0 33-23.5 56.5T480-400Zm240 0q-33 0-56.5-23.5T640-480q0-33 23.5-56.5T720-560q33 0 56.5 23.5T800-480q0 33-23.5 56.5T720-400Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M480-160q-33 0-56.5-23.5T400-240q0-33 23.5-56.5T480-320q33 0 56.5 23.5T560-240q0 33-23.5 56.5T480-160Zm0-240q-33 0-56.5-23.5T400-480q0-33 23.5-56.5T480-560q33 0 56.5 23.5T560-480q0 33-23.5 56.5T480-400Zm0-240q-33 0-56.5-23.5T400-720q0-33 23.5-56.5T480-800q33 0 56.5 23.5T560-720q0 33-23.5 56.5T480-640Z"/></svg>
package/icons/north.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M480-80q-17 0-28.5-11.5T440-120v-607L284-572q-11 11-27.5 11.5T228-572q-11-11-11-28t11-28l224-224q6-6 13-8.5t15-2.5q8 0 15 2.5t13 8.5l224 224q11 11 11 27.5T732-572q-12 12-28.5 12T675-572L520-727v607q0 17-11.5 28.5T480-80Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h240q17 0 28.5 11.5T480-800q0 17-11.5 28.5T440-760H200v560h560v-240q0-17 11.5-28.5T800-480q17 0 28.5 11.5T840-440v240q0 33-23.5 56.5T760-120H200Zm560-584L416-360q-11 11-28 11t-28-11q-11-11-11-28t11-28l344-344H600q-17 0-28.5-11.5T560-800q0-17 11.5-28.5T600-840h200q17 0 28.5 11.5T840-800v200q0 17-11.5 28.5T800-560q-17 0-28.5-11.5T760-600v-104Z"/></svg>
package/icons/print.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M320-120q-33 0-56.5-23.5T240-200v-80h-80q-33 0-56.5-23.5T80-360v-160q0-51 35-85.5t85-34.5h560q51 0 85.5 34.5T880-520v160q0 33-23.5 56.5T800-280h-80v80q0 33-23.5 56.5T640-120H320ZM160-360h80q0-33 23.5-56.5T320-440h320q33 0 56.5 23.5T720-360h80v-160q0-17-11.5-28.5T760-560H200q-17 0-28.5 11.5T160-520v160Zm480-280v-120H320v120h-80v-120q0-33 23.5-56.5T320-840h320q33 0 56.5 23.5T720-760v120h-80Zm80 180q17 0 28.5-11.5T760-500q0-17-11.5-28.5T720-540q-17 0-28.5 11.5T680-500q0 17 11.5 28.5T720-460Zm-80 260v-160H320v160h320ZM160-560h640-640Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T480-880q17 0 28.5 11.5T520-840q0 17-11.5 28.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-17 11.5-28.5T840-520q17 0 28.5 11.5T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80Z"/></svg>
package/icons/remove.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M240-440q-17 0-28.5-11.5T200-480q0-17 11.5-28.5T240-520h480q17 0 28.5 11.5T760-480q0 17-11.5 28.5T720-440H240Z"/></svg>
package/icons/search.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M380-320q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l224 224q11 11 11 28t-11 28q-11 11-28 11t-28-11L532-372q-30 24-69 38t-83 14Zm0-80q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="m420-320 46 46q6 6 14 6t14-6l46-46h80q8 0 14-6t6-14v-80l46-46q6-6 6-14t-6-14l-46-46v-80q0-8-6-14t-14-6h-80l-46-46q-6-6-14-6t-14 6l-46 46h-80q-8 0-14 6t-6 14v80l-46 46q-6 6-6 14t6 14l46 46v80q0 8 6 14t14 6h80Zm60-40v-240q50 0 85 35t35 85q0 50-35 85t-85 35ZM160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-80h640v-480H160v480Zm0 0v-480 480Z"/></svg>
package/icons/share.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M680-80q-50 0-85-35t-35-85q0-6 3-28L282-392q-16 15-37 23.5t-45 8.5q-50 0-85-35t-35-85q0-50 35-85t85-35q24 0 45 8.5t37 23.5l281-164q-2-7-2.5-13.5T560-760q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35q-24 0-45-8.5T598-672L317-508q2 7 2.5 13.5t.5 14.5q0 8-.5 14.5T317-452l281 164q16-15 37-23.5t45-8.5q50 0 85 35t35 85q0 50-35 85t-85 35Zm0-80q17 0 28.5-11.5T720-200q0-17-11.5-28.5T680-240q-17 0-28.5 11.5T640-200q0 17 11.5 28.5T680-160ZM200-440q17 0 28.5-11.5T240-480q0-17-11.5-28.5T200-520q-17 0-28.5 11.5T160-480q0 17 11.5 28.5T200-440Zm480-280q17 0 28.5-11.5T720-760q0-17-11.5-28.5T680-800q-17 0-28.5 11.5T640-760q0 17 11.5 28.5T680-720Zm0 520ZM200-480Zm480-280Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm280-80h280v-560H480v560Z"/></svg>
package/icons/south.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M480-97q-8 0-15-2.5t-13-8.5L228-332q-11-11-11-28t11-28q12-12 28.5-11.5T284-388l156 155v-607q0-17 11.5-28.5T480-880q17 0 28.5 11.5T520-840v607l155-155q12-12 28.5-12t28.5 12q11 12 11 28.5T732-332L508-108q-6 6-13 8.5T480-97Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="m480-284-96 96q-11 11-28 11t-28-11q-11-11-11-28t11-28l124-124q6-6 13-8.5t15-2.5q8 0 15 2.5t13 8.5l124 124q11 11 11 28t-11 28q-11 11-28 11t-28-11l-96-96Zm0-392 96-96q11-11 28-11t28 11q11 11 11 28t-11 28L508-592q-6 6-13 8.5t-15 2.5q-8 0-15-2.5t-13-8.5L328-716q-11-11-11-28t11-28q11-11 28-11t28 11l96 96Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="m480-236 93-93q12-12 29-12t29 12q12 12 12 29t-12 29L508-148q-6 6-13 8.5t-15 2.5q-8 0-15-2.5t-13-8.5L329-271q-12-12-12-29t12-29q12-12 29-12t29 12l93 93Zm0-484-93 93q-12 12-29 12t-29-12q-12-12-12-29t12-29l123-123q6-6 13-8.5t15-2.5q8 0 15 2.5t13 8.5l123 123q12 12 12 29t-12 29q-12 12-29 12t-29-12l-93-93Z"/></svg>
package/icons/upload.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M240-160q-33 0-56.5-23.5T160-240v-80q0-17 11.5-28.5T200-360q17 0 28.5 11.5T240-320v80h480v-80q0-17 11.5-28.5T760-360q17 0 28.5 11.5T800-320v80q0 33-23.5 56.5T720-160H240Zm200-486-75 75q-12 12-28.5 11.5T308-572q-11-12-11.5-28t11.5-28l144-144q6-6 13-8.5t15-2.5q8 0 15 2.5t13 8.5l144 144q12 12 11.5 28T652-572q-12 12-28.5 12.5T595-571l-75-75v286q0 17-11.5 28.5T480-320q-17 0-28.5-11.5T440-360v-286Z"/></svg>
package/icons/west.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M233-440h607q17 0 28.5-11.5T880-480q0-17-11.5-28.5T840-520H233l155-156q11-11 11.5-27.5T388-732q-11-11-28-11t-28 11L108-508q-6 6-8.5 13T97-480q0 8 2.5 15t8.5 13l224 224q11 11 27.5 11t28.5-11q12-12 12-28.5T388-285L233-440Z"/></svg>
package/index.ts DELETED
File without changes
package/pull-request.sh DELETED
@@ -1,61 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Ensure API key is set
4
- if [ -z "$OPENAI_API_KEY" ]; then
5
- echo "❌ Please set your OPENAI_API_KEY environment variable."
6
- exit 1
7
- fi
8
-
9
- # Set model and endpoint
10
- MODEL="gpt-4"
11
- ENDPOINT="https://api.openai.com/v1/chat/completions"
12
-
13
- # Get current branch and base branch
14
- branch=$(git rev-parse --abbrev-ref HEAD)
15
- default_branch=$(git remote show origin | grep 'HEAD branch' | awk '{print $NF}')
16
-
17
- # Extract commits from current branch
18
- commits=$(git log "$default_branch"..HEAD --pretty=format:"%s" | grep -E "^(feat|fix|docs|style|refactor|test|chore|build|ci|perf)(\(.*\))?: ")
19
-
20
- if [ -z "$commits" ]; then
21
- echo "❌ No Conventional Commits found on this branch."
22
- exit 1
23
- fi
24
-
25
- # Prepare JSON payload with Conventional Commit title prompt
26
- messages=$(jq -n \
27
- --arg commits "$commits" \
28
- '[
29
- {
30
- "role": "system",
31
- "content": "You are an assistant that writes pull request titles in the Conventional Commits format (https://www.conventionalcommits.org/en/v1.0.0/)."
32
- },
33
- {
34
- "role": "user",
35
- "content": "Here are the commit messages:\n\n\($commits)\n\nWrite a concise PR title that summarizes the changes and follows the Conventional Commits format. Use an appropriate type (e.g., feat, fix, chore) and include a scope in parentheses if applicable. Return only the title and nothing else."
36
- }
37
- ]'
38
- )
39
-
40
- # Call OpenAI API
41
- response=$(curl -s "$ENDPOINT" \
42
- -H "Authorization: Bearer $OPENAI_API_KEY" \
43
- -H "Content-Type: application/json" \
44
- -d "{\"model\": \"$MODEL\", \"messages\": $messages, \"temperature\": 0.4}"
45
- )
46
-
47
- # Extract and display title
48
- title=$(echo "$response" | jq -r '.choices[0].message.content' | head -n 1)
49
-
50
- echo ""
51
- echo "✅ Suggested PR title from OpenAI:"
52
- echo "$title"
53
- echo ""
54
-
55
- # Optionally prompt to confirm and create PR
56
- read -p "📝 Use this title to create the PR? [y/N]: " confirm
57
- if [[ $confirm =~ ^[Yy]$ ]]; then
58
- gh pr create --title "$title" --body "Auto-generated title using OpenAI" --head "$branch"
59
- else
60
- echo "🛑 PR not created. You can still copy and use the title manually."
61
- fi
@@ -1,24 +0,0 @@
1
- const releaseConfig = {
2
- branches: ['main'],
3
- plugins: [
4
- '@semantic-release/commit-analyzer',
5
- '@semantic-release/release-notes-generator',
6
- [
7
- '@semantic-release/changelog',
8
- {
9
- changelogFile: 'CHANGELOG.md',
10
- },
11
- ],
12
- '@semantic-release/npm',
13
- [
14
- '@semantic-release/git',
15
- {
16
- assets: ['CHANGELOG.md', 'package.json'],
17
- message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
18
- },
19
- ],
20
- '@semantic-release/github',
21
- ],
22
- }
23
-
24
- export default releaseConfig