tide-design-system 2.1.1 → 2.1.3
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/.storybook/.github/workflows/publish-release.yml +38 -0
- package/dist/IconAttachMoney-1360c507.js +16 -0
- package/dist/IconAttachMoney-6d3087ab.cjs +2 -0
- package/dist/IconHandshake-33b452a7.cjs +2 -0
- package/dist/IconHandshake-7c9f1e84.js +16 -0
- package/dist/IconThumbUp-722d3c77.cjs +2 -0
- package/dist/IconThumbUp-72caf64e.js +16 -0
- package/dist/IconTrendingDown-3da4b7d4.cjs +2 -0
- package/dist/IconTrendingDown-ff3969c7.js +16 -0
- package/dist/tide-design-system.cjs +2 -2
- package/dist/tide-design-system.esm.d.ts +4 -0
- package/dist/tide-design-system.esm.js +191 -187
- package/package.json +1 -1
- package/src/assets/svg/icons/IconAttachMoney.svg +4 -0
- package/src/assets/svg/icons/IconHandshake.svg +3 -0
- package/src/assets/svg/icons/IconThumbUp.svg +3 -0
- package/src/assets/svg/icons/IconTrendingDown.svg +5 -0
- package/src/types/Icon.ts +4 -0
|
@@ -1274,6 +1274,7 @@ export declare const ICON: {
|
|
|
1274
1274
|
readonly ARROW_FORWARD: "arrow-forward";
|
|
1275
1275
|
readonly ARROW_RIGHT: "arrow-right";
|
|
1276
1276
|
readonly ASSIGNMENT: "assignment";
|
|
1277
|
+
readonly ATTACH_MONEY: "attach-money";
|
|
1277
1278
|
readonly AWARD_STAR: "award-star";
|
|
1278
1279
|
readonly BED: "bed";
|
|
1279
1280
|
readonly BOOKMARK: "bookmark";
|
|
@@ -1306,6 +1307,7 @@ export declare const ICON: {
|
|
|
1306
1307
|
readonly GOOGLE: "google";
|
|
1307
1308
|
readonly GOOGLE_PAY: "google-pay";
|
|
1308
1309
|
readonly GRID: "grid";
|
|
1310
|
+
readonly HANDSHAKE: "handshake";
|
|
1309
1311
|
readonly HEIGHT: "height";
|
|
1310
1312
|
readonly HELP: "help";
|
|
1311
1313
|
readonly INFO: "info";
|
|
@@ -1344,6 +1346,8 @@ export declare const ICON: {
|
|
|
1344
1346
|
readonly STAR: "star";
|
|
1345
1347
|
readonly SWAP_VERT: "swap-vert";
|
|
1346
1348
|
readonly THREE_D_ROTATION: "three-d-rotation";
|
|
1349
|
+
readonly THUMB_UP: "thumb-up";
|
|
1350
|
+
readonly TRENDING_DOWN: "trending-down";
|
|
1347
1351
|
readonly TROPHY: "trophy";
|
|
1348
1352
|
readonly TUNE: "tune";
|
|
1349
1353
|
readonly TWITTER: "twitter";
|