active_frontend 14.0.34 → 14.0.35

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7da5e3f58b041aa8d1d6b0f371ba6046651bfcaf
4
- data.tar.gz: 882fe4cbc3bf614be5c74a06c890a46e3abe8e10
3
+ metadata.gz: 47b7785140724be7de9ec11557340a8167cafe77
4
+ data.tar.gz: f96cb48455880774a26478ead491872743b3b1e3
5
5
  SHA512:
6
- metadata.gz: d72396c977b256a14d38b1018ca9116873446753ed445726e263b25225e02f6a93f3b53fe870b7377c9eb088b807a97fb9174b51644d9386b6e3c906dc37778d
7
- data.tar.gz: ec81d7ddd9345e7ad710ace4be9325521c2af235e12061463dc4df6a762e9db9802eb07703238c77c53cf127adf999b31b2b54dfaee3662e949dc3525197ff37
6
+ metadata.gz: 0d8342332f91a7707df8072d0de96ad15af6f818bdaa8578cc33c4fb6222a9f54b7481cffed28cdc7c29dc73c47cab34aba3ed14a09076ded33bcb3c1ba16092
7
+ data.tar.gz: eeea2f2be55cd2fb53be3ffbb8773011879439cbfa1037d3103b63fb39ff11563043e409ddfa1a8671ff1bb1d9828242bd0f6b93d0baa6369d02128422f078ce
@@ -13,16 +13,16 @@ module ActiveFrontendHelper
13
13
  haze: { rgba: "rgba(238,240,246,#{opacity})", hex: '#EEF0F6' },
14
14
  light_haze: { rgba: "rgba(249,250,252,#{opacity})", hex: '#F9FAFC' },
15
15
  white: { rgba: "rgba(255,255,255,#{opacity})", hex: '#FFFFFF' },
16
- lime: { rgba: "rgba(169,195,67,#{opacity})", hex: '#A9C343' },
17
- green: { rgba: "rgba(50,194,117,#{opacity})", hex: '#32C275' },
18
- teal: { rgba: "rgba(73,194,193,#{opacity})", hex: '#49C2C1' },
19
- blue: { rgba: "rgba(31,140,235,#{opacity})", hex: '#1F8CEB' },
16
+ lime: { rgba: "rgba(154,191,91,#{opacity})", hex: '#9ABF5B' },
17
+ green: { rgba: "rgba(50,194,81,#{opacity})", hex: '#32C251' },
18
+ teal: { rgba: "rgba(55,186,212,#{opacity})", hex: '#37BAD4' },
19
+ blue: { rgba: "rgba(36,126,236,#{opacity})", hex: '#247EEC' },
20
20
  indigo: { rgba: "rgba(126,97,234,#{opacity})", hex: '#7E61EA' },
21
- purple: { rgba: "rgba(161,108,202,#{opacity})", hex: '#A16CCA' },
22
- pink: { rgba: "rgba(225,96,120,#{opacity})", hex: '#E16078' },
23
- red: { rgba: "rgba(224,78,80,#{opacity})", hex: '#E04E50' },
24
- orange: { rgba: "rgba(226,147,58,#{opacity})", hex: '#E2933A' },
25
- yellow: { rgba: "rgba(233,194,31,#{opacity})", hex: '#E9C21F' }
21
+ purple: { rgba: "rgba(173,101,228,#{opacity})", hex: '#AD65E4' },
22
+ pink: { rgba: "rgba(241,93,121,#{opacity})", hex: '#F15D79' },
23
+ red: { rgba: "rgba(221,61,63,#{opacity})", hex: '#DD3D3F' },
24
+ orange: { rgba: "rgba(234,133,50,#{opacity})", hex: '#EA8532' },
25
+ yellow: { rgba: "rgba(242,203,36,#{opacity})", hex: '#F2CB24' }
26
26
  }
27
27
  end
28
28
 
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.34'.freeze
2
+ VERSION = '14.0.35'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.0.34
4
+ version: 14.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez