@nycplanning/streetscape 0.12.0 → 0.13.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.
package/dist/index.js CHANGED
@@ -1894,6 +1894,24 @@ const ci = {
1894
1894
  fontWeight: "medium",
1895
1895
  textDecorationLine: "underline"
1896
1896
  }
1897
+ },
1898
+ tertiary: {
1899
+ padding: 0,
1900
+ height: "auto",
1901
+ lineHeight: "normal",
1902
+ verticalAlign: "baseline",
1903
+ backgroundColor: "white",
1904
+ color: "primary.500",
1905
+ fontWeight: "medium",
1906
+ textDecoration: "underline",
1907
+ _hover: {
1908
+ _disabled: {
1909
+ pointerEvents: "none"
1910
+ }
1911
+ },
1912
+ _active: {
1913
+ color: "primary.500"
1914
+ }
1897
1915
  }
1898
1916
  },
1899
1917
  defaultProps: {