@trafilea/afrodita-components 4.0.2-beta.13 → 4.0.2-beta.17

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.
@@ -140,9 +140,9 @@ var shapermint = {
140
140
  200: { color: '#bbbbbb', contrast: '--colors-shades-700-color' },
141
141
  250: { color: '#a6a6a6', contrast: '--colors-shades-700-color' },
142
142
  300: { color: '#9e9e9e', contrast: '--colors-shades-700-color' },
143
- 350: { color: '#949494', contrast: '--colors-shades-700-color' },
144
- 400: { color: '#808080', contrast: '--colors-shades-700-color' },
145
- 450: { color: '#767676', contrast: '--colors-shades-700-color' },
143
+ 350: { color: '#949494', contrast: '--colors-shades-white-color' },
144
+ 400: { color: '#808080', contrast: '--colors-shades-white-color' },
145
+ 450: { color: '#767676', contrast: '--colors-shades-white-color' },
146
146
  500: { color: '#5a5a5a', contrast: '--colors-shades-white-color' },
147
147
  550: { color: '#3a3a3a', contrast: '--colors-shades-white-color' },
148
148
  600: { color: '#343434', contrast: '--colors-shades-white-color' },
@@ -182,16 +182,16 @@ var shapermint = {
182
182
  fontWeight: 600,
183
183
  size: {
184
184
  small: {
185
- fontSize: '1rem',
186
- padding: '0.875rem 2rem',
185
+ fontSize: '0.75rem',
186
+ padding: '0.625rem 2rem',
187
187
  },
188
188
  medium: {
189
189
  fontSize: '0.875rem',
190
190
  padding: '0.688rem 2rem',
191
191
  },
192
192
  large: {
193
- fontSize: '0.75rem',
194
- padding: '0.625rem 2rem',
193
+ fontSize: '1rem',
194
+ padding: '0.875rem 2rem',
195
195
  },
196
196
  },
197
197
  primary: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "4.0.2-beta.13",
6
+ "version": "4.0.2-beta.17",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",