@spothero/ui 14.7.6 → 14.8.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/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 14.8.0 - 05/19/2022
2
+
3
+ ## New Features
4
+ * [[c5dcc22](https://github.com/spothero/fe-ui/commit/c5dcc22)] - Removed textButton and textButtonOnDark from fe-ui. Also removed underline for now ([#296](https://github.com/spothero/fe-ui/pull/296)) (Max Rashes)
5
+
1
6
  # 14.7.6 - 05/18/2022
2
7
 
3
8
  ## Miscellaneous Updates
package/CHANGELOG.tmp CHANGED
@@ -1,6 +1,5 @@
1
- # 14.7.6 - 05/18/2022
1
+ # 14.8.0 - 05/19/2022
2
2
 
3
- ## Miscellaneous Updates
4
- * [[5dbc9cf](https://github.com/spothero/fe-ui/commit/5dbc9cf)] - `fix:` Updated Icon import to use chakra instead of local ([#294](https://github.com/spothero/fe-ui/pull/294)) (Nathan Caraker)
5
- * `fix:` Removed icon from select component to fix rollup issues
3
+ ## New Features
4
+ * [[c5dcc22](https://github.com/spothero/fe-ui/commit/c5dcc22)] - Removed textButton and textButtonOnDark from fe-ui. Also removed underline for now ([#296](https://github.com/spothero/fe-ui/pull/296)) (Max Rashes)
6
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "14.7.6",
3
+ "version": "14.8.0",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "v2/index-bundled.cjs.js",
6
6
  "module": "v2/index.js",
@@ -93,56 +93,11 @@ export const variants = {
93
93
  boxShadow: '0 0 0 3px rgba(255, 255, 255, 0.7)',
94
94
  },
95
95
  },
96
- textButton: {
97
- bg: 'none',
98
- borderWidth: 'none',
99
- borderRadius: 'unset',
100
- color: 'primary.default',
101
- h: 'unset',
102
- m: 'unset',
103
- minW: 'unset',
104
- p: 'unset',
105
- lineHeight: 1,
106
- _disabled: {
107
- bg: 'none',
108
- color: 'gray.dark',
109
- },
110
- _hover: {
111
- color: 'primary.700',
112
- _disabled: {
113
- color: 'gray.dark',
114
- },
115
- },
116
- },
117
- textButtonOnDark: {
118
- bg: 'none',
119
- borderRadius: 'unset',
120
- borderWidth: 'none',
121
- color: 'white',
122
- h: 'unset',
123
- m: 'unset',
124
- minW: 'unset',
125
- p: 'unset',
126
- _disabled: {
127
- bg: 'none',
128
- color: 'white',
129
- opacity: '.7',
130
- },
131
- _hover: {
132
- color: 'white',
133
- opacity: '.8',
134
- _disabled: {
135
- opacity: '.7',
136
- },
137
- },
138
- },
139
96
  tertiary: {
140
97
  bg: 'none',
141
98
  borderWidth: 'none',
142
99
  borderRadius: 'unset',
143
100
  color: 'primary.default',
144
- textDecoration: 'underline',
145
- textUnderlineOffset: '1px',
146
101
  h: 'unset',
147
102
  m: 'unset',
148
103
  minW: 'unset',
@@ -164,8 +119,6 @@ export const variants = {
164
119
  borderRadius: 'unset',
165
120
  borderWidth: 'none',
166
121
  color: 'white',
167
- textDecoration: 'underline',
168
- textUnderlineOffset: '1px',
169
122
  h: 'unset',
170
123
  m: 'unset',
171
124
  minW: 'unset',