@sikka/hawa 0.0.283 → 0.0.284

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.
@@ -2,7 +2,7 @@ name: Build, Deploy Storybook and Publish to NPM
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [main]
5
+ branches: [gogo]
6
6
 
7
7
  jobs:
8
8
  # setup_build:
@@ -4,10 +4,8 @@
4
4
  name: Hawa Build, Deploy, and Publish on Push
5
5
 
6
6
  on:
7
- # push:
8
- # branches: [main]
9
- release:
10
- types: [created]
7
+ push:
8
+ branches: [main]
11
9
 
12
10
  jobs:
13
11
  build:
@@ -28,23 +26,23 @@ jobs:
28
26
  env:
29
27
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
30
28
 
31
- # Deployment job
32
- deploy:
33
- runs-on: ubuntu-latest
34
- environment:
35
- name: github-pages
36
- url: ${{ steps.deployment.outputs.page_url }}
37
- needs: build
38
- steps:
39
- - name: Deploy to GitHub Pages
40
- id: deployment
41
- uses: actions/deploy-pages@v2
42
- # with:
43
- # branch: gh-pages
44
- # folder: docs
45
- # - name: Deploy to GitHub Pages
46
- # id: deployment
47
- # uses: actions/deploy-pages@v2
29
+ # # Deployment job
30
+ # deploy:
31
+ # runs-on: ubuntu-latest
32
+ # environment:
33
+ # name: github-pages
34
+ # url: ${{ steps.deployment.outputs.page_url }}
35
+ # needs: build
36
+ # steps:
37
+ # - name: Deploy to GitHub Pages
38
+ # id: deployment
39
+ # uses: actions/deploy-pages@v2
40
+ # # with:
41
+ # # branch: gh-pages
42
+ # # folder: docs
43
+ # # - name: Deploy to GitHub Pages
44
+ # # id: deployment
45
+ # # uses: actions/deploy-pages@v2
48
46
 
49
47
  # Publishing to NPM
50
48
  publish:
package/dist/styles.css CHANGED
@@ -1213,9 +1213,6 @@ video {
1213
1213
  .w-9 {
1214
1214
  width: 2.25rem;
1215
1215
  }
1216
- .w-96 {
1217
- width: 24rem;
1218
- }
1219
1216
  .w-\[12px\] {
1220
1217
  width: 12px;
1221
1218
  }