@shuriken-ui/tailwind 0.1.1 → 1.0.0-beta.0

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/README.md CHANGED
@@ -61,47 +61,11 @@ export default withShurikenUI({
61
61
  theme: {
62
62
  extend: {
63
63
  shurikenUi: {
64
- dropdownDivider: {
65
- space: '2',
66
- border: 'muted-200', // you can use arbitrary value like '[#fff]'
67
- borderDark: 'muted-600',
68
- },
69
- focus: {
70
- offset: '2',
71
- width: '1',
72
- style: 'dashed',
73
- color: 'muted-300',
74
- colorDark: 'muted-600',
75
- },
76
- label: {
77
- font: 'alt',
78
- text: 'muted-400',
79
- textDark: 'muted-400/80',
80
- },
81
- mark: {
82
- bg: 'primary-100',
83
- bgDark: 'primary-800',
84
- text: 'primary-800',
85
- textDark: 'primary-200',
86
- },
87
- slimscroll: {
88
- width: '[6px]',
89
- bg: 'black/5',
90
- bgDark: 'white/5',
91
- bgHover: 'black/20',
92
- bgHoverDark: 'white/20',
93
- },
94
- tooltip: {
95
- font: 'sans',
96
- bg: '[#1e293b]',
97
- bgDark: '[#ec4899]',
98
- text: '[#fff]',
99
- textDark: '[#fff]',
100
- minWidth: '3rem',
101
- maxWidth: '21rem',
102
- },
64
+ // your customizations
103
65
  },
104
66
  },
105
67
  },
106
68
  })
107
- ```
69
+ ```
70
+
71
+ > note: Documentation is coming soon!