Skip to content

Commit

Permalink
migrate tpography
Browse files Browse the repository at this point in the history
  • Loading branch information
cirdes committed Aug 25, 2024
1 parent 9ba22c9 commit 6552de7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ group :test do
end

gem "phlex-rails"
gem "phlex_ui", github: "PhlexUI/phlex_ui", branch: "v1"
gem "phlex_ui", github: "PhlexUI/phlex_ui", branch: "ch/migrate-typography"
# gem "phlex_ui", path: "../phlex_ui"

gem "pry"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/PhlexUI/phlex_ui.git
revision: 2bfac725d3a97324297a6c8460946e11ff71db45
branch: v1
revision: 99830935a1af73d6bc8fe9fe2fc1148fa3e4c581
branch: ch/migrate-typography
specs:
phlex_ui (0.1.10)
phlex (~> 1.10)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lottie-web": "5.12.2",
"phlex_ui": "https://github.com/PhlexUI/phlex_ui_stimulus.git",
"postcss": "8.4.40",
"rbui-js": "https://github.com/PhlexUI/phlex_ui.git#v1",
"rbui-js": "https://github.com/PhlexUI/phlex_ui.git#ch/migrate-typography",
"tailwindcss": "3.4.7",
"tailwindcss-animate": "1.0.7"
},
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 TypographyPreview < Lookbook::Preview
# H1
# ---------------
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -831,9 +831,9 @@ queue-microtask@^1.2.2:
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==

"rbui-js@https://github.com/PhlexUI/phlex_ui.git#v1":
"rbui-js@https://github.com/PhlexUI/phlex_ui.git#ch/migrate-typography":
version "0.0.1-alpha.0"
resolved "https://github.com/PhlexUI/phlex_ui.git#2bfac725d3a97324297a6c8460946e11ff71db45"
resolved "https://github.com/PhlexUI/phlex_ui.git#99830935a1af73d6bc8fe9fe2fc1148fa3e4c581"
dependencies:
"@floating-ui/dom" "^1.6.8"
"@hotwired/stimulus" "^3.2.2"
Expand Down

0 comments on commit 6552de7

Please sign in to comment.