@admin-layout/tailwind-design-pro 12.0.16-alpha.7 → 12.0.16-alpha.9

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.
Files changed (2) hide show
  1. package/README.md +20 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -106,6 +106,10 @@ The design system provides theme-aware CSS classes that automatically adapt to t
106
106
  /* Main background */
107
107
  /* Main background */
108
108
  /* Main background */
109
+ /* Main background */
110
+ /* Main background */
111
+ /* Main background */
112
+ /* Main background */
109
113
  .bg-card /* Card background */
110
114
  .bg-popover /* Popover background */
111
115
  .bg-muted /* Muted background */
@@ -119,6 +123,10 @@ The design system provides theme-aware CSS classes that automatically adapt to t
119
123
  /* Primary text */
120
124
  /* Primary text */
121
125
  /* Primary text */
126
+ /* Primary text */
127
+ /* Primary text */
128
+ /* Primary text */
129
+ /* Primary text */
122
130
  .text-muted-foreground /* Secondary text */
123
131
  .text-primary /* Primary brand color */
124
132
  .text-secondary /* Secondary brand color */
@@ -132,6 +140,10 @@ The design system provides theme-aware CSS classes that automatically adapt to t
132
140
  /* Success text */
133
141
  /* Success text */
134
142
  /* Success text */
143
+ /* Success text */
144
+ /* Success text */
145
+ /* Success text */
146
+ /* Success text */
135
147
  .text-warning /* Warning text */
136
148
  .text-error /* Error text */
137
149
  .text-info /* Info text */
@@ -148,6 +160,10 @@ The design system provides theme-aware CSS classes that automatically adapt to t
148
160
  /* Theme-aware button */
149
161
  /* Theme-aware button */
150
162
  /* Theme-aware button */
163
+ /* Theme-aware button */
164
+ /* Theme-aware button */
165
+ /* Theme-aware button */
166
+ /* Theme-aware button */
151
167
  .themed-card /* Theme-aware card */
152
168
  .themed-input /* Theme-aware input */
153
169
  .themed-modal /* Theme-aware modal */
@@ -162,6 +178,10 @@ The design system provides theme-aware CSS classes that automatically adapt to t
162
178
  /* Hover effects */
163
179
  /* Hover effects */
164
180
  /* Hover effects */
181
+ /* Hover effects */
182
+ /* Hover effects */
183
+ /* Hover effects */
184
+ /* Hover effects */
165
185
  .focus-themed /* Focus states */
166
186
  .rounded-themed /* Theme-aware border radius */
167
187
  .shadow-themed-sm /* Theme-aware shadows */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/tailwind-design-pro",
3
- "version": "12.0.16-alpha.7",
3
+ "version": "12.0.16-alpha.9",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@admin-layout/assets": "10.1.1-alpha.0",
25
25
  "@admin-layout/client": "12.0.16-alpha.7",
26
- "@admin-layout/tailwind-ui": "12.0.16-alpha.7",
26
+ "@admin-layout/tailwind-ui": "12.0.16-alpha.9",
27
27
  "react-favicon": "^0.0.23",
28
28
  "react-intl": "^6.1.1",
29
29
  "react-responsive": "^10.0.0"
@@ -53,5 +53,5 @@
53
53
  "typescript": {
54
54
  "definition": "lib/index.d.ts"
55
55
  },
56
- "gitHead": "dc4d290fb02b1a5c8512168953772c8aeeec585b"
56
+ "gitHead": "8974f79d7aabcbbd45d6a8a1a4c69704f7c073e8"
57
57
  }