@ptlm-azulejo/loader 1.1.1-alpha.99 → 1.1.2-alpha.121
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/CHANGELOG.md +16 -0
- package/README.md +13 -13
- package/dist/src/index.stories.d.ts.map +1 -1
- package/dist/src/index.vue.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 1.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fbbee70: Formatting-only release. The repository adopted Prettier as its single
|
|
8
|
+
formatting authority, and every shipped file was reformatted in one pass: the
|
|
9
|
+
theme and font stylesheets (published verbatim, so their bytes change), each
|
|
10
|
+
package's README, and the component sources behind `dist/`.
|
|
11
|
+
|
|
12
|
+
No public API, prop, slot, event, CSS variable, class name or rendered output
|
|
13
|
+
changed. Upgrading requires nothing, and skipping this version costs nothing.
|
|
14
|
+
|
|
15
|
+
One internal cleanup rides along in `AzSegmentedControl`: a dead `null`
|
|
16
|
+
initializer and the unreachable branch guarding it were removed from the
|
|
17
|
+
keyboard handler. Arrow / Home / End navigation behaves exactly as before.
|
|
18
|
+
|
|
3
19
|
## 1.1.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -30,10 +30,10 @@ CSS variables at runtime. Those tokens come from `@ptlm-azulejo/themes`, and **t
|
|
|
30
30
|
brand is selected by a class on your app's `<html>` element**, so switching brand
|
|
31
31
|
never touches component code.
|
|
32
32
|
|
|
33
|
-
| Project
|
|
34
|
-
|
|
|
35
|
-
| Leroy Merlin | `@ptlm-azulejo/themes/presets/leroy-merlin.css` | `preset-lm`
|
|
36
|
-
| Adeo
|
|
33
|
+
| Project | Preset stylesheet | Root class | Typeface | Font package |
|
|
34
|
+
| ------------ | ----------------------------------------------- | ------------- | --------------- | ---------------------------------- |
|
|
35
|
+
| Leroy Merlin | `@ptlm-azulejo/themes/presets/leroy-merlin.css` | `preset-lm` | LeroyMerlinSans | `@ptlm-azulejo/fonts-leroy-merlin` |
|
|
36
|
+
| Adeo | `@ptlm-azulejo/themes/presets/adeo.css` | `preset-adeo` | Roboto | `@ptlm-azulejo/fonts-adeo` |
|
|
37
37
|
|
|
38
38
|
**Leroy Merlin projects**
|
|
39
39
|
|
|
@@ -44,7 +44,7 @@ import '@ptlm-azulejo/loader/style.css'
|
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
```html
|
|
47
|
-
<html lang="pt" class="preset-lm">
|
|
47
|
+
<html lang="pt" class="preset-lm"></html>
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
**Adeo projects**
|
|
@@ -56,7 +56,7 @@ import '@ptlm-azulejo/loader/style.css'
|
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
```html
|
|
59
|
-
<html lang="pt" class="preset-adeo">
|
|
59
|
+
<html lang="pt" class="preset-adeo"></html>
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
> The preset class is what resolves the brand at runtime. Without it — even with
|
|
@@ -70,12 +70,12 @@ Add `data-theme` alongside the brand class to pin the color scheme. Leave it off
|
|
|
70
70
|
and the preset follows the OS `prefers-color-scheme`:
|
|
71
71
|
|
|
72
72
|
```html
|
|
73
|
-
<html lang="pt" class="preset-lm" data-theme="dark">
|
|
73
|
+
<html lang="pt" class="preset-lm" data-theme="dark"></html>
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
### Why the font package is separate
|
|
77
77
|
|
|
78
|
-
The preset only
|
|
78
|
+
The preset only _names_ its typeface in `--font-family` and ships no font files.
|
|
79
79
|
[Loading them is your app's job](../themes/README.md#fonts), as with upstream
|
|
80
80
|
Mozaic, so you keep control of hosting, subsetting and preload. Without the
|
|
81
81
|
matching font package, `font-sans` falls back to a generic sans-serif. A
|
|
@@ -84,11 +84,11 @@ only the active brand's file is ever downloaded.
|
|
|
84
84
|
|
|
85
85
|
## Props
|
|
86
86
|
|
|
87
|
-
| Name
|
|
88
|
-
|
|
|
89
|
-
| `appearance` | `"standard"` \| `"accent"` \| `"inverse"` | `"standard"` | Specifies the visual appearance of the loader.
|
|
90
|
-
| `size`
|
|
91
|
-
| `text`
|
|
87
|
+
| Name | Type | Default | Description |
|
|
88
|
+
| ------------ | ----------------------------------------- | ------------ | ------------------------------------------------------------------------------- |
|
|
89
|
+
| `appearance` | `"standard"` \| `"accent"` \| `"inverse"` | `"standard"` | Specifies the visual appearance of the loader. |
|
|
90
|
+
| `size` | `"xs"` \| `"s"` \| `"m"` \| `"l"` | `"m"` | Defines the size of the loader. |
|
|
91
|
+
| `text` | `string` | — | Text to display alongside the loader when using the loader inside an `Overlay`. |
|
|
92
92
|
|
|
93
93
|
## Basic Usage
|
|
94
94
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../src/index.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../src/index.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,MAAM,MAAM,aAAa,CAAA;AAEhC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,CA+H7B,CAAA;AACD,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,QAAQ,EAAE,KAAU,CAAA;AAEjC,eAAO,MAAM,MAAM,EAAE,KAEpB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAWrB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAyBnB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAEtB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../src/index.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../src/index.vue"],"names":[],"mappings":";IAoMI;;OAEG;iBACU,UAAU,GAAG,QAAQ,GAAG,SAAS;IAE9C;;;;OAIG;WACI,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG;IAE7B;;OAEG;WACI,MAAM;;;;;IAfb;;OAEG;iBACU,UAAU,GAAG,QAAQ,GAAG,SAAS;IAE9C;;;;OAIG;WACI,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG;IAE7B;;OAEG;WACI,MAAM;;;;;gBAZA,UAAU,GAAG,QAAQ,GAAG,SAAS;UAOvC,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG;;AAhBjC,wBAuBG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|