phlex-variants 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 97bc72ef60ebb3ae5986bf833da453a8ce0f5768987cea06034ffa62bb1b087f
4
+ data.tar.gz: a775ea5a27cfa083a357ed37c0f35c0b62a46c58abb5626d63b4b144fffc9d7d
5
+ SHA512:
6
+ metadata.gz: f099f9a914a18007e2afeed60747ad8e255d791874f265a2862a4e0ea2267f1333b38507bf80bac7e91cd82d039d3c27f4a88cb01e1679cb6d3d0f442a8c4325
7
+ data.tar.gz: b0505e878bef8b833a2f831a50c30c9d0971f68b69669179ad1f721ba3502399456e98d8e6fd62d736e158e0c1b7a33c77f79f76694a0fd332a14194e4d3b62a
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.standard.yml ADDED
@@ -0,0 +1,3 @@
1
+ # For available configuration options, see:
2
+ # https://github.com/standardrb/standard
3
+ ruby_version: 3.3
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2024-09-25
4
+
5
+ - Initial release
@@ -0,0 +1,132 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our
6
+ community a harassment-free experience for everyone, regardless of age, body
7
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
8
+ identity and expression, level of experience, education, socio-economic status,
9
+ nationality, personal appearance, race, caste, color, religion, or sexual
10
+ identity and orientation.
11
+
12
+ We pledge to act and interact in ways that contribute to an open, welcoming,
13
+ diverse, inclusive, and healthy community.
14
+
15
+ ## Our Standards
16
+
17
+ Examples of behavior that contributes to a positive environment for our
18
+ community include:
19
+
20
+ * Demonstrating empathy and kindness toward other people
21
+ * Being respectful of differing opinions, viewpoints, and experiences
22
+ * Giving and gracefully accepting constructive feedback
23
+ * Accepting responsibility and apologizing to those affected by our mistakes,
24
+ and learning from the experience
25
+ * Focusing on what is best not just for us as individuals, but for the overall
26
+ community
27
+
28
+ Examples of unacceptable behavior include:
29
+
30
+ * The use of sexualized language or imagery, and sexual attention or advances of
31
+ any kind
32
+ * Trolling, insulting or derogatory comments, and personal or political attacks
33
+ * Public or private harassment
34
+ * Publishing others' private information, such as a physical or email address,
35
+ without their explicit permission
36
+ * Other conduct which could reasonably be considered inappropriate in a
37
+ professional setting
38
+
39
+ ## Enforcement Responsibilities
40
+
41
+ Community leaders are responsible for clarifying and enforcing our standards of
42
+ acceptable behavior and will take appropriate and fair corrective action in
43
+ response to any behavior that they deem inappropriate, threatening, offensive,
44
+ or harmful.
45
+
46
+ Community leaders have the right and responsibility to remove, edit, or reject
47
+ comments, commits, code, wiki edits, issues, and other contributions that are
48
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
49
+ decisions when appropriate.
50
+
51
+ ## Scope
52
+
53
+ This Code of Conduct applies within all community spaces, and also applies when
54
+ an individual is officially representing the community in public spaces.
55
+ Examples of representing our community include using an official email address,
56
+ posting via an official social media account, or acting as an appointed
57
+ representative at an online or offline event.
58
+
59
+ ## Enforcement
60
+
61
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
+ reported to the community leaders responsible for enforcement at
63
+ [INSERT CONTACT METHOD].
64
+ All complaints will be reviewed and investigated promptly and fairly.
65
+
66
+ All community leaders are obligated to respect the privacy and security of the
67
+ reporter of any incident.
68
+
69
+ ## Enforcement Guidelines
70
+
71
+ Community leaders will follow these Community Impact Guidelines in determining
72
+ the consequences for any action they deem in violation of this Code of Conduct:
73
+
74
+ ### 1. Correction
75
+
76
+ **Community Impact**: Use of inappropriate language or other behavior deemed
77
+ unprofessional or unwelcome in the community.
78
+
79
+ **Consequence**: A private, written warning from community leaders, providing
80
+ clarity around the nature of the violation and an explanation of why the
81
+ behavior was inappropriate. A public apology may be requested.
82
+
83
+ ### 2. Warning
84
+
85
+ **Community Impact**: A violation through a single incident or series of
86
+ actions.
87
+
88
+ **Consequence**: A warning with consequences for continued behavior. No
89
+ interaction with the people involved, including unsolicited interaction with
90
+ those enforcing the Code of Conduct, for a specified period of time. This
91
+ includes avoiding interactions in community spaces as well as external channels
92
+ like social media. Violating these terms may lead to a temporary or permanent
93
+ ban.
94
+
95
+ ### 3. Temporary Ban
96
+
97
+ **Community Impact**: A serious violation of community standards, including
98
+ sustained inappropriate behavior.
99
+
100
+ **Consequence**: A temporary ban from any sort of interaction or public
101
+ communication with the community for a specified period of time. No public or
102
+ private interaction with the people involved, including unsolicited interaction
103
+ with those enforcing the Code of Conduct, is allowed during this period.
104
+ Violating these terms may lead to a permanent ban.
105
+
106
+ ### 4. Permanent Ban
107
+
108
+ **Community Impact**: Demonstrating a pattern of violation of community
109
+ standards, including sustained inappropriate behavior, harassment of an
110
+ individual, or aggression toward or disparagement of classes of individuals.
111
+
112
+ **Consequence**: A permanent ban from any sort of public interaction within the
113
+ community.
114
+
115
+ ## Attribution
116
+
117
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118
+ version 2.1, available at
119
+ [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
120
+
121
+ Community Impact Guidelines were inspired by
122
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
123
+
124
+ For answers to common questions about this code of conduct, see the FAQ at
125
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
126
+ [https://www.contributor-covenant.org/translations][translations].
127
+
128
+ [homepage]: https://www.contributor-covenant.org
129
+ [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
130
+ [Mozilla CoC]: https://github.com/mozilla/diversity
131
+ [FAQ]: https://www.contributor-covenant.org/faq
132
+ [translations]: https://www.contributor-covenant.org/translations
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 stephann
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,138 @@
1
+ > [!WARNING]
2
+ > Please note that Phlex::Variants is currently under development and may undergo changes to its API before reaching the stable release (1.0.0). As a result, there may be breaking changes that affect its usage.
3
+
4
+ # Phlex::Variants
5
+ [![CI](https://github.com/stephannv/phlex-variants/actions/workflows/main.yml/badge.svg)](https://github.com/stephannv/phlex-variants/actions/workflows/main.yml)
6
+
7
+ Phlex::Variants enables variants feature to Phlex view. It is useful if you are building components using a utility-first
8
+ CSS framework like Tailwind CSS.
9
+
10
+ - [Installation](#installation)
11
+ - [Usage](#usage)
12
+ - [How it works](#how-it-works)
13
+ - [Development](#development)
14
+ - [Contributing](#contributing)
15
+ - [License](#license)
16
+ - [Code of Conduct](#code-of-conduct)
17
+
18
+ ## Installation
19
+
20
+ Install the gem and add to the application's Gemfile by executing:
21
+
22
+ ```bash
23
+ bundle add phlex-variants
24
+ ```
25
+
26
+ If bundler is not being used to manage dependencies, install the gem by executing:
27
+
28
+ ```bash
29
+ gem install phlex-variants
30
+ ```
31
+
32
+ > [!TIP]
33
+ > If you prefer not to add another dependency to your project, you can simply copy the [Phlex::Variants](https://github.com/stephannv/phlex-variant/blob/main/lib/phlex/variants.rb) file into your project.
34
+
35
+
36
+ ## Usage
37
+
38
+ To create a component with style variants, include the `Phlex::Variants` module and use the `style` method to define the
39
+ base classes, variants, and default values.
40
+
41
+ ```ruby
42
+ class Button < Phlex::HTML
43
+ include Phlex::Variants
44
+
45
+ style do
46
+ base "btn"
47
+
48
+ variants do
49
+ color do
50
+ default "btn-default"
51
+ primary "btn-primary"
52
+ danger "btn-danger"
53
+ end
54
+
55
+ size do
56
+ xs "btn-xs"
57
+ md "btn-md"
58
+ lg "btn-lg"
59
+ end
60
+
61
+ outline do
62
+ yes "btn-outline"
63
+ end
64
+ end
65
+
66
+ defaults color: :default, size: :md
67
+ end
68
+
69
+ attr_reader :color, :size, :outline, :full
70
+
71
+ def initialize(color: nil, size: nil, outline: nil)
72
+ @color = color
73
+ @size = size
74
+ @outline = outline
75
+ end
76
+
77
+ def view_template(&)
78
+ a(class: build_style(color:, size:, outline:), &)
79
+ end
80
+ end
81
+
82
+ Button.new.call { "Hello" }
83
+ # => "<a class="btn btn-default btn-md">Hello<a>"
84
+
85
+ Button.new(color: :primary, size: :lg, outline: true).call { "Hello" }
86
+ # => "<a class="btn btn-primary btn-lg btn-outline">Hello<a>"
87
+
88
+ Button.build_style(color: :danger, size: :xs)
89
+ # => "btn btn-danger btn-xs"
90
+ ```
91
+
92
+ ## How it works
93
+
94
+ #### `style`
95
+
96
+ The `style` method is used to define the styling configuration of your component. It includes the following sections:
97
+
98
+ - `base`: Defines the base CSS class that will always be applied to the component.
99
+ - `variants`: Allows you to define multiple variants with different options for each variant group (e.g., color, size).
100
+ - `defaults`: Sets the default values for the variants.
101
+
102
+ You can use `yes`/`no` as variant options, which can be accessed by passing `true`/`false` when calling the `build_style`
103
+ method.
104
+
105
+ #### `build_style`
106
+
107
+ The `build_style` is both instance method and class method, it generates CSS classes string based on given variants.
108
+
109
+ - If a variant is passed as nil, the default value defined in defaults will be used. For example, if `defaults size: :xs`
110
+ is set and `build_style(size: nil)` is called, the `size: :xs` will be used to build the class result.
111
+
112
+ - If a non-existent variant or option is passed, it will raise a `Phlex::Variants::VariantNotFoundError`.
113
+
114
+ - Use `true`/`false` to toggle `yes`/`no` options in boolean variants.
115
+
116
+ - You can add additional classes using the `extra_classes` option. These will be appended to the final class string:
117
+ ```ruby
118
+ build_style(color: :primary, extra_classes: "disabled:hidden")
119
+ # => "btn btn-danger btn-xs disabled:hidden"
120
+ ```
121
+
122
+ ## Development
123
+
124
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
125
+
126
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
127
+
128
+ ## Contributing
129
+
130
+ Bug reports and pull requests are welcome on GitHub at https://github.com/stephannv/phlex-variants. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/stephannv/phlex-variants/blob/master/CODE_OF_CONDUCT.md).
131
+
132
+ ## License
133
+
134
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
135
+
136
+ ## Code of Conduct
137
+
138
+ Everyone interacting in the Phlex::Variants project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/stephannv/phlex-variants/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ require "standard/rake"
9
+
10
+ task default: %i[spec standard]
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Phlex
4
+ module Variants
5
+ VERSION = "0.1.0"
6
+ end
7
+ end
@@ -0,0 +1,128 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "phlex"
4
+
5
+ require_relative "variants/version"
6
+
7
+ module Phlex
8
+ module Variants
9
+ VariantNotFoundError = Class.new(StandardError)
10
+
11
+ def self.included(base)
12
+ base.extend(ClassMethods)
13
+ end
14
+
15
+ module ClassMethods
16
+ def style(&)
17
+ StyleBuilder.build(self, &)
18
+ end
19
+
20
+ def build_style(**variants)
21
+ extra_classes = variants.delete(:extra_classes)
22
+
23
+ [self::STYLE_BASE, build_variants_style(variants), extra_classes].flatten.compact.join(" ")
24
+ end
25
+
26
+ private
27
+
28
+ # @api private
29
+ def build_variants_style(variants)
30
+ self::STYLE_DEFAULTS.merge(variants.compact).map do |variant, option|
31
+ value = self::STYLE_VARIANTS.dig(variant, option)
32
+
33
+ if value.nil?
34
+ raise VariantNotFoundError, "Variant `#{variant}: #{option.inspect}` doesn't exist"
35
+ end
36
+
37
+ value
38
+ end
39
+ end
40
+ end
41
+
42
+ private
43
+
44
+ def build_style(...)
45
+ self.class.build_style(...)
46
+ end
47
+
48
+ # @api private
49
+ class StyleBuilder
50
+ attr_reader :view_class
51
+
52
+ def self.build(view_class, &)
53
+ new(view_class).build(&)
54
+ end
55
+
56
+ def build(&)
57
+ view_class.const_set(:STYLE_BASE, [])
58
+ view_class.const_set(:STYLE_VARIANTS, {})
59
+ view_class.const_set(:STYLE_DEFAULTS, {})
60
+ instance_exec(&)
61
+ end
62
+
63
+ private
64
+
65
+ def initialize(view_class)
66
+ @view_class = view_class
67
+ end
68
+
69
+ def base(*values)
70
+ view_class::STYLE_BASE.concat values
71
+ end
72
+
73
+ def variants(&)
74
+ VariantBuilder.build(view_class, &)
75
+ end
76
+
77
+ def defaults(**variants)
78
+ view_class::STYLE_DEFAULTS.merge!(variants)
79
+ end
80
+ end
81
+
82
+ # @api private
83
+ class VariantBuilder
84
+ attr_reader :view_class
85
+
86
+ def self.build(view_class, &)
87
+ new(view_class).instance_exec(&)
88
+ end
89
+
90
+ def initialize(view_class)
91
+ @view_class = view_class
92
+ end
93
+
94
+ def method_missing(name, &) # standard:disable Style/MissingRespondToMissing
95
+ variant_name = name.to_sym
96
+ view_class::STYLE_VARIANTS[variant_name] = {}
97
+ OptionsBuilder.build(view_class, variant_name, &)
98
+ end
99
+ end
100
+
101
+ # @api private
102
+ class OptionsBuilder
103
+ attr_reader :view_class, :variant_name
104
+
105
+ def self.build(view_class, variant_name, &)
106
+ new(view_class, variant_name).instance_exec(&)
107
+ end
108
+
109
+ private
110
+
111
+ def initialize(view_class, variant_name)
112
+ @view_class = view_class
113
+ @variant_name = variant_name
114
+ end
115
+
116
+ def method_missing(name, *args) # standard:disable Style/MissingRespondToMissing
117
+ option = name.to_sym
118
+ view_class::STYLE_VARIANTS[variant_name][option] = args
119
+
120
+ if option == :yes
121
+ view_class::STYLE_VARIANTS[variant_name][true] = args
122
+ elsif option == :no
123
+ view_class::STYLE_VARIANTS[variant_name][false] = args
124
+ end
125
+ end
126
+ end
127
+ end
128
+ end
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: phlex-variants
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - stephann
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-09-26 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: phlex
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '1.9'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '3'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '1.9'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '3'
33
+ description: Easily define and manage style variants for Phlex components, allowing
34
+ flexible and dynamic customization of styles.
35
+ email:
36
+ - 3025661+stephannv@users.noreply.github.com
37
+ executables: []
38
+ extensions: []
39
+ extra_rdoc_files: []
40
+ files:
41
+ - ".rspec"
42
+ - ".standard.yml"
43
+ - CHANGELOG.md
44
+ - CODE_OF_CONDUCT.md
45
+ - LICENSE.txt
46
+ - README.md
47
+ - Rakefile
48
+ - lib/phlex/variants.rb
49
+ - lib/phlex/variants/version.rb
50
+ homepage: https://github.com/stephannv/phlex-variants
51
+ licenses:
52
+ - MIT
53
+ metadata:
54
+ homepage_uri: https://github.com/stephannv/phlex-variants
55
+ post_install_message:
56
+ rdoc_options: []
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: 3.3.0
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ requirements: []
70
+ rubygems_version: 3.5.16
71
+ signing_key:
72
+ specification_version: 4
73
+ summary: Compose your Phlex component with style variants.
74
+ test_files: []