@makolabs/ripple 0.0.1-dev.2 → 0.0.1-dev.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.
@@ -20,7 +20,7 @@
20
20
  'info': 'bg-info-50',
21
21
  'success': 'bg-success-50',
22
22
  'warning': 'bg-warning-50',
23
- 'danger': 'bg-danger-50 dark:bg-danger-900/20'
23
+ 'danger': 'bg-danger-50'
24
24
  },
25
25
  border: {
26
26
  'none': 'border-0',
@@ -68,7 +68,7 @@
68
68
  'info': 'text-info-900',
69
69
  'success': 'text-success-900',
70
70
  'warning': 'text-warning-900',
71
- 'danger': 'text-danger-900 dark:text-danger-100'
71
+ 'danger': 'text-danger-900'
72
72
  },
73
73
  weight: {
74
74
  'normal': 'font-normal',
@@ -94,7 +94,7 @@
94
94
  'info': 'text-info-700',
95
95
  'success': 'text-success-700',
96
96
  'warning': 'text-warning-700',
97
- 'danger': 'text-danger-700 dark:text-danger-300'
97
+ 'danger': 'text-danger-700'
98
98
  },
99
99
  size: SIZE_TEXT_VARIANTS
100
100
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makolabs/ripple",
3
- "version": "0.0.1-dev.2",
3
+ "version": "0.0.1-dev.3",
4
4
  "description": "Simple Svelte 5 powered component library ✨",
5
5
  "repository": {
6
6
  "type": "git",