vipassana-design-standards 0.0.16 → 0.0.17
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.
- package/HOW_TO_PUBLISH.md +1 -1
- package/README.md +5 -0
- package/demo/app/views/demo/index.html.erb +9 -0
- package/demo/app/views/layouts/application.html.erb +2 -1
- package/dist/0.0.17/css/bootstrap5-theme.css +12629 -0
- package/dist/0.0.17/css/bootstrap5-theme.css.map +1 -0
- package/dist/0.0.17/css/bootstrap5-theme.min.css +6 -0
- package/dist/0.0.17/css/bootstrap5-theme.rtl.css +12592 -0
- package/dist/0.0.17/css/bootstrap5-theme.rtl.min.css +6 -0
- package/dist/0.0.17/css/fonts-gu.css +65 -0
- package/dist/0.0.17/css/fonts-gu.min.css +1 -0
- package/dist/0.0.17/css/fonts-ja.css +2399 -0
- package/dist/0.0.17/css/fonts-ja.min.css +1 -0
- package/dist/0.0.17/css/fonts-km.css +2399 -0
- package/dist/0.0.17/css/fonts-km.min.css +1 -0
- package/dist/0.0.17/css/fonts.css +472 -0
- package/dist/0.0.17/css/fonts.css.map +1 -0
- package/dist/0.0.17/css/fonts.min.css +1 -0
- package/dist/0.0.17/css/logo.css +135 -0
- package/dist/0.0.17/css/logo.css.map +1 -0
- package/dist/0.0.17/css/logo.min.css +1 -0
- package/dist/{js/bootstrap.bundle.min.js → 0.0.17/js/bootstrap5-theme.min.js} +31 -1
- package/dist/css/bootstrap5-theme.css +18 -12
- package/dist/css/bootstrap5-theme.css.map +1 -1
- package/dist/css/bootstrap5-theme.min.css +1 -1
- package/dist/css/bootstrap5-theme.rtl.css +18 -12
- package/dist/css/bootstrap5-theme.rtl.min.css +1 -1
- package/dist/js/bootstrap5-theme.min.js +37 -0
- package/dist/js/bootstrap5-theme.min.js.map +1 -0
- package/lib/vipassana/design_standards_helper.rb +1 -1
- package/package.json +2 -2
- package/src/javascripts/auto-resize.js +30 -0
- package/src/javascripts/i18n.js +7 -0
- package/src/stylesheets/custom-bootstrap.scss +19 -11
- package/src/stylesheets/layout/vds-header.scss +0 -1
- package/vipassana-design-standards.gemspec +1 -1
- package/dist/js/bootstrap.bundle.js +0 -7075
- package/dist/js/bootstrap.bundle.js.map +0 -1
- /package/dist/{js/bootstrap.bundle.min.js.map → 0.0.17/js/bootstrap5-theme.min.js.map} +0 -0
|
@@ -11723,6 +11723,17 @@ textarea.form-control-lg {
|
|
|
11723
11723
|
color: white;
|
|
11724
11724
|
}
|
|
11725
11725
|
|
|
11726
|
+
.btn-with-icon {
|
|
11727
|
+
display: inline-flex;
|
|
11728
|
+
align-items: center;
|
|
11729
|
+
}
|
|
11730
|
+
.btn-with-icon img, .btn-with-icon i {
|
|
11731
|
+
margin-left: 0.5rem;
|
|
11732
|
+
}
|
|
11733
|
+
.btn-with-icon img {
|
|
11734
|
+
height: 1rem;
|
|
11735
|
+
}
|
|
11736
|
+
|
|
11726
11737
|
.text-bg-secondary {
|
|
11727
11738
|
color: white !important;
|
|
11728
11739
|
}
|
|
@@ -11763,12 +11774,12 @@ textarea.form-control-lg {
|
|
|
11763
11774
|
justify-content: center;
|
|
11764
11775
|
}
|
|
11765
11776
|
|
|
11766
|
-
.form-
|
|
11767
|
-
|
|
11777
|
+
.form-group {
|
|
11778
|
+
margin-bottom: 1rem;
|
|
11768
11779
|
}
|
|
11769
11780
|
|
|
11770
|
-
.form-
|
|
11771
|
-
|
|
11781
|
+
.form-check-input, .form-check-label {
|
|
11782
|
+
cursor: pointer;
|
|
11772
11783
|
}
|
|
11773
11784
|
|
|
11774
11785
|
.form-label {
|
|
@@ -11780,18 +11791,14 @@ textarea.form-control-lg {
|
|
|
11780
11791
|
.form-select {
|
|
11781
11792
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 18'%3e%3cpath fill='none' stroke='%23a1a1a1' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
|
|
11782
11793
|
}
|
|
11794
|
+
.form-select.auto-resize {
|
|
11795
|
+
padding-left: 2.3em;
|
|
11796
|
+
}
|
|
11783
11797
|
|
|
11784
11798
|
.form-check {
|
|
11785
11799
|
margin-bottom: 0.25rem;
|
|
11786
11800
|
}
|
|
11787
11801
|
|
|
11788
|
-
[dir=rtl] .form-floating > .form-control ~ label {
|
|
11789
|
-
transform-origin: left;
|
|
11790
|
-
}
|
|
11791
|
-
[dir=rtl] .form-floating > .form-control:focus ~ label {
|
|
11792
|
-
transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
|
|
11793
|
-
}
|
|
11794
|
-
|
|
11795
11802
|
.input-group-text {
|
|
11796
11803
|
background-color: var(--bs-light);
|
|
11797
11804
|
}
|
|
@@ -11939,7 +11946,6 @@ html, body {
|
|
|
11939
11946
|
}
|
|
11940
11947
|
.vds-header .vds-locale-picker {
|
|
11941
11948
|
border: none;
|
|
11942
|
-
padding-left: 2.3em;
|
|
11943
11949
|
padding-right: 0.7em;
|
|
11944
11950
|
color: #1E3461;
|
|
11945
11951
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 18'%3e%3cpath fill='none' stroke='%231e3461' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
|