@speakeasy-api/moonshine 1.28.3 → 1.28.4
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/CodeSnippet/index.d.ts +6 -2
- package/dist/{createCustomLucideIcon-BoT2cjsP.mjs → createCustomLucideIcon-yKU2LZVu.mjs} +2 -2
- package/dist/{createCustomLucideIcon-BoT2cjsP.mjs.map → createCustomLucideIcon-yKU2LZVu.mjs.map} +1 -1
- package/dist/{gems-BmvzGPWL.mjs → gems-Dv_c1ms0.mjs} +2 -2
- package/dist/{gems-BmvzGPWL.mjs.map → gems-Dv_c1ms0.mjs.map} +1 -1
- package/dist/{go-493Fy3HR.mjs → go-DnvL5408.mjs} +2 -2
- package/dist/{go-493Fy3HR.mjs.map → go-DnvL5408.mjs.map} +1 -1
- package/dist/{index-B1XU4FeZ.mjs → index-r1tIVjKM.mjs} +39 -37
- package/dist/{index-B1XU4FeZ.mjs.map → index-r1tIVjKM.mjs.map} +1 -1
- package/dist/{maven-_O-oy_hr.mjs → maven-DEVWKHmb.mjs} +2 -2
- package/dist/{maven-_O-oy_hr.mjs.map → maven-DEVWKHmb.mjs.map} +1 -1
- package/dist/moonshine.es.js +1 -1
- package/dist/{npm-CQaAwchz.mjs → npm-DI6FOdUa.mjs} +2 -2
- package/dist/{npm-CQaAwchz.mjs.map → npm-DI6FOdUa.mjs.map} +1 -1
- package/dist/{nuget-CiUIN3bF.mjs → nuget-A9qKGGLZ.mjs} +2 -2
- package/dist/{nuget-CiUIN3bF.mjs.map → nuget-A9qKGGLZ.mjs.map} +1 -1
- package/dist/{packagist-dJ10GkHG.mjs → packagist-CgRyKA-j.mjs} +2 -2
- package/dist/{packagist-dJ10GkHG.mjs.map → packagist-CgRyKA-j.mjs.map} +1 -1
- package/dist/{pypi-CDWOpgmr.mjs → pypi-BqqY7bI7.mjs} +2 -2
- package/dist/{pypi-CDWOpgmr.mjs.map → pypi-BqqY7bI7.mjs.map} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/utilities.css +7 -1
- package/types/utilities.d.ts +1 -1
package/package.json
CHANGED
package/src/utilities.css
CHANGED
|
@@ -1055,7 +1055,13 @@
|
|
|
1055
1055
|
|
|
1056
1056
|
@utility bg-btn-brand-disabled {
|
|
1057
1057
|
background-color: var(--color-base-white);
|
|
1058
|
-
opacity:
|
|
1058
|
+
opacity: 1 !important;
|
|
1059
|
+
color: var(--text-muted) !important;
|
|
1060
|
+
|
|
1061
|
+
&:before {
|
|
1062
|
+
opacity: 0.4;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1059
1065
|
|
|
1060
1066
|
@variant dark {
|
|
1061
1067
|
background-color: var(--color-base-black);
|
package/types/utilities.d.ts
CHANGED