cybercore-css 0.2.5 → 0.2.6

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 +32 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -74,13 +74,43 @@ npm install cybercore-css
74
74
 
75
75
  ![Glitch Effect](assets/img.png)
76
76
 
77
- _Glitch text effect with chromatic aberration and animated distortion_
77
+ _Glitch text effect with chromatic aberration, scanlines, and animated distortion_
78
78
 
79
79
  ### Neon Border
80
80
 
81
81
  ![Neon Border](assets/img_1.png)
82
82
 
83
- _Animated neon glow border effect with pulsing illumination_
83
+ _Animated neon glow borders in cyan, magenta, and green variants_
84
+
85
+ ### Terminal
86
+
87
+ ![Terminal](assets/terminal.png)
88
+
89
+ _Cyberpunk terminal component with scanlines and colored output_
90
+
91
+ ### Buttons
92
+
93
+ ![Buttons](assets/buttons.png)
94
+
95
+ _Button variants: primary colors, outline, and ghost styles_
96
+
97
+ ### Cards
98
+
99
+ ![Cards](assets/cards.png)
100
+
101
+ _Card components with datastream effect and interactive elements_
102
+
103
+ ### Icons
104
+
105
+ ![Icons](assets/icons.png)
106
+
107
+ _153 cyberpunk-themed SVG icons across 10 categories with search and filters_
108
+
109
+ ### Dashboard Showcase
110
+
111
+ ![Dashboard](assets/showcase.png)
112
+
113
+ _Full dashboard example combining multiple CYBERCORE components_
84
114
 
85
115
  </div>
86
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cybercore-css",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "type": "module",
5
5
  "description": "A pure CSS cyberpunk design system inspired by Cyberpunk 2077. Zero JavaScript, framework-agnostic, 2026+ optimized.",
6
6
  "main": "dist/cybercore.css",