phoenix_duskmoon 6.1.2 → 6.1.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [6.1.3](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v6.1.2...v6.1.3) (2025-02-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Fix theme. ([259fbb4](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/259fbb4c7b24ce870f97053fd2234cd3f86df495))
7
+
1
8
  ## [6.1.2](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v6.1.1...v6.1.2) (2025-02-10)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phoenix_duskmoon",
3
- "version": "6.1.2",
3
+ "version": "6.1.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./priv/static/phoenix_duskmoon.js",
@@ -2736,19 +2736,14 @@
2736
2736
  --tw-ease: var(--ease-in-out);
2737
2737
  transition-timing-function: var(--ease-in-out);
2738
2738
  }
2739
- .btn-outline {
2740
- &:not(.btn-active, :hover, :active:focus, :focus-visible, :disabled, [disabled], .btn-disabled) {
2741
- --btn-shadow: "";
2742
- --btn-bg: #0000;
2743
- --btn-fg: var(--btn-color);
2744
- --btn-border: var(--btn-color);
2745
- --btn-noise: none;
2746
- }
2747
- }
2748
2739
  .btn-primary {
2749
2740
  --btn-color: var(--color-primary);
2750
2741
  --btn-fg: var(--color-primary-content);
2751
2742
  }
2743
+ .btn-secondary {
2744
+ --btn-color: var(--color-secondary);
2745
+ --btn-fg: var(--color-secondary-content);
2746
+ }
2752
2747
  .input-error {
2753
2748
  &, &:focus, &:focus-within {
2754
2749
  --input-color: var(--color-error);