@rakeyshgidwani/roger-ui-bank-theme-stan-design 0.0.5 → 0.1.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/CHANGELOG.md +1 -1
- package/dist/styles.css +10 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/styles.css
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
/* Complete Theme CSS Bundle - stan-design */
|
|
2
|
+
/* Generated on 2025-10-02T03:10:38.212Z */
|
|
3
|
+
|
|
4
|
+
/* ===== COMPILED STYLES (Tailwind + Components) ===== */
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/* ===== THEME-SPECIFIC STYLES ===== */
|
|
8
|
+
|
|
5
9
|
|
|
10
|
+
/* ===== THEME WRAPPER ===== */
|
|
6
11
|
[data-theme="stan-design"] {
|
|
7
|
-
|
|
12
|
+
/* Theme-specific overrides can be added here */
|
|
8
13
|
}
|
package/package.json
CHANGED