@safestrong/ppa-component-library 1.6.6 → 1.6.7
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/dist/styles.css +10 -10
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -612,10 +612,10 @@ h3 {
|
|
|
612
612
|
font-size: 1.5rem;
|
|
613
613
|
}
|
|
614
614
|
.slider-theme-light {
|
|
615
|
-
background-image: url("https://storage.ppa-ho.net/ppa-component-library/toggle-bg-light.svg");
|
|
615
|
+
background-image: url("https://storage.ppa-ho.net/public/ppa-component-library/toggle-bg-light.svg");
|
|
616
616
|
}
|
|
617
617
|
.slider-theme:has(:checked) {
|
|
618
|
-
background-image: url("https://storage.ppa-ho.net/ppa-component-library/toggle-bg-dark.svg") !important;
|
|
618
|
+
background-image: url("https://storage.ppa-ho.net/public/ppa-component-library/toggle-bg-dark.svg") !important;
|
|
619
619
|
}
|
|
620
620
|
.toast__icon {
|
|
621
621
|
position: absolute;
|
|
@@ -628,16 +628,16 @@ h3 {
|
|
|
628
628
|
width: 80px;
|
|
629
629
|
}
|
|
630
630
|
.toast__icon__info {
|
|
631
|
-
background-image: url("https://storage.ppa-ho.net/ppa-component-library/message-info.svg") !important;
|
|
631
|
+
background-image: url("https://storage.ppa-ho.net/public/ppa-component-library/message-info.svg") !important;
|
|
632
632
|
}
|
|
633
633
|
.toast__icon__warning {
|
|
634
|
-
background-image: url("https://storage.ppa-ho.net/ppa-component-library/message-warning.svg") !important;
|
|
634
|
+
background-image: url("https://storage.ppa-ho.net/public/ppa-component-library/message-warning.svg") !important;
|
|
635
635
|
}
|
|
636
636
|
.toast__icon__success {
|
|
637
|
-
background-image: url("https://storage.ppa-ho.net/ppa-component-library/message-success.svg") !important;
|
|
637
|
+
background-image: url("https://storage.ppa-ho.net/public/ppa-component-library/message-success.svg") !important;
|
|
638
638
|
}
|
|
639
639
|
.toast__icon__danger {
|
|
640
|
-
background-image: url("https://storage.ppa-ho.net/ppa-component-library/message-danger.svg") !important;
|
|
640
|
+
background-image: url("https://storage.ppa-ho.net/public/ppa-component-library/message-danger.svg") !important;
|
|
641
641
|
}
|
|
642
642
|
.baloon {
|
|
643
643
|
height: 70px;
|
|
@@ -650,16 +650,16 @@ h3 {
|
|
|
650
650
|
right: -0.8rem;
|
|
651
651
|
}
|
|
652
652
|
.baloon__info {
|
|
653
|
-
background-image: url("https://storage.ppa-ho.net/ppa-component-library/baloon_info.svg") !important;
|
|
653
|
+
background-image: url("https://storage.ppa-ho.net/public/ppa-component-library/baloon_info.svg") !important;
|
|
654
654
|
}
|
|
655
655
|
.baloon__warning {
|
|
656
|
-
background-image: url("https://storage.ppa-ho.net/ppa-component-library/baloon_warning.svg") !important;
|
|
656
|
+
background-image: url("https://storage.ppa-ho.net/public/ppa-component-library/baloon_warning.svg") !important;
|
|
657
657
|
}
|
|
658
658
|
.baloon__danger {
|
|
659
|
-
background-image: url("https://storage.ppa-ho.net/ppa-component-library/baloon_danger.svg") !important;
|
|
659
|
+
background-image: url("https://storage.ppa-ho.net/public/ppa-component-library/baloon_danger.svg") !important;
|
|
660
660
|
}
|
|
661
661
|
.baloon__success {
|
|
662
|
-
background-image: url("https://storage.ppa-ho.net/ppa-component-library/baloon_success.svg") !important;
|
|
662
|
+
background-image: url("https://storage.ppa-ho.net/public/ppa-component-library/baloon_success.svg") !important;
|
|
663
663
|
}
|
|
664
664
|
:root {
|
|
665
665
|
--color-bg-surface: #fff;
|
package/package.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"react-dom": "^18.2.0 || ^19.0.0"
|
|
36
36
|
},
|
|
37
37
|
"name": "@safestrong/ppa-component-library",
|
|
38
|
-
"version": "1.6.
|
|
38
|
+
"version": "1.6.7",
|
|
39
39
|
"description": "Collection of reusable components for any PPA web applications",
|
|
40
40
|
"main": "dist/index.cjs",
|
|
41
41
|
"module": "dist/index.js",
|