Skip to content

Commit

Permalink
Merge pull request #106 from PhlexUI/ch/migrate-standalone-components
Browse files Browse the repository at this point in the history
Migrate standalone components
  • Loading branch information
cirdes authored Aug 25, 2024
2 parents 5a8c6fe + 9c68015 commit c9ceeba
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/PhlexUI/phlex_ui.git
revision: 4d7f8c7ea5c974540f0139d40a128530112f68f2
revision: c2b5b37964e5255df7caf55002bd0964734d6111
branch: v1
specs:
phlex_ui (0.1.10)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module PhlexUi
module Rbui
class AspectRatioPreview < Lookbook::Preview
# AspectRatio 16/9
# ---------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# rubocop:disable Layout/LineLength

module PhlexUi
module Rbui
class BadgePreview < Lookbook::Preview
# Default Badge
# ---------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module PhlexUi
module Rbui
class ButtonPreview < Lookbook::Preview
# Primary Button
# ---------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module PhlexUi
module Rbui
class CodeblockPreview < Lookbook::Preview
# Default Codeblock
# ---------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module PhlexUi
module Rbui
class LinkPreview < Lookbook::Preview
# Default Link
# ---------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module PhlexUi
module Rbui
class ShortcutKeyPreview < Lookbook::Preview
def default
render(TestView.new) do
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ queue-microtask@^1.2.2:

"rbui-js@https://github.com/PhlexUI/phlex_ui.git#v1":
version "0.0.1-alpha.0"
resolved "https://github.com/PhlexUI/phlex_ui.git#4d7f8c7ea5c974540f0139d40a128530112f68f2"
resolved "https://github.com/PhlexUI/phlex_ui.git#c2b5b37964e5255df7caf55002bd0964734d6111"
dependencies:
"@floating-ui/dom" "^1.6.8"
"@hotwired/stimulus" "^3.2.2"
Expand Down

0 comments on commit c9ceeba

Please sign in to comment.