bullet_train-themes-light 1.0.32 → 1.0.33

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: 62b2a98ebff61046aca975bb2c3d3c58a487d0f43546d18803f9ae89c74a395c
4
- data.tar.gz: b78aabe7b961e71f1720e0d1704dd8b9b7948835e5879b2d4d5d307c31c7c6a0
3
+ metadata.gz: 4e8a53af3dbe481b56f3c6c92ca435eb23f4c8a14a1f263847bdb83ae5435e3a
4
+ data.tar.gz: 0cec0cf05b8e423060bd32c794bb164571fd2855fbf34b7a1adae552fdfe867a
5
5
  SHA512:
6
- metadata.gz: be928fa451fca422459c909d9b55ff67b3e268a1f12022b2d4a03b1fd2ced250118e4c8901ad1f1c99d9d7119e015dea209ce85654a0a2bb2f65ac6e2a3730c1
7
- data.tar.gz: 6e5e37338145727ce782cac87b9ce21e455aab4c519c57c9eebaf806fc132befdaa09a87f7eee1b5bb63ac5b9ba139c35541a24d96596857664f2bd435949863
6
+ metadata.gz: a556bca497833fa49031c3089b5d89533f87d6fba779fc718ebbcae1be4901a7b890880c9a91de0d4ebb415cb0b14777aaacd35ebbe2672e46d54e5d32ff5083
7
+ data.tar.gz: e6532e98015c26b6a1de368c2e27e6c04716d28ce31859d8c5c8614a473c4861a6e9358c2d3460bb4dfe0b7fd4a26c377203dac71d16b0ef17dca9bb8808a103
@@ -3,6 +3,7 @@
3
3
  @import "./tailwind/dark-mode";
4
4
  @import "./tailwind/colors";
5
5
 
6
+ @import './bulk_actions';
6
7
  @import "./electron";
7
8
  @import './fields';
8
9
  @import './turn';
@@ -0,0 +1,44 @@
1
+ @layer components {
2
+ .bulk-action-unavailable {
3
+ @apply hidden !important;
4
+ }
5
+
6
+ .bulk-actions-selectable-item-checkbox-wrapper {
7
+ @apply hidden;
8
+ }
9
+
10
+ .bulk-actions .bulk-actions-checkbox-cell {
11
+ @apply w-4 pr-0;
12
+ }
13
+
14
+ .bulk-actions:not(.selectable-available) {
15
+ .bulk-actions-selectable-toggle {
16
+ @apply hidden;
17
+ }
18
+ }
19
+
20
+ .bulk-actions:not(.selectable) {
21
+ td:nth-child(2),th:nth-child(2) {
22
+ @apply pl-5;
23
+ }
24
+
25
+ .box-table td:nth-child(2),th:nth-child(2) {
26
+ @apply pl-8;
27
+ }
28
+ }
29
+
30
+ .bulk-actions.selectable-available:not(.selectable) {
31
+ .bulk-action {
32
+ @apply hidden;
33
+ }
34
+ .bulk-actions-checkbox-cell {
35
+ @apply hidden;
36
+ }
37
+ }
38
+
39
+ .bulk-actions.selectable {
40
+ .bulk-action-single {
41
+ @apply hidden;
42
+ }
43
+ }
44
+ }
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.0.32"
4
+ VERSION = "1.0.33"
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-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.32
4
+ version: 1.0.33
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-06-28 00:00:00.000000000 Z
11
+ date: 2022-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -67,6 +67,7 @@ files:
67
67
  - app/assets/stylesheets/light.tailwind.css
68
68
  - app/assets/stylesheets/light/actiontext.css
69
69
  - app/assets/stylesheets/light/application.css
70
+ - app/assets/stylesheets/light/bulk_actions.css
70
71
  - app/assets/stylesheets/light/electron.css
71
72
  - app/assets/stylesheets/light/fields/cloudinary_image.css
72
73
  - app/assets/stylesheets/light/fields/date_field.css
@@ -142,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
143
  - !ruby/object:Gem::Version
143
144
  version: '0'
144
145
  requirements: []
145
- rubygems_version: 3.2.22
146
+ rubygems_version: 3.3.7
146
147
  signing_key:
147
148
  specification_version: 4
148
149
  summary: 'Bullet Train Themes: Light'