Skip to content

Commit

Permalink
Ran test:update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Jul 23, 2024
1 parent e0799a6 commit fd068ff
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 438 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ const ContainerRoot = /*#__PURE__*/ _styled('div', {
},
className: 'c12mgz3n-7',
},
{
props: {
maxWidth: 'uw',
},
className: 'c12mgz3n-8',
},
],
});
const Container = React.forwardRef(function Container(props, ref) {
Expand Down
75 changes: 0 additions & 75 deletions packages/pigment-css-react/tests/Grid/fixtures/Grid.output.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,81 +343,6 @@
--Grid-self-margin-left: var(--Grid-self-margin-left-xl);
}
}
@media (min-width: 2560px) {
.g1s0u14x76 {
flex-direction: column;
}
}
@media (min-width: 2560px) {
.g1s0u14x77 {
flex-direction: column-reverse;
}
}
@media (min-width: 2560px) {
.g1s0u14x78 {
flex-direction: row;
}
}
@media (min-width: 2560px) {
.g1s0u14x79 {
flex-direction: row-reverse;
}
}
@media (min-width: 2560px) {
.g1s0u14x80 {
--Grid-parent-column-count: var(--Grid-parent-column-count-uw);
}
}
@media (min-width: 2560px) {
.g1s0u14x81 {
--Grid-parent-column-spacing: var(--Grid-parent-column-spacing-uw);
}
}
@media (min-width: 2560px) {
.g1s0u14x82 {
--Grid-parent-row-spacing: var(--Grid-parent-row-spacing-uw);
}
}
@media (min-width: 2560px) {
.g1s0u14x83 {
--Grid-self-column-span: var(--Grid-self-column-span-uw);
}
}
@media (min-width: 2560px) {
.g1s0u14x84 {
--Grid-self-width: var(--Grid-self-width-uw);
}
}
@media (min-width: 2560px) {
.g1s0u14x85 {
--Grid-self-max-width: var(--Grid-self-max-width-uw);
}
}
@media (min-width: 2560px) {
.g1s0u14x86 {
--Grid-self-flex: var(--Grid-self-flex-uw);
}
}
@media (min-width: 2560px) {
.g1s0u14x87 {
--Grid-self-column-spacing: var(--Grid-self-column-spacing-uw);
}
}
@media (min-width: 2560px) {
.g1s0u14x88 {
--Grid-self-row-spacing: var(--Grid-self-row-spacing-uw);
}
}
@media (min-width: 2560px) {
.g1s0u14x89 {
--Grid-self-offset: var(--Grid-self-offset-uw);
}
}
@media (min-width: 2560px) {
.g1s0u14x90 {
--Grid-self-margin-left: var(--Grid-self-margin-left-uw);
}
}
.g1i5ygey {
--Grid-fixed-width: calc(
100% * var(--Grid-self-column-span) / var(--Grid-parent-column-count) -
Expand Down
17 changes: 1 addition & 16 deletions packages/pigment-css-react/tests/Grid/fixtures/Grid.output.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,27 @@ const gridAtomics = /*#__PURE__*/ _atomics({
md: 'g1s0u14x31',
lg: 'g1s0u14x46',
xl: 'g1s0u14x61',
uw: 'g1s0u14x76',
},
'column-reverse': {
xs: 'g1s0u14x2',
sm: 'g1s0u14x17',
md: 'g1s0u14x32',
lg: 'g1s0u14x47',
xl: 'g1s0u14x62',
uw: 'g1s0u14x77',
},
row: {
xs: 'g1s0u14x3',
sm: 'g1s0u14x18',
md: 'g1s0u14x33',
lg: 'g1s0u14x48',
xl: 'g1s0u14x63',
uw: 'g1s0u14x78',
},
'row-reverse': {
xs: 'g1s0u14x4',
sm: 'g1s0u14x19',
md: 'g1s0u14x34',
lg: 'g1s0u14x49',
xl: 'g1s0u14x64',
uw: 'g1s0u14x79',
},
},
'--Grid-parent-column-count': {
Expand All @@ -55,7 +51,6 @@ const gridAtomics = /*#__PURE__*/ _atomics({
md: 'g1s0u14x35',
lg: 'g1s0u14x50',
xl: 'g1s0u14x65',
uw: 'g1s0u14x80',
},
},
'--Grid-parent-column-spacing': {
Expand All @@ -65,7 +60,6 @@ const gridAtomics = /*#__PURE__*/ _atomics({
md: 'g1s0u14x36',
lg: 'g1s0u14x51',
xl: 'g1s0u14x66',
uw: 'g1s0u14x81',
},
},
'--Grid-parent-row-spacing': {
Expand All @@ -75,7 +69,6 @@ const gridAtomics = /*#__PURE__*/ _atomics({
md: 'g1s0u14x37',
lg: 'g1s0u14x52',
xl: 'g1s0u14x67',
uw: 'g1s0u14x82',
},
},
'--Grid-self-column-span': {
Expand All @@ -85,7 +78,6 @@ const gridAtomics = /*#__PURE__*/ _atomics({
md: 'g1s0u14x38',
lg: 'g1s0u14x53',
xl: 'g1s0u14x68',
uw: 'g1s0u14x83',
},
},
'--Grid-self-width': {
Expand All @@ -95,7 +87,6 @@ const gridAtomics = /*#__PURE__*/ _atomics({
md: 'g1s0u14x39',
lg: 'g1s0u14x54',
xl: 'g1s0u14x69',
uw: 'g1s0u14x84',
},
},
'--Grid-self-max-width': {
Expand All @@ -105,7 +96,6 @@ const gridAtomics = /*#__PURE__*/ _atomics({
md: 'g1s0u14x40',
lg: 'g1s0u14x55',
xl: 'g1s0u14x70',
uw: 'g1s0u14x85',
},
},
'--Grid-self-flex': {
Expand All @@ -115,7 +105,6 @@ const gridAtomics = /*#__PURE__*/ _atomics({
md: 'g1s0u14x41',
lg: 'g1s0u14x56',
xl: 'g1s0u14x71',
uw: 'g1s0u14x86',
},
},
'--Grid-self-column-spacing': {
Expand All @@ -125,7 +114,6 @@ const gridAtomics = /*#__PURE__*/ _atomics({
md: 'g1s0u14x42',
lg: 'g1s0u14x57',
xl: 'g1s0u14x72',
uw: 'g1s0u14x87',
},
},
'--Grid-self-row-spacing': {
Expand All @@ -135,7 +123,6 @@ const gridAtomics = /*#__PURE__*/ _atomics({
md: 'g1s0u14x43',
lg: 'g1s0u14x58',
xl: 'g1s0u14x73',
uw: 'g1s0u14x88',
},
},
'--Grid-self-offset': {
Expand All @@ -145,7 +132,6 @@ const gridAtomics = /*#__PURE__*/ _atomics({
md: 'g1s0u14x44',
lg: 'g1s0u14x59',
xl: 'g1s0u14x74',
uw: 'g1s0u14x89',
},
},
'--Grid-self-margin-left': {
Expand All @@ -155,12 +141,11 @@ const gridAtomics = /*#__PURE__*/ _atomics({
md: 'g1s0u14x45',
lg: 'g1s0u14x60',
xl: 'g1s0u14x75',
uw: 'g1s0u14x90',
},
},
},
shorthands: {},
conditions: ['xs', 'sm', 'md', 'lg', 'xl', 'uw'],
conditions: ['xs', 'sm', 'md', 'lg', 'xl'],
defaultCondition: 'xs',
unitless: ['--Grid-parent-column-count', '--Grid-self-column-span', '--Grid-self-offset'],
multipliers: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ const hiddenAtomics = /*#__PURE__*/ _atomics({
xlOnly: 'hccfrvp13',
xlUp: 'hccfrvp14',
xlDown: 'hccfrvp15',
uwOnly: 'hccfrvp16',
uwUp: 'hccfrvp17',
uwDown: 'hccfrvp18',
},
},
},
Expand All @@ -45,9 +42,6 @@ const hiddenAtomics = /*#__PURE__*/ _atomics({
'xlOnly',
'xlUp',
'xlDown',
'uwOnly',
'uwUp',
'uwDown',
],
defaultCondition: undefined,
unitless: [],
Expand Down
Loading

0 comments on commit fd068ff

Please sign in to comment.