@adlas/create-app 1.0.30 → 1.0.31
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.
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import
|
|
1
|
+
@import 'tailwindcss';
|
|
2
2
|
@plugin './hero.ts';
|
|
3
3
|
/* Note: You may need to change the path to fit your project structure */
|
|
4
4
|
@source '../../node_modules/@heroui/theme/dist/**/*.{js,ts,jsx,tsx}';
|
|
@@ -104,12 +104,12 @@
|
|
|
104
104
|
input:focus,
|
|
105
105
|
textarea:focus,
|
|
106
106
|
select:focus,
|
|
107
|
-
[role=
|
|
108
|
-
[role=
|
|
109
|
-
[role=
|
|
110
|
-
[role=
|
|
111
|
-
[role=
|
|
112
|
-
[role=
|
|
107
|
+
[role='button']:focus,
|
|
108
|
+
[role='checkbox']:focus,
|
|
109
|
+
[role='radio']:focus,
|
|
110
|
+
[role='switch']:focus,
|
|
111
|
+
[role='slider']:focus,
|
|
112
|
+
[role='tab']:focus {
|
|
113
113
|
outline: none !important;
|
|
114
114
|
}
|
|
115
115
|
|
|
@@ -121,9 +121,9 @@
|
|
|
121
121
|
.ring-3,
|
|
122
122
|
.ring-4,
|
|
123
123
|
.ring-8,
|
|
124
|
-
[class*=
|
|
125
|
-
[class*=
|
|
126
|
-
[class*=
|
|
124
|
+
[class*='ring-'],
|
|
125
|
+
[class*='focus:ring'],
|
|
126
|
+
[class*='focus-visible:ring'] {
|
|
127
127
|
--tw-ring-shadow: 0 0 #0000 !important;
|
|
128
128
|
--tw-ring-offset-shadow: 0 0 #0000 !important;
|
|
129
129
|
box-shadow: none !important;
|
|
@@ -157,35 +157,35 @@
|
|
|
157
157
|
@apply shadow-card! rounded-lg! border-1!;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
[data-sonner-toast][data-type=
|
|
160
|
+
[data-sonner-toast][data-type='success'] {
|
|
161
161
|
@apply bg-success-50! border-success! text-success-900!;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
[data-sonner-toast][data-type=
|
|
164
|
+
[data-sonner-toast][data-type='success'] [data-icon] {
|
|
165
165
|
@apply text-success!;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
[data-sonner-toast][data-type=
|
|
168
|
+
[data-sonner-toast][data-type='error'] {
|
|
169
169
|
@apply bg-danger-50! border-danger! text-danger-900!;
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
[data-sonner-toast][data-type=
|
|
172
|
+
[data-sonner-toast][data-type='error'] [data-icon] {
|
|
173
173
|
@apply text-danger!;
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
[data-sonner-toast][data-type=
|
|
176
|
+
[data-sonner-toast][data-type='warning'] {
|
|
177
177
|
@apply bg-warning-50! border-warning! text-warning-900!;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
[data-sonner-toast][data-type=
|
|
180
|
+
[data-sonner-toast][data-type='warning'] [data-icon] {
|
|
181
181
|
@apply text-warning-700!;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
[data-sonner-toast][data-type=
|
|
184
|
+
[data-sonner-toast][data-type='info'] {
|
|
185
185
|
@apply bg-default-50! border-default-400! text-default-900!;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
[data-sonner-toast][data-type=
|
|
188
|
+
[data-sonner-toast][data-type='info'] [data-icon] {
|
|
189
189
|
@apply text-default-400!;
|
|
190
190
|
}
|
|
191
191
|
|