phlexy_ui 0.2.4 → 0.2.6

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.
@@ -25,52 +25,88 @@ module PhlexyUI
25
25
 
26
26
  register_modifiers(
27
27
  # "sm:table-row-hover"
28
+ # "@sm:table-row-hover"
28
29
  # "md:table-row-hover"
30
+ # "@md:table-row-hover"
29
31
  # "lg:table-row-hover"
32
+ # "@lg:table-row-hover"
30
33
  hover: "hover",
31
34
  # "sm:bg-primary sm:text-primary-content"
35
+ # "@sm:bg-primary @sm:text-primary-content"
32
36
  # "md:bg-primary md:text-primary-content"
37
+ # "@md:bg-primary @md:text-primary-content"
33
38
  # "lg:bg-primary lg:text-primary-content"
39
+ # "@lg:bg-primary @lg:text-primary-content"
34
40
  primary: "bg-primary text-primary-content",
35
41
  # "sm:bg-secondary sm:text-secondary-content"
42
+ # "@sm:bg-secondary @sm:text-secondary-content"
36
43
  # "md:bg-secondary md:text-secondary-content"
44
+ # "@md:bg-secondary @md:text-secondary-content"
37
45
  # "lg:bg-secondary lg:text-secondary-content"
46
+ # "@lg:bg-secondary @lg:text-secondary-content"
38
47
  secondary: "bg-secondary text-secondary-content",
39
48
  # "sm:bg-accent sm:text-accent-content"
49
+ # "@sm:bg-accent @sm:text-accent-content"
40
50
  # "md:bg-accent md:text-accent-content"
51
+ # "@md:bg-accent @md:text-accent-content"
41
52
  # "lg:bg-accent lg:text-accent-content"
53
+ # "@lg:bg-accent @lg:text-accent-content"
42
54
  accent: "bg-accent text-accent-content",
43
55
  # "sm:bg-neutral sm:text-neutral-content"
56
+ # "@sm:bg-neutral @sm:text-neutral-content"
44
57
  # "md:bg-neutral md:text-neutral-content"
58
+ # "@md:bg-neutral @md:text-neutral-content"
45
59
  # "lg:bg-neutral lg:text-neutral-content"
60
+ # "@lg:bg-neutral @lg:text-neutral-content"
46
61
  neutral: "bg-neutral text-neutral-content",
47
62
  # "sm:bg-base-100 sm:text-base-content"
63
+ # "@sm:bg-base-100 @sm:text-base-content"
48
64
  # "md:bg-base-100 md:text-base-content"
65
+ # "@md:bg-base-100 @md:text-base-content"
49
66
  # "lg:bg-base-100 lg:text-base-content"
67
+ # "@lg:bg-base-100 @lg:text-base-content"
50
68
  base_100: "bg-base-100 text-base-content",
51
69
  # "sm:bg-base-200 sm:text-base-content"
70
+ # "@sm:bg-base-200 @sm:text-base-content"
52
71
  # "md:bg-base-200 md:text-base-content"
72
+ # "@md:bg-base-200 @md:text-base-content"
53
73
  # "lg:bg-base-200 lg:text-base-content"
74
+ # "@lg:bg-base-200 @lg:text-base-content"
54
75
  base_200: "bg-base-200 text-base-content",
55
76
  # "sm:bg-base-300 sm:text-base-content"
77
+ # "@sm:bg-base-300 @sm:text-base-content"
56
78
  # "md:bg-base-300 md:text-base-content"
79
+ # "@md:bg-base-300 @md:text-base-content"
57
80
  # "lg:bg-base-300 lg:text-base-content"
81
+ # "@lg:bg-base-300 @lg:text-base-content"
58
82
  base_300: "bg-base-300 text-base-content",
59
83
  # "sm:bg-info sm:text-info-content"
84
+ # "@sm:bg-info @sm:text-info-content"
60
85
  # "md:bg-info sm:text-info-content"
86
+ # "@md:bg-info @sm:text-info-content"
61
87
  # "lg:bg-info sm:text-info-content"
88
+ # "@lg:bg-info @sm:text-info-content"
62
89
  info: "bg-info text-info-content",
63
90
  # "sm:bg-success sm:text-success-content"
91
+ # "@sm:bg-success @sm:text-success-content"
64
92
  # "md:bg-success md:text-success-content"
93
+ # "@md:bg-success @md:text-success-content"
65
94
  # "lg:bg-success lg:text-success-content"
95
+ # "@lg:bg-success @lg:text-success-content"
66
96
  success: "bg-success text-success-content",
67
97
  # "sm:bg-warning sm:text-warning-content"
98
+ # "@sm:bg-warning @sm:text-warning-content"
68
99
  # "md:bg-warning md:text-warning-content"
100
+ # "@md:bg-warning @md:text-warning-content"
69
101
  # "lg:bg-warning lg:text-warning-content"
102
+ # "@lg:bg-warning @lg:text-warning-content"
70
103
  warning: "bg-warning text-warning-content",
71
104
  # "sm:bg-error sm:text-error-content"
105
+ # "@sm:bg-error @sm:text-error-content"
72
106
  # "md:bg-error md:text-error-content"
107
+ # "@md:bg-error @md:text-error-content"
73
108
  # "lg:bg-error lg:text-error-content"
109
+ # "@lg:bg-error @lg:text-error-content"
74
110
  error: "bg-error text-error-content"
75
111
  )
76
112
  end
@@ -10,6 +10,7 @@ module PhlexyUI
10
10
 
11
11
  def view_template(&)
12
12
  generate_classes!(
13
+ # "tabs"
13
14
  component_html_class: :tabs,
14
15
  modifiers_map: modifiers,
15
16
  base_modifiers:,
@@ -27,32 +28,53 @@ module PhlexyUI
27
28
 
28
29
  register_modifiers(
29
30
  # "sm:tabs-boxed"
31
+ # "@sm:tabs-boxed"
30
32
  # "md:tabs-boxed"
33
+ # "@md:tabs-boxed"
31
34
  # "lg:tabs-boxed"
35
+ # "@lg:tabs-boxed"
32
36
  boxed: "tabs-boxed",
33
37
  # "sm:tabs-bordered"
38
+ # "@sm:tabs-bordered"
34
39
  # "md:tabs-bordered"
40
+ # "@md:tabs-bordered"
35
41
  # "lg:tabs-bordered"
42
+ # "@lg:tabs-bordered"
36
43
  bordered: "tabs-bordered",
37
44
  # "sm:tabs-lifted"
45
+ # "@sm:tabs-lifted"
38
46
  # "md:tabs-lifted"
47
+ # "@md:tabs-lifted"
39
48
  # "lg:tabs-lifted"
49
+ # "@lg:tabs-lifted"
40
50
  lifted: "tabs-lifted",
41
51
  # "sm:tabs-xs"
52
+ # "@sm:tabs-xs"
42
53
  # "md:tabs-xs"
54
+ # "@md:tabs-xs"
43
55
  # "lg:tabs-xs"
56
+ # "@lg:tabs-xs"
44
57
  xs: "tabs-xs",
45
58
  # "sm:tabs-sm"
59
+ # "@sm:tabs-sm"
46
60
  # "md:tabs-sm"
61
+ # "@md:tabs-sm"
47
62
  # "lg:tabs-sm"
63
+ # "@lg:tabs-sm"
48
64
  sm: "tabs-sm",
49
65
  # "sm:tabs-md"
66
+ # "@sm:tabs-md"
50
67
  # "md:tabs-md"
68
+ # "@md:tabs-md"
51
69
  # "lg:tabs-md"
70
+ # "@lg:tabs-md"
52
71
  md: "tabs-md",
53
72
  # "sm:tabs-lg"
73
+ # "@sm:tabs-lg"
54
74
  # "md:tabs-lg"
75
+ # "@md:tabs-lg"
55
76
  # "lg:tabs-lg"
77
+ # "@lg:tabs-lg"
56
78
  lg: "tabs-lg"
57
79
  )
58
80
  end
@@ -10,6 +10,7 @@ module PhlexyUI
10
10
 
11
11
  def view_template(&)
12
12
  generate_classes!(
13
+ # "tooltip"
13
14
  component_html_class: :tooltip,
14
15
  modifiers_map: modifiers,
15
16
  base_modifiers:,
@@ -25,52 +26,88 @@ module PhlexyUI
25
26
 
26
27
  register_modifiers(
27
28
  # "sm:tooltip-open"
29
+ # "@sm:tooltip-open"
28
30
  # "md:tooltip-open"
31
+ # "@md:tooltip-open"
29
32
  # "lg:tooltip-open"
33
+ # "@lg:tooltip-open"
30
34
  open: "tooltip-open",
31
35
  # "sm:tooltip-top"
36
+ # "@sm:tooltip-top"
32
37
  # "md:tooltip-top"
38
+ # "@md:tooltip-top"
33
39
  # "lg:tooltip-top"
40
+ # "@lg:tooltip-top"
34
41
  top: "tooltip-top",
35
42
  # "sm:tooltip-bottom"
43
+ # "@sm:tooltip-bottom"
36
44
  # "md:tooltip-bottom"
45
+ # "@md:tooltip-bottom"
37
46
  # "lg:tooltip-bottom"
47
+ # "@lg:tooltip-bottom"
38
48
  bottom: "tooltip-bottom",
39
49
  # "sm:tooltip-left"
50
+ # "@sm:tooltip-left"
40
51
  # "md:tooltip-left"
52
+ # "@md:tooltip-left"
41
53
  # "lg:tooltip-left"
54
+ # "@lg:tooltip-left"
42
55
  left: "tooltip-left",
43
56
  # "sm:tooltip-right"
57
+ # "@sm:tooltip-right"
44
58
  # "md:tooltip-right"
59
+ # "@md:tooltip-right"
45
60
  # "lg:tooltip-right"
61
+ # "@lg:tooltip-right"
46
62
  right: "tooltip-right",
47
63
  # "sm:tooltip-primary"
64
+ # "@sm:tooltip-primary"
48
65
  # "md:tooltip-primary"
66
+ # "@md:tooltip-primary"
49
67
  # "lg:tooltip-primary"
68
+ # "@lg:tooltip-primary"
50
69
  primary: "tooltip-primary",
51
70
  # "sm:tooltip-secondary"
71
+ # "@sm:tooltip-secondary"
52
72
  # "md:tooltip-secondary"
73
+ # "@md:tooltip-secondary"
53
74
  # "lg:tooltip-secondary"
75
+ # "@lg:tooltip-secondary"
54
76
  secondary: "tooltip-secondary",
55
77
  # "sm:tooltip-accent"
78
+ # "@sm:tooltip-accent"
56
79
  # "md:tooltip-accent"
80
+ # "@md:tooltip-accent"
57
81
  # "lg:tooltip-accent"
82
+ # "@lg:tooltip-accent"
58
83
  accent: "tooltip-accent",
59
84
  # "sm:tooltip-info"
85
+ # "@sm:tooltip-info"
60
86
  # "md:tooltip-info"
87
+ # "@md:tooltip-info"
61
88
  # "lg:tooltip-info"
89
+ # "@lg:tooltip-info"
62
90
  info: "tooltip-info",
63
91
  # "sm:tooltip-success"
92
+ # "@sm:tooltip-success"
64
93
  # "md:tooltip-success"
94
+ # "@md:tooltip-success"
65
95
  # "lg:tooltip-success"
96
+ # "@lg:tooltip-success"
66
97
  success: "tooltip-success",
67
98
  # "sm:tooltip-warning"
99
+ # "@sm:tooltip-warning"
68
100
  # "md:tooltip-warning"
101
+ # "@md:tooltip-warning"
69
102
  # "lg:tooltip-warning"
103
+ # "@lg:tooltip-warning"
70
104
  warning: "tooltip-warning",
71
105
  # "sm:tooltip-error"
106
+ # "@sm:tooltip-error"
72
107
  # "md:tooltip-error"
108
+ # "@md:tooltip-error"
73
109
  # "lg:tooltip-error"
110
+ # "@lg:tooltip-error"
74
111
  error: "tooltip-error"
75
112
  )
76
113
  end
@@ -3,5 +3,5 @@
3
3
  module PhlexyUI
4
4
  # This timestamp is automatically updated when releasing a new version
5
5
  # Format: YYYY-MM-DD HH:MM:SS UTC
6
- UPDATED_AT = "2025-05-11 14:39:55 UTC"
6
+ UPDATED_AT = "2025-10-01 02:22:24 UTC"
7
7
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexyUI
4
- VERSION = "0.2.4"
4
+ VERSION = "0.2.6"
5
5
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlexy_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Alejandro Aguilar Ramos
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2025-05-11 00:00:00.000000000 Z
11
+ date: 2025-10-01 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: phlex
@@ -147,6 +148,7 @@ licenses:
147
148
  - MIT
148
149
  metadata:
149
150
  source_code_uri: https://github.com/PhlexyUI/phlexy_ui
151
+ post_install_message:
150
152
  rdoc_options: []
151
153
  require_paths:
152
154
  - lib
@@ -161,7 +163,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
163
  - !ruby/object:Gem::Version
162
164
  version: '0'
163
165
  requirements: []
164
- rubygems_version: 3.6.3
166
+ rubygems_version: 3.4.19
167
+ signing_key:
165
168
  specification_version: 4
166
169
  summary: PhlexyUI is a Ruby UI component library for DaisyUI using Phlex
167
170
  test_files: []