Skip to content

Commit fd4f022

Browse files
FupetebfabioBot
authored
feat: UI Kit Italia v3.0.0
--------- Co-authored-by: Fabio Bonelli <[email protected]> Co-authored-by: Bot <[email protected]>
1 parent c8c588e commit fd4f022

File tree

207 files changed

+439
-1316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+439
-1316
lines changed

.github/workflows/fig2sketch.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
on:
2+
workflow_dispatch:
3+
push:
4+
branches: [feat/next-ui-kit-v3]
5+
paths: '*.fig'
6+
7+
jobs:
8+
fig2sketch:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-python@v4
13+
with:
14+
python-version: '3.11'
15+
16+
- run: pip install fig2sketch[fast]
17+
- run: pip install certifi
18+
19+
- run: fig2sketch --force-convert-images --compress UI-Kit-Italia.fig UI-Kit-Italia.sketch
20+
21+
- uses: EndBug/add-and-commit@v9
22+
with:
23+
add: UI-Kit-Italia.sketch
24+
author_name: Bot
25+
author_email: [email protected]
26+
message: 🤖 update converted Sketch file

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
21
.DS_Store
2+
.venv

AUTHORS.md

+2-1

CONTRIBUTING.md

-34
This file was deleted.
-749 KB
Binary file not shown.
-434 KB
Binary file not shown.
-233 KB
Binary file not shown.
-680 KB
Binary file not shown.
-7.94 MB
Binary file not shown.
-4.27 MB
Binary file not shown.
-553 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-953 KB
Binary file not shown.
Binary file not shown.
-913 KB
Binary file not shown.
-892 KB
Binary file not shown.
-474 KB
Binary file not shown.
-701 KB
Binary file not shown.
-4.13 MB
Binary file not shown.
-549 KB
Binary file not shown.
-539 KB
Binary file not shown.
-1.14 MB
Binary file not shown.
-1.16 MB
Binary file not shown.
-1.21 MB
Binary file not shown.
-1.02 MB
Binary file not shown.
-591 KB
Binary file not shown.
Binary file not shown.
-497 KB
Binary file not shown.
-765 KB
Binary file not shown.
-370 KB
Binary file not shown.
Binary file not shown.
-320 KB
Binary file not shown.
-430 KB
Binary file not shown.
-398 KB
Binary file not shown.
-1.02 MB
Binary file not shown.
-487 KB
Binary file not shown.
-1010 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-277 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-737 KB
Binary file not shown.
-1.72 MB
Binary file not shown.

Components/italia-buttons.sketch

-884 KB
Binary file not shown.

Components/italia-colors.sketch

-292 KB
Binary file not shown.

Components/italia-dataentry.sketch

-107 KB
Binary file not shown.

Components/italia-grid_system.sketch

-432 KB
Binary file not shown.

Components/italia-input field.sketch

-210 KB
Binary file not shown.
-1020 KB
Binary file not shown.
-730 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

INSTRUCTIONS/UI KIT IMG.png

-2.6 MB
Binary file not shown.

INSTRUCTIONS/add-as-library.png

-253 KB
Binary file not shown.

INSTRUCTIONS/added library.png

-89.5 KB
Binary file not shown.

INSTRUCTIONS/cloud-download.png

-35.1 KB
Binary file not shown.

INSTRUCTIONS/how_issue.jpg

-127 KB
Binary file not shown.

INSTRUCTIONS/instructions.md

-27
This file was deleted.

INSTRUCTIONS/loaded-library.png

-113 KB
Binary file not shown.

INSTRUCTIONS/preferences download.png

-198 KB
Binary file not shown.

INSTRUCTIONS/preferences2.png

-188 KB
Binary file not shown.

INSTRUCTIONS/sketch-preferences.png

-97.7 KB
Binary file not shown.

INSTRUCTIONS/update symbol.png

-155 KB
Binary file not shown.

INSTRUCTIONS/update-symbols.png

-16.3 KB
Binary file not shown.

INSTRUCTIONS/updates ava.png

-28.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)