@@ -103,7 +103,7 @@ const TestCallExpression = styled_default.default(Test).withConfig({
103103` ;
104104
105105exports[` fixtures should minify css in helpers 1 ` ] = `
106- " import { css, keyframes } from \' styled-components/no-tags \' ;
106+ " import { css, keyframes } from \' styled-components\' ;
107107
108108const key = keyframes \` to{ transform :rotate (360deg );} \` ;
109109
@@ -119,31 +119,31 @@ var _templateObject = _taggedTemplateLiteral([\'width:100%;\'], [\'width:100%;\'
119119 _templateObject4 = _taggedTemplateLiteral([\' color:red;\' ], [\' color:red;\' ]),
120120 _templateObject5 = _taggedTemplateLiteral([\' & :hover{ color :blue ;} \' ], [\' & :hover{ color :blue ;} \' ]);
121121
122- var _noTags = require(\' styled-components/no-tags \' );
122+ var _styledComponents = require(\' styled-components\' );
123123
124- var _noTags2 = _interopRequireDefault(_noTags );
124+ var _styledComponents2 = _interopRequireDefault(_styledComponents );
125125
126126function _interopRequireDefault(obj) { return obj && obj .__esModule ? obj : { default: obj }; }
127127
128128function _taggedTemplateLiteral(strings, raw) { return Object .freeze (Object .defineProperties (strings , { raw: { value: Object .freeze (raw ) } })); }
129129
130- var Simple = (0, _noTags2 .default)(\' div\' )(_templateObject);
130+ var Simple = (0, _styledComponents2 .default)(\' div\' )(_templateObject);
131131
132- var Interpolation = (0, _noTags2 .default)(\' div\' )(_templateObject2, function (props) {
132+ var Interpolation = (0, _styledComponents2 .default)(\' div\' )(_templateObject2, function (props) {
133133 return props .text ;
134134} );
135135
136- var SpecialCharacters = (0, _noTags2 .default)(\' div\' )(_templateObject3, function (props) {
136+ var SpecialCharacters = (0, _styledComponents2 .default)(\' div\' )(_templateObject3, function (props) {
137137 return props .text ;
138138} );
139139
140- var Comment = (0, _noTags2 .default)(\' div\' )(_templateObject4);
140+ var Comment = (0, _styledComponents2 .default)(\' div\' )(_templateObject4);
141141
142- var Parens = (0, _noTags2 .default)(\' div\' )(_templateObject5);"
142+ var Parens = (0, _styledComponents2 .default)(\' div\' )(_templateObject5);"
143143` ;
144144
145145exports [` fixtures should minify css to use without transpilation 1` ] = `
146- "import styled from \' styled-components/no-tags \' ;
146+ "import styled from \' styled-components\' ;
147147
148148const Simple = styled(\' div\' )\` width:100%;\` ;
149149
@@ -159,13 +159,13 @@ const UrlComments = styled(\'div\')\`color:red;background:red;border:1px solid g
159159` ;
160160
161161exports [` fixtures should not use private api if not required 1` ] = `
162- "import styled from \' styled-components/no-tags \' ;
162+ "import styled from \' styled-components\' ;
163163
164164const Test = styled(\' div\' )\` width:100%;\` ;"
165165` ;
166166
167167exports [` fixtures should track the imported variable 1` ] = `
168- "import s from \" styled-components/no-tags \" ;
168+ "import s from \" styled-components\" ;
169169
170170const Test = s(\" div\" ).withConfig({
171171 displayName : \" Test\" ,
@@ -215,47 +215,47 @@ const TestCallExpression = styled_default.default(Test).withConfig({
215215exports[` fixtures should transpile template literals with config 1 ` ] = `
216216" \' use strict\' ;
217217
218- var _noTags = require (\' styled-components/no-tags \' );
218+ var _styledComponents = require (\' styled-components\' );
219219
220- var _noTags2 = _interopRequireDefault (_noTags );
220+ var _styledComponents2 = _interopRequireDefault (_styledComponents );
221221
222222function _interopRequireDefault(obj ) { return obj && obj .__esModule ? obj : { default : obj }; }
223223
224- var Named = (0 , _noTags2 .default )(\' div\' ).withConfig({
224+ var Named = (0 , _styledComponents2 .default )(\' div\' ).withConfig({
225225 displayName : \' transpile-template-literals-with-config__Named\'
226226})([\'\\ n width: 100%;\\ n\' ]);
227227
228- var NamedWithInterpolation = (0 , _noTags2 .default )(\' div\' ).withConfig({
228+ var NamedWithInterpolation = (0 , _styledComponents2 .default )(\' div\' ).withConfig({
229229 displayName : \' transpile-template-literals-with-config__NamedWithInterpolation\'
230230})([\'\\ n color: \' , \' ;\\ n\' ], function (color) {
231231 return props .color ;
232232});
233233
234- var Wrapped = (0 , _noTags2 .default )(Inner ).withConfig ({
234+ var Wrapped = (0 , _styledComponents2 .default )(Inner ).withConfig ({
235235 displayName: \' transpile-template-literals-with-config__Wrapped\'
236236})([\' color: red;\' ]);"
237237` ;
238238
239239exports[` fixtures should transpile template literals without config 1 ` ] = `
240240" \' use strict\' ;
241241
242- var _noTags = require (\' styled-components/no-tags \' );
242+ var _styledComponents = require (\' styled-components\' );
243243
244- var _noTags2 = _interopRequireDefault (_noTags );
244+ var _styledComponents2 = _interopRequireDefault (_styledComponents );
245245
246246function _interopRequireDefault(obj ) { return obj && obj .__esModule ? obj : { default : obj }; }
247247
248- var Named = (0 , _noTags2 .default )(\' div\' )([\'\\ n width: 100%;\\ n\' ]);
248+ var Named = (0 , _styledComponents2 .default )(\' div\' )([\'\\ n width: 100%;\\ n\' ]);
249249
250- var NamedWithInterpolation = (0 , _noTags2 .default )(\' div\' )([\'\\ n color: \' , \' ;\\ n\' ], function (color) {
250+ var NamedWithInterpolation = (0 , _styledComponents2 .default )(\' div\' )([\'\\ n color: \' , \' ;\\ n\' ], function (color) {
251251 return props .color ;
252252});
253253
254- var Wrapped = (0 , _noTags2 .default )(Inner )([\' color: red;\' ]);"
254+ var Wrapped = (0 , _styledComponents2 .default )(Inner )([\' color: red;\' ]);"
255255` ;
256256
257257exports[` fixtures should use file name 1 ` ] = `
258- " import styled from \" styled-components/no-tags \" ;
258+ " import styled from \" styled-components\" ;
259259
260260const Test = styled (\" div\" ).withConfig({
261261 displayName : \" use-file-name__Test\" ,
@@ -280,5 +280,5 @@ exports[`fixtures should work with hoisted default as import 1`] = `
280280 displayName : \' work-with-hoisted-default-as-import__Test\' ,
281281 componentId : \' sc-1te5tgi-0\'
282282})\` width:100%;\` ;
283- import { default as s , css } from \' styled-components/no-tags \' ;"
283+ import { default as s , css } from \' styled-components\' ;"
284284` ;
0 commit comments