@sikka/hawa 0.0.281 → 0.0.283

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.
@@ -5,26 +5,26 @@ on:
5
5
  branches: [main]
6
6
 
7
7
  jobs:
8
- # setup_build:
9
- # runs-on: ubuntu-latest
10
- # steps:
11
- # - name: Checkout repository
12
- # uses: actions/checkout@v2
13
-
14
- # - name: Setup Node.js v16
15
- # uses: actions/setup-node@v2
16
- # with:
17
- # node-version: 16
18
-
19
- # - name: Install dependencies
20
- # run: |
21
- # if [ -e 'package-lock.json' ]; then
22
- # npm ci
23
- # else
24
- # npm install
25
- # fi
26
-
27
- build_storybook:
8
+ # setup_build:
9
+ # runs-on: ubuntu-latest
10
+ # steps:
11
+ # - name: Checkout repository
12
+ # uses: actions/checkout@v2
13
+
14
+ # - name: Setup Node.js v16
15
+ # uses: actions/setup-node@v2
16
+ # with:
17
+ # node-version: 16
18
+
19
+ # - name: Install dependencies
20
+ # run: |
21
+ # if [ -e 'package-lock.json' ]; then
22
+ # npm ci
23
+ # else
24
+ # npm install
25
+ # fi
26
+
27
+ build_deploy_storybook:
28
28
  # needs: setup_build
29
29
  runs-on: ubuntu-latest
30
30
  steps:
@@ -47,19 +47,29 @@ jobs:
47
47
  - name: Build Storybook
48
48
  run: npm run build-storybook
49
49
 
50
- deploy_storybook:
51
- needs: build_storybook
52
- runs-on: ubuntu-latest
53
- steps:
54
- - name: Checkout repository
55
- uses: actions/checkout@v2
56
-
57
- - name: Deploy to GitHub Pages
58
- uses: JamesIves/github-pages-deploy-action@v4
50
+ - name: Deploy Storybook to GitHub Pages
51
+ uses: bitovi/github-actions-storybook-to-github-pages@v1.0.0
59
52
  with:
60
- branch: gh-pages
61
- folder: docs
62
- token: ${{ secrets.GH_TOKEN }}
53
+ # Specifies if this action should checkout the code
54
+ checkout: # optional, default is true
55
+ # Specifies the path of the static assets after building
56
+ # optional, default is dist/storybook
57
+ path: docs
58
+ # Specifies the command to run after npm ci for the build
59
+
60
+ # deploy_storybook:
61
+ # needs: build_storybook
62
+ # runs-on: ubuntu-latest
63
+ # steps:
64
+ # - name: Checkout repository
65
+ # uses: actions/checkout@v2
66
+
67
+ # - name: Deploy to GitHub Pages
68
+ # uses: JamesIves/github-pages-deploy-action@v4
69
+ # with:
70
+ # branch: gh-pages
71
+ # folder: docs
72
+ # token: ${{ secrets.GH_TOKEN }}
63
73
 
64
74
  npm_publish:
65
75
  # needs: setup_build
@@ -77,16 +87,16 @@ jobs:
77
87
  - name: Setup Node.js v16
78
88
  uses: actions/setup-node@v2
79
89
  with:
80
- node-version: 16
81
-
90
+ node-version: 16
91
+
82
92
  - name: Install dependencies
83
93
  run: |
84
- if [ -e 'package-lock.json' ]; then
85
- npm ci
86
- else
87
- npm install
88
- fi
89
-
94
+ if [ -e 'package-lock.json' ]; then
95
+ npm ci
96
+ else
97
+ npm install
98
+ fi
99
+
90
100
  - name: Build Library
91
101
  run: npm run build-lib
92
102
 
package/dist/styles.css CHANGED
@@ -2005,6 +2005,9 @@ video {
2005
2005
  .p-2\.5 {
2006
2006
  padding: 0.625rem;
2007
2007
  }
2008
+ .p-20 {
2009
+ padding: 5rem;
2010
+ }
2008
2011
  .p-3 {
2009
2012
  padding: 0.75rem;
2010
2013
  }
@@ -2138,6 +2141,9 @@ video {
2138
2141
  .pt-1 {
2139
2142
  padding-top: 0.25rem;
2140
2143
  }
2144
+ .pt-10 {
2145
+ padding-top: 2.5rem;
2146
+ }
2141
2147
  .pt-2 {
2142
2148
  padding-top: 0.5rem;
2143
2149
  }
@@ -3037,6 +3043,9 @@ body {
3037
3043
  --tw-border-opacity: 1;
3038
3044
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
3039
3045
  }
3046
+ :is(.dark .dark\:bg-background) {
3047
+ background-color: hsl(var(--background));
3048
+ }
3040
3049
  :is(.dark .dark\:bg-blue-200) {
3041
3050
  --tw-bg-opacity: 1;
3042
3051
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
@@ -1 +1,21 @@
1
+ import React from "react";
1
2
  import "../stories-styles.css";
3
+ declare const _default: {
4
+ controls: {
5
+ hideNoControlsWarning: boolean;
6
+ exclude: any[];
7
+ };
8
+ parameters: {
9
+ customIcon: () => React.JSX.Element;
10
+ toolbar: {
11
+ visibility: string;
12
+ };
13
+ layout: string;
14
+ options: {
15
+ showPanel: boolean;
16
+ };
17
+ };
18
+ title: string;
19
+ };
20
+ export default _default;
21
+ export declare const Overview: () => React.JSX.Element;
@@ -1 +1,21 @@
1
+ import React from "react";
1
2
  import "../stories-styles.css";
3
+ declare const _default: {
4
+ controls: {
5
+ hideNoControlsWarning: boolean;
6
+ exclude: any[];
7
+ };
8
+ parameters: {
9
+ customIcon: () => React.JSX.Element;
10
+ toolbar: {
11
+ visibility: string;
12
+ };
13
+ layout: string;
14
+ options: {
15
+ showPanel: boolean;
16
+ };
17
+ };
18
+ title: string;
19
+ };
20
+ export default _default;
21
+ export declare const Overview: () => React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.0.281",
3
+ "version": "0.0.283",
4
4
  "description": "SaaS Oriented UI Kit",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.es.js",
package/src/styles.css CHANGED
@@ -2005,6 +2005,9 @@ video {
2005
2005
  .p-2\.5 {
2006
2006
  padding: 0.625rem;
2007
2007
  }
2008
+ .p-20 {
2009
+ padding: 5rem;
2010
+ }
2008
2011
  .p-3 {
2009
2012
  padding: 0.75rem;
2010
2013
  }
@@ -2138,6 +2141,9 @@ video {
2138
2141
  .pt-1 {
2139
2142
  padding-top: 0.25rem;
2140
2143
  }
2144
+ .pt-10 {
2145
+ padding-top: 2.5rem;
2146
+ }
2141
2147
  .pt-2 {
2142
2148
  padding-top: 0.5rem;
2143
2149
  }
@@ -3037,6 +3043,9 @@ body {
3037
3043
  --tw-border-opacity: 1;
3038
3044
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
3039
3045
  }
3046
+ :is(.dark .dark\:bg-background) {
3047
+ background-color: hsl(var(--background));
3048
+ }
3040
3049
  :is(.dark .dark\:bg-blue-200) {
3041
3050
  --tw-bg-opacity: 1;
3042
3051
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));