@logora/debate 0.3.14 → 0.3.16

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.
@@ -0,0 +1 @@
1
+ ._voteButton_1kbho_3{background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))}._voteButton_1kbho_3:focus:not(:focus-visible){outline:none;box-shadow:none}._active_1kbho_22{font-weight:var(--font-weight-bold, 700);color:inherit}._active_1kbho_22 svg{fill:currentColor!important;fill-rule:evenodd}._disabled_1kbho_31{cursor:not-allowed;opacity:.6}._disabled_1kbho_31 svg{fill:var(--text-secondary, #5F5F5F);fill-rule:evenodd}
@@ -1,11 +1,11 @@
1
- import '../../../assets/components/vote/vote_button/VoteButton.module-BdTTr7vk.css';const t = "_voteButton_1q78e_3", e = "_active_1q78e_18", o = "_disabled_1q78e_27", s = {
1
+ import '../../../assets/components/vote/vote_button/VoteButton.module-aP9ZrGSd.css';const t = "_voteButton_1kbho_3", o = "_active_1kbho_22", e = "_disabled_1kbho_31", s = {
2
2
  voteButton: t,
3
- active: e,
4
- disabled: o
3
+ active: o,
4
+ disabled: e
5
5
  };
6
6
  export {
7
- e as active,
7
+ o as active,
8
8
  s as default,
9
- o as disabled,
9
+ e as disabled,
10
10
  t as voteButton
11
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logora/debate",
3
- "version": "0.3.14",
3
+ "version": "0.3.16",
4
4
  "type": "module",
5
5
  "license": "AGPL-3.0",
6
6
  "description": "Design system of @Logora made with React",
@@ -1 +0,0 @@
1
- ._voteButton_1q78e_3{background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))}._active_1q78e_18{font-weight:var(--font-weight-bold, 700);color:inherit}._active_1q78e_18 svg{fill:currentColor!important;fill-rule:evenodd}._disabled_1q78e_27{cursor:not-allowed;opacity:.6}._disabled_1q78e_27 svg{fill:var(--text-secondary, #5F5F5F);fill-rule:evenodd}