moda-themes 5.1.0 → 5.2.0

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
- SHA256:
3
- metadata.gz: 2c54197d22243f3e7c6c907a27b3ba3eb6b6e7625ca45884b2d99d7e5cd652ed
4
- data.tar.gz: ae8c913cc916e1b93f1d4da06d37d634cadf18bc3e0aa23322643ce8e8926435
2
+ SHA1:
3
+ metadata.gz: 373e56f0da21acac33d184e7969a16765623eaeb
4
+ data.tar.gz: e73d172da0b4e8e7673a4663463efd9674c6c87e
5
5
  SHA512:
6
- metadata.gz: d2521221127bd751afb2831934db678453bfa51370635d39ad747c631092536c9e7204e7ca5b62b7707d10f4b4a766a890b57897b66a219bdfdf61539fd0342d
7
- data.tar.gz: 2b1c059fa0060fb017c1f822875b5de8f21d3799949a83f18e9ed732831f9412ff57ea4f8de95611ca9315f201e2dc2a9f88d913e5a6cba8843c4da840e895f6
6
+ metadata.gz: feba0c162b73d5195b8de901bf006e2052ec25c161c530b0f6b82b1195a08a70667af4453702fa322b58a4d539ecfa80ccedd26f77c97e0452a779fbe78dea14
7
+ data.tar.gz: 2f85537a0cb7aa5b8c93e125e73811fd4f640264488d6ffe07121137f700d7e2a9c51cf113257a049331831fc81466fe76b95a15f36ef36271e42f473ae3cb6f
data/README.md CHANGED
@@ -1,6 +1,17 @@
1
+ # DEPRECATED
2
+
3
+ **`moda-themes` should no longer be used. However, it is currently still in production, used by both [Mojo](https://github.com/ModaOperandi/mojo) and [https://github.com/ModaOperandi/website](website).**
4
+
5
+ ***You are probably looking for [@moda/tokens](https://github.com/ModaOperandi/tokens), which replaces this library.***
6
+
7
+ ## History
8
+
9
+ This package existed largely to aid in the brand transition. It was set up in such a way that sets of tokens were stored in CSS variables and allowed you to swap out those variables at the root, in order to switch "themes." This was useful in consolidating a large swath of variables and toggling them out with a feature flag. It was also set up to publish both a Ruby gem and NPM package. [@moda/tokens](https://github.com/ModaOperandi/tokens) replaces this library, dropping the dynamic themeing functionality and simplifying the build: only publishing an NPM package.
10
+
1
11
  # moda-themes
2
12
 
3
- [![CircleCI](https://img.shields.io/circleci/build/github/ModaOperandi/moda-themes?token=51b1595bd3dac6aa321b052adfc4595cc79910d6)](https://circleci.com/gh/ModaOperandi/moda-themes) [![npm](https://img.shields.io/npm/v/moda-themes)](https://www.npmjs.com/package/moda-themes) [![Gem](https://img.shields.io/gem/v/moda-themes)](https://rubygems.org/gems/moda-themes)
13
+ [![CircleCI](https://img.shields.io/circleci/build/github/ModaOperandi/moda-themes?token=51b1595bd3dac6aa321b052adfc4595cc79910d6)](https://circleci.com/gh/ModaOperandi/moda-themes) [![npm](https://img.shields.io/npm/v/moda-themes)](https://www.npmjs.com/package/moda-themes) [![Gem](https://img.shields.io/gem/v/moda-themes)](https://rubygems.org/gems/moda-themes) [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
14
+
4
15
 
5
16
  ## Meta
6
17
 
@@ -208,8 +219,8 @@ Pulls in any global styles.
208
219
 
209
220
  Run `yarn build` to rebuild the exported data.
210
221
 
211
- <strike>Run `rake release` to release the Ruby gem.</strike>
222
+ Run `rake release` to release the Ruby gem.
212
223
 
213
- <strike>Run `yarn publish` to publish the NPM package.</strike>
224
+ Run `yarn publish` to publish the NPM package.
214
225
 
215
226
  [Create a new release](https://github.com/ModaOperandi/moda-themes/releases/new).
@@ -34,6 +34,7 @@ $colors-global: map-merge(
34
34
  'canary': #f0f659,
35
35
  'lilac': #d7b3d0,
36
36
  'fuchsia': #c44cb0,
37
+ 'dark-fuchsia': #b43ca0,
37
38
  'forest-green': #003728,
38
39
  'moss-green': #68683b,
39
40
  'seafoam': #b1bfaa,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ModaThemes
4
- VERSION = "5.1.0"
4
+ VERSION = "5.2.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moda-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - dzucconi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-09 00:00:00.000000000 Z
11
+ date: 2020-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -122,7 +122,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0'
124
124
  requirements: []
125
- rubygems_version: 3.0.6
125
+ rubyforge_project:
126
+ rubygems_version: 2.5.2.3
126
127
  signing_key:
127
128
  specification_version: 4
128
129
  summary: Constant themed values for modaoperandi.com