From 6552de7ce8c11283d367bc5b4e9c9469ba1480e9 Mon Sep 17 00:00:00 2001 From: Cirdes Henrique Date: Sun, 25 Aug 2024 11:02:30 -0300 Subject: [PATCH] migrate tpography --- Gemfile | 2 +- Gemfile.lock | 4 ++-- package.json | 2 +- .../previews/{phlex_ui => rbui}/typography_preview.rb | 2 +- yarn.lock | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) rename test/components/previews/{phlex_ui => rbui}/typography_preview.rb (99%) diff --git a/Gemfile b/Gemfile index 8743076..f08d998 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 274be6f..ce7593d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/package.json b/package.json index b01d7ae..ada6eb0 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/test/components/previews/phlex_ui/typography_preview.rb b/test/components/previews/rbui/typography_preview.rb similarity index 99% rename from test/components/previews/phlex_ui/typography_preview.rb rename to test/components/previews/rbui/typography_preview.rb index a5b02cd..2335e65 100644 --- a/test/components/previews/phlex_ui/typography_preview.rb +++ b/test/components/previews/rbui/typography_preview.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module PhlexUi +module Rbui class TypographyPreview < Lookbook::Preview # H1 # --------------- diff --git a/yarn.lock b/yarn.lock index 389abc0..9bd518b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"