rails_design 0.0.1

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.
Files changed (123) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +20 -0
  3. data/README.md +18 -0
  4. data/Rakefile +18 -0
  5. data/app/assets/images/image-square.png +0 -0
  6. data/app/assets/images/logo.png +0 -0
  7. data/app/assets/javascripts/default_form/datetime.js +31 -0
  8. data/app/assets/javascripts/default_form/default_valid.js +101 -0
  9. data/app/assets/javascripts/default_form/field.js +33 -0
  10. data/app/assets/javascripts/default_form/index.js +9 -0
  11. data/app/assets/javascripts/default_form/valid_weui.js +17 -0
  12. data/app/assets/javascripts/rails_design/attachment.js +295 -0
  13. data/app/assets/javascripts/rails_design/cable.js +3 -0
  14. data/app/assets/javascripts/rails_design/dataset.js +39 -0
  15. data/app/assets/javascripts/rails_design/index.js +4 -0
  16. data/app/assets/javascripts/rails_design/stimulus.js +19 -0
  17. data/app/assets/javascripts/rails_design/turbo.js +35 -0
  18. data/app/assets/javascripts/stimulus_com/checkbox.js +77 -0
  19. data/app/assets/javascripts/stimulus_com/choice.js +18 -0
  20. data/app/assets/javascripts/stimulus_com/common.js +52 -0
  21. data/app/assets/javascripts/stimulus_com/count_down.js +27 -0
  22. data/app/assets/javascripts/stimulus_com/former.js +26 -0
  23. data/app/assets/javascripts/stimulus_com/hover.js +40 -0
  24. data/app/assets/javascripts/stimulus_com/index.js +58 -0
  25. data/app/assets/javascripts/stimulus_com/input.js +36 -0
  26. data/app/assets/javascripts/stimulus_com/menu.js +34 -0
  27. data/app/assets/javascripts/stimulus_com/modal.js +85 -0
  28. data/app/assets/javascripts/stimulus_com/modal_show.js +16 -0
  29. data/app/assets/javascripts/stimulus_com/navbar.js +11 -0
  30. data/app/assets/javascripts/stimulus_com/notice.js +10 -0
  31. data/app/assets/javascripts/stimulus_com/picture.js +85 -0
  32. data/app/assets/javascripts/stimulus_com/show.js +26 -0
  33. data/app/assets/javascripts/stimulus_com/showcase.js +34 -0
  34. data/app/assets/javascripts/stimulus_com/slide.js +188 -0
  35. data/app/assets/javascripts/stimulus_com/slide_y.js +189 -0
  36. data/app/assets/javascripts/stimulus_com/sortable.js +41 -0
  37. data/app/assets/javascripts/stimulus_com/sticky.js +11 -0
  38. data/app/assets/javascripts/stimulus_com/swipe.js +78 -0
  39. data/app/assets/javascripts/stimulus_com/taxon.js +45 -0
  40. data/app/assets/javascripts/stimulus_com/time.js +19 -0
  41. data/app/assets/javascripts/stimulus_com/touch.js +83 -0
  42. data/app/assets/javascripts/stimulus_com/tree.js +34 -0
  43. data/app/assets/javascripts/stimulus_com/tree_remote.js +64 -0
  44. data/app/assets/javascripts/stimulus_com/typer.js +41 -0
  45. data/app/assets/javascripts/stimulus_com/visit.js +61 -0
  46. data/app/assets/javascripts/stimulus_phone/index.js +19 -0
  47. data/app/assets/javascripts/stimulus_phone/qq_map.js +29 -0
  48. data/app/assets/javascripts/stimulus_phone/search.js +37 -0
  49. data/app/assets/javascripts/stimulus_phone/wechat.js +80 -0
  50. data/app/assets/javascripts/stimulus_phone/weui-actionsheet.js +43 -0
  51. data/app/assets/javascripts/stimulus_phone/weui-datepicker.js +38 -0
  52. data/app/assets/javascripts/stimulus_phone/weui-dialog.js +24 -0
  53. data/app/assets/javascripts/stimulus_phone/weui-picker.js +54 -0
  54. data/app/assets/javascripts/stimulus_phone/wxpay.js +29 -0
  55. data/app/assets/stylesheets/app.scss +3 -0
  56. data/app/assets/stylesheets/ext_bulma/base/_all.scss +5 -0
  57. data/app/assets/stylesheets/ext_bulma/base/_choices.scss +3 -0
  58. data/app/assets/stylesheets/ext_bulma/base/_global.scss +19 -0
  59. data/app/assets/stylesheets/ext_bulma/base/_main.scss +15 -0
  60. data/app/assets/stylesheets/ext_bulma/components/_all.scss +10 -0
  61. data/app/assets/stylesheets/ext_bulma/components/_box.scss +15 -0
  62. data/app/assets/stylesheets/ext_bulma/components/_breadcrumb.scss +17 -0
  63. data/app/assets/stylesheets/ext_bulma/components/_card.scss +12 -0
  64. data/app/assets/stylesheets/ext_bulma/components/_level.scss +8 -0
  65. data/app/assets/stylesheets/ext_bulma/components/_media.scss +14 -0
  66. data/app/assets/stylesheets/ext_bulma/components/_menu.scss +76 -0
  67. data/app/assets/stylesheets/ext_bulma/components/_pagination.scss +9 -0
  68. data/app/assets/stylesheets/ext_bulma/components/_panel.scss +5 -0
  69. data/app/assets/stylesheets/ext_bulma/elements/_all.scss +7 -0
  70. data/app/assets/stylesheets/ext_bulma/elements/_button.scss +14 -0
  71. data/app/assets/stylesheets/ext_bulma/elements/_fa.scss +4 -0
  72. data/app/assets/stylesheets/ext_bulma/elements/_image.scss +38 -0
  73. data/app/assets/stylesheets/ext_bulma/elements/_table.scss +52 -0
  74. data/app/assets/stylesheets/ext_bulma/elements/_title.scss +9 -0
  75. data/app/assets/stylesheets/ext_bulma/expand/_all.scss +2 -0
  76. data/app/assets/stylesheets/ext_bulma/expand/_slide.scss +26 -0
  77. data/app/assets/stylesheets/ext_bulma/expand/_sortable.scss +4 -0
  78. data/app/assets/stylesheets/ext_bulma/form/_all.scss +34 -0
  79. data/app/assets/stylesheets/ext_bulma/form/_checkbox.scss +267 -0
  80. data/app/assets/stylesheets/ext_bulma/form/_file.scss +23 -0
  81. data/app/assets/stylesheets/ext_bulma/form/_select.scss +5 -0
  82. data/app/assets/stylesheets/ext_bulma/form/_tools.scss +30 -0
  83. data/app/assets/stylesheets/ext_bulma/grid/_all.scss +3 -0
  84. data/app/assets/stylesheets/ext_bulma/grid/_columns.scss +13 -0
  85. data/app/assets/stylesheets/ext_bulma/helpers/_all.scss +5 -0
  86. data/app/assets/stylesheets/ext_bulma/helpers/_dot.scss +11 -0
  87. data/app/assets/stylesheets/ext_bulma/helpers/_drawable.scss +3 -0
  88. data/app/assets/stylesheets/ext_bulma/helpers/_grid.scss +10 -0
  89. data/app/assets/stylesheets/ext_bulma/index.scss +22 -0
  90. data/app/assets/stylesheets/ext_bulma/layout/_all.scss +4 -0
  91. data/app/assets/stylesheets/ext_bulma/layout/_footer.scss +4 -0
  92. data/app/assets/stylesheets/ext_bulma/layout/_level.scss +1 -0
  93. data/app/assets/stylesheets/ext_choices/index.scss +16 -0
  94. data/app/assets/stylesheets/ext_font/index.scss +4 -0
  95. data/app/assets/stylesheets/ext_weui/index.scss +24 -0
  96. data/app/assets/stylesheets/ext_weui/widget/_actionsheet.scss +3 -0
  97. data/app/assets/stylesheets/ext_weui/widget/_article.scss +7 -0
  98. data/app/assets/stylesheets/ext_weui/widget/_button.scss +7 -0
  99. data/app/assets/stylesheets/ext_weui/widget/_cell.scss +17 -0
  100. data/app/assets/stylesheets/ext_weui/widget/_form.scss +3 -0
  101. data/app/assets/stylesheets/ext_weui/widget/_half_screen_dialog.scss +10 -0
  102. data/app/assets/stylesheets/ext_weui/widget/_icon.scss +9 -0
  103. data/app/assets/stylesheets/ext_weui/widget/_media.scss +43 -0
  104. data/app/assets/stylesheets/ext_weui/widget/_panel.scss +4 -0
  105. data/app/assets/stylesheets/ext_weui/widget/_preview.scss +5 -0
  106. data/app/assets/stylesheets/ext_weui/widget/_search.scss +5 -0
  107. data/app/assets/stylesheets/ext_weui/widget/_tab.scss +10 -0
  108. data/app/assets/stylesheets/ext_weui/widget/_tabbar.scss +12 -0
  109. data/app/assets/stylesheets/ext_weui/widget/_uploader.scss +14 -0
  110. data/app/assets/stylesheets/phone.scss +6 -0
  111. data/app/assets/stylesheets/slide/index.scss +208 -0
  112. data/app/assets/stylesheets/ui_tooltip/_mixins.scss +46 -0
  113. data/app/assets/stylesheets/ui_tooltip/_variables.scss +5 -0
  114. data/app/assets/stylesheets/ui_tooltip/index.scss +278 -0
  115. data/app/controllers/design/base_controller.rb +4 -0
  116. data/app/controllers/design/home_controller.rb +13 -0
  117. data/app/views/design/home/swipe.html.erb +7 -0
  118. data/app/views/layouts/ui/base.html.erb +5 -0
  119. data/config/routes.rb +11 -0
  120. data/lib/rails_design/config.rb +8 -0
  121. data/lib/rails_design/engine.rb +5 -0
  122. data/lib/rails_design.rb +2 -0
  123. metadata +181 -0
@@ -0,0 +1,46 @@
1
+ @mixin arrow-down() {
2
+ width: 10px;
3
+ height: 10px;
4
+ border: $tip-arrow-size solid transparent;
5
+ border-top-color: var(--tip-color);
6
+ }
7
+
8
+ @mixin arrow-up() {
9
+ width: 0;
10
+ height: 0;
11
+ border: $tip-arrow-size solid transparent;
12
+ border-bottom-color: var(--tip-color);
13
+ }
14
+
15
+ @mixin arrow-left() {
16
+ width: 0;
17
+ height: 0;
18
+ border: $tip-arrow-size solid transparent;
19
+ border-right-color: var(--tip-color);
20
+ }
21
+
22
+ @mixin arrow-right() {
23
+ width: 0;
24
+ height: 0;
25
+ border: $tip-arrow-size solid transparent;
26
+ border-left-color: var(--tip-color);
27
+ }
28
+
29
+ @mixin base-effects() {
30
+ opacity: 0;
31
+ pointer-events: none;
32
+ transition: all 0.18s ease-out 0.18s;
33
+ }
34
+
35
+ @mixin no-effects() {
36
+ transition: none;
37
+ }
38
+
39
+ @mixin normalized-text() {
40
+ text-indent: 0;
41
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
42
+ font-weight: normal;
43
+ font-style: normal;
44
+ text-shadow: none;
45
+ font-size: var(--tip-font-size);
46
+ }
@@ -0,0 +1,5 @@
1
+ $tip-bg: fade-out(#fff, 0.05) !default;
2
+ $tip-font: invert($tip-bg);
3
+ $tip-base-size: 12px !default;
4
+ $tip-arrow-size: 0 !default;
5
+ $tip-move: 4px !default;
@@ -0,0 +1,278 @@
1
+ @import './variables';
2
+ @import './mixins';
3
+
4
+ :root {
5
+ --tip-color: #{$tip-bg};
6
+ --tip-font: #{$tip-font};
7
+ --tip-font-size: #{$tip-base-size};
8
+ --tip-move: #{$tip-move};
9
+ }
10
+
11
+ // IE 11 button bugfix
12
+ button[aria-label] {
13
+ &[data-tip_pos] {
14
+ overflow: visible;
15
+ }
16
+ }
17
+
18
+ [aria-label] {
19
+ position: relative; // alt. absolute or fixed
20
+
21
+ // Fixing iOS Safari event issue.
22
+ // More info at: https://goo.gl/w8JF4W
23
+ cursor: pointer;
24
+
25
+ &:after {
26
+ @include base-effects();
27
+ @include normalized-text();
28
+
29
+ background: var(--tip-color);
30
+ border-radius: 2px;
31
+ color: var(--tip-font);
32
+ content: attr(aria-label);
33
+ padding: .5em 1em;
34
+ position: absolute;
35
+ white-space: nowrap;
36
+ box-shadow: 1px 1px 1px 1px #bababc;
37
+ z-index: 20;
38
+ }
39
+
40
+ &:before {
41
+ @include arrow-down();
42
+ @include base-effects();
43
+
44
+ background: var(--tip-color);
45
+ content: '';
46
+ position: absolute;
47
+ box-shadow: 1px 1px 0 0 #bababc;
48
+ z-index: 21;
49
+ }
50
+
51
+ &:hover,
52
+ &.tip-visible,
53
+ &:not([data-tip_nofocus]):focus {
54
+ &:before,
55
+ &:after {
56
+ opacity: 1;
57
+ pointer-events: none;
58
+ }
59
+ }
60
+
61
+ &.fa:after {
62
+ font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
63
+ }
64
+
65
+ &[data-tip_break] {
66
+ &:after {
67
+ white-space: pre;
68
+ }
69
+
70
+ &[data-tip_length] {
71
+ &:after {
72
+ white-space: pre-line;
73
+ word-break: break-word;
74
+ }
75
+ }
76
+ }
77
+
78
+ &[data-tip_blunt] {
79
+ &:before,
80
+ &:after {
81
+ @include no-effects();
82
+ }
83
+ }
84
+ &:after {
85
+ bottom: 100%;
86
+ left: 50%;
87
+ margin-bottom: $tip-arrow-size + 7px;
88
+ transform: translate(-50%, var(--tip-move));
89
+ transform-origin: top;
90
+ }
91
+ &:before {
92
+ bottom: 100%;
93
+ left: 50%;
94
+ transform: rotate(45deg) scale(1) translate(-50%, var(--tip-move));
95
+ transform-origin: top;
96
+ margin-bottom: -2px;
97
+ }
98
+ &:hover,
99
+ &.tip-visible {
100
+ &:after {
101
+ transform: translate(-50%, 0);
102
+ }
103
+ &:before {
104
+ transform: rotate(45deg) scale(1) translate(-50%, 0);
105
+ }
106
+ }
107
+
108
+ &.tip-up-left {
109
+ &:after {
110
+ bottom: 100%;
111
+ left: 0;
112
+ margin-bottom: $tip-arrow-size + 7px;
113
+ transform: translate(0, var(--tip-move));
114
+ transform-origin: top;
115
+ }
116
+ &:before {
117
+ bottom: 100%;
118
+ left: 5px;
119
+ transform: translate(0, var(--tip-move));
120
+ transform-origin: top;
121
+ }
122
+ &:hover,
123
+ &.tip-visible {
124
+ &:after {
125
+ transform: translate(0, 0);
126
+ }
127
+ &:before {
128
+ transform: translate(0, 0);
129
+ }
130
+ }
131
+ }
132
+
133
+ &.tip-up-right {
134
+ &:after {
135
+ bottom: 100%;
136
+ right: 0;
137
+ margin-bottom: $tip-arrow-size + 7px;
138
+ transform: translate(0, var(--tip-move));
139
+ transform-origin: top;
140
+ }
141
+ &:before {
142
+ bottom: 100%;
143
+ right: 5px;
144
+ transform: translate(0, var(--tip-move));
145
+ transform-origin: top;
146
+ }
147
+ &:hover,
148
+ &.tip-visible {
149
+ &:after {
150
+ transform: translate(0, 0);
151
+ }
152
+ &:before {
153
+ transform: translate(0, 0);
154
+ }
155
+ }
156
+ }
157
+
158
+ &.tip-down {
159
+ &:after {
160
+ left: 50%;
161
+ margin-top: $tip-arrow-size + 7px;
162
+ top: 100%;
163
+ transform: translate(-50%, calc(var(--tip-move) * -1));
164
+ }
165
+ &:before {
166
+ @include arrow-up();
167
+ left: 50%;
168
+ top: 100%;
169
+ transform: translate(-50%, calc(var(--tip-move) * -1));
170
+ }
171
+ &:hover,
172
+ &.tip-visible {
173
+ &:after {
174
+ transform: translate(-50%, 0);
175
+ }
176
+ &:before {
177
+ transform: translate(-50%, 0);
178
+ }
179
+ }
180
+ }
181
+
182
+ &.tip-down-left {
183
+ &:after {
184
+ left: 0;
185
+ margin-top: $tip-arrow-size + 7px;
186
+ top: 100%;
187
+ transform: translate(0, calc(var(--tip-move) * -1));
188
+ }
189
+ &:before {
190
+ @include arrow-up();
191
+ left: 5px;
192
+ top: 100%;
193
+ transform: translate(0, calc(var(--tip-move) * -1));
194
+ }
195
+ &:hover,
196
+ &.tip-visible {
197
+ &:after {
198
+ transform: translate(0, 0);
199
+ }
200
+ &:before {
201
+ transform: translate(0, 0);
202
+ }
203
+ }
204
+ }
205
+
206
+ &.tip-down-right {
207
+ &:after {
208
+ right: 0;
209
+ margin-top: $tip-arrow-size + 7px;
210
+ top: 100%;
211
+ transform: translate(0, calc(var(--tip-move) * -1));
212
+ }
213
+ &:before {
214
+ @include arrow-up();
215
+ right: 5px;
216
+ top: 100%;
217
+ transform: translate(0, calc(var(--tip-move) * -1));
218
+ }
219
+ &:hover,
220
+ &.tip-visible {
221
+ &:after {
222
+ transform: translate(0, 0);
223
+ }
224
+ &:before {
225
+ transform: translate(0, 0);
226
+ }
227
+ }
228
+ }
229
+
230
+ &.tip-left {
231
+ &:after {
232
+ margin-right: $tip-arrow-size + 7px;
233
+ right: 100%;
234
+ top: 50%;
235
+ transform: translate(var(--tip-move), -50%);
236
+ }
237
+ &:before {
238
+ @include arrow-right();
239
+ right: 100%;
240
+ top: 50%;
241
+ transform: translate(var(--tip-move), -50%);
242
+ }
243
+ &:hover, &.tip-visible {
244
+ &:after {
245
+ transform: translate(0, -50%);
246
+ }
247
+ &:before {
248
+ transform: translate(0, -50%);
249
+ }
250
+ }
251
+ }
252
+
253
+ &.tip-right {
254
+ &:after {
255
+ left: 100%;
256
+ margin-left: $tip-arrow-size + 7px;
257
+ top: 50%;
258
+ transform: translate(calc(var(--tip-move) * -1), -50%);
259
+ }
260
+ &:before {
261
+ @include arrow-left();
262
+ left: 100%;
263
+ top: 50%;
264
+ transform: translate(calc(var(--tip-move) * -1), -50%);
265
+ }
266
+ &:hover,
267
+ &.tip-visible {
268
+ &:after {
269
+ transform: translate(0, -50%);
270
+ }
271
+
272
+ &:before {
273
+ transform: translate(0, -50%);
274
+ }
275
+ }
276
+ }
277
+
278
+ }
@@ -0,0 +1,4 @@
1
+ module Design
2
+ class BaseController < BaseController
3
+ end
4
+ end
@@ -0,0 +1,13 @@
1
+ module Design
2
+ class HomeController < BaseController
3
+
4
+ def swipe
5
+ @videos = [
6
+ 'http://qiniu-xinshengyin.work.design/01.mp4',
7
+ 'http://qiniu-xinshengyin.work.design/02.mp4',
8
+ 'http://qiniu-xinshengyin.work.design/03.mp4'
9
+ ]
10
+ end
11
+
12
+ end
13
+ end
@@ -0,0 +1,7 @@
1
+ <div data-controller="slide-y" data-slide-y-debug-value="false" class="slide-y">
2
+ <% @videos.each_with_index do |url, index| %>
3
+ <figure data-action="touchmove->slide-y#move:passive touchend->slide-y#end:passive" data-index="<%= index %>" style="z-index: <%= index == 0 ? 0 : -2 %>">
4
+ <%= video_tag(url, controls: true, preload: 'auto') %>
5
+ </figure>
6
+ <% end %>
7
+ </div>
@@ -0,0 +1,5 @@
1
+ <%= render layout: 'layouts/phone_head' do %>
2
+ <body>
3
+ <%= yield %>
4
+ </body>
5
+ <% end %>
data/config/routes.rb ADDED
@@ -0,0 +1,11 @@
1
+ Rails.application.routes.draw do
2
+
3
+ namespace :design, defaults: { business: 'design' } do
4
+
5
+ controller :home do
6
+ get :swipe
7
+ end
8
+
9
+ end
10
+
11
+ end
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'active_support/configurable'
4
+
5
+ module RailsDesign #:nodoc:
6
+ include ActiveSupport::Configurable
7
+
8
+ end
@@ -0,0 +1,5 @@
1
+ module RailsDesign
2
+ class Engine < ::Rails::Engine
3
+
4
+ end
5
+ end
@@ -0,0 +1,2 @@
1
+ require 'rails_design/config'
2
+ require 'rails_design/engine'
metadata ADDED
@@ -0,0 +1,181 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rails_design
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - qinmingyuan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-09-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: Description of RailsUi.
28
+ email:
29
+ - mingyuan0715@foxmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE
35
+ - README.md
36
+ - Rakefile
37
+ - app/assets/images/image-square.png
38
+ - app/assets/images/logo.png
39
+ - app/assets/javascripts/default_form/datetime.js
40
+ - app/assets/javascripts/default_form/default_valid.js
41
+ - app/assets/javascripts/default_form/field.js
42
+ - app/assets/javascripts/default_form/index.js
43
+ - app/assets/javascripts/default_form/valid_weui.js
44
+ - app/assets/javascripts/rails_design/attachment.js
45
+ - app/assets/javascripts/rails_design/cable.js
46
+ - app/assets/javascripts/rails_design/dataset.js
47
+ - app/assets/javascripts/rails_design/index.js
48
+ - app/assets/javascripts/rails_design/stimulus.js
49
+ - app/assets/javascripts/rails_design/turbo.js
50
+ - app/assets/javascripts/stimulus_com/checkbox.js
51
+ - app/assets/javascripts/stimulus_com/choice.js
52
+ - app/assets/javascripts/stimulus_com/common.js
53
+ - app/assets/javascripts/stimulus_com/count_down.js
54
+ - app/assets/javascripts/stimulus_com/former.js
55
+ - app/assets/javascripts/stimulus_com/hover.js
56
+ - app/assets/javascripts/stimulus_com/index.js
57
+ - app/assets/javascripts/stimulus_com/input.js
58
+ - app/assets/javascripts/stimulus_com/menu.js
59
+ - app/assets/javascripts/stimulus_com/modal.js
60
+ - app/assets/javascripts/stimulus_com/modal_show.js
61
+ - app/assets/javascripts/stimulus_com/navbar.js
62
+ - app/assets/javascripts/stimulus_com/notice.js
63
+ - app/assets/javascripts/stimulus_com/picture.js
64
+ - app/assets/javascripts/stimulus_com/show.js
65
+ - app/assets/javascripts/stimulus_com/showcase.js
66
+ - app/assets/javascripts/stimulus_com/slide.js
67
+ - app/assets/javascripts/stimulus_com/slide_y.js
68
+ - app/assets/javascripts/stimulus_com/sortable.js
69
+ - app/assets/javascripts/stimulus_com/sticky.js
70
+ - app/assets/javascripts/stimulus_com/swipe.js
71
+ - app/assets/javascripts/stimulus_com/taxon.js
72
+ - app/assets/javascripts/stimulus_com/time.js
73
+ - app/assets/javascripts/stimulus_com/touch.js
74
+ - app/assets/javascripts/stimulus_com/tree.js
75
+ - app/assets/javascripts/stimulus_com/tree_remote.js
76
+ - app/assets/javascripts/stimulus_com/typer.js
77
+ - app/assets/javascripts/stimulus_com/visit.js
78
+ - app/assets/javascripts/stimulus_phone/index.js
79
+ - app/assets/javascripts/stimulus_phone/qq_map.js
80
+ - app/assets/javascripts/stimulus_phone/search.js
81
+ - app/assets/javascripts/stimulus_phone/wechat.js
82
+ - app/assets/javascripts/stimulus_phone/weui-actionsheet.js
83
+ - app/assets/javascripts/stimulus_phone/weui-datepicker.js
84
+ - app/assets/javascripts/stimulus_phone/weui-dialog.js
85
+ - app/assets/javascripts/stimulus_phone/weui-picker.js
86
+ - app/assets/javascripts/stimulus_phone/wxpay.js
87
+ - app/assets/stylesheets/app.scss
88
+ - app/assets/stylesheets/ext_bulma/base/_all.scss
89
+ - app/assets/stylesheets/ext_bulma/base/_choices.scss
90
+ - app/assets/stylesheets/ext_bulma/base/_global.scss
91
+ - app/assets/stylesheets/ext_bulma/base/_main.scss
92
+ - app/assets/stylesheets/ext_bulma/components/_all.scss
93
+ - app/assets/stylesheets/ext_bulma/components/_box.scss
94
+ - app/assets/stylesheets/ext_bulma/components/_breadcrumb.scss
95
+ - app/assets/stylesheets/ext_bulma/components/_card.scss
96
+ - app/assets/stylesheets/ext_bulma/components/_level.scss
97
+ - app/assets/stylesheets/ext_bulma/components/_media.scss
98
+ - app/assets/stylesheets/ext_bulma/components/_menu.scss
99
+ - app/assets/stylesheets/ext_bulma/components/_pagination.scss
100
+ - app/assets/stylesheets/ext_bulma/components/_panel.scss
101
+ - app/assets/stylesheets/ext_bulma/elements/_all.scss
102
+ - app/assets/stylesheets/ext_bulma/elements/_button.scss
103
+ - app/assets/stylesheets/ext_bulma/elements/_fa.scss
104
+ - app/assets/stylesheets/ext_bulma/elements/_image.scss
105
+ - app/assets/stylesheets/ext_bulma/elements/_table.scss
106
+ - app/assets/stylesheets/ext_bulma/elements/_title.scss
107
+ - app/assets/stylesheets/ext_bulma/expand/_all.scss
108
+ - app/assets/stylesheets/ext_bulma/expand/_slide.scss
109
+ - app/assets/stylesheets/ext_bulma/expand/_sortable.scss
110
+ - app/assets/stylesheets/ext_bulma/form/_all.scss
111
+ - app/assets/stylesheets/ext_bulma/form/_checkbox.scss
112
+ - app/assets/stylesheets/ext_bulma/form/_file.scss
113
+ - app/assets/stylesheets/ext_bulma/form/_select.scss
114
+ - app/assets/stylesheets/ext_bulma/form/_tools.scss
115
+ - app/assets/stylesheets/ext_bulma/grid/_all.scss
116
+ - app/assets/stylesheets/ext_bulma/grid/_columns.scss
117
+ - app/assets/stylesheets/ext_bulma/helpers/_all.scss
118
+ - app/assets/stylesheets/ext_bulma/helpers/_dot.scss
119
+ - app/assets/stylesheets/ext_bulma/helpers/_drawable.scss
120
+ - app/assets/stylesheets/ext_bulma/helpers/_grid.scss
121
+ - app/assets/stylesheets/ext_bulma/index.scss
122
+ - app/assets/stylesheets/ext_bulma/layout/_all.scss
123
+ - app/assets/stylesheets/ext_bulma/layout/_footer.scss
124
+ - app/assets/stylesheets/ext_bulma/layout/_level.scss
125
+ - app/assets/stylesheets/ext_choices/index.scss
126
+ - app/assets/stylesheets/ext_font/index.scss
127
+ - app/assets/stylesheets/ext_weui/index.scss
128
+ - app/assets/stylesheets/ext_weui/widget/_actionsheet.scss
129
+ - app/assets/stylesheets/ext_weui/widget/_article.scss
130
+ - app/assets/stylesheets/ext_weui/widget/_button.scss
131
+ - app/assets/stylesheets/ext_weui/widget/_cell.scss
132
+ - app/assets/stylesheets/ext_weui/widget/_form.scss
133
+ - app/assets/stylesheets/ext_weui/widget/_half_screen_dialog.scss
134
+ - app/assets/stylesheets/ext_weui/widget/_icon.scss
135
+ - app/assets/stylesheets/ext_weui/widget/_media.scss
136
+ - app/assets/stylesheets/ext_weui/widget/_panel.scss
137
+ - app/assets/stylesheets/ext_weui/widget/_preview.scss
138
+ - app/assets/stylesheets/ext_weui/widget/_search.scss
139
+ - app/assets/stylesheets/ext_weui/widget/_tab.scss
140
+ - app/assets/stylesheets/ext_weui/widget/_tabbar.scss
141
+ - app/assets/stylesheets/ext_weui/widget/_uploader.scss
142
+ - app/assets/stylesheets/phone.scss
143
+ - app/assets/stylesheets/slide/index.scss
144
+ - app/assets/stylesheets/ui_tooltip/_mixins.scss
145
+ - app/assets/stylesheets/ui_tooltip/_variables.scss
146
+ - app/assets/stylesheets/ui_tooltip/index.scss
147
+ - app/controllers/design/base_controller.rb
148
+ - app/controllers/design/home_controller.rb
149
+ - app/views/design/home/swipe.html.erb
150
+ - app/views/layouts/ui/base.html.erb
151
+ - config/routes.rb
152
+ - lib/rails_design.rb
153
+ - lib/rails_design/config.rb
154
+ - lib/rails_design/engine.rb
155
+ homepage: https://github.com/work-design/rails_design
156
+ licenses:
157
+ - MIT
158
+ metadata:
159
+ homepage_uri: https://github.com/work-design/rails_design
160
+ source_code_uri: https://github.com/work-design/rails_design
161
+ changelog_uri: https://github.com/work-design/rails_design
162
+ post_install_message:
163
+ rdoc_options: []
164
+ require_paths:
165
+ - lib
166
+ required_ruby_version: !ruby/object:Gem::Requirement
167
+ requirements:
168
+ - - ">="
169
+ - !ruby/object:Gem::Version
170
+ version: '0'
171
+ required_rubygems_version: !ruby/object:Gem::Requirement
172
+ requirements:
173
+ - - ">="
174
+ - !ruby/object:Gem::Version
175
+ version: '0'
176
+ requirements: []
177
+ rubygems_version: 3.2.22
178
+ signing_key:
179
+ specification_version: 4
180
+ summary: Work Design UI Project
181
+ test_files: []