daisyui 2.2.1 → 2.3.1

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/README.md CHANGED
@@ -74,7 +74,7 @@ module.exports = {
74
74
  Loading CSS files from CDN is not recommended for production. It's better to install Tailwind and daisyUI as Nodejs dependencies so you can config/customize everything, and purge unused styles.
75
75
 
76
76
  ```html
77
- <link href="https://cdn.jsdelivr.net/npm/daisyui@2.2.0/dist/full.css" rel="stylesheet" type="text/css" />
77
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@2.3.0/dist/full.css" rel="stylesheet" type="text/css" />
78
78
  <script src="https://cdn.tailwindcss.com"></script>
79
79
  ```
80
80
 
@@ -232,6 +232,11 @@ Read the documents for more info:
232
232
  - [DaisyUI Untuk Yang Mau Pindah ke TailwindCSS dari Bootstrap (Indonesian)](https://www.youtube.com/watch?v=Wm2g6FWec34)
233
233
  - [Next.js - Tailwind - DeisyUI Setup](https://www.youtube.com/watch?v=uXQgJbUj3PQ)
234
234
  - [Svelte Setup with Vite, Tailwind, DaisyUI. Custom Themes!](https://www.youtube.com/watch?v=5lF5PxBJoso)
235
+ - [Build a blog with Svelte](https://www.youtube.com/watch?v=u9jtHBE6NL8)
236
+ - [Building a product in less than 10 minutes: Laravel, InertiaJS, VueJS, TailwindCSS, DaisyUI](https://www.youtube.com/watch?v=XR1rS-CCfx0)
237
+ - [Infinite scrolling with MERN | ReactJS, TailwindCSS v3, DaisyUI | NodeJs, Express, MongoDB](https://www.youtube.com/watch?v=y7LYoRGRqRI)
238
+ - [How to install TailwindCSS v3 and DaisyUI to your React app](https://www.youtube.com/watch?v=XBYvzPe7skc)
239
+ - [Laravel: DaisyUI Agiliza Tus Desarrollos Con TailwindCSS + Select2 Tailwind Style (Spanish)](https://www.youtube.com/watch?v=28db3jojTgo)
235
240
  - Courses
236
241
  - [Building with SvelteKit and GraphCMS](https://explorers.netlify.com/learn/building-with-sveltekit-and-graphcms)
237
242
  - [Svelte for Beginners by Mike Karan](https://www.udemy.com/course/svelte-for-beginners/)
package/dist/base.js CHANGED
@@ -1 +1 @@
1
- module.exports = {":root":{"backgroundColor":"hsla(var(--b1) / var(--tw-bg-opacity,1))","color":"hsla(var(--bc) / var(--tw-text-opacity,1))"},"html":{"WebkitTapHighlightColor":"transparent"}};
1
+ module.exports = {":root":{"backgroundColor":"hsla(var(--b1) / var(--tw-bg-opacity, 1))","color":"hsla(var(--bc) / var(--tw-text-opacity, 1))"},"html":{"WebkitTapHighlightColor":"transparent"}};