sempli-website-lib 5.0.1 → 5.0.2

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 (101) hide show
  1. package/README.md +25 -25
  2. package/assets/fonts/Lato/Lato-Black.ttf +0 -0
  3. package/assets/fonts/Lato/Lato-BlackItalic.ttf +0 -0
  4. package/assets/fonts/Lato/Lato-Bold.ttf +0 -0
  5. package/assets/fonts/Lato/Lato-BoldItalic.ttf +0 -0
  6. package/assets/fonts/Lato/Lato-Hairline.ttf +0 -0
  7. package/assets/fonts/Lato/Lato-HairlineItalic.ttf +0 -0
  8. package/assets/fonts/Lato/Lato-Italic.ttf +0 -0
  9. package/assets/fonts/Lato/Lato-Light.ttf +0 -0
  10. package/assets/fonts/Lato/Lato-LightItalic.ttf +0 -0
  11. package/assets/fonts/Lato/Lato-Regular.ttf +0 -0
  12. package/assets/fonts/Lato/OFL.txt +0 -0
  13. package/assets/interface/documents.svg +136 -136
  14. package/assets/interface/icons/alert-success.svg +17 -17
  15. package/assets/interface/icons/arrow-left.svg +8 -8
  16. package/assets/interface/icons/arrow-right-02.svg +10 -10
  17. package/assets/interface/icons/arrow-right.svg +8 -8
  18. package/assets/interface/icons/basic-check-magenta.svg +1 -1
  19. package/assets/interface/icons/bulb-example.svg +20 -20
  20. package/assets/interface/icons/bulb-tip.svg +32 -32
  21. package/assets/interface/icons/check-green-circle-large.svg +23 -23
  22. package/assets/interface/icons/check-green.svg +16 -16
  23. package/assets/interface/icons/check-purple.svg +20 -20
  24. package/assets/interface/icons/cloud-download.svg +20 -20
  25. package/assets/interface/icons/document-pdf.svg +13 -13
  26. package/assets/interface/icons/document-review.svg +20 -20
  27. package/assets/interface/icons/document-status-approved.svg +21 -21
  28. package/assets/interface/icons/document-status-empty.svg +18 -18
  29. package/assets/interface/icons/document-status-error.svg +23 -23
  30. package/assets/interface/icons/document-status-success.svg +19 -19
  31. package/assets/interface/icons/eye-action.svg +1 -1
  32. package/assets/interface/icons/hand-stop.svg +19 -19
  33. package/assets/interface/icons/happy-01.svg +0 -0
  34. package/assets/interface/icons/happy-02.svg +0 -0
  35. package/assets/interface/icons/happy-03.svg +0 -0
  36. package/assets/interface/icons/happy-04.svg +0 -0
  37. package/assets/interface/icons/happy-05.svg +0 -0
  38. package/assets/interface/icons/heart.svg +13 -13
  39. package/assets/interface/icons/intercom-messenger-icon.svg +1 -1
  40. package/assets/interface/icons/lock-icon.svg +1 -1
  41. package/assets/interface/icons/mail-circle.svg +32 -32
  42. package/assets/interface/icons/mail-edit.svg +20 -20
  43. package/assets/interface/icons/pen-edit.svg +22 -22
  44. package/assets/interface/icons/plus-circle.svg +22 -22
  45. package/assets/interface/icons/question-sign.svg +10 -10
  46. package/assets/interface/icons/shield.svg +31 -31
  47. package/assets/interface/icons/signature-modal-approved.svg +17 -17
  48. package/assets/interface/icons/signature-modal-waiting.svg +23 -23
  49. package/assets/interface/icons/signature-pending.svg +25 -25
  50. package/assets/interface/icons/signature-step-active.svg +19 -19
  51. package/assets/interface/icons/signature-step-completed.svg +19 -19
  52. package/assets/interface/icons/signature-step-default.svg +19 -19
  53. package/assets/interface/icons/skull.svg +23 -23
  54. package/assets/interface/icons/step-incomplete.svg +18 -18
  55. package/assets/interface/icons/trash-delete.svg +20 -20
  56. package/assets/interface/icons/warning-sign.svg +22 -22
  57. package/assets/interface/icons/x-circle.svg +14 -14
  58. package/esm2020/lib/sempli-website-lib.module.mjs +16 -16
  59. package/esm2020/public-api.mjs +5 -5
  60. package/esm2020/sempli-website-lib.mjs +4 -4
  61. package/fesm2015/sempli-website-lib.mjs +16 -16
  62. package/fesm2015/sempli-website-lib.mjs.map +1 -1
  63. package/fesm2020/sempli-website-lib.mjs +16 -16
  64. package/fesm2020/sempli-website-lib.mjs.map +1 -1
  65. package/lib/sempli-website-lib.module.d.ts +6 -6
  66. package/package.json +1 -1
  67. package/public-api.d.ts +1 -1
  68. package/sempli-website-lib.d.ts +5 -5
  69. package/styles/_main.scss +2 -2
  70. package/styles/master-app.scss +6759 -6760
  71. package/styles/master-landing.scss +7619 -7620
  72. package/styles/modules/_functions.scss +37 -37
  73. package/styles/modules/_mixins.scss +66 -66
  74. package/styles/modules/_variables.scss +54 -54
  75. package/styles/partials/_base.scss +281 -281
  76. package/styles/partials/_buttons.scss +401 -402
  77. package/styles/partials/_fonts.scss +83 -83
  78. package/styles/partials/_forms.scss +837 -837
  79. package/styles/partials/_icons.scss +12 -12
  80. package/styles/partials/_layout.scss +148 -148
  81. package/styles/partials/_modals.scss +256 -256
  82. package/styles/partials/_panels.scss +51 -51
  83. package/styles/partials/_progress-bars.scss +60 -60
  84. package/styles/partials/_tooltips.scss +128 -128
  85. package/styles/partials/_videos.scss +32 -32
  86. package/styles/partials/animations.scss +122 -122
  87. package/styles/partials/app/_blocks.scss +101 -101
  88. package/styles/partials/app/_cards.scss +155 -155
  89. package/styles/partials/app/_general.scss +1199 -1199
  90. package/styles/partials/app/_header.scss +723 -723
  91. package/styles/partials/app/_layout.scss +227 -227
  92. package/styles/partials/app/_my-account.scss +203 -203
  93. package/styles/partials/app/_my-loan-applications.scss +165 -165
  94. package/styles/partials/app/_my-products.scss +1039 -1039
  95. package/styles/partials/app/_signatures.scss +16 -16
  96. package/styles/partials/landing/_footer.scss +70 -70
  97. package/styles/partials/landing/_general.scss +1375 -1375
  98. package/styles/partials/landing/_header.scss +478 -478
  99. package/styles/partials/landing/_hero-wrappers.scss +616 -616
  100. package/styles/vendor/_modules_export.scss +163 -163
  101. package/styles/vendor/_normalize.scss +341 -341
@@ -1,4 +1,4 @@
1
- // NOTE Exporting individual modules for external use of classes and functions
1
+ // NOTE Exporting individual modules for external use of classes and functions
2
2
  //
3
3
  // A partial implementation of the Ruby list functions from Compass:
4
4
  // https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
@@ -11037,165 +11037,165 @@ $experimental-support-for-pie : false !default;
11037
11037
  @include flexbox((align-content: $align-content));
11038
11038
  }
11039
11039
 
11040
- //import required by _mixins
11041
- // Modules
11042
- // Layout Change Breakpoints
11043
-
11044
- $breakpoint-small: 481px;
11045
- $breakpoint-medium: 641px;
11046
- $breakpoint-xmedium: 860px;
11047
- $breakpoint-large: 1025px;
11048
- $breakpoint-xlarge: 1200px;
11049
- $breakpoint-xxlarge: 1441px;
11050
- $breakpoint-xxxlarge: 1921px;
11051
-
11052
- // Font size variables
11053
- $font-size-extra-large: 32px;
11054
- $font-size-large: 18px;
11055
- $font-size-md-large: 16px;
11056
- $font-size-md: 14px;
11057
- $font-size-small: 12px;
11058
- $font-size-mini: 10px;
11059
-
11060
- $font-weight-thin: 100;
11061
- $font-weight-light: 300;
11062
- $font-weight-normal: 400;
11063
- $font-weight-medium: 500;
11064
- $font-weight-bold: 700;
11065
-
11066
- // Colors
11067
- $color-primary: #4D4CFC;
11068
- $color-primary-light: lighten($color-primary, 15%);
11069
- $color-primary-dark: darken($color-primary, 20%);
11070
- $color-primary-darker: desaturate(darken($color-primary, 40%), 60%);
11071
-
11072
- $color-secondary: #AFB3C0;
11073
- $color-secondary-light: lighten($color-secondary, 15%);
11074
- $color-secondary-dark: darken($color-secondary, 15%);
11075
-
11076
- $color-success: #45DFB0;
11077
- $color-success-light: lighten($color-success, 15%);
11078
- $color-success-dark: darken($color-success, 15%);
11079
-
11080
- $color-alert: #FF425E;
11081
- $color-alert-light: lighten($color-alert, 15%);
11082
- $color-alert-dark: darken($color-alert, 15%);
11083
-
11084
- $color-warning: #FFFF00;
11085
- $color-warning-light: lighten($color-warning, 15%);
11086
- $color-warning-dark: darken($color-warning, 15%);
11087
-
11088
- $color-dark-gray: #666666;
11089
-
11090
- $color-text: #434448;
11091
- $color-text: #434448;
11092
- $default-color-hover: #EFF0F3;
11093
-
11094
- $default-background-color-app: #F4F4F5;
11095
- $list-divider-color: #dadce2;
11096
-
11097
- /*#############################################################################
11098
- # FUNCTIONS
11099
- #############################################################################*/
11100
-
11101
-
11102
- // ===========================================================================
11103
-
11104
- // This is the default html and body font-size for the base rem value.
11105
- $rem-base: 16px !default;
11106
-
11107
- // STRIP UNIT
11108
- // It strips the unit of measure and returns it
11109
- @function strip-unit($num) {
11110
- @return $num / ($num * 0 + 1);
11111
- }
11112
-
11113
- // CONVERT TO REM
11114
- @function convert-to-rem($value, $base-value: $rem-base) {
11115
- $value: strip-unit($value) / strip-unit($base-value) * 1rem;
11116
- @if ($value == 0rem) { $value: 0; } // Turn 0rem into 0
11117
- @return $value;
11118
- }
11119
-
11120
- // REM CALC
11121
- @function rem-calc($values, $base-value: $rem-base) {
11122
- $max: length($values);
11123
-
11124
- @if $max == 1 { @return convert-to-rem(nth($values, 1), $base-value); }
11125
-
11126
- $remValues: ();
11127
- @for $i from 1 through $max {
11128
- $remValues: append($remValues, convert-to-rem(nth($values, $i), $base-value));
11129
- }
11130
- @return $remValues;
11131
- }
11132
-
11133
- // ===========================================================================
11134
-
11135
- /*#############################################################################
11136
- # MIXINS
11137
- #############################################################################*/
11138
-
11139
- // Media Queries
11140
-
11141
- @mixin responsive($break-point) {
11142
-
11143
- @media only screen and (min-width: rem-calc($break-point)) { @content; }
11144
-
11145
- }
11146
-
11147
- @mixin responsive-min-max($min-break-point, $max-break-point) {
11148
-
11149
- @media only screen and (min-width: rem-calc($min-break-point)) and (max-width: rem-calc($max-break-point)) { @content; }
11150
-
11151
- }
11152
-
11153
- @mixin responsive-max($break-point) {
11154
-
11155
- @media only screen and (max-width: rem-calc($break-point)) { @content; }
11156
-
11157
- }
11158
-
11159
- @mixin responsive-height($break-point) {
11160
-
11161
- @media only screen and (min-height: rem-calc($break-point)) { @content; }
11162
-
11163
- }
11164
-
11165
- @mixin responsive-max-height($break-point) {
11166
-
11167
- @media only screen and (max-height: rem-calc($break-point)) { @content; }
11168
-
11169
- }
11170
-
11171
-
11172
- // ------------------------------------------------
11173
- // Retina display support
11174
- /* Example:
11175
- div.logo {
11176
- background: url("logo.png") no-repeat;
11177
- @include background-retina("logo2x.png", 100px, 25px);
11178
- }
11179
- */
11180
- @mixin background-retina($image, $width, $height) {
11181
- @media
11182
- only screen and (-webkit-min-device-pixel-ratio: 1.3),
11183
- only screen and (-o-min-device-pixel-ratio: 2.6/2),
11184
- only screen and (min--moz-device-pixel-ratio: 1.3),
11185
- only screen and (min-device-pixel-ratio: 1.3),
11186
- only screen and (min-resolution: 1.3dppx) {
11187
- background-image: url($image);
11188
- background-size: $width $height;
11189
- }
11190
- }
11191
-
11192
-
11193
- /*#############################################################################
11194
- # PLACEHOLDERS
11195
- #############################################################################*/
11196
-
11197
-
11198
- %transition-all {
11199
- @include transition(all 0.2s cubic-bezier(.7, 0, .175, 1) 0s);
11200
- }
11201
-
11040
+ //import required by _mixins
11041
+ // Modules
11042
+ // Layout Change Breakpoints
11043
+
11044
+ $breakpoint-small: 481px;
11045
+ $breakpoint-medium: 641px;
11046
+ $breakpoint-xmedium: 860px;
11047
+ $breakpoint-large: 1025px;
11048
+ $breakpoint-xlarge: 1200px;
11049
+ $breakpoint-xxlarge: 1441px;
11050
+ $breakpoint-xxxlarge: 1921px;
11051
+
11052
+ // Font size variables
11053
+ $font-size-extra-large: 32px;
11054
+ $font-size-large: 18px;
11055
+ $font-size-md-large: 16px;
11056
+ $font-size-md: 14px;
11057
+ $font-size-small: 12px;
11058
+ $font-size-mini: 10px;
11059
+
11060
+ $font-weight-thin: 100;
11061
+ $font-weight-light: 300;
11062
+ $font-weight-normal: 400;
11063
+ $font-weight-medium: 500;
11064
+ $font-weight-bold: 700;
11065
+
11066
+ // Colors
11067
+ $color-primary: #4D4CFC;
11068
+ $color-primary-light: lighten($color-primary, 15%);
11069
+ $color-primary-dark: darken($color-primary, 20%);
11070
+ $color-primary-darker: desaturate(darken($color-primary, 40%), 60%);
11071
+
11072
+ $color-secondary: #AFB3C0;
11073
+ $color-secondary-light: lighten($color-secondary, 15%);
11074
+ $color-secondary-dark: darken($color-secondary, 15%);
11075
+
11076
+ $color-success: #45DFB0;
11077
+ $color-success-light: lighten($color-success, 15%);
11078
+ $color-success-dark: darken($color-success, 15%);
11079
+
11080
+ $color-alert: #FF425E;
11081
+ $color-alert-light: lighten($color-alert, 15%);
11082
+ $color-alert-dark: darken($color-alert, 15%);
11083
+
11084
+ $color-warning: #FFFF00;
11085
+ $color-warning-light: lighten($color-warning, 15%);
11086
+ $color-warning-dark: darken($color-warning, 15%);
11087
+
11088
+ $color-dark-gray: #666666;
11089
+
11090
+ $color-text: #434448;
11091
+ $color-text: #434448;
11092
+ $default-color-hover: #EFF0F3;
11093
+
11094
+ $default-background-color-app: #F4F4F5;
11095
+ $list-divider-color: #dadce2;
11096
+
11097
+ /*#############################################################################
11098
+ # FUNCTIONS
11099
+ #############################################################################*/
11100
+
11101
+
11102
+ // ===========================================================================
11103
+
11104
+ // This is the default html and body font-size for the base rem value.
11105
+ $rem-base: 16px !default;
11106
+
11107
+ // STRIP UNIT
11108
+ // It strips the unit of measure and returns it
11109
+ @function strip-unit($num) {
11110
+ @return $num / ($num * 0 + 1);
11111
+ }
11112
+
11113
+ // CONVERT TO REM
11114
+ @function convert-to-rem($value, $base-value: $rem-base) {
11115
+ $value: strip-unit($value) / strip-unit($base-value) * 1rem;
11116
+ @if ($value == 0rem) { $value: 0; } // Turn 0rem into 0
11117
+ @return $value;
11118
+ }
11119
+
11120
+ // REM CALC
11121
+ @function rem-calc($values, $base-value: $rem-base) {
11122
+ $max: length($values);
11123
+
11124
+ @if $max == 1 { @return convert-to-rem(nth($values, 1), $base-value); }
11125
+
11126
+ $remValues: ();
11127
+ @for $i from 1 through $max {
11128
+ $remValues: append($remValues, convert-to-rem(nth($values, $i), $base-value));
11129
+ }
11130
+ @return $remValues;
11131
+ }
11132
+
11133
+ // ===========================================================================
11134
+
11135
+ /*#############################################################################
11136
+ # MIXINS
11137
+ #############################################################################*/
11138
+
11139
+ // Media Queries
11140
+
11141
+ @mixin responsive($break-point) {
11142
+
11143
+ @media only screen and (min-width: rem-calc($break-point)) { @content; }
11144
+
11145
+ }
11146
+
11147
+ @mixin responsive-min-max($min-break-point, $max-break-point) {
11148
+
11149
+ @media only screen and (min-width: rem-calc($min-break-point)) and (max-width: rem-calc($max-break-point)) { @content; }
11150
+
11151
+ }
11152
+
11153
+ @mixin responsive-max($break-point) {
11154
+
11155
+ @media only screen and (max-width: rem-calc($break-point)) { @content; }
11156
+
11157
+ }
11158
+
11159
+ @mixin responsive-height($break-point) {
11160
+
11161
+ @media only screen and (min-height: rem-calc($break-point)) { @content; }
11162
+
11163
+ }
11164
+
11165
+ @mixin responsive-max-height($break-point) {
11166
+
11167
+ @media only screen and (max-height: rem-calc($break-point)) { @content; }
11168
+
11169
+ }
11170
+
11171
+
11172
+ // ------------------------------------------------
11173
+ // Retina display support
11174
+ /* Example:
11175
+ div.logo {
11176
+ background: url("logo.png") no-repeat;
11177
+ @include background-retina("logo2x.png", 100px, 25px);
11178
+ }
11179
+ */
11180
+ @mixin background-retina($image, $width, $height) {
11181
+ @media
11182
+ only screen and (-webkit-min-device-pixel-ratio: 1.3),
11183
+ only screen and (-o-min-device-pixel-ratio: 2.6/2),
11184
+ only screen and (min--moz-device-pixel-ratio: 1.3),
11185
+ only screen and (min-device-pixel-ratio: 1.3),
11186
+ only screen and (min-resolution: 1.3dppx) {
11187
+ background-image: url($image);
11188
+ background-size: $width $height;
11189
+ }
11190
+ }
11191
+
11192
+
11193
+ /*#############################################################################
11194
+ # PLACEHOLDERS
11195
+ #############################################################################*/
11196
+
11197
+
11198
+ %transition-all {
11199
+ @include transition(all 0.2s cubic-bezier(.7, 0, .175, 1) 0s);
11200
+ }
11201
+