Skip to content

Commit

Permalink
chore(main) release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Oct 11, 2022
1 parent 510f453 commit 0466a0d
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 37 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lookbook (1.1.0)
lookbook (1.1.1)
actioncable
activemodel
css_parser
Expand Down Expand Up @@ -173,7 +173,7 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
view_component (2.74.0)
view_component (2.74.1)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lookbook-docs",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"esbuild": "node esbuild.config.js --minify",
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "rails", "~> 6.0.0"

group :development, :test do
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 1.5"
gem "standard", "~> 1.1"
gem "combustion", "~> 1.3"
gem "actionpack"
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails_6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lookbook (1.1.0)
lookbook (1.1.1)
actioncable
activemodel
css_parser
Expand Down Expand Up @@ -227,7 +227,7 @@ GEM
tzinfo (1.2.10)
thread_safe (~> 0.1)
unicode-display_width (2.3.0)
view_component (2.74.0)
view_component (2.74.1)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down Expand Up @@ -256,7 +256,7 @@ DEPENDENCIES
rails (~> 6.0.0)
rspec-rails (~> 5)
selenium-webdriver
sqlite3 (~> 1.4)
sqlite3 (~> 1.5)
standard (~> 1.1)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "net-imap", require: false
gem "net-pop", require: false

group :development, :test do
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 1.5"
gem "standard", "~> 1.1"
gem "combustion", "~> 1.3"
gem "actionpack"
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lookbook (1.1.0)
lookbook (1.1.1)
actioncable
activemodel
css_parser
Expand Down Expand Up @@ -247,7 +247,7 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
view_component (2.74.0)
view_component (2.74.1)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down Expand Up @@ -279,7 +279,7 @@ DEPENDENCIES
rails (~> 6.1.0)
rspec-rails (~> 5)
selenium-webdriver
sqlite3 (~> 1.4)
sqlite3 (~> 1.5)
standard (~> 1.1)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "rails", "~> 7.0.0"

group :development, :test do
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 1.5"
gem "standard", "~> 1.1"
gem "combustion", "~> 1.3"
gem "actionpack"
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lookbook (1.1.0)
lookbook (1.1.1)
actioncable
activemodel
css_parser
Expand Down Expand Up @@ -246,7 +246,7 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
view_component (2.74.0)
view_component (2.74.1)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down Expand Up @@ -275,7 +275,7 @@ DEPENDENCIES
rails (~> 7.0.0)
rspec-rails (~> 5)
selenium-webdriver
sqlite3 (~> 1.4)
sqlite3 (~> 1.5)
standard (~> 1.1)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion lib/lookbook/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lookbook
VERSION = "1.1.0"
VERSION = "1.1.1"
end
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lookbook",
"version": "1.1.0",
"version": "1.1.1",
"description": "A native development UI for ViewComponent",
"targets": {
"app": {
Expand Down
38 changes: 21 additions & 17 deletions public/lookbook-assets/js/lookbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,10 @@ var $caa9439642c6336c$var$directiveOrder = [
"ref",
"data",
"id",
"tabs",
"radio",
"switch",
"disclosure",
"bind",
"init",
"for",
Expand Down Expand Up @@ -1238,11 +1242,11 @@ function $caa9439642c6336c$var$getBinding(el, name, fallback) {
if (el._x_bindings && el._x_bindings[name] !== void 0) return el._x_bindings[name];
let attr = el.getAttribute(name);
if (attr === null) return typeof fallback === "function" ? fallback() : fallback;
if (attr === "") return true;
if ($caa9439642c6336c$var$isBooleanAttr(name)) return !![
name,
"true"
].includes(attr);
if (attr === "") return true;
return attr;
}
// packages/alpinejs/src/utils/debounce.js
Expand Down Expand Up @@ -1361,7 +1365,7 @@ var $caa9439642c6336c$var$Alpine = {
get raw () {
return $caa9439642c6336c$var$raw;
},
version: "3.10.3",
version: "3.10.4",
flushAndStopDeferringMutations: $caa9439642c6336c$var$flushAndStopDeferringMutations,
dontAutoEvaluateFunctions: $caa9439642c6336c$var$dontAutoEvaluateFunctions,
disableEffectScheduling: $caa9439642c6336c$var$disableEffectScheduling,
Expand Down Expand Up @@ -2390,7 +2394,7 @@ $caa9439642c6336c$var$directive("bind", (el, { value: value , modifiers: modifie
if (value === "key") return $caa9439642c6336c$var$storeKeyForXFor(el, expression);
let evaluate2 = $caa9439642c6336c$var$evaluateLater(el, expression);
effect3(()=>evaluate2((result)=>{
if (result === void 0 && expression.match(/\./)) result = "";
if (result === void 0 && typeof expression === "string" && expression.match(/\./)) result = "";
$caa9439642c6336c$var$mutateDom(()=>$caa9439642c6336c$var$bind(el, value, result, modifiers));
}));
});
Expand Down Expand Up @@ -7821,7 +7825,7 @@ function $5439cede634b2921$var$toCamel(s) {
}


var $205fb3dd9870d001$exports = {};
var $1f889267678ff167$exports = {};
var $cbd28b10fa9798c7$exports = {};

$parcel$defineInteropFlag($cbd28b10fa9798c7$exports);
Expand Down Expand Up @@ -11485,6 +11489,16 @@ function $cbd28b10fa9798c7$export$2e2bcd8739ae039() {
}


var $99486586f6691564$exports = {};

$parcel$defineInteropFlag($99486586f6691564$exports);

$parcel$export($99486586f6691564$exports, "default", () => $99486586f6691564$export$2e2bcd8739ae039);
function $99486586f6691564$export$2e2bcd8739ae039() {
return {};
}


var $47a1c62621be0c54$exports = {};

$parcel$defineInteropFlag($47a1c62621be0c54$exports);
Expand Down Expand Up @@ -11541,16 +11555,6 @@ function $47a1c62621be0c54$export$2e2bcd8739ae039() {
}


var $99486586f6691564$exports = {};

$parcel$defineInteropFlag($99486586f6691564$exports);

$parcel$export($99486586f6691564$exports, "default", () => $99486586f6691564$export$2e2bcd8739ae039);
function $99486586f6691564$export$2e2bcd8739ae039() {
return {};
}


var $e398acaded942bbe$exports = {};

$parcel$defineInteropFlag($e398acaded942bbe$exports);
Expand Down Expand Up @@ -13326,10 +13330,10 @@ function $6d64716f0b34fdf4$export$2e2bcd8739ae039(store) {
}


$205fb3dd9870d001$exports = {
$1f889267678ff167$exports = {
"button": $cbd28b10fa9798c7$exports,
"copy_button": $47a1c62621be0c54$exports,
"code": $99486586f6691564$exports,
"copy_button": $47a1c62621be0c54$exports,
"dimensions_display": $e398acaded942bbe$exports,
"embed": $e1f51f020443edd4$exports,
"filter": $e9904a14dabf652d$exports,
Expand Down Expand Up @@ -13505,7 +13509,7 @@ const $d73574cc5e9b9e72$var$prefix = window.APP_NAME;
// Components
(0, $caa9439642c6336c$export$2e2bcd8739ae039).data("app", (0, $d709d0f4027033b2$export$2e2bcd8739ae039));
[
$205fb3dd9870d001$exports,
$1f889267678ff167$exports,
$c43230a66e7bc31a$exports,
$6c10158820e535ef$exports
].forEach((scripts)=>{
Expand Down
2 changes: 1 addition & 1 deletion public/lookbook-assets/js/lookbook.js.map

Large diffs are not rendered by default.

0 comments on commit 0466a0d

Please sign in to comment.