mod-base 1.0.59 → 1.0.60-beta.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.
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="WEB_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
+ <excludeFolder url="file://$MODULE_DIR$/temp" />
7
+ <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
+ </content>
9
+ <orderEntry type="inheritedJdk" />
10
+ <orderEntry type="sourceFolder" forTests="false" />
11
+ </component>
12
+ </module>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/mod-base.iml" filepath="$PROJECT_DIR$/.idea/mod-base.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
package/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.60
4
+ - Adding new `text-*` utility classes
5
+
3
6
  ## 1.0.59
4
7
 
5
8
  - Adding new `icon-stroke-award` icon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.59",
3
+ "version": "1.0.60-beta.2",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -14,17 +14,6 @@
14
14
  width: 1px;
15
15
  }
16
16
 
17
- /**
18
- * Text align center & right
19
- */
20
- .text-align-center {
21
- text-align: center;
22
- }
23
-
24
- .text-align-right {
25
- text-align: right;
26
- }
27
-
28
17
  /**
29
18
  * Show an element based on screen size;
30
19
  * Hidden class should be added in comibnation with a visible class —
@@ -0,0 +1,11 @@
1
+ .text-align-center {
2
+ text-align: center;
3
+ }
4
+
5
+ .text-align-right {
6
+ text-align: right;
7
+ }
8
+
9
+ .text-transform-uppercase {
10
+ text-transform: uppercase;
11
+ }
@@ -9,6 +9,7 @@
9
9
  @import 'radius';
10
10
  @import 'ratings';
11
11
  @import 'spacing';
12
+ @import 'text';
12
13
  @import 'variables';
13
14
 
14
15
  // components