playbook_ui 13.28.0.pre.alpha.PLAY1349checkboxzindexsticky2947 → 13.28.0

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: c660f2fd185a40fdeb91e25b442941fafa276a8980f1936e41790d530cd5d4d3
4
- data.tar.gz: 3ee7fe1d395298984639cbf785a471c1c0212f7014c3f7f58e2b36e40c2ed858
3
+ metadata.gz: 6d68802c8cc79a4c2436b6cb28f150b7e4ef74367570638be04edf8bdfc02a97
4
+ data.tar.gz: 52fa13359c7a534e5652245fc4628b58837af4b417ea9d390c2f81a05a476609
5
5
  SHA512:
6
- metadata.gz: 21993c9709fe42fb75413282f5943cfd1c2e448afd28fa77e58abf1fcb0628f3dcfe8f9f5f0bcc2c94f29b405a589a1beb5c2832c9a25655cc7ac4bf7947e4f3
7
- data.tar.gz: 1fd33474bb45de18416efc4fbc9fdaf61ef2510ee0c5bb38d2236d065104cb43e8fa5928473dfb384fc8a943cf3cb98ae226e7a230b742856726e029d8ba7779
6
+ metadata.gz: c88fef5ed13981b8f3dfe87971b60737946d7ab509a5a6e621568a2f5486e612f90a99133b6e8fb12c527cad7a1c2bacb0912c2cf83a450eda15a9495514620f
7
+ data.tar.gz: 4ce3cebd52ad5af637619d093ee5fcd3f30ff776c6fb72273d5af11ce1cfe84270c8826c60ac159f1d1727c3b46431e86146b237c8acbb0adf6551170be03d17
@@ -20,6 +20,7 @@ $transition: $transition_cubic;
20
20
  border: solid $border_light 2px;
21
21
  border-radius: $border_rad_light;
22
22
  height: 22px;
23
+ position: relative;
23
24
  transition: background $transition_default ease, box-shadow $transition_default ease;
24
25
  width: 22px;
25
26
  .check_icon,
@@ -27,8 +28,8 @@ $transition: $transition_cubic;
27
28
  color: $white;
28
29
  height: 16px;
29
30
  left: 1px;
31
+ position: relative;
30
32
  display: flex;
31
- margin: auto;
32
33
  opacity: 0;
33
34
  width: 16px;
34
35
  &.hidden {
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "13.28.0"
5
- VERSION = "13.28.0.pre.alpha.PLAY1349checkboxzindexsticky2947"
4
+ PREVIOUS_VERSION = "13.27.0"
5
+ VERSION = "13.28.0"
6
6
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.28.0.pre.alpha.PLAY1349checkboxzindexsticky2947
4
+ version: 13.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
8
8
  - Power Devs
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-05-23 00:00:00.000000000 Z
12
+ date: 2024-05-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -2980,7 +2980,7 @@ homepage: https://playbook.powerapp.cloud/
2980
2980
  licenses:
2981
2981
  - ISC
2982
2982
  metadata: {}
2983
- post_install_message:
2983
+ post_install_message:
2984
2984
  rdoc_options: []
2985
2985
  require_paths:
2986
2986
  - lib
@@ -2996,7 +2996,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2996
2996
  version: '0'
2997
2997
  requirements: []
2998
2998
  rubygems_version: 3.5.3
2999
- signing_key:
2999
+ signing_key:
3000
3000
  specification_version: 4
3001
3001
  summary: Playbook Design System
3002
3002
  test_files: []