Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GIT
PATH
remote: ../gem
specs:
ruby_ui (1.2.0)
ruby_ui (1.3.0)

PATH
remote: ../mcp
Expand Down
2 changes: 1 addition & 1 deletion docs/app/views/pages/home.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def view_template
div(class: "container flex max-w-[64rem] flex-col items-center gap-4 text-center mx-auto") do
Link(href: docs_changelog_path, variant: :outline, class: "rounded-2xl px-4 py-1.5 text-sm font-medium") do
span(class: "sm:hidden") { "New components available" }
span(class: "hidden sm:inline") { "Combobox updates and more" }
span(class: "hidden sm:inline") { "Datatable, Toast, and more" }
svg(xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewbox: "0 0 24 24", fill: "none", stroke: "currentColor", stroke_width: "2", stroke_linecap: "round", stroke_linejoin: "round", class: "ml-2 h-4 w-4") { |s|
s.path(d: "M5 12h14")
s.path(d: "m12 5 7 7-7 7")
Expand Down
2 changes: 1 addition & 1 deletion gem/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ruby_ui (1.2.0)
ruby_ui (1.3.0)

GEM
remote: https://rubygems.org/
Expand Down
10 changes: 0 additions & 10 deletions gem/lib/generators/ruby_ui/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ accordion:
js_packages:
- "motion"

data_table:
components:
- "Table"
- "Checkbox"
- "NativeSelect"
- "Pagination"
- "DropdownMenu"
- "Input"
- "Button"

alert_dialog:
components:
- "Button"
Expand Down
2 changes: 1 addition & 1 deletion gem/lib/ruby_ui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
require "date"

module RubyUI
VERSION = "1.2.0"
VERSION = "1.3.0"
end
2 changes: 1 addition & 1 deletion mcp/data/registry.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.3.0",
"components": {
"accordion": {
"name": "Accordion",
Expand Down