bullet_train-integrations-stripe 1.2.10 → 1.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b237cb1f14be0dda8eef2d2d987bfbfaec713fafea1fb220aba709eb4007b1a
4
- data.tar.gz: 51a928c640bb33a7d2f766c7234ae8d521d8df28d9018cf553a203917f2c5846
3
+ metadata.gz: c76b88ddbbe23110edfa89d30ab85e5c2da6093b1bad3e4fa8975957201fd3d4
4
+ data.tar.gz: ef29e53d39074bf55071eaf062384f6046ca5368ffe77e4af565634fa18ac6a7
5
5
  SHA512:
6
- metadata.gz: 0156a97e1ed6c53f467a0ad4e1624143bbe69c3dbb5781ad856eb9c62811aec3626975bbb44465759350b44a156342e1b15f6a3731088a44cfedf13bea2ccb0e
7
- data.tar.gz: 6fc9f94c08d3710227ec583b6ebab3d606fb64f919d11de97f4d2bc6088560dd22fafbb48e463b6be4a6009760476c423c3a648bb4d5839fac8e6b8c996c4a25
6
+ metadata.gz: 9fb961a53134bd3c0b99ed933385ad7db63702480870b1134109ec6bcc060504d594d3777795c97d75e66d549e0471b542cb9d7e7490a14d9815228fe27735bf
7
+ data.tar.gz: ea625af79da51af836dfe2658f850d928158adc65dfe4d2eb05e30687ac009d5b48e337b20ec1b5cac841bbb24e3ed517415bb096d88d438f2e6d73a7708a4d4
@@ -12,7 +12,7 @@
12
12
 
13
13
  <% p.content_for :body do %>
14
14
  <% if stripe_installations.any? %>
15
- <div class="space-y-0 border border-gray-200 shadow-sm rounded-md divide-y divide-gray-200">
15
+ <div class="space-y-0 border border-slate-200 shadow-sm rounded-md divide-y divide-slate-200">
16
16
  <% stripe_installations.each do |stripe_installation| %>
17
17
  <div class="flex py-1.5 px-3 items-center">
18
18
  <div class="flex-1 min-w-0">
@@ -24,7 +24,7 @@
24
24
  <% end %>
25
25
 
26
26
  <% if can? :destroy, stripe_installation %>
27
- <%= link_to [:account, stripe_installation, return_to: request.path], method: :delete, data: { confirm: t('.buttons.confirmations.destroy_from_user', team_name: stripe_installation.team.label_string) }, class: 'inline-block text-gray-300 hover:text-gray-400 hover:no-underline text-lg' do %>
27
+ <%= link_to [:account, stripe_installation, return_to: request.path], method: :delete, data: { confirm: t('.buttons.confirmations.destroy_from_user', team_name: stripe_installation.team.label_string) }, class: 'inline-block text-slate-300 hover:text-slate-400 hover:no-underline text-lg' do %>
28
28
  <i class="ti ti-close"></i>
29
29
  <% end %>
30
30
  <% end %>
@@ -9,7 +9,7 @@
9
9
 
10
10
  <% p.content_for :body do %>
11
11
  <% if stripe_installations.any? %>
12
- <div class="space-y-0 border border-gray-200 shadow-sm rounded-md divide-y divide-gray-200">
12
+ <div class="space-y-0 border border-slate-200 shadow-sm rounded-md divide-y divide-slate-200">
13
13
  <% stripe_installations.each do |stripe_installation| %>
14
14
  <div class="flex py-1.5 px-3 items-center">
15
15
  <div class="flex-1 min-w-0">
@@ -21,7 +21,7 @@
21
21
  </div>
22
22
  <div class="flex-0 min-w-0 space-x-2 text-lg">
23
23
  <% if can? :destroy, stripe_installation %>
24
- <%= link_to [:account, stripe_installation, return_to: request.path], method: :delete, data: { confirm: t('.buttons.confirmations.destroy_from_user', team_name: stripe_installation.team.label_string) }, class: 'inline-block text-gray-300 hover:text-gray-400 hover:no-underline' do %>
24
+ <%= link_to [:account, stripe_installation, return_to: request.path], method: :delete, data: { confirm: t('.buttons.confirmations.destroy_from_user', team_name: stripe_installation.team.label_string) }, class: 'inline-block text-slate-300 hover:text-slate-400 hover:no-underline' do %>
25
25
  <i class="ti ti-close"></i>
26
26
  <% end %>
27
27
  <% end %>
@@ -9,7 +9,7 @@
9
9
 
10
10
  <% p.content_for :body do %>
11
11
  <% if stripe_accounts.any? %>
12
- <div class="space-y-0 border border-gray-200 shadow-sm rounded-md divide-y divide-gray-200">
12
+ <div class="space-y-0 border border-slate-200 shadow-sm rounded-md divide-y divide-slate-200">
13
13
  <% stripe_accounts.each do |stripe_account| %>
14
14
  <div class="flex py-1.5 px-3 items-center">
15
15
  <div class="flex-1 min-w-0">
@@ -21,7 +21,7 @@
21
21
  </div>
22
22
  <div class="flex-0 min-w-0 space-x-2 text-lg">
23
23
  <% if can? :destroy, stripe_account %>
24
- <%= link_to [:account, stripe_account], method: :delete, data: { confirm: t('.buttons.confirmations.destroy', model_locales(stripe_account)) }, class: 'inline-block text-gray-300 hover:text-gray-400 hover:no-underline' do %>
24
+ <%= link_to [:account, stripe_account], method: :delete, data: { confirm: t('.buttons.confirmations.destroy', model_locales(stripe_account)) }, class: 'inline-block text-slate-300 hover:text-slate-400 hover:no-underline' do %>
25
25
  <i class="ti ti-close"></i>
26
26
  <% end %>
27
27
  <% end %>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Integrations
3
3
  module Stripe
4
- VERSION = "1.2.10"
4
+ VERSION = "1.2.11"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-integrations-stripe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.10
4
+ version: 1.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-31 00:00:00.000000000 Z
11
+ date: 2023-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -110,23 +110,17 @@ files:
110
110
  - app/views/account/integrations/stripe_installations/_index.html.erb
111
111
  - app/views/account/integrations/stripe_installations/_list.html.erb
112
112
  - app/views/account/integrations/stripe_installations/_menu_item.html.erb
113
- - app/views/account/integrations/stripe_installations/_stripe_installation.json.jbuilder
114
113
  - app/views/account/integrations/stripe_installations/edit.html.erb
115
114
  - app/views/account/integrations/stripe_installations/index.html.erb
116
- - app/views/account/integrations/stripe_installations/index.json.jbuilder
117
115
  - app/views/account/integrations/stripe_installations/new.html.erb
118
116
  - app/views/account/integrations/stripe_installations/show.html.erb
119
- - app/views/account/integrations/stripe_installations/show.json.jbuilder
120
117
  - app/views/account/oauth/stripe_accounts/_breadcrumbs.html.erb
121
118
  - app/views/account/oauth/stripe_accounts/_form.html.erb
122
119
  - app/views/account/oauth/stripe_accounts/_index.html.erb
123
120
  - app/views/account/oauth/stripe_accounts/_menu_item.html.erb
124
- - app/views/account/oauth/stripe_accounts/_oauth_stripe_account.json.jbuilder
125
121
  - app/views/account/oauth/stripe_accounts/edit.html.erb
126
122
  - app/views/account/oauth/stripe_accounts/index.html.erb
127
- - app/views/account/oauth/stripe_accounts/index.json.jbuilder
128
123
  - app/views/account/oauth/stripe_accounts/show.html.erb
129
- - app/views/account/oauth/stripe_accounts/show.json.jbuilder
130
124
  - app/views/devise/shared/oauth/_stripe.html.erb
131
125
  - config/locales/en/integrations/stripe_installations.en.yml
132
126
  - config/locales/en/oauth/stripe_accounts.en.yml
@@ -1,8 +0,0 @@
1
- json.extract! stripe_installation,
2
- :id,
3
- :team_id,
4
- :name,
5
- # 🚅 super scaffolding will insert new fields above this line.
6
- :created_at,
7
- :updated_at
8
- json.url account_integrations_stripe_installation_url(stripe_installation, format: :json)
@@ -1 +0,0 @@
1
- json.array! @stripe_installations, partial: "integrations/stripe_installations/stripe_installation", as: :stripe_installation
@@ -1 +0,0 @@
1
- json.partial! "integrations/stripe_installations/stripe_installation", stripe_installation: @stripe_installation
@@ -1,7 +0,0 @@
1
- json.extract! oauth_stripe_account,
2
- :id,
3
- :name,
4
- # 🚅 super scaffolding will insert new fields above this line.
5
- :created_at,
6
- :updated_at
7
- json.url oauth_stripe_account_url(oauth_stripe_account, format: :json)
@@ -1 +0,0 @@
1
- json.array! @oauth_stripe_accounts, partial: "oauth/stripe_accounts/oauth_stripe_account", as: :oauth_stripe_account
@@ -1 +0,0 @@
1
- json.partial! "oauth_stripe_accounts/oauth_stripe_account", oauth_stripe_account: @oauth_stripe_account