@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
  ],
@@ -10,7 +10,7 @@
10
10
  </head>
11
11
 
12
12
  <body>
13
- <div id="root" class="<%= tailwindBaseClass %>"></div>
13
+ <div id="root"></div>
14
14
  </body>
15
15
 
16
- </html>
16
+ </html>
@@ -14,7 +14,7 @@
14
14
  </head>
15
15
 
16
16
  <body>
17
- <div id="root" class="<%= tailwindBaseClass %>"></div>
17
+ <div id="root"></div>
18
18
  </body>
19
19
 
20
- </html>
20
+ </html>
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.0-next.5",
2
+ "version": "0.3.0-next.6",
3
3
  "commands": {
4
4
  "build": {
5
5
  "id": "build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linktr.ee/create-link-app",
3
- "version": "0.3.0-next.5",
3
+ "version": "0.3.0-next.6",
4
4
  "description": "Create a Link App on Linktr.ee.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Linktree",