playbook_ui 12.3.0.pre.alpha.patchtest1 → 12.3.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f8107531bd754facc01a80aedb5b7956eb79956baedf3d2e28f2db4420517fe6
|
|
4
|
+
data.tar.gz: aa77714fae9271ae04db50d7710b0c2caa73d54630a44539662db692961740f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed56aaf5ee1784be72653399126d4b054855352d7f9ac48f6086edc3b8cb337ba85a0b85af2296627ddc3b3e652ff70f219de091115a2ae6b953c771b81cda5c
|
|
7
|
+
data.tar.gz: 84d49e68f3dd13e10c62bf587f502b3604c956a23becb08ba3bdc48801a22960e60e808fa79e8c35792741c4b2f22106d563b1335b1fb92a3407cd6844564a3e
|
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: playbook_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.3.0
|
|
4
|
+
version: 12.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Power UX
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2023-02-
|
|
12
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -2299,7 +2299,6 @@ files:
|
|
|
2299
2299
|
- app/pb_kits/playbook/utilities/_cursor.scss
|
|
2300
2300
|
- app/pb_kits/playbook/utilities/_display.scss
|
|
2301
2301
|
- app/pb_kits/playbook/utilities/_flexbox.scss
|
|
2302
|
-
- app/pb_kits/playbook/utilities/_focus.scss
|
|
2303
2302
|
- app/pb_kits/playbook/utilities/_line_height.scss
|
|
2304
2303
|
- app/pb_kits/playbook/utilities/_max_width.scss
|
|
2305
2304
|
- app/pb_kits/playbook/utilities/_mixins.scss
|
|
@@ -2406,9 +2405,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2406
2405
|
version: '0'
|
|
2407
2406
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2408
2407
|
requirements:
|
|
2409
|
-
- - "
|
|
2408
|
+
- - ">="
|
|
2410
2409
|
- !ruby/object:Gem::Version
|
|
2411
|
-
version:
|
|
2410
|
+
version: '0'
|
|
2412
2411
|
requirements: []
|
|
2413
2412
|
rubygems_version: 3.3.7
|
|
2414
2413
|
signing_key:
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
@mixin focus {
|
|
2
|
-
&:focus-visible {
|
|
3
|
-
outline: none;
|
|
4
|
-
box-shadow: 0px 0px 0 2px white, 0px 0px 0 4px $primary_action;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
@mixin focus-dark {
|
|
8
|
-
&:focus-visible {
|
|
9
|
-
outline: none;
|
|
10
|
-
box-shadow: 0px 0px 0 2px $bg_dark_card, 0px 0px 0 4px $primary_action;
|
|
11
|
-
}
|
|
12
|
-
}
|