bullet_train-integrations-stripe 1.2.10 → 1.2.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b237cb1f14be0dda8eef2d2d987bfbfaec713fafea1fb220aba709eb4007b1a
4
- data.tar.gz: 51a928c640bb33a7d2f766c7234ae8d521d8df28d9018cf553a203917f2c5846
3
+ metadata.gz: e71a2c39a866841c20fc2fb0d7ca603590c6f8965d6cb8b7fe29114b28e8c898
4
+ data.tar.gz: 107d9413605e571875dd7dced4b02e274dd58e4f7496bcd7348205d9124ce0cc
5
5
  SHA512:
6
- metadata.gz: 0156a97e1ed6c53f467a0ad4e1624143bbe69c3dbb5781ad856eb9c62811aec3626975bbb44465759350b44a156342e1b15f6a3731088a44cfedf13bea2ccb0e
7
- data.tar.gz: 6fc9f94c08d3710227ec583b6ebab3d606fb64f919d11de97f4d2bc6088560dd22fafbb48e463b6be4a6009760476c423c3a648bb4d5839fac8e6b8c996c4a25
6
+ metadata.gz: 90f88cb0603cd2192b61e7aff267fd48cc376c9056c84200b2ff6c363f192eec17dd5c1fbb734e56ff8a21623efcec2e28ca42cba12786f11835a86e9ee8bcdf
7
+ data.tar.gz: 789098b6efc5e4b371a00dc0a713c1c39abc9d9538a99dfcddbb6b06a3d3cdc9d08ddee2b01b07748de8ced7a75c0dab788733202bf9f15fc653f82888060848
@@ -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.12"
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.12
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-03-01 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