diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..1615e50 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +.github +.editorconfig diff --git a/css/colors.css b/css/colors.css index 0bce04c..907ae78 100644 --- a/css/colors.css +++ b/css/colors.css @@ -75,6 +75,17 @@ --givewp-purple-700: #120566; --givewp-purple-800: #090040; --givewp-purple-900: #03001a; + --givewp-neutral-25: #f9fafb; + --givewp-neutral-50: #f3f4f6; + --givewp-neutral-100: #e5e7eb; + --givewp-neutral-200: #d1d5db; + --givewp-neutral-300: #9ca0af; + --givewp-neutral-400: #6b7280; + --givewp-neutral-500: #4b5563; + --givewp-neutral-600: #374151; + --givewp-neutral-700: #1f2937; + --givewp-neutral-800: #111827; + --givewp-neutral-900: #060c1a; --givewp-grey-5: #fafafa; --givewp-grey-25: #f2f2f2; --givewp-grey-50: #e6e6e6; diff --git a/package-lock.json b/package-lock.json index a7ec99c..5685cdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@givewp/design-system-foundation", - "version": "1.0.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@givewp/design-system-foundation", - "version": "1.0.0", + "version": "1.2.0", "license": "ISC" } } diff --git a/package.json b/package.json index 103a41e..53f1801 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@givewp/design-system-foundation", - "version": "1.1.0", + "version": "1.2.0", "description": "A collection of development elements which correspond to the GiveWP design system.", "repository": { "type": "git",