@conveyorhq/arrow-ds 1.114.0 → 1.114.1

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@conveyorhq/arrow-ds",
3
3
  "author": "Conveyor",
4
4
  "license": "MIT",
5
- "version": "1.114.0",
5
+ "version": "1.114.1",
6
6
  "description": "Arrow Design System",
7
7
  "repository": "https://github.com/conveyor/arrow-ds",
8
8
  "publishConfig": {
@@ -1808,20 +1808,19 @@ override built-in Image component classes */
1808
1808
  }
1809
1809
 
1810
1810
  .ads-Button--product.ads-Button--utility {
1811
- --tw-border-opacity: 1;
1812
- border-color: rgb(185 200 210 / var(--tw-border-opacity));
1811
+ border-color: transparent;
1813
1812
  --tw-bg-opacity: 1;
1814
- background-color: rgb(244 247 249 / var(--tw-bg-opacity));
1813
+ background-color: rgb(222 231 238 / var(--tw-bg-opacity));
1815
1814
  --tw-text-opacity: 1;
1816
- color: rgb(134 163 181 / var(--tw-text-opacity));
1815
+ color: rgb(71 104 125 / var(--tw-text-opacity));
1817
1816
  }
1818
1817
 
1819
1818
  .ads-Button--product.ads-Button--utility:hover,
1820
1819
  .ads-Button--product.ads-Button--utility:active,
1821
1820
  .ads-Button--product.ads-Button--utility:focus,
1822
1821
  .ads-Button--product.ads-Button--utility.ads-Button--depressed {
1823
- --tw-bg-opacity: 1;
1824
- background-color: rgb(222 231 238 / var(--tw-bg-opacity));
1822
+ --tw-text-opacity: 1;
1823
+ color: rgb(32 65 86 / var(--tw-text-opacity));
1825
1824
  }
1826
1825
 
1827
1826
  .ads-Button--product.ads-Button--danger {
@@ -1865,7 +1864,8 @@ override built-in Image component classes */
1865
1864
  height: 24px;
1866
1865
  padding-left: 8px;
1867
1866
  padding-right: 8px;
1868
- font-size: 12px;
1867
+
1868
+ font-size: 10px;
1869
1869
  }
1870
1870
 
1871
1871
  .ads-Button--product.ads-Button--medium {
@@ -1885,7 +1885,8 @@ override built-in Image component classes */
1885
1885
  .ads-Button--product.ads-Button--iconOnly--small {
1886
1886
  height: 24px;
1887
1887
  width: 24px;
1888
- font-size: 12px;
1888
+
1889
+ font-size: 10px;
1889
1890
  }
1890
1891
 
1891
1892
  .ads-Button--product.ads-Button--iconOnly--medium {