playbook_ui 14.11.1.pre.alpha.hfhbrakemanplaybook5370 → 14.11.1.pre.alpha.play17725372
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 +4 -4
- data/app/pb_kits/playbook/pb_table/styles/_scroll.scss +6 -5
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.html.erb +50 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_mask_rails.md +3 -0
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +2 -1
- data/app/pb_kits/playbook/pb_text_input/index.js +103 -0
- data/app/pb_kits/playbook/pb_text_input/text_input.html.erb +4 -0
- data/app/pb_kits/playbook/pb_text_input/text_input.rb +47 -4
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +4 -15
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: 14.11.1.pre.alpha.
|
4
|
+
version: 14.11.1.pre.alpha.play17725372
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -95,20 +95,6 @@ dependencies:
|
|
95
95
|
- - "~>"
|
96
96
|
- !ruby/object:Gem::Version
|
97
97
|
version: 0.3.2
|
98
|
-
- !ruby/object:Gem::Dependency
|
99
|
-
name: brakeman
|
100
|
-
requirement: !ruby/object:Gem::Requirement
|
101
|
-
requirements:
|
102
|
-
- - '='
|
103
|
-
- !ruby/object:Gem::Version
|
104
|
-
version: 7.0.0
|
105
|
-
type: :development
|
106
|
-
prerelease: false
|
107
|
-
version_requirements: !ruby/object:Gem::Requirement
|
108
|
-
requirements:
|
109
|
-
- - '='
|
110
|
-
- !ruby/object:Gem::Version
|
111
|
-
version: 7.0.0
|
112
98
|
- !ruby/object:Gem::Dependency
|
113
99
|
name: byebug
|
114
100
|
requirement: !ruby/object:Gem::Requirement
|
@@ -2766,13 +2752,16 @@ files:
|
|
2766
2752
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_error_swift.md
|
2767
2753
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_inline.html.erb
|
2768
2754
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_inline.jsx
|
2755
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.html.erb
|
2769
2756
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.jsx
|
2757
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_mask_rails.md
|
2770
2758
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.html.erb
|
2771
2759
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.jsx
|
2772
2760
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_options.html.erb
|
2773
2761
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_props_swift.md
|
2774
2762
|
- app/pb_kits/playbook/pb_text_input/docs/example.yml
|
2775
2763
|
- app/pb_kits/playbook/pb_text_input/docs/index.js
|
2764
|
+
- app/pb_kits/playbook/pb_text_input/index.js
|
2776
2765
|
- app/pb_kits/playbook/pb_text_input/inputMask.ts
|
2777
2766
|
- app/pb_kits/playbook/pb_text_input/text_input.html.erb
|
2778
2767
|
- app/pb_kits/playbook/pb_text_input/text_input.rb
|