@srcroot/ui 0.0.54 → 0.0.55

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/dist/index.js +38 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -800,6 +800,44 @@ var REGISTRY = {
800
800
  description: "Table of contents navigation",
801
801
  category: "Navigation",
802
802
  dependencies: []
803
+ },
804
+ "empty-state": {
805
+ file: "ui/empty-state.tsx",
806
+ description: "Placeholder for empty states",
807
+ category: "Feedback",
808
+ dependencies: []
809
+ },
810
+ "floating-dock": {
811
+ file: "ui/floating-dock.tsx",
812
+ description: "Floating action container",
813
+ category: "Layout",
814
+ dependencies: []
815
+ },
816
+ "map": {
817
+ file: "ui/map.tsx",
818
+ description: "Leaflet/Google map integration",
819
+ category: "Data Display",
820
+ dependencies: [],
821
+ registryDependencies: ["react-leaflet", "leaflet"]
822
+ },
823
+ marquee: {
824
+ file: "ui/marquee.tsx",
825
+ description: "Scrolling marquee text",
826
+ category: "Data Display",
827
+ dependencies: []
828
+ },
829
+ "scroll-to-top": {
830
+ file: "ui/scroll-to-top.tsx",
831
+ description: "Scroll to top button",
832
+ category: "Navigation",
833
+ dependencies: ["button"]
834
+ },
835
+ whatsapp: {
836
+ file: "ui/whatsapp.tsx",
837
+ description: "WhatsApp floating button",
838
+ category: "Feedback",
839
+ dependencies: ["button"],
840
+ registryDependencies: ["react-icons"]
803
841
  }
804
842
  };
805
843
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@srcroot/ui",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "description": "A UI library with polymorphic, accessible React components",
5
5
  "author": "Shifaul Islam",
6
6
  "license": "MIT",