@linktr.ee/create-link-app 0.3.0-next.5 → 0.3.0-next.6
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.
|
@@ -66,25 +66,8 @@ function default_1(env, options) {
|
|
|
66
66
|
plugins: [
|
|
67
67
|
(0, tailwindcss_1.default)({
|
|
68
68
|
content: [`${appDir}/src/**/*.{js,jsx,ts,tsx}`, componentLibraryContentPath],
|
|
69
|
-
important: `.ui-link-app-${linkTypeSlug}`,
|
|
70
69
|
presets: [require('@linktr.ee/component-library/tailwind.config')],
|
|
71
70
|
plugins: [],
|
|
72
|
-
theme: {
|
|
73
|
-
extend: {
|
|
74
|
-
backgroundImage: {
|
|
75
|
-
loading: 'linear-gradient(90deg,#f3f3f1,#fff,#f3f3f1);',
|
|
76
|
-
},
|
|
77
|
-
keyframes: {
|
|
78
|
-
loading: {
|
|
79
|
-
'75%': { transform: 'translateX(100%)' },
|
|
80
|
-
'100%': { transform: 'translateX(100%)' },
|
|
81
|
-
},
|
|
82
|
-
},
|
|
83
|
-
animation: {
|
|
84
|
-
loading: 'loading 1.5s ease-in-out infinite',
|
|
85
|
-
},
|
|
86
|
-
},
|
|
87
|
-
},
|
|
88
71
|
}),
|
|
89
72
|
(0, autoprefixer_1.default)(),
|
|
90
73
|
],
|
|
@@ -107,9 +90,6 @@ function default_1(env, options) {
|
|
|
107
90
|
plugins: [
|
|
108
91
|
new html_webpack_plugin_1.default({
|
|
109
92
|
template: htmlTemplateFile,
|
|
110
|
-
templateParameters: {
|
|
111
|
-
tailwindBaseClass: `ui-link-app-${linkTypeSlug}`,
|
|
112
|
-
},
|
|
113
93
|
excludeChunks: [`LinkApp_${linkTypeId}`],
|
|
114
94
|
}),
|
|
115
95
|
],
|
package/oclif.manifest.json
CHANGED