1- import * as Stitches from '@stitches/ react' ;
1+ import * as Stitches from '@sigmacomputing/stitches- react' ;
22export declare const config : {
33 prefix : "" ;
44 media : { } ;
@@ -7,56 +7,56 @@ export declare const config: {
77 primary : string ;
88 } ;
99 } ;
10- themeMap : import ( "@stitches/ react/types/config" ) . DefaultThemeMap ;
10+ themeMap : import ( "@sigmacomputing/stitches- react/types/config" ) . DefaultThemeMap ;
1111 utils : {
1212 bg : ( value : Stitches . PropertyValue < 'backgroundColor' > ) => {
13- color : import ( "@stitches/ react/types/css-util" ) . WithPropertyValue < "backgroundColor" > ;
13+ color : import ( "@sigmacomputing/stitches- react/types/css-util" ) . WithPropertyValue < "backgroundColor" > ;
1414 } ;
1515 c : ( value : Stitches . ScaleValue < 'colors' > ) => {
16- color : import ( "@stitches/ react/types/css-util" ) . WithScaleValue < "colors" > ;
16+ color : import ( "@sigmacomputing/stitches- react/types/css-util" ) . WithScaleValue < "colors" > ;
1717 } ;
1818 } ;
1919} , styled : {
2020 withConfig : ( config : {
2121 componentId ?: string | undefined ;
2222 displayName ?: string | undefined ;
2323 shouldForwardStitchesProp ?: ( ( prop : "css" | ( string & { } ) ) => boolean | void ) | undefined ;
24- } ) => import ( "@stitches/ react/types/stitches" ) . StyledFunctionType < { } , {
24+ } ) => import ( "@sigmacomputing/stitches- react/types/stitches" ) . StyledFunctionType < { } , {
2525 colors : {
2626 primary : string ;
2727 } ;
28- } , import ( "@stitches/ react/types/config" ) . DefaultThemeMap , {
28+ } , import ( "@sigmacomputing/stitches- react/types/config" ) . DefaultThemeMap , {
2929 bg : ( value : Stitches . PropertyValue < 'backgroundColor' > ) => {
30- color: import ( "@stitches/ react/types/css-util" ) . WithPropertyValue < "backgroundColor" > ;
30+ color: import ( "@sigmacomputing/stitches- react/types/css-util" ) . WithPropertyValue < "backgroundColor" > ;
3131 } ;
3232 c : ( value : Stitches . ScaleValue < 'colors' > ) = > {
33- color : import ( "@stitches/ react/types/css-util" ) . WithScaleValue < "colors" > ;
33+ color : import ( "@sigmacomputing/stitches- react/types/css-util" ) . WithScaleValue < "colors" > ;
3434 } ;
3535 } > ;
36- } & import ( "@stitches/ react/types/stitches" ) . StyledFunctionType < { } , {
36+ } & import ( "@sigmacomputing/stitches- react/types/stitches" ) . StyledFunctionType < { } , {
3737 colors : {
3838 primary : string ;
3939 } ;
40- } , import ( "@stitches/ react/types/config" ) . DefaultThemeMap , {
40+ } , import ( "@sigmacomputing/stitches- react/types/config" ) . DefaultThemeMap , {
4141 bg : ( value : Stitches . PropertyValue < 'backgroundColor' > ) => {
42- color : import ( "@stitches/ react/types/css-util" ) . WithPropertyValue < "backgroundColor" > ;
42+ color : import ( "@sigmacomputing/stitches- react/types/css-util" ) . WithPropertyValue < "backgroundColor" > ;
4343 } ;
4444 c : ( value : Stitches . ScaleValue < 'colors' > ) => {
45- color : import ( "@stitches/ react/types/css-util" ) . WithScaleValue < "colors" > ;
45+ color : import ( "@sigmacomputing/stitches- react/types/css-util" ) . WithScaleValue < "colors" > ;
4646 } ;
4747} > ;
4848export declare const colorValue1 : Stitches . PropertyValue < 'backgroundColor' , typeof config > ;
4949export declare const colorValue2 : Stitches . PropertyValue < 'backgroundColor' , typeof config > ;
5050export declare const colorToken : Stitches . ScaleValue < 'colors' , typeof config > ;
51- export declare const Box : import ( "@stitches/ react/types/styled-component" ) . StyledComponent < "div" , { } , { } , import ( "@stitches/ react/types/css-util" ) . CSS < { } , {
51+ export declare const Box : import ( "@sigmacomputing/stitches- react/types/styled-component" ) . StyledComponent < "div" , { } , { } , import ( "@sigmacomputing/stitches- react/types/css-util" ) . CSS < { } , {
5252 colors : {
5353 primary : string ;
5454 } ;
55- } , import ( "@stitches/ react/types/config" ) . DefaultThemeMap , {
55+ } , import ( "@sigmacomputing/stitches- react/types/config" ) . DefaultThemeMap , {
5656 bg : ( value : Stitches . PropertyValue < 'backgroundColor' > ) => {
57- color : import ( "@stitches/ react/types/css-util" ) . WithPropertyValue < "backgroundColor" > ;
57+ color : import ( "@sigmacomputing/stitches- react/types/css-util" ) . WithPropertyValue < "backgroundColor" > ;
5858 } ;
5959 c : ( value : Stitches . ScaleValue < 'colors' > ) => {
60- color : import ( "@stitches/ react/types/css-util" ) . WithScaleValue < "colors" > ;
60+ color : import ( "@sigmacomputing/stitches- react/types/css-util" ) . WithScaleValue < "colors" > ;
6161 } ;
6262} > > ;
0 commit comments