noph-ui 0.21.2 → 0.21.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.
@@ -100,7 +100,7 @@
100
100
  class={[
101
101
  'np-button',
102
102
  size,
103
- selected ? 'square' : 'round',
103
+ selected || loading ? 'square' : shape,
104
104
  toggle ? 'toggle' : '',
105
105
  'enabled',
106
106
  variant,
@@ -15,8 +15,6 @@
15
15
  <Button
16
16
  size="xs"
17
17
  shape="square"
18
- --np-elevated-button-container-shape="var(--np-assist-chip-container-shape, var(--np-shape-corner-small))"
19
- --np-outlined-button-container-shape="var(--np-assist-chip-container-shape, var(--np-shape-corner-small))"
20
18
  --np-elevated-button-label-text-color="var(--np-assist-chip-label-text-color, var(--np-color-on-surface-variant))"
21
19
  --np-outlined-button-label-text-color="var(--np-assist-chip-label-text-color, var(--np-color-on-surface-variant))"
22
20
  --np-outlined-button-outline-color="var(--np-assist-chip-outline-color, var(--np-color-outline-variant))"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.21.2",
3
+ "version": "0.21.3",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {