slippers-ui 0.13.6 → 0.14.1-5.alpha
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.
- package/README.md +9 -10
- package/dist/compiled.css +256 -272
- package/dist/slippersComponents.common.js +379 -759
- package/dist/slippersComponents.css +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@ We're always looking for feedback to improve the experience of working with Slip
|
|
|
8
8
|
We happily accept contributions, no matter how small.
|
|
9
9
|
Feel free to submit an issue or open a merge request!
|
|
10
10
|
|
|
11
|
-
## Get Started Here!
|
|
11
|
+
## Get Started Here!
|
|
12
12
|
|
|
13
|
-
Slippers is build with [VueCLI](https://cli.vuejs.org/guide/), [Storybook](https://storybook.js.org/), and [TailwindCSS](https://tailwindcss.com/). TailwindCSS has been configured as [PostCSS plugin](https://postcss.org/).
|
|
13
|
+
Slippers is build with [VueCLI](https://cli.vuejs.org/guide/), [Storybook](https://storybook.js.org/), and [TailwindCSS](https://tailwindcss.com/). TailwindCSS has been configured as [PostCSS plugin](https://postcss.org/).
|
|
14
14
|
|
|
15
15
|
### Local Development Instructions
|
|
16
16
|
|
|
@@ -35,21 +35,20 @@ This article is a good practical example on how [Storybook works and how to use
|
|
|
35
35
|
|
|
36
36
|
Gotchas: [Args in Storybook](https://storybook.js.org/docs/vue/writing-stories/args) vs Props in Vue
|
|
37
37
|
|
|
38
|
-
## Slippers Documentation
|
|
38
|
+
## Slippers Documentation
|
|
39
39
|
|
|
40
|
-
You can find our documentation in the [Storybook instance for this repository](https://gitlab-com.gitlab.io/marketing/
|
|
40
|
+
You can find our documentation in the [Storybook instance for this repository](https://gitlab-com.gitlab.io/marketing/digital-experience/slippers-ui?path=/story/get-started--page).
|
|
41
41
|
|
|
42
42
|
Keeping documentation in Storybook allows us to keep a [single source of truth](https://about.gitlab.com/company/culture/all-remote/handbook-first-documentation/#creating-a-home-for-a-single-source-of-truth-ssot) for this repository's documentation, alongside the code-based stories as well.
|
|
43
43
|
|
|
44
|
-
1. [Get Started](https://gitlab-com.gitlab.io/marketing/
|
|
45
|
-
1. [Releases](https://gitlab-com.gitlab.io/marketing/
|
|
46
|
-
1. [Tailwind CSS](https://gitlab-com.gitlab.io/marketing/
|
|
47
|
-
1. [Storybook](https://gitlab-com.gitlab.io/marketing/
|
|
48
|
-
|
|
44
|
+
1. [Get Started](https://gitlab-com.gitlab.io/marketing/digital-experience/slippers-ui?path=/story/get-started--page)
|
|
45
|
+
1. [Releases](https://gitlab-com.gitlab.io/marketing/digital-experience/slippers-ui?path=/story/releases--page)
|
|
46
|
+
1. [Tailwind CSS](https://gitlab-com.gitlab.io/marketing/digital-experience/slippers-ui?path=/story/tailwind-css--page)
|
|
47
|
+
1. [Storybook](https://gitlab-com.gitlab.io/marketing/digital-experience/slippers-ui?path=/story/storybook--page)
|
|
49
48
|
|
|
50
49
|
## Tailwind Config Viewer
|
|
51
50
|
|
|
52
|
-
A key idea that we want to reinforce about styling in Slippers is that we _heavily_ modify the [default TailwindCSS configuration](https://unpkg.com/browse/tailwindcss@2.0.4/stubs/defaultConfig.stub.js). While the [TailwindCSS docs page](https://tailwindcss.com/docs) is still helpful, much of it does not reflect our configuration for this repository. To help with this, we have added a page that displays the existing utility classes within our current TailwindCSS configuration. URL: [https://gitlab-com.gitlab.io/marketing/
|
|
51
|
+
A key idea that we want to reinforce about styling in Slippers is that we _heavily_ modify the [default TailwindCSS configuration](https://unpkg.com/browse/tailwindcss@2.0.4/stubs/defaultConfig.stub.js). While the [TailwindCSS docs page](https://tailwindcss.com/docs) is still helpful, much of it does not reflect our configuration for this repository. To help with this, we have added a page that displays the existing utility classes within our current TailwindCSS configuration. URL: [https://gitlab-com.gitlab.io/marketing/digital-experience/slippers-ui/tailwind/](https://gitlab-com.gitlab.io/marketing/digital-experience/slippers-uitailwind/). To run locally, run `yarn serve:tailwind-viewer`
|
|
53
52
|
|
|
54
53
|
## Building for production
|
|
55
54
|
|