File tree Expand file tree Collapse file tree 5 files changed +23
-35
lines changed Expand file tree Collapse file tree 5 files changed +23
-35
lines changed Original file line number Diff line number Diff line change 75
75
76
76
gem "phlex-rails"
77
77
78
- gem "rbui " , github : "rbui-labs/rbui " , branch : "main"
79
- # gem "rbui ", path: "../rbui"
78
+ gem "ruby_ui " , github : "ruby-ui/ruby_ui " , branch : "main"
79
+ # gem "ruby_ui ", path: "../rbui"
80
80
81
81
gem "pry"
Original file line number Diff line number Diff line change 1
1
GIT
2
- remote: https://github.com/rbui-labs/rbui .git
3
- revision: 9428238764f51f5039dffcfa76ba4e90ab77f74b
2
+ remote: https://github.com/ruby-ui/ruby_ui .git
3
+ revision: 0ae3ed06e7ce56f17c67e2aa530f7fc2c806dc74
4
4
branch: main
5
5
specs:
6
- rbui (1.0.0.pre.alpha.3 )
6
+ ruby_ui (1.0.0.pre.alpha.4 )
7
7
phlex (~> 1.10 )
8
8
rouge (~> 4.2.0 )
9
- tailwind_merge (>= 0.12 )
9
+ tailwind_merge (~> 0.12 )
10
10
11
11
GEM
12
12
remote: https://rubygems.org/
300
300
railties (>= 6.0.0 )
301
301
stringio (3.1.1 )
302
302
strscan (3.1.0 )
303
- tailwind_merge (0.13.0 )
303
+ tailwind_merge (0.13.2 )
304
304
lru_redux (~> 1.1 )
305
305
thor (1.3.1 )
306
306
timeout (0.4.1 )
@@ -353,7 +353,7 @@ DEPENDENCIES
353
353
pry
354
354
puma (= 6.4.2 )
355
355
rails (= 7.2.0 )
356
- rbui !
356
+ ruby_ui !
357
357
selenium-webdriver
358
358
sqlite3 (>= 1.4 )
359
359
standard
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ import { application } from "../../../app/javascript/controllers/application";
4
4
5
5
// Register all controllers
6
6
7
- import RBUI from "rbui-js " ;
7
+ import RBUI from "ruby_ui_js " ;
8
8
RBUI . initialize ( application ) ;
Original file line number Diff line number Diff line change 11
11
"esbuild" : " 0.23.0" ,
12
12
"lottie-web" : " 5.12.2" ,
13
13
"postcss" : " 8.4.40" ,
14
- "rbui-js " : " rbui-labs/rbui " ,
14
+ "ruby_ui_js " : " ruby-ui/ruby_ui " ,
15
15
"tailwindcss" : " 3.4.7" ,
16
16
"tailwindcss-animate" : " 1.0.7"
17
17
},
Original file line number Diff line number Diff line change @@ -819,31 +819,6 @@ queue-microtask@^1.2.2:
819
819
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
820
820
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
821
821
822
- rbui-js@../rbui :
823
- version "1.0.0-alpha.3"
824
- dependencies :
825
- " @floating-ui/dom" " ^1.6.8"
826
- " @hotwired/stimulus" " ^3.2.2"
827
- chart.js "^4.4.1"
828
- date-fns "^2.30.0"
829
- fuse.js "^7.0.0"
830
- motion "^10.16.4"
831
- mustache "^4.2.0"
832
- tippy.js "^6.3.7"
833
-
834
- rbui-js@rbui-labs/rbui :
835
- version "1.0.0-alpha.3"
836
- resolved "https://codeload.github.com/rbui-labs/rbui/tar.gz/301f325d1161a59ffdfecb02403754f8dad30c37"
837
- dependencies :
838
- " @floating-ui/dom" " ^1.6.8"
839
- " @hotwired/stimulus" " ^3.2.2"
840
- chart.js "^4.4.1"
841
- date-fns "^2.30.0"
842
- fuse.js "^7.0.0"
843
- motion "^10.16.4"
844
- mustache "^4.2.0"
845
- tippy.js "^6.3.7"
846
-
847
822
read-cache@^1.0.0 :
848
823
version "1.0.0"
849
824
resolved "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz"
@@ -877,6 +852,19 @@ reusify@^1.0.4:
877
852
resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
878
853
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
879
854
855
+ ruby_ui_js@ruby-ui/ruby_ui :
856
+ version "1.0.0-alpha.4"
857
+ resolved "https://codeload.github.com/ruby-ui/ruby_ui/tar.gz/0ae3ed06e7ce56f17c67e2aa530f7fc2c806dc74"
858
+ dependencies :
859
+ " @floating-ui/dom" " ^1.6.8"
860
+ " @hotwired/stimulus" " ^3.2.2"
861
+ chart.js "^4.4.1"
862
+ date-fns "^2.30.0"
863
+ fuse.js "^7.0.0"
864
+ motion "^10.16.4"
865
+ mustache "^4.2.0"
866
+ tippy.js "^6.3.7"
867
+
880
868
run-parallel@^1.1.9 :
881
869
version "1.2.0"
882
870
resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz"
You can’t perform that action at this time.
0 commit comments