@noya-app/noya-designsystem 0.1.33 → 0.1.35
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/.turbo/turbo-build.log +7 -7
- package/CHANGELOG.md +12 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.js +3 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
- package/src/components/Button.tsx +4 -9
package/dist/index.mjs
CHANGED
|
@@ -4059,13 +4059,11 @@ var Tooltip = memo2(function Tooltip2({ children: children2, content }) {
|
|
|
4059
4059
|
// src/components/Button.tsx
|
|
4060
4060
|
var variantStyles = {
|
|
4061
4061
|
normal: "bg-input-background text-text hover:bg-input-background-light active:bg-active-background min-w-[31px]",
|
|
4062
|
-
primary: "bg-primary text-white hover:bg-primary-light active:bg-primary",
|
|
4063
|
-
|
|
4064
|
-
secondary: "bg-secondary text-white hover:bg-secondary-light active:bg-secondary",
|
|
4062
|
+
primary: "bg-primary text-white hover:bg-primary-light active:bg-primary min-w-[31px]",
|
|
4063
|
+
secondary: "bg-secondary text-white hover:bg-secondary-light active:bg-secondary min-w-[31px]",
|
|
4065
4064
|
secondaryBright: "bg-[#0ab557] text-white hover:opacity-80 active:opacity-90",
|
|
4066
|
-
white: "bg-white hover:opacity-80 active:opacity-90",
|
|
4067
|
-
thin: "bg-transparent text-text hover:bg-input-background-light",
|
|
4068
4065
|
floating: "bg-white text-text shadow-[0_1px_2px_rgba(0,0,0,0.1)] hover:opacity-80 active:opacity-90",
|
|
4066
|
+
thin: "bg-transparent text-text hover:bg-input-background-light",
|
|
4069
4067
|
none: "bg-transparent text-text hover:bg-input-background-light"
|
|
4070
4068
|
};
|
|
4071
4069
|
var sizeStyles = {
|