@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/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
- primaryGradient: "bg-gradient-to-r from-primary to-primary-light text-text hover:bg-primary-light",
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 = {