cybercore-css 0.2.4 → 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 +29 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,7 @@ City_
28
28
  npm install cybercore-css
29
29
  ```
30
30
 
31
- ### CDN (Coming Soon)
31
+ ### CDN
32
32
 
33
33
  ```html
34
34
  <link
@@ -72,32 +72,45 @@ npm install cybercore-css
72
72
 
73
73
  ### Glitch Effect
74
74
 
75
- ![Glitch Effect](dist/img.png) _Glitch text effect with chromatic aberration and
76
- animated distortion_
75
+ ![Glitch Effect](assets/img.png)
76
+
77
+ _Glitch text effect with chromatic aberration, scanlines, and animated distortion_
77
78
 
78
79
  ### Neon Border
79
80
 
80
- ![Neon Border](dist/img_1.png) _Animated neon glow border effect with pulsing
81
- illumination_
81
+ ![Neon Border](assets/img_1.png)
82
82
 
83
- ### Scanlines
83
+ _Animated neon glow borders in cyan, magenta, and green variants_
84
84
 
85
- ![Scanlines](dist/img_2.png) _CRT display effect with retro scanline overlay_
85
+ ### Terminal
86
86
 
87
- ### Datastream
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
88
104
 
89
- ![Datastream](dist/img_3.png) _Animated data transfer effect with flowing light
90
- streams_
105
+ ![Icons](assets/icons.png)
91
106
 
92
- ### Combining Effects
107
+ _153 cyberpunk-themed SVG icons across 10 categories with search and filters_
93
108
 
94
- ![Combining Effects](dist/img_4.png) _Multiple effects combined for maximum
95
- cyberpunk impact_
109
+ ### Dashboard Showcase
96
110
 
97
- ### Accessibility
111
+ ![Dashboard](assets/showcase.png)
98
112
 
99
- ![Accessibility](dist/img_5.png) _Reduced motion support respecting user
100
- preferences_
113
+ _Full dashboard example combining multiple CYBERCORE components_
101
114
 
102
115
  </div>
103
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cybercore-css",
3
- "version": "0.2.4",
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",