@trafilea/afrodita-components 6.36.12 → 6.36.14

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.
@@ -21110,8 +21110,7 @@ var Slider = function (_a) {
21110
21110
 
21111
21111
  var Container$5 = newStyled.div({
21112
21112
  background: 'var(--truekind-default-secondary, #292929)',
21113
- minHeight: '100vh',
21114
- height: '100%',
21113
+ minHeight: '100svh',
21115
21114
  width: '100vw',
21116
21115
  position: 'fixed',
21117
21116
  overflowY: 'scroll',
@@ -21134,17 +21133,18 @@ var SubContainer = newStyled.div({
21134
21133
  '@media screen and (min-height: 740px)': {
21135
21134
  marginTop: '0px',
21136
21135
  },
21137
- '@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)': {
21138
- '@media': {
21139
- marginTop: '40px !important',
21140
- },
21136
+ '@media screen and (-webkit-min-device-pixel-ratio:0)': {
21137
+ marginTop: '40px !important',
21141
21138
  },
21142
21139
  '@media not all and (min-resolution:.001dpcm)': {
21140
+ '@media': {
21141
+ marginTop: '140px !important',
21142
+ },
21143
21143
  '@supports (-webkit-appearance:none) and (stroke-color:transparent)': {
21144
- marginTop: '40px !important',
21144
+ marginTop: '140px !important',
21145
21145
  },
21146
21146
  '@supports (-webkit-appearance:none) and (not (stroke-color:transparent))': {
21147
- marginTop: '40px !important',
21147
+ marginTop: '140px !important',
21148
21148
  },
21149
21149
  },
21150
21150
  '@media screen and (min-width: 380px) and (max-width: 400px) and (max-height: 860px) ': {
package/build/index.js CHANGED
@@ -21136,8 +21136,7 @@ var Slider = function (_a) {
21136
21136
 
21137
21137
  var Container$5 = newStyled.div({
21138
21138
  background: 'var(--truekind-default-secondary, #292929)',
21139
- minHeight: '100vh',
21140
- height: '100%',
21139
+ minHeight: '100svh',
21141
21140
  width: '100vw',
21142
21141
  position: 'fixed',
21143
21142
  overflowY: 'scroll',
@@ -21160,17 +21159,18 @@ var SubContainer = newStyled.div({
21160
21159
  '@media screen and (min-height: 740px)': {
21161
21160
  marginTop: '0px',
21162
21161
  },
21163
- '@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)': {
21164
- '@media': {
21165
- marginTop: '40px !important',
21166
- },
21162
+ '@media screen and (-webkit-min-device-pixel-ratio:0)': {
21163
+ marginTop: '40px !important',
21167
21164
  },
21168
21165
  '@media not all and (min-resolution:.001dpcm)': {
21166
+ '@media': {
21167
+ marginTop: '140px !important',
21168
+ },
21169
21169
  '@supports (-webkit-appearance:none) and (stroke-color:transparent)': {
21170
- marginTop: '40px !important',
21170
+ marginTop: '140px !important',
21171
21171
  },
21172
21172
  '@supports (-webkit-appearance:none) and (not (stroke-color:transparent))': {
21173
- marginTop: '40px !important',
21173
+ marginTop: '140px !important',
21174
21174
  },
21175
21175
  },
21176
21176
  '@media screen and (min-width: 380px) and (max-width: 400px) and (max-height: 860px) ': {
@@ -500,9 +500,9 @@ var truekind = {
500
500
  label: {
501
501
  color: '--colors-pallete-secondary-color',
502
502
  fontSize: {
503
- small: '0.625rem',
504
- medium: '0.75rem',
505
- large: '0.875rem',
503
+ small: '0.875rem',
504
+ medium: '1rem',
505
+ large: '1rem',
506
506
  },
507
507
  lineHeight: {
508
508
  small: '0.875rem',
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": "6.36.12",
6
+ "version": "6.36.14",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",