Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:gluestack/gluestack-style into patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor committed Oct 6, 2023
2 parents fef3901 + 173324f commit 86b7844
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ If all goes well, your pull request will be merged. If it is not merged, maintai
## <a name="docs"></a> Helping with Documentation
The `gluestack-style` documentation is hosted as part of the `gluestack` repository. The website itself is located at <https://style.gluestack.io/>. If there's anything you'd like to change in the docs, you can get started by clicking on the "Edit" button located on the bottom left of most pages on the website.
The `gluestack-style` documentation is hosted as part of the `gluestack` repository. The website itself is located at <https://gluestack.io/style>. If there's anything you'd like to change in the docs, you can get started by clicking on the "Edit" button located on the bottom left of most pages on the website.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Documentation

You can find detailed documentation for each component, including a list of props and examples, in https://style.gluestack.io/docs website.
You can find detailed documentation for each component, including a list of props and examples, in https://gluestack.io/styledocs website.

## Features

Expand Down Expand Up @@ -88,7 +88,7 @@ export const App = () => {
```

More guides on how to get started are available
[here](https://style.gluestack.io/).
[here](https://gluestack.io/style).

## Contributing

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Responsive Styles | gluestack-style
description: gluestack-style supports responsive styles using media queries. You can define your breakpoints and other configuration options.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Utility Functions | gluestack-style
description: Create global CSS styles easily with createGlobalStylesWeb function, supporting aliases and tokens for easy integration. Only for web, with some limitations.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: useMediaQuery | gluestack-style
description: Learn to use the useMediaQuery hook in React Native for detecting media query matches and creating responsive UI elements, despite limitations like performance impacts and lack of typings.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
4 changes: 2 additions & 2 deletions example/storybook/src/overview/Introduction/index.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ gluestack-style is different from other styling libraries like Glamour, Emotion,

gluestack-style originally started as part of NativeBase, a universal component library for both React and React Native. However, we realized that not everyone needs all the components from NativeBase, so we broke it down into two separate libraries:

- [gluestack-style](/style) - The high-performing and universal styling library.
- [gluestack-ui](/ui/docs) (Alpha) - A set of ready-to-use universal components that can be added to any project and styled to fit your needs. You can even customize the components as desired.
- [gluestack-style](https://gluestack.io/style) - The high-performing and universal styling library.
- [gluestack-ui](https://gluestack.io/ui/docs) (Alpha) - A set of ready-to-use universal components that can be added to any project and styled to fit your needs. You can even customize the components as desired.

## But aren’t React Native and React Native Web sufficient?

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Animation Plugin | gluestack-style
description: Learn to add animation props with gluestack-style’s Animation Plugin for dynamic, animated UI elements. Performance impacts and lack of typings are limitations.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: CSS Variables Plugin | gluestack-style
description: gluestack-style provides a Plugin to inject all your tokens as CSS variables. An internal plugin to insert all theme tokens as css variables in your global styles.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Fonts Plugin | gluestack-style
description: gluestack-style provides a Plugin to unify font family styles across platforms.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Intro to Plugins | gluestack-style
description: gluestack-style provides a plugin system to extend existing functionality of styled function. It's a great way to add support for new aliases, tokens and beyond.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
2 changes: 1 addition & 1 deletion packages/animation-legend-motion-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ styledObject = {
```

More guides on how to get started are available
[here](https://style.gluestack.io/).
[here](https://gluestack.io/style).
2 changes: 1 addition & 1 deletion packages/babel-plugin-styled-resolver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ module.exports = function (api) {
Just make sure your babel.config.js and gluestack-style.config.js/ts are in the same directory. We suggest you keep both of them at the root of your app codebase.

More guides on how to get started are available
[here](https://style.gluestack.io/).
[here](https://gluestack.io/style).
4 changes: 2 additions & 2 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Documentation

You can find detailed documentation for each component, including a list of props and examples, in https://style.gluestack.io/docs website.
You can find detailed documentation for each component, including a list of props and examples, in https://gluestack.io/styledocs website.

## Installation

Expand Down Expand Up @@ -70,4 +70,4 @@ export const App = () => {
```

More guides on how to get started are available
[here](https://style.gluestack.io/).
[here](https://gluestack.io/style).

0 comments on commit 86b7844

Please sign in to comment.