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 +5 -5
- data/README.md +14 -3
- data/lib/assets/stylesheets/moda-themes/variables/_colors.scss +1 -0
- data/lib/moda-themes/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 373e56f0da21acac33d184e7969a16765623eaeb
|
4
|
+
data.tar.gz: e73d172da0b4e8e7673a4663463efd9674c6c87e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
222
|
+
Run `rake release` to release the Ruby gem.
|
212
223
|
|
213
|
-
|
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).
|
data/lib/moda-themes/version.rb
CHANGED
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.
|
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:
|
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
|
-
|
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
|