@validationcloud/fractal-ui 1.16.0 → 1.18.0
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/dist/components/button/button.d.ts +1 -1
- package/dist/components/button/button.stories.d.ts +2 -1
- package/dist/components/protocol-logo/protocol-logo-ids.d.ts +1 -1
- package/dist/fractal-ui.js +12 -1
- package/dist/styles/colors.css +2 -1
- package/dist/styles/tailwind.css +2 -2
- package/package.json +1 -1
package/dist/styles/colors.css
CHANGED
package/dist/styles/tailwind.css
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* An alternative would be to list all these dynamic classes in a .txt file and then reference that file with the @source directive.
|
|
10
10
|
* Example: https://www.sujalvanjare.com/blog/safelist-classes-tailwind-css-v4
|
|
11
11
|
*/
|
|
12
|
-
@source inline("{group-hover:,}bg-protocols-{eth,eth_light,bnb,avax,aleo,apt,axelar,stellar,hbar,bera,cspr,dydx,eigenlayer,flow,obl,hash,saga,zeta,btc,wemix,arb,opbnb,babylon,sol,cfx,starknet,mnt,icp}");
|
|
13
|
-
@source inline("{group-hover:,}text-protocols-{eth,eth_light,bnb,avax,aleo,apt,axelar,stellar,hbar,bera,cspr,dydx,eigenlayer,flow,obl,hash,saga,zeta,btc,wemix,arb,opbnb,babylon,sol,cfx,starknet,mnt,icp}");
|
|
12
|
+
@source inline("{group-hover:,}bg-protocols-{eth,eth_light,bnb,avax,aleo,apt,axelar,stellar,hbar,bera,cspr,dydx,eigenlayer,flow,obl,hash,saga,zeta,btc,wemix,arb,opbnb,babylon,sol,cfx,starknet,mnt,monad,icp}");
|
|
13
|
+
@source inline("{group-hover:,}text-protocols-{eth,eth_light,bnb,avax,aleo,apt,axelar,stellar,hbar,bera,cspr,dydx,eigenlayer,flow,obl,hash,saga,zeta,btc,wemix,arb,opbnb,babylon,sol,cfx,starknet,mnt,monad,icp}");
|
|
14
14
|
|
|
15
15
|
@theme {
|
|
16
16
|
/* Fonts */
|